<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

.animation-fade-in, .animation-fade-from-bottom {
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

.animation-fade-in, .animation-fade-from-bottom {
  opacity: 0; }

.animation-fade-in {
  animation-name: fade-in; }

.animation-fade-from-bottom {
  animation-name: fade-from-bottom; }

.animation--delay-100 {
  animation-delay: 100ms; }

.animation--delay-200 {
  animation-delay: 200ms; }

.animation--delay-300 {
  animation-delay: 300ms; }

.animation--delay-400 {
  animation-delay: 400ms; }

@keyframes fade-in {
  100% {
    opacity: 1; } }

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

html {
  background-color: #fff;
  box-sizing: border-box; }

*,
*::after,
*::before {
  box-sizing: inherit;
  word-break: inherit; }

body {
  color: #434449;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden; }

main {
  display: block; }

a {
  color: inherit;
  text-decoration: none; }

fieldset {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  min-width: 0;
  outline: 0;
  padding: 0; }

button:not(:disabled),
input[type='submit']:not(:disabled) {
  cursor: pointer; }

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

select::-ms-expand {
  display: none; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img,
iframe,
video {
  max-width: 100%; }

picture {
  display: block;
  font-size: 0; }

.introduction {
  color: var(--Complementary-colors-Dark-Grey, #64666d);
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 146%;
  text-align: left; }

.subheading {
  color: #009de0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left; }

.h2-black {
  color: #000000;
  font-family: Oswald;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase; }

@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    height: 10px;
    width: 10px; }
    ::-webkit-scrollbar-track {
      background-color: #fff; }
    ::-webkit-scrollbar-thumb {
      background-color: #c4c4c5; } }

@media screen and (max-width: 640px) {
  html {
    overflow-x: hidden; } }

html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.334; }

h1,
h2,
h3,
h4,
h5,
[class*='heading--type-'] {
  font-family: "Oswald", sans-serif;
  letter-spacing: normal;
  margin: 0 0 0.5em; }

h1,
.heading--type-1 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.122;
  text-transform: uppercase; }

h2,
.heading--type-2 {
  font-size: 1.625rem;
  font-weight: 400;
  text-transform: none; }

h3,
.heading--type-3 {
  font-size: 1.375rem;
  font-weight: 400; }

h4,
.heading--type-4 {
  font-size: 1.125rem;
  font-weight: 400; }

h5,
.heading--type-5 {
  font-size: 0.875rem;
  font-weight: 400; }

@media screen and (min-width: 1024px) {
  p,
  a,
  span,
  li {
    font-size: 16px; }
  h1,
  .heading--type-1 {
    font-size: 3.375rem; }
  h2,
  .heading--type-2 {
    font-size: 2.5rem; } }

.theme-dark {
  --background-color: #191a1d;
  --heading-color: #fff;
  --heading-color-2: #0091d0;
  --heading-color-3: #b2d8f6;
  --text-color: #fff;
  --link-color: #e1e1e1cc;
  --link-color-hover: #164063; }

.theme-light {
  --background-color: #fff;
  --heading-color: #0091d0;
  --heading-color-2: #434449;
  --heading-color-3: #164063;
  --text-color: #434449;
  --link-color: #0091d0;
  --link-color-hover: #164063; }

.theme-light, .theme-dark {
  background-color: var(--background-color); }
  .theme-light h1, .theme-light h2, .theme-light h3, .theme-light h5, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h5 {
    color: var(--heading-color); }
  .theme-light p, .theme-light img, .theme-dark p, .theme-dark img {
    color: var(--text-color); }
  .theme-light a[href], .theme-dark a[href] {
    color: var(--link-color); }
    .theme-light a[href]:hover, .theme-dark a[href]:hover {
      color: var(--link-color-hover); }

.drop-down {
  position: relative; }
  .drop-down select {
    padding-right: 2em; }
    .drop-down select::-ms-expand {
      display: none; }
  .drop-down__label {
    font-size: 1.125rem;
    position: absolute;
    top: -25px; }
  .drop-down__icon {
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); }

.rotate-180deg {
  transform: rotate(180deg); }

.nllewrapper-one-1 {
  display: none !important; }

/* stylelint-disable no-descending-specificity */
[type='email'],
[type='number'],
[type='password'],
[type='tel'],
[type='text'],
[type='submit'],
select,
textarea {
  font-size: 1.25rem;
  padding: 1em;
  width: 100%; }
  [type='email']:disabled,
  [type='number']:disabled,
  [type='password']:disabled,
  [type='tel']:disabled,
  [type='text']:disabled,
  [type='submit']:disabled,
  select:disabled,
  textarea:disabled {
    opacity: 0.4; }

[type='email'],
[type='number'],
[type='password'],
[type='tel'],
[type='text'],
select,
textarea {
  caret-color: #164063;
  color: #000; }
  [type='email']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #595959; }
  [type='email']::placeholder,
  [type='number']::placeholder,
  [type='password']::placeholder,
  [type='tel']::placeholder,
  [type='text']::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #595959; }
  [type='email'].error,
  [type='number'].error,
  [type='password'].error,
  [type='tel'].error,
  [type='text'].error,
  select.error,
  textarea.error {
    border-bottom: 1px solid #fb2943; }

[type='submit'] {
  background-color: #0091d0;
  color: #fff; }
  [type='submit']:not(:disabled):hover {
    background-color: #007ac0; }

textarea {
  resize: vertical; }

select {
  cursor: pointer; }
  select:invalid {
    color: #c4c4c5; }
  select option {
    color: #0091d0; }
    select option:disabled {
      color: #c4c4c5; }

/* styleline-enable */
select {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  outline: 0;
  width: 100%; }

.align-left, .align-right, .align-center {
  height: auto;
  margin: 6px 20px;
  min-width: 150px;
  width: calc(50% - 10px); }
  .align-left--medium, .align-right--medium, .align-center--medium {
    width: calc(40% - 10px); }
  .align-left--small, .align-right--small, .align-center--small {
    width: calc(25% - 10px); }
  .align-left--mini, .align-right--mini, .align-center--mini {
    width: calc(15% - 10px); }

.align-center {
  margin: auto !important; }

.align-left {
  float: left;
  margin-left: 0 !important; }

.align-right {
  float: right;
  margin-right: 0 !important; }

@media screen and (min-width: 640px) {
  .align-left, .align-right {
    margin: 6px 30px 15px;
    width: calc(50% - 15px); }
    .align-left--medium, .align-right--medium {
      width: calc(40% - 15px); }
    .align-left--small, .align-right--small {
      width: calc(25% - 15px); }
    .align-left--mini, .align-right--mini {
      width: calc(15% - 15px); } }

@media screen and (min-width: 1024px) {
  .align-left, .align-right {
    margin: 10px 60px 30px;
    width: calc(50% - 30px); }
    .align-left--medium, .align-right--medium {
      width: calc(40% - 30px); }
    .align-left--small, .align-right--small {
      width: calc(25% - 30px); }
    .align-left--mini, .align-right--mini {
      width: calc(15% - 30px); } }

.clearfix::after {
  clear: both;
  content: '';
  display: block; }

.fit-image, .fit-image--cover, .fit-image--contain {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.fit-image--cover {
  -o-object-fit: cover;
     object-fit: cover; }

.fit-image--contain {
  -o-object-fit: contain;
     object-fit: contain; }

.fit-image__container, .fit-image__container--cover, .fit-image__container--contain {
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

.fit-image__container--cover {
  background-size: cover; }

.fit-image__container--contain {
  background-size: contain; }

.fit-image--is-polyfilled .fit-image,
.fit-image--is-polyfilled .fit-image--cover,
.fit-image--is-polyfilled .fit-image--contain {
  display: none !important; }

.no-scroll {
  overflow: hidden; }

.grid-layout__item {
  margin: 30px auto 0;
  max-width: 300px;
  width: 100%; }
  .grid-layout__item:first-child {
    margin-top: 0; }

@media screen and (min-width: 690px) {
  .grid-layout__inner {
    width: 690px; }
  .grid-layout__content {
    display: flex;
    flex-wrap: wrap; }
  .grid-layout__item {
    margin: 0; }
    .grid-layout__item:nth-child(2n + 2) {
      margin-left: 30px; }
    .grid-layout__item:nth-child(n + 3) {
      margin-top: 30px; } }

@media screen and (min-width: 1020px) {
  .grid-layout__inner {
    width: 1020px; }
  .grid-layout__item:nth-child(3n + 1) {
    margin-left: 0; }
  .grid-layout__item:nth-child(3n + 2), .grid-layout__item:nth-child(3n + 3) {
    margin-left: 30px; }
  .grid-layout__item:nth-child(3) {
    margin-top: 0; }
  .grid-layout__item:nth-child(n + 4) {
    margin-top: 30px; } }

@media screen and (min-width: 1350px) {
  .grid-layout__inner {
    width: 1350px; }
  .grid-layout__item:nth-child(4n + 1) {
    margin-left: 0; }
  .grid-layout__item:nth-child(4n + 2), .grid-layout__item:nth-child(4n + 3), .grid-layout__item:nth-child(4n + 4) {
    margin-left: 30px; }
  .grid-layout__item:nth-child(3), .grid-layout__item:nth-child(4) {
    margin-top: 0; }
  .grid-layout__item:nth-child(n + 5) {
    margin-top: 30px; } }

.section {
  height: inherit;
  position: relative; }
  .section__inner {
    margin: 0 auto;
    max-width: 1350px;
    padding: 30px 20px 30px;
    position: relative; }
  .section__heading, .section__text {
    text-align: center; }
  .section__heading {
    margin: 0 0 20px; }
  .section__text {
    margin: 20px auto;
    max-width: 450px; }
  .section--no-padding-bottom .section__inner {
    padding-bottom: 0 !important; }
  .section--color-white .section__heading,
  .section--color-gray .section__heading,
  .section--color-gray-light .section__heading {
    color: #0091d0; }
  .section--color-white {
    background-color: #fff; }
  .section--color-gray {
    background-color: #fafafa; }
  .section--color-gray-light {
    background-color: #f7f8fa; }
  .section--striped-light, .section--striped-dark {
    color: #fff; }
  .section--striped-light {
    background: #0091d0; }
  .section--striped-dark {
    background: #164063; }
  .section__background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .section__background--image {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  @media screen and (min-width: 1024px) {
    .section__heading {
      margin: 0 0 30px; }
    .section__text {
      margin: 30px auto;
      max-width: 750px; } }

.hero-carousel .slick-dots li, .tabs2__indicator-item {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px; }

.teaser-layout {
  overflow: hidden; }
  .teaser-layout__inner {
    padding: 48px 0px 48px 0px; }
  .teaser-layout__items-container {
    margin: 0; }
  .teaser-layout__item {
    display: block !important;
    margin-right: 16px;
    max-width: 326px;
    min-width: 326px;
    border-radius: 2px; }
    .teaser-layout__item .teaser__link {
      margin-bottom: 10px; }
  .teaser-layout .no-cta-link .teaser__text {
    height: 100% !important;
    -webkit-line-clamp: unset !important; }
  .teaser-layout__simple-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto; }
    .teaser-layout__simple-container .teaser {
      height: unset;
      margin-top: 2rem;
      width: 300px; }
  .teaser-layout__heading {
    text-align: left;
    color: #009de0;
    text-transform: uppercase;
    line-height: 34px;
    font-weight: 400;
    font-size: 24px;
    padding: 8px 0px 8px 0px;
    margin-bottom: 20px; }
  .teaser-layout__text {
    text-align: left;
    margin: 30px 0; }
  .teaser-layout__carousel-container {
    position: relative; }
  .teaser-layout__carousel-arrow {
    display: none !important;
    font-size: 0; }
    .teaser-layout__carousel-arrow-icon {
      fill: #164063;
      transform: translateX(0);
      transition: transform 0.2s;
      width: 24px !important;
      stroke-width: 1 !important; }
    .teaser-layout__carousel-arrow--is-previous {
      top: -55px;
      position: absolute;
      right: 37px; }
    .teaser-layout__carousel-arrow--is-next {
      top: -55px;
      position: absolute;
      right: 4px;
      transform: scaleX(-1); }
    .teaser-layout__carousel-arrow.slick-disabled {
      cursor: default;
      opacity: 0.25; }
      .teaser-layout__carousel-arrow.slick-disabled:hover .teaser-layout__carousel-arrow-icon {
        transform: none !important; }
  .teaser-layout .slick {
    height: 500px; }
    .teaser-layout .slick-list {
      overflow: visible; }
  @media screen and (min-width: 700px) {
    .teaser-layout__simple-container {
      justify-content: space-between;
      width: 630px; } }
  @media screen and (min-width: 1350px) {
    .teaser-layout__simple-container {
      justify-content: unset;
      margin: unset;
      width: 1290px; }
      .teaser-layout__simple-container .teaser {
        margin-top: unset; }
        .teaser-layout__simple-container .teaser:nth-child(4n + 1) {
          margin-left: 0; }
        .teaser-layout__simple-container .teaser:nth-child(4n + 2), .teaser-layout__simple-container .teaser:nth-child(4n + 3), .teaser-layout__simple-container .teaser:nth-child(4n + 4) {
          margin-left: 30px; }
        .teaser-layout__simple-container .teaser:nth-child(3), .teaser-layout__simple-container .teaser:nth-child(4) {
          margin-top: 0; }
        .teaser-layout__simple-container .teaser:nth-child(n + 5) {
          margin-top: 30px; } }
  @media screen and (max-width: 1330px) {
    .teaser-layout .teaser-layout__inner {
      margin-left: 16px; }
    .teaser-layout__item {
      margin-right: 16px;
      margin-left: 0px; } }
  @media screen and (min-width: 800px) {
    .teaser-layout__carousel-arrow:not(.slick-hidden) {
      display: block !important; }
    .teaser-layout .slick-list {
      overflow: hidden;
      margin: 0 -1px; }
    .teaser-layout--more-than-1 .teaser-layout__items-container {
      width: 800px; } }
  @media screen and (min-width: 1125px) {
    .teaser-layout--more-than-2 .teaser-layout__items-container {
      width: 960px; } }
  @media screen and (min-width: 1330px) {
    .teaser-layout--more-than-2 .teaser-layout__items-container {
      width: 100%; }
    .teaser-layout--is-4 .teaser-layout__items-container {
      width: 1372px; }
    .teaser-layout--is-4 .teaser-layout__item {
      margin: 0 21.5px;
      transform: translateX(-21.5px); } }
  .teaser-layout--ipad .teaser-layout__inner {
    padding: 20px; }
  .teaser-layout--ipad .teaser-layout__heading {
    margin-bottom: 20px; }
  .teaser-layout--ipad .teaser-layout__simple-container {
    width: 100%; }
    .teaser-layout--ipad .teaser-layout__simple-container .teaser {
      flex: 100% 0;
      margin: 0 auto; }
    .teaser-layout--ipad .teaser-layout__simple-container .teaser__inner {
      padding: 30px; }
  @media screen and (min-width: 768px) {
    .teaser-layout--ipad .teaser-layout__simple-container {
      justify-content: flex-start; } }

.tiles-layout__item:not(:first-child) {
  margin-top: 30px; }

@media screen and (min-width: 1024px) {
  .tiles-layout__item:not(:first-child) {
    margin-top: 60px; } }

@media screen and (min-width: 1024px) {
  .container-layout__wrapper {
    display: flex; }
  .container-layout__item {
    flex: 1;
    padding: 1rem; } }

.container-layout__item .article img:not([class*='align-']) {
  margin-left: unset;
  width: 100%; }

.container-layout.section--striped-light h1,
.container-layout.section--striped-light h2,
.container-layout.section--striped-dark h1,
.container-layout.section--striped-dark h2 {
  color: #fff; }

.container-layout.section--striped-light input[type='submit'] {
  background-color: #164063; }
  .container-layout.section--striped-light input[type='submit']:hover {
    background-color: #023a69; }

.container-layout.section--striped-light .checkbox-input__box {
  border-color: #164063; }

.container-layout.section--striped-dark .checkbox-input__input:checked ~ .checkbox-input__label {
  color: #0091d0; }

.section--color-white .drop-down {
  background-color: #ededed; }

.drop-down__icon {
  stroke: #164063; }
  select.error + .drop-down__icon {
    stroke: #fb2943; }

.btn {
  background-color: #0091d0;
  color: #fff;
  font-size: 1.25rem;
  min-height: 46px;
  min-width: 250px;
  padding: 0.5em 1em; }
  .btn:hover {
    background-color: #164063; }
  .btn:disabled:hover {
    background-color: #0091d0; }
  .btn-small {
    font-size: 1rem;
    min-width: auto; }
  .btn-hollow {
    background-color: unset;
    border: 2px solid #0091d0;
    color: #164063;
    font-size: 1.75rem;
    font-weight: 400;
    padding: 0.3em 1em; }
    .btn-hollow:hover {
      border: 2px solid #164063;
      color: #fff; }
  .btn--is-secondary {
    background-color: #fff;
    color: #164063; }
    .btn--is-secondary:hover, .btn--is-secondary:focus {
      background-color: #f9f9f9; }
    .btn--is-secondary:active {
      background-color: #f2f2f2; }
  .btn--is-alternate {
    background-color: #fff;
    border-color: #164063;
    color: #164063; }
    .btn--is-alternate:hover, .btn--is-alternate:focus {
      background-color: #f9f9f9; }
    .btn--is-alternate:active {
      background-color: #f2f2f2; }
  .btn--is-darker {
    background-color: #164063;
    color: #fff; }
    .btn--is-darker:hover, .btn--is-darker:focus {
      background-color: #143959; }
    .btn--is-darker:active {
      background-color: #11334e; }
  .btn--is-grey {
    background-color: #ededed;
    color: #434449; }
    .btn--is-grey:hover, .btn--is-grey:focus {
      background-color: #e7e7e7; }
    .btn--is-grey:active {
      background-color: #e7e7e7; }
  .btn--text {
    color: white;
    font-weight: 300; }

.cta-link:hover .cta-link__icon, .brand-teasers__item:hover .cta-link__icon, .cta-teasers__item:hover .cta-link__icon, .teaser:hover .cta-link__icon {
  transform: translateX(7.5px); }

.cta-link {
  align-items: center;
  color: #0091d0;
  cursor: pointer;
  display: inline-flex; }
  .cta-link__text, .cta-link__icon {
    display: inline-block; }
  .cta-link__icon {
    height: 16px;
    margin: 0 0 -1px 10px;
    stroke: #164063;
    transition: transform 0.15s;
    width: 24px; }
  .cta-link--is-big {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.4px; }
  .cta-link--is-big .cta-link__icon {
    height: 20px;
    width: 30px; }
  .section--striped-light .cta-link,
  .section--striped-dark .cta-link {
    color: #fff; }
  .section--striped-dark .cta-link__icon {
    stroke: #fff; }
  @media screen and (min-width: 1024px) {
    .cta-link--is-big {
      font-size: 1.25rem; } }

.checkbox-input {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  margin: 0 0.5em; }
  .checkbox-input__input {
    display: none; }
  .checkbox-input__box {
    background-color: #fff;
    border: 1px solid #64666d;
    display: inline-block;
    flex: 0 0 auto;
    height: 20px;
    margin: 8px;
    position: relative;
    width: 20px;
    border-radius: 2px; }
  .checkbox-input__checkmark {
    background-color: #009de0;
    fill: #009de0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px !important;
    border-radius: 2px; }
  .checkbox-input__label {
    font-size: 14px; }
    .checkbox-input__label a {
      color: #0091d0;
      font-weight: 400; }
      .checkbox-input__label a:hover {
        color: #084492; }
  .checkbox-input__input.error ~ .checkbox-input__box {
    border: 1px solid #fb2943; }
  .checkbox-input__input:checked.error ~ .checkbox-input__box {
    border: 1px solid #0091d0; }
  .checkbox-input__input:checked ~ .checkbox-input__box {
    border-radius: 2px;
    transition: background-color 0.15s;
    border: none; }
    .checkbox-input__input:checked ~ .checkbox-input__box .checkbox-input__checkmark {
      opacity: 1;
      transition: opacity 0.15s;
      height: unset; }
  .checkbox-input__input:checked ~ .checkbox-input__label {
    color: #000;
    transition: color 0.15s; }

.color-stripe {
  display: flex; }
  .color-stripe &gt; * {
    flex: 1; }
  .color-stripe :nth-child(1) {
    background-color: #a1daf8; }
  .color-stripe :nth-child(2) {
    background-color: #009de3; }
  .color-stripe :nth-child(3) {
    background-color: #06baed; }
  .color-stripe :nth-child(4) {
    background-color: #0078c0; }
  .color-stripe :nth-child(5) {
    background-color: #3a9bd3; }

.image-container {
  position: relative; }
  .image-container::before {
    content: '';
    display: block;
    padding-top: 100%; }
  .image-container img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%; }

.link {
  color: #0091d0;
  font-weight: 400; }
  .link:hover {
    color: #084492; }

.number-selector {
  display: inline-flex; }
  .number-selector__button {
    background-color: #164063;
    color: #fff; }
  .number-selector__input {
    flex: 1;
    margin: 0 0.5rem;
    text-align: center; }
    .number-selector__input::-webkit-outer-spin-button, .number-selector__input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.radio-button {
  align-items: center;
  display: inline-flex; }
  .radio-button__input {
    display: none; }
  .radio-button__icon {
    background-color: #fff;
    border: 1px solid #64666d;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 auto;
    height: 20px;
    position: relative;
    width: 20px; }
  .radio-button__text {
    display: inline-block;
    margin: 0 0.5em;
    font-size: 14px; }
  .radio-button__input:checked ~ .radio-button__icon {
    background-color: #0091d0;
    border: 1px solid #0091d0; }
    .radio-button__input:checked ~ .radio-button__icon::after {
      background-color: #fff;
      border-radius: 50%;
      content: '';
      height: 8px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 8px; }
  .radio-button.error {
    border: 2px solid #fb2943; }

.error .text-input__field {
  border: 2px solid #fb2943; }

.text-input__error {
  color: #fb2943;
  display: none;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: end;
  text-transform: uppercase; }
  .error .text-input__error {
    display: block; }

.search__input, .search__result-link, .search__no-results {
  font-size: 1.25rem; }

.search__input {
  background-color: #fff;
  height: 64px; }
  .search__input.search__input {
    padding-right: 60px; }
  .search__input-container {
    color: #0091d0;
    margin: 30px auto 0;
    max-width: 850px;
    position: relative; }
  .search__input-icon {
    fill: #164063;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 30px; }
  .search__input ~ [type='submit'] {
    background: none;
    padding: 0;
    width: auto; }

.search__loader, .search__no-results {
  display: none;
  margin-bottom: 20px;
  margin-left: 20px; }

.search__loader {
  animation: spin 1.1s infinite linear;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACBElEQVQ4jZXUzYtNcRzH8de9LmbukPHQSIhDKbKwsJ8osZKiFDvnDxBZIBvzN4ioU8ZS7Owspqw87FCiOAtjGjMZlxmZJ3Mtfr8zc+a6w/jWqd/j+/f5nu9DRTvL8m6cw3EcwF1cQgfmMIsZadJsvVprAVWwCymutHmqghXxa8rypjSZLR+olmCduIcnGMBoW/XBmhHaI8s3RiElYFi4g8Nx/TKuxXEDgxFSuDiFtXG8GhvKLpDlu6Oysh3BFgxIk7mSJ4XbPS3nR6TJbEWW13EUX6OqvXiAi9Lk15JOh8DVMYMJdGGsIsvP4kIE3sIbvPsrbAFaQze2CgEerKI3bq/HVYwuCxasgh0WsmVdFXtKB8bxZZkw0mQG5cfrNVwvLUy0S9Z/2HshSESpk6XNqf+EEdJmvkBqOC9EC37I8jP/qfIgVsbxTBUfSptdQtSWZ1neUYLB9yqex8k33ERdlldb77aBVQTPXmI6rg5X4iu9GMIJbMNT9C+qkD9hvUKGjOGZkEJDReltRl/LtT4hjcbn/2kArcEqnGw5f1+aNIrojOA19sf5J2zHKfyU5f1Cvp0WeuKjqKxoCh+lSYOi2wQFtyMUHuJYHHdGSPHBIbyYh/G4kLnQYNNkWpbfELrIzujaUtaFTYWb5Y3FHTso/SzLG1HNPqHwC5vEMN7ilTSZ1mK/AVnilCaB5CnJAAAAAElFTkSuQmCC);
  height: 20px;
  width: 20px; }

.search__result-container {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  overflow: auto;
  padding: 50px 20px 30px;
  position: relative; }
  .search__result-container::before {
    height: 40px;
    position: absolute;
    top: -20px;
    transform: rotate(45deg);
    width: 40px;
    content: '';
    left: 50px;
    transform: translateY(-30px) rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }

.search__result-link {
  color: #0091d0;
  display: block;
  padding: 10px 20px; }
  .search__result-link:hover {
    color: #164063;
    position: relative; }
    .search__result-link:hover::after {
      background-color: #164063;
      content: '';
      height: 100%;
      left: 0.5em;
      position: absolute;
      top: 0;
      width: 5px; }

.search--is-loading .search__result-container::before,
.search--has-results .search__result-container::before,
.search--no-results .search__result-container::before {
  transform: rotate(45deg); }

.search--is-loading .search__loader {
  display: block; }

.search--no-results .search__no-results {
  display: block; }

.section--color-gray .search__result-container::before {
  background: #ededed; }

.section--striped-light .search__result-container::before {
  background: repeating-linear-gradient(0, #14a2e2, #14a2e2 1px, #0091d0 2px, #0091d0 4px); }

@media screen and (min-width: 640px) {
  .search__result-container {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 1024px) {
  .search__result-link, .search__no-results {
    font-size: 1.5rem; }
  .search__input-container {
    padding-bottom: 60px; }
  .search__input-icon {
    right: 30px; }
  .search__loader, .search__no-results {
    margin-left: 30px; }
  .search__result-container {
    margin: 0;
    max-height: 500px;
    padding: 0; }
    .search__result-container::before {
      display: none; }
  .search__result-link {
    padding-left: 30px; } }

.table-container {
  overflow-x: auto;
  position: relative; }
  .table-container .light-gray {
    background-color: #f7f8fa; }
  .table-container table {
    width: 100%; }
  .table-container th,
  .table-container td {
    padding: 1rem; }
  .table-container thead {
    border-bottom: 1px solid #c4c4c5; }
    .table-container thead th,
    .table-container thead tr {
      color: #0091d0;
      font-weight: bold; }
    .table-container thead tr td {
      background-color: white; }
    .table-container thead th.pre,
    .table-container thead tr.pre {
      color: #000;
      font-size: 0.5rem; }
  .table-container tbody tr:nth-child(even) {
    background-color: #f7f8fa; }
  @media screen and (min-width: 1024px) {
    .table-container {
      overflow-x: visible; }
      .table-container thead tr td {
        position: sticky;
        top: 75px; } }

.ecom .btn, .ecom .btn--is-primary, .ecom .btn--is-alternate, .ecom .btn--is-secondary {
  border: 1px solid transparent;
  border-radius: 2px;
  display: inline-block;
  font-size: 1.25rem;
  min-height: 0;
  min-width: 0;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none; }

.ecom .btn--is-primary {
  background-color: #0091d0;
  color: #fff; }
  .ecom .btn--is-primary:hover, .ecom .btn--is-primary:focus {
    background-color: #009add; }
  .ecom .btn--is-primary:active {
    background-color: #00a3ea; }

.ecom .btn--is-alternate {
  background-color: #fff;
  border-color: #164063;
  color: #164063; }
  .ecom .btn--is-alternate:hover, .ecom .btn--is-alternate:focus {
    background-color: #f9f9f9; }
  .ecom .btn--is-alternate:active {
    background-color: #f2f2f2; }

.ecom .btn--is-secondary {
  background-color: #fff;
  color: #164063; }
  .ecom .btn--is-secondary:hover, .ecom .btn--is-secondary:focus {
    background-color: #f9f9f9; }
  .ecom .btn--is-secondary:active {
    background-color: #f2f2f2; }

.ecom .checkbox-input__input:checked ~ .checkbox-input__box {
  background: none; }

.ecom .checkbox-input__box {
  border-color: #164063;
  border-radius: 2px; }

.ecom .checkbox-input__checkmark {
  fill: #164063; }

.ecom .checkbox-input.error {
  border: 2px solid #fb2943; }

.ecom .select::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjYiIHdpZHRoPSI3IiB2aWV3Qm94PSIwIDAgNyA2IiB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPg0KICAgIDxwb2x5Z29uDQogICAgICAgIGZpbGw9IiMxNjQwNjMiDQogICAgICAgIHBvaW50cz0iMCAwIDcgMCAzLjUgNiINCiAgICAvPg0KPC9zdmc+DQo=);
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 7px;
  top: calc(50% - 3px);
  width: 7px; }

.ecom input, .ecom .select input[list],
.ecom .select select {
  background-color: #ededed;
  border: 1px solid #ededed;
  border-radius: 2px;
  color: #084492;
  font-size: 1.25rem;
  padding: 0.5rem 1rem; }
  .ecom input:focus, .ecom .select input:focus[list],
  .ecom .select select:focus {
    border-color: #084492; }

.ecom input[type='radio'] {
  border-radius: 50%;
  padding: 0.5em; }
  .ecom input[type='radio']:checked {
    background-color: #084492; }

.ecom .select {
  display: block;
  position: relative; }
  .ecom .select::after {
    content: ''; }
  .ecom .select input[list],
  .ecom .select select {
    padding-right: 1.4rem;
    width: 100%; }
    .ecom .select input[list]::-ms-expand,
    .ecom .select select::-ms-expand {
      display: none; }

/* background themes */
.section--color-gray.ecom select,
.section--striped-light.ecom select,
.section--striped-dark.ecom select {
  background-color: #fff; }

.hero-form {
  font-size: 1.1rem; }
  .hero-form .nord-lock-input {
    font-size: inherit; }
  .hero-form form [type='email'],
  .hero-form form [type='number'],
  .hero-form form [type='password'],
  .hero-form form [type='tel'],
  .hero-form form [type='text'],
  .hero-form form textarea {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #009de0;
    padding-left: 0px !important;
    color: #000;
    font-size: inherit;
    padding: 0.5em; }
    .hero-form form [type='email'].error,
    .hero-form form [type='number'].error,
    .hero-form form [type='password'].error,
    .hero-form form [type='tel'].error,
    .hero-form form [type='text'].error,
    .hero-form form textarea.error {
      border-bottom: 1px solid #fb2943;
      color: #fb2943; }
  .hero-form form select {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #009de0;
    padding-left: 0px !important;
    color: #000;
    font-size: inherit;
    padding: 0.5em; }
    .hero-form form select.error {
      border-bottom: 1px solid #fb2943;
      color: #fb2943; }
  .hero-form form :-ms-input-placeholder {
    color: #595959; }
  .hero-form form ::placeholder {
    color: #595959; }
  .hero-form form [type='submit'] {
    padding: 1em; }
  .hero-form form select:invalid {
    color: #c4c4c5; }
  .hero-form form &gt; [type='email'],
  .hero-form form &gt; [type='number'],
  .hero-form form &gt; [type='password'],
  .hero-form form &gt; [type='tel'],
  .hero-form form &gt; [type='text'],
  .hero-form form &gt; textarea,
  .hero-form form &gt; .nord-lock-input-wrapper [type='email'],
  .hero-form form &gt; .nord-lock-input-wrapper [type='number'],
  .hero-form form &gt; .nord-lock-input-wrapper [type='password'],
  .hero-form form &gt; .nord-lock-input-wrapper [type='tel'],
  .hero-form form &gt; .nord-lock-input-wrapper [type='text'],
  .hero-form form &gt; .nord-lock-input-wrapper textarea {
    background-color: #ededed;
    border: 0;
    border-bottom: 1px solid #009de0;
    padding-left: 0px !important; }
  .hero-form form &gt; select,
  .hero-form form &gt; .nord-lock-input-wrapper select {
    background-color: #ededed;
    border: 0;
    border-bottom: 1px solid #009de0;
    padding-left: 0px !important; }
  .hero-form form .nord-lock-input-label {
    font-weight: 700; }
  .hero-form form .nord-lock-input-description {
    font-size: 0.8em;
    font-style: italic; }
    .hero-form form .nord-lock-input-description::before {
      content: '-';
      display: inline-block;
      margin: 0 0.25em; }
  .hero-form form [type='submit'] {
    margin-top: 1.5em; }

@media screen and (min-width: 1024px) {
  .standard-form:not(.standard-form--single-column) form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    .standard-form:not(.standard-form--single-column) form &gt; * {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      width: calc(50% - 1rem); }
    .standard-form:not(.standard-form--single-column) form &gt; .full-width {
      width: 100%; } }

.standard-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
  background-color: white;
  color: black;
  padding: 24px 16px 48px 16px;
  border-radius: 2px; }
  .standard-form [type='email'],
  .standard-form [type='number'],
  .standard-form [type='password'],
  .standard-form [type='tel'],
  .standard-form [type='text'],
  .standard-form textarea {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #009de0;
    padding-left: 0px !important;
    color: #000;
    font-size: inherit;
    padding: 0.5em; }
    .standard-form [type='email'].error,
    .standard-form [type='number'].error,
    .standard-form [type='password'].error,
    .standard-form [type='tel'].error,
    .standard-form [type='text'].error,
    .standard-form textarea.error {
      border-bottom: 1px solid #fb2943;
      color: #fb2943; }
  .standard-form select {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #009de0;
    padding-left: 0px !important;
    color: #000;
    font-size: inherit;
    padding: 0.5em; }
    .standard-form select.error {
      border-bottom: 1px solid #fb2943;
      color: #fb2943; }
  .standard-form :-ms-input-placeholder {
    color: #595959; }
  .standard-form ::placeholder {
    color: #595959; }
  .standard-form [type='submit'] {
    padding: 1em; }
  .standard-form select:invalid {
    color: #c4c4c5; }
  .section--color-white .standard-form [type='email'],
  .section--color-white .standard-form [type='number'],
  .section--color-white .standard-form [type='password'],
  .section--color-white .standard-form [type='tel'],
  .section--color-white .standard-form [type='text'],
  .section--color-white .standard-form textarea {
    background-color: #ededed;
    border: 0;
    border-bottom: 1px solid #009de0;
    padding-left: 0px !important; }
  .section--color-white .standard-form select {
    background-color: #ededed;
    border: 0;
    border-bottom: 1px solid #009de0;
    padding-left: 0px !important; }
  .standard-form form &gt; * {
    display: block; }
    .standard-form form &gt; *:not(:last-child) {
      margin-bottom: 1rem; }
  .standard-form form p {
    font-size: 12px; }
  .standard-form form a {
    font-size: 12px;
    text-decoration: underline; }
  .standard-form form [type='submit'] {
    margin-top: 1.5rem;
    border-radius: 2px;
    font-size: 16px; }
  .standard-form .nord-lock-input-label {
    display: none; }
  .section--color-white .standard-form [type='email'],
  .section--color-white .standard-form [type='number'],
  .section--color-white .standard-form [type='password'],
  .section--color-white .standard-form [type='tel'],
  .section--color-white .standard-form [type='text'],
  .section--color-white .standard-form textarea {
    background-color: #ededed;
    border: 0;
    border-bottom: 1px solid #009de0;
    padding-left: 0px !important; }
  .section--color-white .standard-form select {
    background-color: #ededed;
    border: 0;
    border-bottom: 1px solid #009de0;
    padding-left: 0px !important; }
  .section--color-white .standard-form :-ms-input-placeholder {
    color: #c5c5c5; }
  .section--color-white .standard-form select:invalid,
  .section--color-white .standard-form ::placeholder {
    color: #c5c5c5; }

.accordion-container__area {
  border-bottom: solid 1px #c5c5c5; }

.accordion-container__title {
  position: relative;
  margin: 0;
  padding: 10px;
  cursor: pointer; }
  .accordion-container__title:not(:first-of-type) {
    border-top: solid 1px #ededed; }
  .accordion-container__title:hover, .accordion-container__title :active, .accordion-container__title .open {
    color: #0091d0;
    font-weight: 400; }
  .accordion-container__title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: #434449;
    transition: all .3s ease-in-out; }
  .accordion-container__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 15px;
    height: 2px;
    background: #434449;
    transition: all .2s ease-in-out; }
  .accordion-container__title.open::before {
    transform: rotate(180deg); }
  .accordion-container__title.open::after {
    opacity: 0; }
  .accordion-container__title-content {
    width: calc(100% - 40px); }

.accordion-container__content {
  padding: 0 10px;
  display: inline-block; }
  .accordion-container__content iframe {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
    margin: 0 !important; }
  .accordion-container__content img {
    max-width: 100% !important;
    margin-left: 0 !important; }

.accordion-container__showmore {
  text-align: right; }
  .accordion-container__showmore__button {
    transition: all .2s ease-in;
    text-decoration: underline; }
    .accordion-container__showmore__button:hover {
      background-color: #0091d0;
      color: white; }

.accordion-container__line {
  border: 0;
  margin: 40px 0 0 0;
  width: 100%;
  height: 2px;
  background: #ededed; }

.article ol li:not(:first-child), .article-content ol li:not(:first-child), .tile__item-body ol li:not(:first-child), .tile__expanded-content ol li:not(:first-child),
.article ul li:not(:first-child),
.article-content ul li:not(:first-child),
.tile__item-body ul li:not(:first-child),
.tile__expanded-content ul li:not(:first-child) {
  margin-top: 10px; }

.article ol li::before, .article-content ol li::before, .tile__item-body ol li::before, .tile__expanded-content ol li::before,
.article ul li::before,
.article-content ul li::before,
.tile__item-body ul li::before,
.tile__expanded-content ul li::before {
  color: #0091d0;
  position: absolute; }

.article ul, .article-content ul, .tile__item-body ul, .tile__expanded-content ul {
  padding-left: 1.25em; }
  
  .article ul li::before,
  .article-content ul li::before,
  .tile__item-body ul li::before,
  .tile__expanded-content ul li::before {
    content: '\2022   ';
    transform: translateX(-1.25em); }

.article ol, .article-content ol, .tile__item-body ol, .tile__expanded-content ol {
  counter-reset: item;
  padding-left: 1.5em; }

.article ol &gt; li::before, .article-content ol &gt; li::before, .tile__item-body ol &gt; li::before, .tile__expanded-content ol &gt; li::before {
  content: counter(item) ". ";
  counter-increment: item;
  transform: translateX(-1.5em); }

.contentArea-article .contentArea-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 20px 101px 30px; }

@media screen and (max-width: 1024px) {
  .contentArea-article .contentArea-container {
    padding: 20px 16px 30px; } }

.article__content .table-container {
  margin: 0 auto !important; }

.article .section__inner:not(.share__inner) {
  padding: 20px 16px 30px;
  text-align: left; }

.article .article__large-text {
  width: 900px; }
  .article .article__large-text p {
    text-align: left !important; }

@media (max-width: 1100px) {
  .article .article__large-text {
    width: 100%; }
    .article .article__large-text p {
      text-align: left !important; } }

.article__display {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  .article__display-inner {
    grid-column: span 7; }

.article__meta {
  margin: 30px 0; }
  .article__meta-date {
    font-weight: 500; }

.article, .article-content {
  text-align: justify; }
  .article p:first-child , .article-content p:first-child {
    margin: unset; }
  .article p,
  .article ul,
  .article ol, .article-content p,
  .article-content ul,
  .article-content ol {
    line-height: 1.5625rem; }
  .article p, .article-content p {
    color: var(--Primary-Black, #000);
    /* NEW/Body 1 Regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400; }
  .article blockquote,
  .article blockquote &gt; p, .article-content blockquote,
  .article-content blockquote &gt; p {
    color: #009de0;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left; }
  .article strong, .article-content strong {
    font-weight: 500;
    line-height: 130%;
    display: block;
    margin-bottom: 1.2em; }
  .article h1,
  .article h2,
  .article h3,
  .article h4, .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4 {
    text-align: left;
    font-family: Oswald; }
  .article h1, .article-content h1 {
    color: var(--Primary-Black, #000);
    /* NEW/H1 */
    font-family: Oswald;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 57.6px */
    text-transform: uppercase; }
  .article h2, .article-content h2 {
    color: var(--Nord-Lock-Group-Blue, #009de0);
    margin: 20px 0;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 33.6px */
    text-transform: uppercase; }
    .article h2:first-child, .article-content h2:first-child {
      margin-top: 0; }
  .article h3, .article-content h3 {
    color: var(--Primary-Black, #000);
    /* NEW/H3 */
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    text-transform: uppercase; }
  .article h4, .article-content h4 {
    color: var(--Primary-Black, #000);
    /* NEW/H4 */
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    text-transform: uppercase; }
  .article ol li::before,
  .article ul li::before, .article-content ol li::before,
  .article-content ul li::before {
    color: #0091d0; }
  .article a, .article-content a {
    color: #0091d0;
    font-weight: 400; }
    .article a:hover, .article-content a:hover {
      color: #084492; }
  .article .introduction, .article-content .introduction {
    color: var(--Complementary-colors-Dark-Grey, #64666d);
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    text-align: left; }
  .article .subheading, .article-content .subheading {
    color: #009de0;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left; }
  .article .h2-black, .article-content .h2-black {
    color: #000000;
    font-family: Oswald;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left; }
  .article img,
  .article iframe, .article-content img,
  .article-content iframe {
    display: block;
    height: auto;
    max-width: none; }
    .article img:not([class*='align-']),
    .article iframe:not([class*='align-']), .article-content img:not([class*='align-']),
    .article-content iframe:not([class*='align-']) {
      margin-left: calc(50% - 50vw);
      width: 100vw; }
  .article iframe, .article-content iframe {
    height: 300px; }

.article__preamble p {
  color: var(--Complementary-colors-Dark-Grey, #64666d);
  /* NEW/Title */
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 146%;
  /* 40.88px */ }

.article video {
  height: auto; }

.article__text {
  display: inline-block;
  vertical-align: top; }

.article__text-content {
  width: 100%;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  max-height: 10.5em;
  text-align: justify;
  transition: max-height 0.75s;
  position: relative; }
  .article__text-content.truncate::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }

.article__readmore-btn {
  display: none;
  cursor: pointer;
  margin-top: 10px;
  text-align: center; }
  .article__readmore-btn.readless::after {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    margin-left: 10px;
    position: relative;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 4px;
    content: ''; }
  .article__readmore-btn.readmore::after {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    margin-left: 10px;
    position: relative;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 4px;
    content: ''; }

@media screen and (min-width: 1024px) {
  .article__preamble {
    font-size: 1.75rem; }
  .article p,
  .article ul,
  .article ol, .article-content p,
  .article-content ul,
  .article-content ol {
    line-height: 1.875rem; }
  .article iframe, .article-content iframe {
    height: 400px; } }

@media screen and (min-width: 1100px) {
  .article {
    margin-bottom: unset; }
    .article__meta {
      margin: 60px 0; }
      .article__meta-date {
        font-size: 1.125rem; }
    .article .section__inner:not(.share__inner) {
      padding: 20px 101px 30px; }
    .article .section__inner:not(.share__inner):has(.article__large-text) {
      padding: 20px 0px 30px; }
    .article img:not([class*='align-']),
    .article iframe:not([class*='align-']),
    .article .table-container:not([class*='align-']), .article-content img:not([class*='align-']),
    .article-content iframe:not([class*='align-']),
    .article-content .table-container:not([class*='align-']) {
      margin-left: 0;
      width: 100%;
      max-width: 780px; }
    .article iframe, .article-content iframe {
      aspect-ratio: 16 / 9;
      height: auto;
      max-width: unset !important; } }

.article .contentArea-container {
  /* Styles for .contentArea-container */
  margin-top: -45px; }
  .article .contentArea-container img,
  .article .contentArea-container iframe {
    /* Reset or override styles for img, iframe, and .table-container within .contentArea-container */
    margin: unset;
    width: 100%;
    display: unset;
    max-width: unset;
    /* Add any other styles to reset or override here */ }
  .article .contentArea-container h2 {
    margin: -10px 0; }
  .article .contentArea-container p {
    margin: 0;
    line-height: 1.5; }

.article .recommended_articles .contentArea-container {
  margin: 0;
  padding: 0;
  gap: 24px;
  flex-direction: column; }

.article__desktop-view {
  display: block;
  grid-column: 10 / -1;
  margin-right: -83px; }

.article__mobile-view {
  display: none; }

@media only screen and (max-width: 1100px) {
  .article__display-inner {
    grid-column: span 12; }
  .article__desktop-view {
    display: none; }
  .article__mobile-view {
    display: block; }
    .article__mobile-view:not(.related-mobile) {
      display: grid;
      padding: 16px 16px 96px 0px;
      grid-template-columns: repeat(12, 1fr); } }

.article__tag {
  border: 1px solid #c5c5c5;
  display: inline-flex;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 126%;
  border-radius: 2px;
  margin-bottom: 8px; }

@media screen and (max-width: 640px) {
  article picture {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto; } }

.section--color-gray .article__text-content.truncate::after {
  background: -webkit-linear-gradient(rgba(237, 237, 237, 0) 0%, #ededed 100%);
  background-image: linear-gradient(rgba(237, 237, 237, 0) 0%, #ededed 100%);
  background-image: -ms-linear-gradient(rgba(237, 237, 237, 0) 0%, #ededed 100%); }

.articles-result__inner {
  padding-bottom: 0px; }

.bannerblock img {
  max-width: 100%;
  height: auto; }
  .bannerblock img.hidden-mobile {
    display: block; }
  .bannerblock img.visible-mobile {
    display: none; }

.bannerblock .bannerBlockContainer {
  display: flex;
  justify-content: center; }

@media screen and (max-width: 640px) {
  .bannerblock img.hidden-mobile {
    display: none; }
  .bannerblock img.visible-mobile {
    display: block; } }

.banner-buttons-block {
  width: 100% !important;
  max-height: 100% !important; }
  @media screen and (min-width: 640px) {
    .banner-buttons-block {
      display: flex;
      min-height: 400px; } }
  .banner-buttons-block::before {
    padding-top: 0 !important; }
  .banner-buttons-block .hero__before-inner, .banner-buttons-block.hero--is-small .hero__before-inner {
    height: 100%; }
  .banner-buttons-block .section__inner {
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin: auto; }
  .banner-buttons-block__buttons {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0; }
    @media screen and (min-width: 640px) {
      .banner-buttons-block__buttons {
        display: flex; } }
    .banner-buttons-block__buttons.Left {
      justify-content: flex-start; }
    .banner-buttons-block__buttons.Center {
      justify-content: center; }
    .banner-buttons-block__buttons.Right {
      justify-content: flex-end; }
  .banner-buttons-block__button-list {
    text-align: center; }
  .banner-buttons-block__button-item {
    display: block;
    margin: 0 0 20px 0; }
    @media screen and (min-width: 640px) {
      .banner-buttons-block__button-item {
        display: inline-block;
        margin: 0 20px 20px 20px; } }
    .banner-buttons-block__button-item a {
      width: 100%;
      display: inline-block; }
      @media screen and (min-width: 1024px) {
        .banner-buttons-block__button-item a {
          display: inline-block; } }
  .banner-buttons-block__content {
    width: auto !important;
    background-color: transparent !important;
    margin-top: 0 !important; }
    .banner-buttons-block__content h1, .banner-buttons-block__content p {
      text-align: left; }
    .banner-buttons-block__content p {
      max-width: 100%; }
  .banner-buttons-block.hero--align-center h1, .banner-buttons-block.hero--align-center p {
    text-align: center; }
  .banner-buttons-block.hero--align-right h1, .banner-buttons-block.hero--align-right p {
    text-align: right; }
  .banner-buttons-block.section--color-gray .section__heading,
  .banner-buttons-block.section--color-gray .section__text {
    color: #fff !important; }
  .banner-buttons-block.section--color-gray .section__link .cta-link__text {
    color: #fff; }
  .banner-buttons-block.section--color-gray .section__link .cta-link__icon {
    stroke: #fff; }
  .banner-buttons-block.hero--color-blue .section__heading,
  .banner-buttons-block.hero--color-blue .section__text {
    color: #0091d0 !important; }
  .banner-buttons-block.hero--color-blue .section__link .cta-link__text {
    color: #0091d0; }
  .banner-buttons-block.hero--color-blue .section__link .cta-link__icon {
    stroke: #164063; }
  .banner-buttons-block.hero--color-dark .section__heading,
  .banner-buttons-block.hero--color-dark .section__text {
    color: #434449 !important; }
  .banner-buttons-block.hero--color-dark .section__link .cta-link__text {
    color: #434449; }
  .banner-buttons-block.hero--color-dark .section__link .cta-link__icon {
    stroke: #434449; }

.brand-breaker {
  display: none; }
  .brand-breaker__inner {
    padding-bottom: 1rem;
    padding-top: 1rem; }
  .brand-breaker__list {
    display: flex;
    justify-content: space-between; }
  .brand-breaker__item {
    flex: 0 auto;
    font-size: 0;
    padding: 0.5rem; }
    .brand-breaker__item-image {
      height: 2rem;
      width: 10rem; }
    .brand-breaker__item-link {
      display: block;
      transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .brand-breaker__item-link:hover {
        transform: scale(1.025); }
  .brand-breaker:hover .brand-breaker__item-link {
    will-change: transform; }
  @media screen and (min-width: 1024px) {
    .brand-breaker {
      display: block; } }

.brand-info__inner {
  padding-top: 50px; }

.brand-info__logo {
  display: block;
  margin: 0 auto;
  width: 280px; }

.brand-info__text {
  margin-bottom: 0 !important; }

.cta-link:hover .cta-link__icon, .brand-teasers__item:hover .cta-link__icon, .cta-teasers__item:hover .cta-link__icon, .teaser:hover .cta-link__icon {
  transform: translateX(7.5px); }

.brand-teasers__item {
  border-bottom: 5px solid;
  position: relative; }
  .brand-teasers__item:not(:last-child) {
    margin-bottom: 30px; }
  .brand-teasers__item--is-boltight {
    border-bottom-color: #074276; }
  .brand-teasers__item--is-expander {
    border-bottom-color: #327abe; }
  .brand-teasers__item--is-nordlock {
    border-bottom-color: #0091d0; }
  .brand-teasers__item--is-superbolt {
    border-bottom-color: #007ac0; }
  .brand-teasers__item, .brand-teasers__item-logo, .brand-teasers__item-logo-container, .brand-teasers__item-text {
    display: block; }
  .brand-teasers__item-logo {
    height: 30px;
    width: auto; }
    .brand-teasers__item-logo-container {
      align-items: center;
      background-color: #fff;
      display: flex;
      height: 75px;
      padding: 20px 20px; }
  .brand-teasers__item-inner {
    display: none; }
  .brand-teasers__item-text {
    position: relative; }
  .brand-teasers__item-link {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .brand-teasers__item--is-boltight .brand-teasers__item-logo,
  .brand-teasers__item--is-superbolt .brand-teasers__item-logo {
    height: 25px; }

@media screen and (min-width: 360px) {
  .brand-teasers__item-logo-container {
    padding: 20px 30px; }
  .brand-teasers__item-link {
    right: 30px; } }

@media screen and (min-width: 1024px) {
  .brand-teasers__items-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 630px; }
  .brand-teasers__item {
    border-bottom: 0;
    margin-bottom: 0 !important;
    width: 300px; }
    .brand-teasers__item:nth-child(2n + 2) {
      margin-left: 30px; }
    .brand-teasers__item:nth-child(n + 3) {
      margin-top: 30px; }
    .brand-teasers__item-logo-container {
      height: 100px;
      justify-content: center; }
    .brand-teasers__item-inner {
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 1.25rem;
      font-weight: 400;
      height: calc(100% - 100px);
      justify-content: center;
      min-height: 200px;
      padding: 60px 45px;
      text-align: center; }
    .brand-teasers__item-link {
      bottom: 30px;
      top: auto;
      transform: none; }
      .brand-teasers__item-link .cta-link__icon {
        stroke: #fff; }
    .brand-teasers__item--is-boltight .brand-teasers__item-inner {
      background-color: #074276; }
    .brand-teasers__item--is-expander .brand-teasers__item-inner {
      background-color: #327abe; }
    .brand-teasers__item--is-nordlock .brand-teasers__item-inner {
      background-color: #0091d0; }
    .brand-teasers__item--is-superbolt .brand-teasers__item-inner {
      background-color: #007ac0; } }

@media screen and (min-width: 1350px) {
  .brand-teasers__items-container {
    width: 1290px; }
  .brand-teasers__item:nth-child(4n + 1) {
    margin-left: 0; }
  .brand-teasers__item:nth-child(4n + 2), .brand-teasers__item:nth-child(4n + 3), .brand-teasers__item:nth-child(4n + 4) {
    margin-left: 30px; }
  .brand-teasers__item:nth-child(3), .brand-teasers__item:nth-child(4) {
    margin-top: 0; }
  .brand-teasers__item:nth-child(n + 5) {
    margin-top: 30px; }
  .brand-teasers__item-inner {
    min-height: 280px; }
  .brand-teasers__item-logo {
    height: 35px; } }

.breadcrumbs {
  font-size: 0.875rem;
  padding-bottom: 15px;
  padding-top: 15px;
  padding: 15px 16px;
  max-width: 1350px;
  padding: 16px 0; }
  @media screen and (max-width: 1350px) {
    .breadcrumbs {
      padding: 16px 24px; } }
  @media screen and (max-width: 690px) {
    .breadcrumbs {
      padding: 16px 16px; } }
  @media screen and (max-width: 640px) {
    .breadcrumbs {
      padding-top: 30px; } }
  .breadcrumbs span {
    color: #434449;
    font-size: inherit; }
  .breadcrumbs a[href] {
    color: #0091d0;
    font-size: inherit;
    transition: color 0.1s; }
    .breadcrumbs a[href]:hover {
      color: #164063; }
  .breadcrumbs__separator {
    display: inline-block;
    height: 11px;
    margin-right: 0.3rem;
    position: relative; }
    .breadcrumbs__separator:not(:first-child) {
      margin-left: 0.5rem; }
    .breadcrumbs__separator::before, .breadcrumbs__separator::after {
      background-color: #434449;
      content: '';
      height: 50%;
      position: absolute;
      right: 0;
      width: 1px; }
    .breadcrumbs__separator::before {
      bottom: 50%;
      transform: rotate(-30deg);
      transform-origin: bottom right; }
    .breadcrumbs__separator::after {
      top: 50%;
      transform: rotate(30deg);
      transform-origin: top right; }

.cad-download .SCTooltip {
  display: none !important; }

.cad-download .SCToolbox_btn {
  height: 20px;
  max-width: none;
  width: 20px; }
  .cad-download .SCToolbox_btn.cad {
    background-color: transparent;
    color: #28a745; }
  .cad-download .SCToolbox_btn.pdf {
    background-color: transparent;
    color: #dc3545; }

.cad-download .titles th {
  line-height: 0.9;
  margin-bottom: 0.5rem;
  padding: 0.5rem; }
  .cad-download .titles th select,
  .cad-download .titles th input {
    font-size: 1rem;
    padding: 1rem; }

.cad-download .filter th {
  padding: 0 0.1rem; }
  .cad-download .filter th select,
  .cad-download .filter th input {
    font-size: 0.875rem;
    padding: 0.5rem;
    padding-right: 0 !important; }
    .cad-download .filter th select.hidden,
    .cad-download .filter th input.hidden {
      display: none; }

.cad-download .filter .partno {
  overflow: hidden;
  padding-left: 7rem;
  position: relative; }

.cad-download .filter .clearfilter_btn {
  cursor: pointer;
  height: 48px;
  left: 0;
  line-height: 48px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  width: 40px; }

.cad-download thead tr:last-child th {
  border-bottom: 1px solid #ededed;
  padding-top: 0; }

.cad-download__label {
  margin-bottom: 0; }

.cad-download__inner {
  position: relative; }

.cad-download__actions {
  align-items: center;
  background-color: #fff;
  border-bottom: 3px solid #164063;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  position: sticky;
  top: 50px;
  z-index: 1; }

.cad-download__table {
  padding-bottom: 100px; }
  .cad-download__table .header_wrapper {
    background-color: #fff; }

.cad-download__format-menu {
  border: 1px solid #ededed;
  width: 100%; }

.cad-download__progress, .cad-download__download {
  padding: 20px; }

.cad-download__download {
  display: flex;
  padding: 0; }
  .cad-download__download canvas {
    display: none; }
  .cad-download__download svg {
    display: none; }

.cad-download__download-action {
  display: none; }
  .cad-download__download-action--show {
    display: block; }

.cad-download__tabs {
  margin: 30px 0; }

.cad-download__dialog {
  align-items: center;
  background-color: rgba(2, 58, 105, 0.95);
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  z-index: 10; }
  .cad-download__dialog, .cad-download__dialog-overlay {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%; }
  .cad-download__dialog-overlay {
    position: absolute; }
  .cad-download__dialog-form-container {
    position: relative; }

.cad-download--dialog-is-active .cad-download__dialog {
  display: flex; }

@media screen and (min-width: 640px) {
  .cad-download__format-menu {
    width: 350px; } }

@media screen and (min-width: 1024px) {
  .cad-download__actions {
    padding: 1rem 0 2rem;
    top: calc(77px); }
  .cad-download__table .header_wrapper {
    padding-top: 10px;
    position: sticky;
    top: 200px; }
  .cad-download__tabs {
    margin: 60px 0 30px; }
  .cad-download .click-dimension-form {
    height: auto;
    margin: auto; } }

.click-dimension-form__success-message {
  color: #0091d0;
  display: none;
  margin: 0;
  text-align: center; }

.click-dimension-form--is-success .click-dimension-form__heading, .click-dimension-form--is-success .click-dimension-form__form {
  display: none !important; }

.click-dimension-form--is-success .click-dimension-form__success-message {
  display: block; }

.section--striped-light .click-dimension-form__success-message,
.section--striped-dark .click-dimension-form__success-message {
  color: #fff; }

.contact__region-link-list, .contact__country-link-list {
  display: none; }

.contact__region {
  padding-top: 30px; }
  .contact__region-list {
    margin: 0 -20px; }
  .contact__region-item-header {
    align-items: center;
    border-top: 1px solid #ededed;
    color: #0091d0;
    display: flex;
    font-size: 1.25rem;
    padding: 20px 20px;
    width: 100%; }
    .contact__region-item-header-icon {
      height: 1em;
      margin-left: auto;
      width: 1em; }
      .contact__region-item-header-icon--plus {
        fill: #164063; }
      .contact__region-item-header-icon--minus {
        display: none;
        fill: #fff; }
  .contact__region-item:last-child .contact__region-item-header {
    border-bottom: 1px solid #ededed; }

.contact__country-link-item {
  align-items: center;
  background-color: #f7f8fa;
  border-top: 1px solid #ededed;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  padding: 20px 20px;
  width: 100%; }

.contact__country-link-button {
  display: flex; }

.contact__country-link-flag {
  margin-right: 20px; }

.contact__country-link-name {
  color: #0091d0;
  line-height: 32px; }

.contact__region-item--is-active .contact__region-item-header {
  background-color: #0091d0;
  color: #fff; }
  .contact__region-item--is-active .contact__region-item-header-icon--plus {
    display: none; }
  .contact__region-item--is-active .contact__region-item-header-icon--minus {
    display: block; }

.contact__region-item--is-active .contact__country-link-list {
  display: block; }

.contact__country-item--is-active .contact__country-item-content {
  display: block; }

@media screen and (min-width: 640px) {
  .contact__region-item-header {
    padding: 20px 30px; }
  .contact__region-list {
    margin: 0 -30px; }
  .contact__country-link-item {
    padding-left: 30px;
    padding-right: 30px; } }

@media screen and (min-width: 1024px) {
  .contact__local-text {
    margin-bottom: 30px; }
  .contact__region-item-header {
    display: none; }
  .contact__region {
    padding-top: 30px; }
    .contact__region-link-list {
      display: flex;
      padding-bottom: 20px; }
    .contact__region-link-item {
      flex: 1;
      margin-right: 30px; }
      .contact__region-link-item:last-child {
        margin-right: 0; }
    .contact__region-link-button {
      width: 100%; }
    .contact__region-link-image-container {
      border: 1px solid #ededed;
      display: block;
      width: 100%; }
      .contact__region-link-image-container::before {
        content: '';
        display: block;
        padding-top: 100%; }
    .contact__region-link-name {
      color: #0091d0;
      font-family: "Oswald", sans-serif;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1;
      margin-top: 30px; }
    .contact__region-link-item--is-active {
      position: relative; }
      .contact__region-link-item--is-active::after {
        background-color: #164063;
        bottom: -25px;
        content: '';
        height: 5px;
        left: 0;
        position: absolute;
        width: 100%; }
    .contact__region-link-item--is-active .contact__region-link-image-container {
      border-color: #164063; }
    .contact__region-list {
      margin: 0; }
  .contact__country-link-list {
    overflow: hidden;
    padding: 20px 0 40px; }
  .contact__country-link-item {
    background-color: transparent;
    border-top: 0;
    flex: 0 20%;
    margin-bottom: 20px;
    padding-right: 20px; }
  .contact__country-link-button {
    align-items: center;
    display: flex; }
  .contact__country-link-item--is-active .contact__country-link-name {
    border-bottom: 1px solid #164063;
    color: #164063; }
  .contact__country-item-content {
    padding: 0; }
    .contact__country-item-content::before {
      display: none; }
  .contact__region-item--is-active .contact__country-link-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; } }

.business-card__container {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12);
  height: 185px;
  margin: auto;
  width: 325px; }

.business-card__contact, .business-card__quote {
  display: flex; }

.business-card__contact {
  background-color: #0091d0;
  height: 55%;
  width: 100%; }

.business-card__quote {
  height: 45%; }

.business-card__portrait {
  display: flex;
  min-width: 30%;
  padding: 20px 15px;
  width: 30%; }
  .business-card__portrait__image {
    background-color: #fff;
    border-radius: 100%;
    height: 64px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

.business-card__information {
  color: #fff;
  font-size: 0.875rem;
  margin-right: 1rem;
  padding: 1rem 0;
  width: 70%; }
  .business-card__information__name {
    border-bottom: 1px solid #fff;
    display: flex;
    font-size: 1.25rem;
    margin-bottom: 0.25rem; }
  .business-card__information__email, .business-card__information__phone {
    cursor: pointer;
    display: flex;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    line-height: 1rem;
    margin-top: 0.25rem; }
    .business-card__information__email__icon, .business-card__information__phone__icon {
      fill: #fff;
      height: 1rem;
      width: 1rem; }
    .business-card__information__email__text, .business-card__information__phone__text {
      margin-left: 0.15rem; }

.business-card__quote {
  background-color: #fff;
  display: table;
  width: 100%; }
  .business-card__quote__text {
    display: table-cell;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    width: 100%; }

.business-card--multiple .business-card__container {
  margin: 0 auto 20px; }

@media screen and (min-width: 1024px) {
  .business-card--multiple .business-card__container {
    margin: 0 10px 20px; }
  .business-card__container {
    margin: unset;
    margin-left: auto; }
  .business-card__information {
    padding: 0.75rem 0; }
    .business-card__information__email, .business-card__information__phone {
      margin-top: 0.15rem; } }

.section--striped-light .business-card__contact {
  background-color: #164063; }

.section--striped-light .business-card__quote,
.section--striped-dark .business-card__quote {
  color: #000; }

.card-container__inner {
  max-width: 910px; }

.card-container__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .card-container__wrapper__headers {
    margin: auto 0 30px;
    text-align: center; }
  .card-container__wrapper__headers, .card-container__wrapper__contacts {
    flex: 100%; }

.card-container--multiple .card-container__inner {
  max-width: 1290px; }

@media screen and (min-width: 1024px) {
  .card-container__wrapper__headers, .card-container__wrapper__contacts {
    flex: 45%; }
  .card-container__wrapper__headers {
    margin: auto 30px auto 0;
    text-align: left; }
  .card-container--multiple .card-container__wrapper__headers, .card-container--multiple .card-container__wrapper__contacts {
    flex: 100%; }
  .card-container--multiple .card-container__wrapper__headers {
    margin: auto 0 30px;
    text-align: center; }
  .card-container--multiple .card-container__wrapper__contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }

.content-block__media-container {
  margin: 30px auto;
  max-width: 630px; }
  .content-block__media-container::before {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
  .content-block__media-container--is-square::before {
    padding-bottom: 100%; }

.content-block__link-list {
  text-align: center; }

.content-block__link-item {
  display: block;
  margin: 10px 0; }

@media screen and (min-width: 1024px) {
  .content-block__link-item {
    display: inline-block;
    margin: 0 20px; } }

.cookie-bar {
  background-color: #164063;
  bottom: 0;
  color: #fff;
  display: none;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9; }
  .cookie-bar__text {
    margin: 0 0 30px; }
    .cookie-bar__text p,
    .cookie-bar__text span,
    .cookie-bar__text a {
      font-size: 0.875rem; }
    .cookie-bar__text a {
      color: #0091d0;
      font-weight: 400; }
      .cookie-bar__text a:hover {
        color: #084492; }
  .cookie-bar__accept:hover {
    background-color: #fff;
    color: #164063; }
  @media screen and (min-width: 1024px) {
    .cookie-bar {
      text-align: left; }
      .cookie-bar__inner {
        align-items: center;
        display: flex;
        padding: 40px 0; }
      .cookie-bar__text {
        margin: 0 60px 0 0; }
      .cookie-bar__accept {
        margin-left: auto; } }

.country-redirect {
  background-color: rgba(0, 145, 208, 0.95);
  background-image: none;
  color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9; }
  .country-redirect__loader svg {
    fill: #fff; }
  .country-redirect__inner {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .country-redirect__wrapper {
    margin: auto 0;
    /*display: none;*/ }
  .country-redirect__message-heading {
    font-family: "Oswald", sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase; }
  .country-redirect__message-subheading {
    margin: 0; }
  .country-redirect__action-list {
    margin-top: 80px; }
  .country-redirect__action-item {
    margin-top: 30px;
    text-align: center; }
  .country-redirect__action-label {
    font-weight: 400;
    font-size: 1rem; }
  .country-redirect__language-list {
    margin-top: 0; }
  .country-redirect__language-item {
    margin: 5px 10px; }
  .country-redirect__select-other {
    align-self: center;
    display: inline-flex;
    font-size: 0.9375rem;
    font-weight: 700;
    margin: auto auto 60px; }
    .country-redirect__select-other-icon {
      height: 20px;
      margin-right: 10px;
      width: 20px; }
    .country-redirect__select-other:hover .country-redirect__select-other-text {
      text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    .country-redirect__message-heading {
      font-size: 3.6rem; }
    .country-redirect__action-list {
      display: flex;
      justify-content: space-between;
      margin: 150px auto 0;
      max-width: 690px; }
    .country-redirect__action-label {
      font-size: 1.25rem; }
    .country-redirect__language-list {
      margin-top: 0; } }

.country-selection {
  color: #fff;
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  .country-selection__inner {
    display: flex;
    height: 100%; }
  .country-selection__content {
    align-self: center;
    margin: auto;
    /*margin-bottom: $spacing--medium;*/
    width: 100%; }
  .country-selection__exit {
    position: absolute;
    right: 20px;
    top: 30px; }
    .country-selection__exit-icon {
      fill: #fff;
      width: 24px; }
  .country-selection__item {
    margin-bottom: 50px;
    text-align: center; }
    .country-selection__item-link:hover {
      text-decoration: underline; }
    .country-selection__item__has-lang {
      margin-bottom: 0; }
  .country-selection__lang-item {
    margin: 3px 5px 25px 5px;
    font-size: 0.875rem;
    display: inline-block; }
  .country-selection--is-active {
    background-color: #0091d0;
    background-size: cover;
    display: block; }
  @media screen and (min-width: 640px) {
    .country-selection__exit {
      right: 30px; } }
  @media screen and (min-width: 1024px) {
    .country-selection__inner {
      position: relative; }
    .country-selection__exit {
      top: 30px; }
    .country-selection__list {
      display: flex;
      flex-wrap: wrap; }
    .country-selection__item {
      flex: 0 0 25%; }
    .country-selection__lang-item {
      font-size: 1rem; } }

.content-toggle-container {
  position: relative; }
  .content-toggle-container__click-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5; }
  .content-toggle-container__toggle::after {
    background-color: rgba(255, 255, 255, 0.781);
    content: '';
    display: none;
    height: 15px;
    left: 50%;
    margin-top: 2px;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    width: 15px;
    z-index: 7; }
  @media screen and (max-width: 1024px) {
    .content-toggle-container__toggle::after {
      top: 27px; } }
  .content-toggle-container__expand {
    background-color: #fff;
    box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.15);
    color: #434449;
    display: none;
    margin-top: 5.5px;
    position: absolute;
    transform: translateX(-70%);
    z-index: 7; }
  .content-toggle-container--is-expanded .content-toggle-container__toggle::after {
    display: block;
    opacity: 1; }
  .content-toggle-container--is-expanded .content-toggle-container__click-overlay {
    display: block; }
  .content-toggle-container--is-expanded .content-toggle-container__expand {
    display: flex;
    justify-content: flex-start; }
  .content-toggle-container--is-expanded-no-overlay .content-toggle-container__toggle::after {
    animation: toogleAfterFadeOut 1000ms linear 2000ms;
    display: block; }
  .content-toggle-container--is-expanded-no-overlay .content-toggle-container__expand {
    display: block; }
  @media screen and (max-width: 1024px) {
    .content-toggle-container__expand {
      left: 0;
      margin-top: 0;
      margin-left: 0;
      position: fixed;
      top: 50px;
      transform: none;
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .content-toggle-container__expand {
      left: 0;
      margin-top: 0;
      margin-left: 0;
      position: fixed;
      top: 50px;
      transform: none;
      width: 100%; } }

@keyframes toogleAfterFadeOut {
  0% {
    display: block;
    opacity: 1; }
  10% {
    display: none;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

.cta-link:hover .cta-link__icon, .brand-teasers__item:hover .cta-link__icon, .cta-teasers__item:hover .cta-link__icon, .teaser:hover .cta-link__icon {
  transform: translateX(7.5px); }

.cta-teasers__item:not(:first-child) {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  margin: 30px auto 0;
  max-width: 380px; }

.cta-teasers__item-icon-container, .cta-teasers__item-text {
  align-items: center;
  background-color: #0091d0;
  display: flex;
  padding: 30px; }

.cta-teasers__item-icon {
  fill: #fff;
  height: 40px; }
  .cta-teasers__item-icon-container {
    flex: 1;
    justify-content: center; }
  .cta-teasers__item-icon--search {
    stroke: #fff; }

.cta-teasers__item-text {
  flex: 2.5;
  font-weight: 500;
  padding-left: 0; }

.cta-teasers__item-link {
  font-weight: 400;
  justify-content: center;
  padding: 20px;
  width: 100%; }
  .cta-teasers__item-link .cta-link__text {
    color: #0091d0; }
  .cta-teasers__item-link .cta-link__icon {
    stroke: #164063; }

@media screen and (min-width: 1024px) {
  .cta-teasers__inner {
    display: flex;
    flex-wrap: wrap;
    width: 690px; }
  .cta-teasers__heading {
    margin: auto auto 20px; }
  .cta-teasers__text {
    margin: 0 0 auto; }
  .cta-teasers__item {
    width: 300px; }
    .cta-teasers__item:nth-child(2n + 2) {
      margin-left: 30px; }
    .cta-teasers__item:nth-child(n + 3) {
      margin-top: 30px; }
    .cta-teasers__item:first-child {
      align-items: center;
      display: flex;
      flex-wrap: wrap; }
    .cta-teasers__item:not(:first-child) {
      display: block;
      margin-right: 0; }
    .cta-teasers__item:nth-child(2) {
      margin-top: 0; }
    .cta-teasers__item:nth-child(2n + 1) {
      margin-left: 0; }
    .cta-teasers__item-text, .cta-teasers__item-link {
      padding: 40px; }
    .cta-teasers__item-text {
      background-color: #fff;
      color: #434449;
      justify-content: center;
      padding-bottom: 0;
      text-align: center; }
    .cta-teasers__item-link {
      padding-top: 30px; } }

@media screen and (min-width: 1350px) {
  .cta-teasers__inner {
    justify-content: center;
    width: 1350px; }
  .cta-teasers__item:nth-child(4n + 1) {
    margin-left: 0; }
  .cta-teasers__item:nth-child(4n + 2), .cta-teasers__item:nth-child(4n + 3), .cta-teasers__item:nth-child(4n + 4) {
    margin-left: 30px; }
  .cta-teasers__item:nth-child(3), .cta-teasers__item:nth-child(4) {
    margin-top: 0; }
  .cta-teasers__item:nth-child(n + 5) {
    margin-top: 30px; } }

.dialog {
  background-color: rgba(5, 45, 98, 0.95);
  display: none;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  .dialog--is-active {
    display: flex; }
  .dialog__inner {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    max-height: 35rem;
    max-width: 40rem;
    width: 100%; }
  .dialog__header, .dialog__body, .dialog__footer, .dialog__action {
    padding: 1rem; }
  .dialog__header {
    background-color: #164063;
    color: #fff;
    display: flex; }
    .dialog__header-title {
      font-size: 1rem; }
    .dialog__header-close {
      margin-left: auto; }
      .dialog__header-close svg {
        height: 1rem;
        width: 1rem; }
      .dialog__header-close .svg-fill {
        fill: #fff; }
  .dialog__body {
    flex: 1;
    overflow: auto; }
    .dialog__body a {
      color: #164063;
      text-decoration: underline; }
  .dialog__action {
    font-weight: bold; }
    .dialog__action a {
      color: #0091d0;
      text-decoration: underline; }
  .dialog__footer {
    margin-top: auto;
    text-align: right; }
    .dialog__footer::before {
      background-color: #c4c4c5;
      content: '';
      display: block;
      height: 3px;
      margin-bottom: 1rem; }

.download-filter__heading {
  margin: 0 0 40px; }

.download-filter__container {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .download-filter__container-dropdown {
    flex: 1;
    margin: auto;
    max-width: 470px;
    width: 100%; }
    .download-filter__container-dropdown:last-child {
      margin-top: 40px; }
    .download-filter__container-dropdown select {
      background-color: #fff; }
    .download-filter__container-dropdown--hidden {
      display: none; }

.download-results {
  display: none; }
  .download-results--is-visible {
    display: block; }
  .download-results__filter-name {
    display: none; }
  .download-results__subfilter-dropdown {
    margin-bottom: 20px; }
    .download-results__subfilter-dropdown:last-child {
      margin-bottom: 30px; }
  .download-results__selected-filter {
    border: 1px solid #164063;
    color: #164063;
    display: inline-block;
    font-size: 0.875rem;
    margin: 0 20px 20px 0;
    min-width: 140px;
    padding: 5px;
    position: relative;
    text-align: center; }
    .download-results__selected-filter-container {
      display: flex;
      flex-wrap: wrap; }
    .download-results__selected-filter-remove {
      left: -9px;
      position: absolute;
      top: -9px; }
      .download-results__selected-filter-remove-icon {
        background-color: #164063;
        border-radius: 50%;
        fill: #f7f8fa;
        height: 18px;
        padding: 5px;
        width: 18px; }
  .download-results__filter-results {
    align-items: center;
    background-color: #fff;
    color: #0091d0;
    display: flex;
    font-family: "Oswald", sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    height: 60px;
    justify-content: center;
    margin: 0 -20px;
    position: relative;
    z-index: 0; }
    .download-results__filter-results-count {
      color: #164063; }
    .download-results__filter-results-filter-name {
      margin: 0 0.25em; }
    .download-results__filter-results-result-label {
      display: none; }
    .download-results__filter-results::after {
      height: 40px;
      position: absolute;
      top: -20px;
      transform: rotate(45deg);
      width: 40px;
      background-color: #fff;
      bottom: -20px;
      content: '';
      left: calc(50% - 20px);
      top: auto;
      z-index: -1; }
  .download-results__content {
    background-color: #fff;
    margin-top: 30px;
    padding: 30px;
    position: relative; }
  .download-results__legend, .download-results__item {
    display: flex;
    padding: 20px 0; }
    .download-results__legend-document, .download-results__item-document {
      flex: 1 1 0%; }
  .download-results__legend {
    border-bottom: 1px solid #ededed;
    color: #0091d0;
    font-weight: 700;
    padding-top: 0; }
    .download-results__legend-document-type, .download-results__legend-download, .download-results__legend-view {
      display: none; }
  .download-results__item {
    border-bottom: 1px solid #ededed; }
    .download-results__item-download-link, .download-results__item-view-link {
      display: block;
      padding: 0 10px; }
    .download-results__item-download-icon, .download-results__item-view-icon {
      fill: #164063;
      height: 20px;
      width: 20px; }
    .download-results__item-document-name {
      font-weight: 700;
      margin: auto 0; }
    .download-results__item-document-type {
      display: block; }
    .download-results__item-download {
      margin-left: auto; }
    .download-results__item-view-link {
      padding-right: 0; }

.download--no-filter .download-results__filter-results {
  display: none; }

.download--no-filter .download-results__content {
  margin: 0; }

@media screen and (min-width: 640px) {
  .download-results__filter-results {
    margin: 0 -30px; } }

@media screen and (min-width: 1024px) {
  .download-filter {
    padding: 30px 0 50px; }
    .download-filter__container {
      flex-direction: row;
      justify-content: center; }
      .download-filter__container-dropdown {
        margin: unset; }
        .download-filter__container-dropdown:last-child {
          margin-left: 10px;
          margin-top: unset; }
  .download-results__filter-name {
    color: #0091d0;
    display: block; }
  .download-results__subfilter-dropdown {
    display: inline-block;
    margin: 30px 30px 0 0;
    width: calc((100% - (60px)) / 3); }
    .download-results__subfilter-dropdown:nth-child(3n) {
      margin-right: 0; }
    .download-results__subfilter-dropdown:last-child {
      margin-bottom: 0; }
  .download-results__selected-filter {
    margin: 0 30px 0 0; }
    .download-results__selected-filter-container {
      margin: 30px 0 -30px; }
  .download-results__filter-results {
    background: none;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 300;
    height: auto;
    justify-content: flex-end;
    margin: 30px 0; }
    .download-results__filter-results:first-child {
      margin-top: 0; }
    .download-results__filter-results, .download-results__filter-results-count {
      color: #434449; }
    .download-results__filter-results-filter-name, .download-results__filter-results-found-label {
      display: none; }
    .download-results__filter-results-result-label {
      display: inline-block;
      margin-left: 0.25em; }
    .download-results__filter-results::after {
      display: none; }
  .download-results__content {
    padding: 60px 80px; }
  .download-results__legend-document, .download-results__item-document {
    display: flex;
    flex: 5 0 0%; }
    .download-results__legend-document-name, .download-results__item-document-name {
      flex: 1 1 60%; }
    .download-results__legend-document-type, .download-results__item-document-type {
      flex: 1 1 40%; }
  .download-results__legend-download, .download-results__legend-view, .download-results__item-download, .download-results__item-view {
    flex: 1 0 0%;
    text-align: center; }
  .download-results__legend-document-type, .download-results__legend-download, .download-results__legend-view {
    display: block; }
  .download-results__item-download-icon, .download-results__item-view-icon {
    height: 28px;
    width: 28px; }
  .download-results__item-document-name {
    padding-right: 10px; }
  .download--no-filter .download-results__filter-results {
    display: flex; } }

.explore__link {
  align-items: center;
  background-color: #0091d0;
  color: #fff;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 20px 30px;
  text-align: left;
  width: 100%; }
  .explore__link-icon-plus, .explore__link-icon-minus {
    fill: #fff;
    margin-left: auto;
    width: 1em; }
  .explore__link-icon-plus {
    display: inline-block; }
  .explore__link-icon-minus {
    display: none; }
  .explore__link--is-active .explore__link-icon-plus {
    display: none; }
  .explore__link--is-active .explore__link-icon-minus {
    display: inline-block; }

.explore__item:nth-child(2n) .explore__link,
.explore__link-item:nth-child(2n) .explore__link {
  background-color: #164063; }

.explore__item-description, .explore__item-link {
  color: #fff; }

.explore__item-heading, .explore__item-description {
  min-width: 200px;
  width: 50%; }

.explore__item-content {
  display: none;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
  overflow: hidden;
  padding: 30px;
  z-index: 0; }

.explore__item-heading {
  color: #0091d0;
  font-weight: 700;
  text-transform: uppercase; }

.explore__item-image {
  z-index: -1; }

.explore__item--is-active .explore__item-content {
  display: flex; }

.explore__link-list {
  display: none; }

@media screen and (min-width: 640px) {
  .explore__item-content {
    min-height: 340px; } }

@media screen and (min-width: 1024px) {
  .explore__content {
    position: relative; }
  .explore__item .explore__link {
    display: none; }
  .explore__item-list {
    background-color: #ededed;
    max-height: 620px;
    overflow: hidden;
    position: relative; }
    .explore__item-list::after {
      content: '';
      display: block;
      padding-top: 50%; }
  .explore__item-content {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    padding: 80px 100px;
    pointer-events: none;
    position: absolute;
    right: 410px;
    top: 0;
    transition: opacity 0.3s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .explore__item-heading {
    font-size: 2.5rem; }
  .explore__item--is-active .explore__item-content {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
    z-index: 1; }
  .explore__link {
    height: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 410px; }
    .explore__link-list {
      align-items: flex-end;
      bottom: -30px;
      display: flex;
      flex-direction: column;
      position: absolute;
      right: 0;
      text-align: right;
      top: -30px;
      z-index: 1; }
    .explore__link-item {
      flex: 1 0 0;
      transition: flex-grow 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .explore__link-item--is-active {
        flex-grow: 1.5; }
    .explore__link-icon {
      height: 1em;
      margin-right: 1.5em;
      stroke: #fff;
      transform: translateX(0);
      transition: transform 0.15s;
      width: 1.5em; }
    .explore__link:hover:not(.explore__link--is-active) .explore__link-icon {
      transform: translateX(-7.5px); }
    .explore__link--is-active {
      background-color: #fff !important;
      color: #0091d0;
      width: 440px; }
    .explore__link--is-active .explore__link-icon {
      stroke: #164063; } }

.faq__inner {
  max-width: 910px; }

.faq__item {
  margin: 1.5rem 0; }

.faq p:first-of-type {
  margin-top: 0; }

.floating-contact-form {
  bottom: 25px;
  position: fixed;
  right: 25px;
  z-index: 7; }
  .floating-contact-form__message {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #c4c4c5;
    display: block;
    left: -230px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    transform: translateX(300px);
    transition: opacity 0.25s, transform 0.5s;
    width: 300px; }
    .floating-contact-form__message::before {
      background-color: white;
      bottom: -6px;
      box-shadow: 1px 1px 1px #ededed;
      content: '';
      height: 15px;
      position: absolute;
      right: 15px;
      transform: translateX(-50%) rotate(45deg);
      width: 15px; }
    .floating-contact-form__message-close-icon {
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 15px;
      width: 15px; }
  .floating-contact-form__floater {
    background-color: #0091d0;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(67, 68, 73, 0.25);
    cursor: pointer;
    height: 50px;
    position: relative;
    transition: background-color 0.2s, transform 0.2s;
    width: 50px;
    z-index: 1; }
    .floating-contact-form__floater-icon-email, .floating-contact-form__floater-icon-close {
      fill: #fff;
      left: 50%;
      pointer-events: none;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: opacity 0.3s, transform 0.3s; }
    .floating-contact-form__floater-icon-email {
      height: 25px;
      margin-top: -3.5px;
      transition-delay: 0.1s;
      width: 25px; }
    .floating-contact-form__floater-icon-close {
      height: 20px;
      margin-top: -2px;
      opacity: 0;
      transform: translate(-50%, -50%) rotate(-180deg);
      width: 20px; }
  .floating-contact-form__form-container {
    background-color: #ededed;
    bottom: -25px;
    box-shadow: 0 2px 5px rgba(67, 68, 73, 0.2);
    opacity: 0;
    overflow: auto;
    position: absolute;
    right: -25px;
    transition: opacity 0.3s, height 0s 0.3s, padding 0s 0.3s, width 0s 0.3s;
    width: 0; }
    .floating-contact-form__form-container input[type='text'],
    .floating-contact-form__form-container input[type='email'],
    .floating-contact-form__form-container select {
      padding-bottom: 4.5px;
      padding-top: 4.5px; }
  .floating-contact-form--is-active .floating-contact-form__floater-icon-email {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0.8);
    transition-duration: 0.15s; }
  .floating-contact-form--is-active .floating-contact-form__floater-icon-close {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) rotate(0);
    transition-delay: 0.125s; }
  .floating-contact-form--is-active .floating-contact-form__form-container {
    bottom: -25px;
    height: 100vh;
    opacity: 1;
    padding: 30px;
    right: -25px;
    transition: opacity 0.3s, height 0s, padding 0s, width 0s;
    width: 100vw; }
  .floating-contact-form--remove {
    opacity: 0 !important;
    transition: opacity 0.75s; }
  @media screen and (min-width: 640px) {
    .floating-contact-form {
      bottom: 40px;
      display: block;
      opacity: 1;
      right: 40px;
      transform: translateY(0);
      transition: opacity 0.3s, transform 0.3s, width 0s;
      width: 75px; }
      .floating-contact-form__floater {
        height: 75px;
        width: 75px; }
        .floating-contact-form__floater:hover {
          background-color: #164063;
          transform: scale(1.05); }
        .floating-contact-form__floater-icon-email {
          height: 40px;
          width: 40px; }
        .floating-contact-form__floater-icon-close {
          height: 35px;
          width: 35px; }
      .floating-contact-form__message--active {
        display: block;
        opacity: 1;
        transform: none; }
      .floating-contact-form__form-container {
        bottom: 37.5px;
        right: 37.5px; }
      .floating-contact-form--is-active .floating-contact-form__form-container {
        bottom: 37.5px;
        height: unset;
        max-height: calc(100vh - 77.5px);
        padding: 40px;
        position: absolute;
        right: 37.5px;
        width: 30rem; } }

.footer {
  background-color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center; }
  .footer a {
    color: #0091d0;
    font-weight: 400; }
    .footer a:hover {
      color: #084492; }
  .footer p:first-child {
    margin-top: 0; }
  .footer__logo {
    height: 50px;
    margin: 0 0 30px;
    width: 200px; }
  .footer__body-text {
    font-weight: 300;
    margin: 0 auto;
    max-width: 450px; }
  .footer__language-selector-container {
    margin-top: 30px; }
  .footer__language-selector-icon {
    height: 30px;
    padding-bottom: 2px;
    stroke: #0091d0;
    vertical-align: middle;
    width: 30px; }
  .footer__language-selector:hover .footer__language-selector-icon {
    stroke: #164063; }
  .footer__column {
    padding: 20px 0; }
    .footer__column:not(:first-child) {
      border-top: 1px solid #ededed; }
  .footer__link-list:not(:first-child) {
    margin-top: 2rem; }
  .footer__link-item:not(:first-child) {
    margin-top: 0.5rem; }
  .footer__social-link, .footer__social-link-item {
    display: inline-block; }
  .footer__social-link-list {
    margin-top: 2rem;
    text-align: center; }
  .footer__social-link-item {
    margin: 0 0.5rem; }
  .footer__social-link-icon {
    fill: #0091d0;
    height: 30px;
    width: 30px; }
  .footer__social-link:hover .footer__social-link-icon {
    fill: #164063; }
  .footer__color-stripe {
    height: 4px; }
  .footer__legal {
    font-size: 0.875rem;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center; }
    .footer__legal-copyright {
      margin-bottom: 0.5em; }
    .footer__legal-link, .footer__legal-link::before {
      display: inline-block; }
    .footer__legal-link::before {
      background-color: #434449;
      border-radius: 50%;
      content: '';
      height: 3px;
      margin: 0 0.5rem;
      position: relative;
      top: -0.25em;
      width: 3px; }
    .footer__legal-link:first-of-type::before {
      display: none; }
  @media screen and (min-width: 1024px) {
    .footer {
      text-align: left; }
      .footer__inner {
        padding-bottom: 30px; }
      .footer p,
      .footer span,
      .footer a {
        font-size: inherit; }
      .footer__column {
        flex: 1;
        padding: 0.5rem 2rem; }
        .footer__column:first-child {
          padding-left: 0; }
        .footer__column:last-child {
          padding-right: 0; }
        .footer__column:not(:first-child) {
          border-left: 1px solid #ededed;
          border-top: 0; }
        .footer__column-list {
          display: flex; }
      .footer__body-text, .footer__about-link {
        font-size: 1rem;
        line-height: 28px; }
      .footer__legal-copyright, .footer__legal-link:first-of-type::before {
        display: inline-block; }
      .footer__legal__copyright {
        margin: 0; } }

.form-expand-upper__inner {
  padding-bottom: 80px;
  padding-top: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 1s ease-in-out; }

.form-expand-upper__button {
  padding: 12px 24px;
  background-color: #009de0;
  color: white;
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 2px;
  line-height: 24px;
  text-transform: inherit;
  box-shadow: none;
  cursor: pointer; }
  .form-expand-upper__button:hover {
    background-color: #007ac0;
    box-shadow: none; }

.form-expand-upper__heading {
  padding-bottom: 16px;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  margin: unset; }

.form-expand-upper__text {
  font-size: 1rem;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  margin: auto;
  text-align: center;
  padding-bottom: 16px; }

.form-expand__background-image {
  background-image: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.form-expand .hidden {
  display: none; }

.form-expand-lower {
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  top: 0;
  width: 100%; }
  .form-expand-lower__form {
    flex: 1;
    border-radius: 2px; }
    .form-expand-lower__form__inner {
      padding: unset; }

.form-expand--is-expanded .form-expand-upper__button-text {
  display: none; }

.form-expand--is-expanded .form-expand-upper__button-icon {
  display: block; }

.form-expand--is-expanded .form-expand-lower {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(0);
  transition: transform 1s ease-in-out;
  height: auto;
  margin: 48px auto; }

@media screen and (min-width: 1024px) {
  .form-expand-lower {
    position: unset; } }

@media screen and (max-width: 600px) {
  .form-expand-upper__button {
    width: 100%; } }

.form-expand-lower.show {
  transform: translateY(-5%);
  transition: transform 1s ease-in-out; }

.blue-button {
  background-color: #164063; }
  .blue-button:hover {
    background-color: #007ac0; }

.white-text {
  color: #ffffff; }

.bg-color-1 {
  background-color: #007ac0; }

.bg-color-2 {
  background-color: #164063; }

.bg-color-3 {
  background-color: #fafafa; }

.section--striped-medium-dark {
  background-color: #315F88; }

.section__inner .product-form--single-column {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  max-width: 31.688rem; }
  .section__inner .product-form--single-column .click-dimension-form h3 {
    font-family: "Roboto", serif;
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: bold;
    color: #fff;
    text-align: left; }
  .section__inner .product-form--single-column .click-dimension-form p {
    font-family: "Roboto", serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.013rem;
    color: #fff;
    text-align: left;
    margin: 0;
    padding-bottom: 2rem; }
  @media only screen and (max-width: 640px) {
    .section__inner .product-form--single-column .click-dimension-form h3 {
      font-size: 2.5rem;
      line-height: 2.75rem; }
    .section__inner .product-form--single-column .click-dimension-form p {
      font-size: 1rem; } }
  .section__inner .product-form--single-column .click-dimension-form .click-dimension-form__form div div p {
    padding-bottom: 0rem; }
  .section__inner .product-form--single-column .click-dimension-form .click-dimension-form__form div p a {
    color: #0091d0; }
  .section__inner .product-form--single-column .click-dimension-form .click-dimension-form__form span .product-form-submit-button {
    margin-top: 0rem;
    font-size: 1.125rem;
    font-family: "Roboto", serif;
    line-height: 1.5rem;
    padding-right: 3rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem; }
  .section__inner .product-form--single-column .click-dimension-form .click-dimension-form__form span img {
    position: relative;
    left: 56%;
    bottom: 2.063rem;
    transform: rotate(270deg);
    width: 1rem;
    fill: #fff; }
  @media only screen and (max-width: 500px) {
    .section__inner .product-form--single-column .click-dimension-form .click-dimension-form__form span img {
      bottom: 1.875rem; } }

@media only screen and (max-width: 1024px) {
  .section__inner .product-form--single-column {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

.product-hero__inner--mobile-hidden {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important; }

.hero {
  position: relative;
  text-align: center; }
  .hero__image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .hero__video .half__size__video video {
    max-height: 800px; }
  .hero__video video {
    height: 100%;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    /* ie edge only gets the following rule */ }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .hero__video video {
        height: 100%; } }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) and (-ms-ime-align: auto) {
      .hero__video video {
        height: auto; } }
  .hero__video-mobile {
    display: block; }
  .hero__video-desktop {
    display: none; }
  .hero__text--under-content_inner {
    color: #434449; }
  .hero__background-white {
    background-color: #fff !important; }
  .hero__before-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; }
  .hero__inner {
    padding-bottom: 0;
    padding-top: 0; }
  .hero__content {
    background-color: #fff;
    margin-top: -70px;
    padding: 20px;
    position: relative; }
    .hero__content.background-White {
      background-color: #fff; }
    .hero__content.background-Gray {
      background-color: #ededed; }
    .hero__content.background-StripedLight {
      background-color: #0091d0; }
    .hero__content.background-StripedDark {
      background-color: #164063; }
    .hero__content--mobile-hidden {
      display: none; }
  .hero__heading--under-content {
    color: #0091d0;
    text-align: center; }
  .hero__heading--under-content__inner {
    padding: 20px; }
  .hero__text {
    margin-bottom: 20px; }
  .hero__cta-button {
    display: inline-block; }
  .hero--is-small:not(.hero--no-text) {
    padding-bottom: 20px; }
  .hero--is-small .hero__before-inner {
    height: 240px; }
  .hero--is-small .hero__heading {
    margin: 0; }
  .hero--is-small .hero__link, .hero--is-small .hero__cta-button {
    margin-top: 20px; }
  .hero--brand-type-boltight .hero__image, .hero--brand-type-boltight .hero__before-inner,
  .hero--brand-type-expander .hero__image,
  .hero--brand-type-expander .hero__before-inner,
  .hero--brand-type-nordlock .hero__image,
  .hero--brand-type-nordlock .hero__before-inner,
  .hero--brand-type-superbolt .hero__image,
  .hero--brand-type-superbolt .hero__before-inner {
    border-bottom: 6px solid; }
  .hero--brand-type-boltight .hero__image, .hero--brand-type-boltight .hero__before-inner {
    border-bottom-color: #074276; }
  .hero--brand-type-expander .hero__image, .hero--brand-type-expander .hero__before-inner {
    border-bottom-color: #327abe; }
  .hero--brand-type-nordlock .hero__image, .hero--brand-type-nordlock .hero__before-inner {
    border-bottom-color: #0091d0; }
  .hero--brand-type-superbolt .hero__image, .hero--brand-type-superbolt .hero__before-inner {
    border-bottom-color: #007ac0; }
  @media screen and (min-width: 640px) {
    .hero__before-inner {
      height: 450px; }
    .hero--is-small:not(.hero--no-text) {
      padding-bottom: 30px; }
    .hero--is-small .hero__before-inner {
      height: 300px; } }
  @media screen and (max-width: 640px) {
    .hero__before-inner {
      margin-bottom: -18px; } }
  @media screen and (min-width: 1024px) {
    .hero {
      max-height: 690px;
      overflow: hidden;
      position: relative; }
      .hero__video-desktop {
        display: block; }
      .hero__video-mobile {
        display: none; }
      .hero--is-full-height {
        max-height: 100vh; }
      .hero::before {
        content: ' ';
        display: block;
        padding-top: 75%; }
      .hero__before-inner {
        height: 100%;
        left: 0;
        position: absolute;
        top: 4px;
        width: 100%; }
      .hero__inner {
        align-items: center;
        display: flex;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%; }
      .hero__image--small-screen {
        display: none; }
      .hero__image--small-screen:not {
        display: block; }
      .hero__content {
        background: none;
        margin: auto 0;
        width: calc(500px + $spacing--smallest); }
        .hero__content--mobile-hidden {
          display: block; }
      .hero__heading, .hero__text {
        color: #fff !important; }
      .hero__heading {
        font-size: 48px;
        font-weight: 400; }
        .hero__heading--under-content {
          display: none; }
      .hero__link .cta-link__text {
        color: #fff; }
      .hero__link .cta-link__icon {
        stroke: #0091d0; }
      .hero--align-right .hero__content {
        margin-left: auto; }
      .hero--align-center .hero__content {
        margin: auto; }
      .hero--is-small {
        max-height: 400px; }
      .hero--is-small .hero__before-inner {
        height: 100%; }
      .hero--is-small .hero__text {
        display: none; }
      .hero--color-blue .hero__heading, .hero--color-blue .hero__text {
        color: #0091d0 !important; }
      .hero--color-blue .hero__link .cta-link__text {
        color: #0091d0; }
      .hero--color-blue .hero__link .cta-link__icon {
        stroke: #164063; }
      .hero--color-dark .hero__heading, .hero--color-dark .hero__text {
        color: #434449 !important; }
      .hero--color-dark .hero__link .cta-link__text {
        color: #434449; }
      .hero--color-dark .hero__link .cta-link__icon {
        stroke: #434449; } }

.hero-no-top .hero__before-inner {
  top: 0px; }

@media only screen and (max-width: 640px) {
  .hero-no-top .hero__before-inner {
    margin-bottom: 0px;
    margin-top: 0px; } }

.hero-carousel {
  margin-bottom: -8px;
  overflow: hidden;
  position: relative; }
  .hero-carousel .hero-carousel-container__item {
    position: relative; }
  .hero-carousel .slick-list {
    overflow: visible; }
  .hero-carousel .slick-dots {
    bottom: 50px;
    top: unset;
    position: absolute;
    text-align: center;
    width: 100%; }
    .hero-carousel .slick-dots li {
      background-color: #fff;
      cursor: pointer;
      font-size: 0; }
      .hero-carousel .slick-dots li.slick-active {
        background-color: #164063 !important; }
  .hero-carousel__arrow {
    position: absolute; }
    .hero-carousel__arrow-icon {
      fill: #164063;
      height: 38px;
      transform: translateX(0);
      transition: transform 0.2s;
      width: 23px; }
    .hero-carousel__arrow--is-previous {
      display: none;
      left: 0;
      margin-left: 1rem; }
    .hero-carousel__arrow--is-next {
      display: none;
      margin-right: 1rem;
      right: 0; }
    .hero-carousel__arrow.slick-disabled {
      cursor: default;
      opacity: 0.25; }
  .hero-carousel--content-area .slick-dots {
    top: 30px; }
  @media screen and (min-width: 1024px) {
    .hero-carousel__arrow {
      top: 50%; }
      .hero-carousel__arrow--is-previous, .hero-carousel__arrow--is-next {
        display: block; } }
  @media screen and (max-width: 1024px) {
    .hero-carousel {
      margin-bottom: 20px; }
      .hero-carousel__arrow {
        display: none !important; }
      .hero-carousel .slick-dots {
        bottom: 20px;
        top: unset; }
      .hero-carousel .hero__before-inner {
        margin-bottom: -18px; }
      .hero-carousel .slick-slide {
        padding-bottom: 20px; } }

.hotspotimage {
  overflow-x: hidden; }
  @media screen and (min-width: 900px) {
    .hotspotimage {
      overflow: initial; } }

.hotspots {
  position: relative;
  transform: translate(0, 0); }
  .hotspots__image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .hotspots__item {
    position: absolute;
    width: 80%; }
    .hotspots__item-button {
      align-items: center;
      background-color: #0091d0;
      border: none;
      border-radius: 50%;
      color: #fff;
      cursor: pointer;
      display: flex;
      height: 20px;
      justify-content: center;
      left: 0;
      position: absolute;
      transform: translate(-50%, -50%);
      width: 20px; }
      .hotspots__item-button:focus, .hotspots__item-button:focus-visible {
        box-shadow: 0 0 0 4px white, 0 0 0 6px #1897d2;
        outline: none;
        transition-duration: 200ms;
        transition-property: box-shadow;
        transition-timing-function: ease-out; }
      .hotspots__item-button:hover {
        box-shadow: 0 0 0 4px white, 0 0 0 6px #1897d2;
        outline: none;
        transition-duration: 200ms;
        transition-property: box-shadow;
        transition-timing-function: ease-out;
        animation: none; }
      .hotspots__item-button-indicator {
        border-radius: 50%;
        box-shadow: 0 0 0 4px white, 0 0 0 6px #1897d2;
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        transform: translate(-50%, -50%);
        width: 20px; }
      .hotspots__item-button-icon {
        fill: #fff;
        max-height: 10px;
        max-width: 10px;
        min-height: 10px;
        min-width: 10px;
        transform: rotate(0);
        transition: transform 0.05s ease-in-out; }
        .hotspots__item-button-icon--is-active {
          transform: rotate(45deg);
          transition: transform 0.05s ease-in-out; }
    .hotspots__item-content {
      background-color: #fff;
      border-radius: 0;
      box-shadow: 4px 16px 16px -5px rgba(0, 0, 0, 0.6);
      display: none; }
      .hotspots__item-content--is-visible {
        animation: fade-in 0.1s ease-in normal;
        box-sizing: border-box;
        display: block;
        height: 100%;
        left: 0;
        overflow: auto;
        position: fixed;
        top: 0;
        z-index: 1; }
      .hotspots__item-content-html {
        display: block;
        padding: 20px 30px; }
      .hotspots__item-content-indicator-1, .hotspots__item-content-indicator-2, .hotspots__item-content-indicator-3, .hotspots__item-content-indicator-4, .hotspots__item-content-indicator-5, .hotspots__item-content-indicator-6 {
        display: none; }
      .hotspots__item-content-close-button {
        align-items: center;
        background-color: black;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        height: 30px;
        justify-content: center;
        position: fixed;
        right: 5px;
        top: 5px;
        transform: rotate(45deg);
        width: 30px; }
        .hotspots__item-content-close-button:focus, .hotspots__item-content-close-button:focus-visible {
          box-shadow: 0 0 0 4px white, 0 0 0 6px #1897d2;
          outline: none;
          transition-duration: 200ms;
          transition-property: box-shadow;
          transition-timing-function: ease-out; }
        .hotspots__item-content-close-button-icon {
          fill: #fff; }
  @media screen and (min-width: 900px) {
    .hotspots__item {
      position: absolute;
      width: 50%; }
      .hotspots__item-button {
        height: 40px;
        width: 40px; }
        .hotspots__item-button-indicator {
          height: 40px;
          width: 40px; }
        .hotspots__item-button-icon {
          max-height: 20px;
          max-width: 20px; }
      .hotspots__item-content {
        border-radius: 5px; }
        .hotspots__item-content--is-visible {
          max-height: 500px;
          max-width: calc(100% - 40px);
          overflow: inherit;
          position: relative; }
        .hotspots__item-content-html {
          display: block;
          max-height: inherit;
          overflow-y: auto;
          padding: 20px 30px; }
          .hotspots__item-content-html a.btn {
            margin: 1em 0; }
          .hotspots__item-content-html a,
          .hotspots__item-content-html p,
          .hotspots__item-content-html h1,
          .hotspots__item-content-html h2,
          .hotspots__item-content-html h3,
          .hotspots__item-content-html h4 {
            display: inline-block;
            min-width: auto;
            width: auto; }
          .hotspots__item-content-html ul {
            list-style: initial;
            padding-left: 20px; }
        .hotspots__item-content-indicator-1, .hotspots__item-content-indicator-2, .hotspots__item-content-indicator-3, .hotspots__item-content-indicator-4, .hotspots__item-content-indicator-5, .hotspots__item-content-indicator-6 {
          display: inherit; }
        .hotspots__item-content-indicator-1 {
          border-bottom: 15px solid white;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          height: 0;
          width: 0;
          left: 15%;
          position: absolute;
          top: 1px;
          transform: translate(-15px, -100%); }
        .hotspots__item-content-section-1 {
          transform: translate(-15%, 40px); }
        .hotspots__item-content-indicator-2 {
          border-bottom: 15px solid white;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          height: 0;
          width: 0;
          position: absolute;
          right: 15%;
          top: 1px;
          transform: translate(15px, -100%); }
        .hotspots__item-content-section-2 {
          transform: translate(-85%, 40px); }
        .hotspots__item-content-indicator-3 {
          border-bottom: 15px solid transparent;
          border-right: 15px solid white;
          border-top: 15px solid transparent;
          height: 0;
          width: 0;
          left: 1px;
          position: absolute;
          top: 50%;
          transform: translate(-100%, -50%); }
        .hotspots__item-content-section-3 {
          transform: translate(40px, -50%); }
        .hotspots__item-content-indicator-4 {
          border-bottom: 15px solid transparent;
          border-left: 15px solid white;
          border-top: 15px solid transparent;
          height: 0;
          width: 0;
          position: absolute;
          right: 1px;
          top: 50%;
          transform: translate(100%, -50%); }
        .hotspots__item-content-section-4 {
          transform: translateX(-100%) translateX(-40px) translateY(-50%); }
        .hotspots__item-content-indicator-5 {
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-top: 15px solid white;
          height: 0;
          width: 0;
          bottom: 1px;
          display: flex;
          left: 15%;
          position: absolute;
          transform: translate(-50%, 100%); }
        .hotspots__item-content-section-5 {
          transform: translateX(-15%) translateY(-100%) translateY(-40px); }
        .hotspots__item-content-indicator-6 {
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-top: 15px solid white;
          height: 0;
          width: 0;
          bottom: 1px;
          position: absolute;
          right: 15%;
          transform: translate(50%, 100%); }
        .hotspots__item-content-section-6 {
          transform: translateX(-85%) translateY(-100%) translateY(-40px); }
        .hotspots__item-content-close-button {
          position: absolute;
          right: -10px;
          top: -10px; } }

.stop-animation {
  animation: none; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.information-block__inner {
  padding-top: 0; }

.information-block__wrapper {
  background-color: #fff;
  border: 1px solid #0091d0;
  margin: auto;
  max-width: 910px;
  padding: 1rem; }
  .information-block__wrapper__title-container {
    display: flex;
    height: 2rem;
    margin-bottom: 0.5rem; }
    .information-block__wrapper__title-container__icon {
      height: 2rem;
      margin-right: 0.5rem;
      width: 2rem; }
    .information-block__wrapper__title-container__title {
      line-height: 2rem; }
  .information-block__wrapper__description-container__description::after {
    border-bottom: 1px solid #0091d0;
    content: '';
    display: block;
    height: 0.25rem;
    width: 100%; }
  .information-block__wrapper__description-container__note {
    margin-top: 0.25rem; }
  .information-block__wrapper__description-container__note, .information-block__wrapper__description-container__description {
    font-size: 0.875rem; }
    .information-block__wrapper__description-container__note p, .information-block__wrapper__description-container__description p {
      margin: unset; }
  .information-block__wrapper__description-container a {
    color: #0091d0;
    font-weight: 400; }
    .information-block__wrapper__description-container a:hover {
      color: #084492; }

.information-block.section--color-gray .information-block__wrapper {
  border: unset; }

.information-block.section--striped-light .information-block__wrapper, .information-block.section--striped-dark .information-block__wrapper {
  border: unset;
  color: #000; }

.link-listning-block {
  margin: 15px auto;
  max-width: 1350px;
  overflow: hidden;
  padding: 30px 20px 40px;
  width: 100%; }
  .link-listning-block__link-list__item-container {
    display: block;
    height: 100%; }
  .link-listning-block__link-list__item {
    background-color: #fff;
    border-bottom: 1px solid #f7f8fa;
    border-top: 1px solid #f7f8fa;
    cursor: pointer;
    padding: 20px 10px;
    position: relative;
    transition: color 0.15s ease-out, background 0.15s ease-in; }
    .link-listning-block__link-list__item:hover {
      background-color: #f7f8fa;
      transition: color 0.15s ease-out, background 0.15s ease-in; }
    .link-listning-block__link-list__item:hover .link-listning-block__link-list__item-text-container__slider-arrow-right {
      right: 15px; }
    .link-listning-block__link-list__item-text-container {
      display: inline-block; }
      .link-listning-block__link-list__item-text-container__title {
        display: block;
        font-size: 1.125rem; }
      .link-listning-block__link-list__item-text-container__description {
        display: block;
        font-size: 0.875rem; }
      .link-listning-block__link-list__item-text-container__slider-arrow-right {
        box-sizing: border-box;
        fill: #595959;
        height: 15px;
        position: absolute;
        right: 20px;
        top: 2.25rem;
        transition: right 100ms ease-in-out;
        width: 15px; }
  @media screen and (min-width: 1024px) {
    .link-listning-block {
      padding: 15px 30px; }
      .link-listning-block__link-list__item-text-container__slider-arrow-right {
        right: 20px;
        top: 2rem; } }

@keyframes animaiton-link-list-arrow-active {
  from {
    right: 20px; }
  to {
    right: 15px; } }

.manual-block {
  float: left;
  padding-right: 1.1%;
  position: relative; }
  .manual-block h4 {
    color: #0091d0;
    margin: 0 0 2.5px; }
  .manual-block__width1 {
    width: 25%; }
  .manual-block__width1 .manual-block__image {
    padding-top: 80%; }
    .manual-block__width1 .manual-block__image-compact {
      padding-top: 40%; }
  .manual-block__width2 {
    width: 50%; }
  .manual-block__width2 .manual-block__image {
    padding-top: 40%; }
    .manual-block__width2 .manual-block__image-compact {
      padding-top: 20%; }
  .manual-block__width3 {
    width: 75%; }
  .manual-block__width3 .manual-block__image {
    padding-top: 20%; }
    .manual-block__width3 .manual-block__image-compact {
      padding-top: 10%; }
  .manual-block__width4 {
    width: 100%; }
  .manual-block__width4 .manual-block__image {
    padding-top: 10%; }
    .manual-block__width4 .manual-block__image-compact {
      padding-top: 5%; }
  .manual-block__item-number {
    background-color: #327abe;
    color: white;
    font-weight: bold;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    z-index: 1; }
  .manual-block__text, .manual-block__text-no-image {
    font-size: 0.75rem;
    padding-right: 10px; }
    .manual-block__text p, .manual-block__text-no-image p {
      margin-bottom: 5px;
      margin-top: 5px; }
  .manual-block__text-no-image {
    margin-top: 50px; }
  .manual-block__no-image-container {
    height: 100px; }
  @media screen and (max-width: 640px) {
    .manual-block__width1, .manual-block__width2, .manual-block__width3, .manual-block__width4 {
      width: 100%; }
    .manual-block__text, .manual-block__text-no-image {
      padding-right: 0; }
    .manual-block__image-compact {
      height: 150px; } }
  @media print {
    .manual-block__item-number {
      border: 1px solid #327abe;
      margin-left: 1px; } }

.theme-expyellow .manual-block h4,
.theme-boltorange .manual-block h4,
.theme-darkgray .manual-block h4,
.theme-lightgray .manual-block h4 {
  color: #434449; }

@media print {
  .theme-expyellow .manual-block__item-number,
  .theme-boltorange .manual-block__item-number,
  .theme-darkgray .manual-block__item-number,
  .theme-lightgray .manual-block__item-number {
    border: unset; } }

.theme-expyellow .manual-block__item-number {
  background-color: #ffd400;
  color: #434449; }

.theme-boltorange .manual-block__item-number {
  background-color: #f58220; }

.theme-boltblue .manual-block__item-number {
  background-color: #074276; }

.theme-boltblue .manual-block h4 {
  color: #074276; }

.theme-supblue .manual-block__item-number {
  background-color: #007ac0; }

.theme-supblue .manual-block h4 {
  color: #007ac0; }

.theme-nlblue .manual-block__item-number {
  background-color: #0091d0; }

.theme-nlblue .manual-block h4 {
  color: #0091d0; }

.theme-darkgray .manual-block__item-number {
  background-color: #c4c4c5;
  color: #434449; }

.theme-lightgray .manual-block__item-number {
  background-color: #f0f2f3;
  color: #434449; }

.manual-footer__container {
  display: none;
  font-size: 0.625rem;
  margin: auto;
  max-height: 300px;
  padding: 20px 20px 0;
  position: relative;
  width: 100%; }

.manual-footer__container-inner {
  border-top: 1px solid #0091d0;
  padding: 0 10px;
  width: 100%; }

.manual-footer__more-information {
  float: left;
  width: 15%; }
  .manual-footer__more-information__label {
    font-weight: bold; }
  .manual-footer__more-information__label, .manual-footer__more-information__url {
    display: block; }

.manual-footer__contact-information {
  float: left;
  padding: 0 50px;
  width: 65%; }
  .manual-footer__contact-information__contact-container__local, .manual-footer__contact-information__contact-container__general {
    float: left;
    width: 50%; }
  .manual-footer__contact-information__contact-container__local-text, .manual-footer__contact-information__contact-container__general-text {
    font-weight: bold; }
  .manual-footer__contact-information__contact-container__local-text, .manual-footer__contact-information__contact-container__local-phones, .manual-footer__contact-information__contact-container__general-text, .manual-footer__contact-information__contact-container__general-phones {
    display: block; }

.manual-footer p {
  margin: 5px 0; }

.manual-footer__image-container {
  height: 30px;
  margin-left: auto;
  margin-top: 5px;
  width: 180px; }

@media print {
  .manual-footer__container {
    display: flex;
    position: absolute; } }

.manual-hero__url {
  display: none; }

.manual-hero__brand-image-container {
  display: block;
  float: right;
  height: 40px;
  margin-left: auto;
  position: relative;
  width: 20%; }

.manual-hero__content {
  margin: 0 auto;
  max-width: 1350px; }

.manual-hero__inner {
  background-color: #327abe;
  color: #fff;
  display: flex;
  margin: auto;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  width: 100%; }

.manual-hero__text {
  width: 67%; }

.manual-hero__version {
  font-size: 0.75rem;
  margin-top: 0; }

.manual-hero__image-container {
  height: 100px;
  margin: auto;
  width: 180px; }

.manual-hero__heading, .manual-hero__product-range {
  margin-bottom: 0; }

.manual-hero__inner {
  padding-left: 30px;
  padding-right: 30px; }

.manual-hero__instructions {
  border-bottom: 1px solid black;
  font-size: 0.75rem;
  margin-left: 30px;
  margin-right: 30px;
  position: relative; }
  .manual-hero__instructions-text {
    font-style: italic;
    margin-bottom: 5px;
    padding-top: 20px; }
  .manual-hero__instructions-print-button {
    background-color: #fff;
    border: 1px solid #327abe;
    display: block;
    fill: #327abe;
    font-size: 1.25rem;
    font-weight: bold;
    height: 38px;
    min-height: 38px;
    min-width: 75px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: -23px; }
    .manual-hero__instructions-print-button-icon {
      width: 30px; }
    .manual-hero__instructions-print-button.btn:hover {
      fill: #fff; }

.manual-hero__language-selector {
  border: 1px solid #327abe;
  margin-top: 12px;
  min-width: 250px;
  position: absolute;
  top: -35px;
  width: 20%; }
  .manual-hero__language-selector select {
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, #327abe 50%), linear-gradient(135deg, #327abe 50%, transparent 50%);
    background-position: right center;
    background-position: calc(100% - 15px) calc(0.8em), calc(100% - 10px) calc(0.8em);
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    color: #327abe;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase; }
  .manual-hero__language-selector select:focus {
    background-image: linear-gradient(45deg, #327abe 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #327abe 50%);
    background-position: calc(100% - 10px) 0.8em, calc(100% - 15px) 0.8em, calc(100% - 2.5em) 0.5em;
    border-color: #327abe;
    color: #327abe; }

@media screen and (max-width: 640px) {
  .manual-hero__image-container {
    display: none; }
  .manual-hero__text {
    width: 100%; } }

@media print {
  .manual-hero__url {
    display: block;
    font-size: 0.625rem;
    font-style: italic;
    float: left;
    margin-top: 25px;
    width: 80%; }
    .manual-hero__url-link {
      text-decoration: underline; }
  .manual-hero__inner {
    border-bottom: 1px solid #327abe;
    border-top: 1px solid #327abe;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 5px;
    padding-top: 5px; }
  .manual-hero__instructions {
    margin-left: 20px;
    margin-right: 20px; }
    .manual-hero__instructions-text {
      padding-top: 0;
      margin-bottom: 5px;
      margin-top: 5px; }
    .manual-hero__instructions-print-button {
      display: none; }
  .manual-hero__language-selector {
    border: none;
    left: -8px;
    top: -40px; }
    .manual-hero__language-selector select {
      background-color: transparent;
      background-image: none;
      color: #fff;
      font-size: 0.75rem; } }

.theme-expyellow .manual-hero__language-selector,
.theme-boltorange .manual-hero__language-selector,
.theme-boltblue .manual-hero__language-selector,
.theme-nlblue .manual-hero__language-selector,
.theme-lightgray .manual-hero__language-selector,
.theme-darkgray .manual-hero__language-selector {
  border: 1px solid #434449; }
  .theme-expyellow .manual-hero__language-selector select,
  .theme-boltorange .manual-hero__language-selector select,
  .theme-boltblue .manual-hero__language-selector select,
  .theme-nlblue .manual-hero__language-selector select,
  .theme-lightgray .manual-hero__language-selector select,
  .theme-darkgray .manual-hero__language-selector select {
    background-image: linear-gradient(45deg, transparent 50%, #434449 50%), linear-gradient(135deg, #434449 50%, transparent 50%);
    color: #434449; }
    .theme-expyellow .manual-hero__language-selector select option,
    .theme-boltorange .manual-hero__language-selector select option,
    .theme-boltblue .manual-hero__language-selector select option,
    .theme-nlblue .manual-hero__language-selector select option,
    .theme-lightgray .manual-hero__language-selector select option,
    .theme-darkgray .manual-hero__language-selector select option {
      color: #434449; }
  .theme-expyellow .manual-hero__language-selector select:focus,
  .theme-boltorange .manual-hero__language-selector select:focus,
  .theme-boltblue .manual-hero__language-selector select:focus,
  .theme-nlblue .manual-hero__language-selector select:focus,
  .theme-lightgray .manual-hero__language-selector select:focus,
  .theme-darkgray .manual-hero__language-selector select:focus {
    background-image: linear-gradient(45deg, #434449 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #434449 50%);
    border-color: #434449;
    color: #434449; }

.theme-expyellow .manual-hero__instructions-print-button,
.theme-boltorange .manual-hero__instructions-print-button,
.theme-boltblue .manual-hero__instructions-print-button,
.theme-nlblue .manual-hero__instructions-print-button,
.theme-lightgray .manual-hero__instructions-print-button,
.theme-darkgray .manual-hero__instructions-print-button {
  border: 1px solid #434449;
  fill: #fff; }

@media print {
  .theme-expyellow .manual-hero__inner,
  .theme-boltorange .manual-hero__inner,
  .theme-boltblue .manual-hero__inner,
  .theme-nlblue .manual-hero__inner,
  .theme-lightgray .manual-hero__inner,
  .theme-darkgray .manual-hero__inner {
    border-bottom: none;
    border-top: none; }
  .theme-expyellow .manual-hero__language-selector,
  .theme-boltorange .manual-hero__language-selector,
  .theme-boltblue .manual-hero__language-selector,
  .theme-nlblue .manual-hero__language-selector,
  .theme-lightgray .manual-hero__language-selector,
  .theme-darkgray .manual-hero__language-selector {
    border: none; }
    .theme-expyellow .manual-hero__language-selector select,
    .theme-boltorange .manual-hero__language-selector select,
    .theme-boltblue .manual-hero__language-selector select,
    .theme-nlblue .manual-hero__language-selector select,
    .theme-lightgray .manual-hero__language-selector select,
    .theme-darkgray .manual-hero__language-selector select {
      background-color: transparent;
      background-image: none; } }

.theme-expyellow .manual-hero__inner {
  background-color: #ffd400;
  color: #434449; }

.theme-boltorange .manual-hero__inner {
  background-color: #f58220; }

.theme-boltblue .manual-hero__inner {
  background-color: #074276; }

.theme-supblue .manual-hero__inner {
  background-color: #007ac0; }

.theme-nlblue .manual-hero__inner {
  background-color: #0091d0; }

.theme-lightgray .manual-hero__inner {
  background-color: #f0f2f3;
  color: #434449; }

.theme-darkgray .manual-hero__inner {
  background-color: #c4c4c5;
  color: #434449; }

.manual-introduction__content {
  display: flex;
  margin: 0 auto;
  max-width: 1350px;
  padding: 10px 30px; }
  .manual-introduction__content h4 {
    color: #327abe;
    margin-bottom: unset; }
  .manual-introduction__content p {
    margin: unset; }

.manual-introduction__text {
  font-size: 0.875rem;
  width: 50%; }

.manual-introduction__image {
  width: 50%; }
  .manual-introduction__image__container {
    height: 175px;
    width: auto; }
  .manual-introduction__image__explanation {
    font-size: 0.75rem;
    text-align: center; }
  .manual-introduction__image img {
    -o-object-fit: contain;
       object-fit: contain; }

@media screen and (max-width: 640px) {
  .manual-introduction__content {
    display: inline-block; }
  .manual-introduction__text, .manual-introduction__image {
    width: 100%; } }

@media print {
  .manual-introduction__content {
    padding: 10px 20px; } }

.manual-section {
  overflow: hidden;
  padding-bottom: 5px; }
  .manual-section__inner {
    padding-top: 0; }
  .manual-section__heading {
    background-color: #327abe;
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 5px;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
    width: 100%; }
  .manual-section__text {
    float: left;
    font-size: 0.75rem;
    width: 100%; }
    .manual-section__text p {
      margin: 0; }
  .manual-section strong {
    color: #327abe; }

@media print {
  .manual-section__heading {
    border-bottom: 1px solid #327abe;
    border-top: 1px solid #327abe;
    font-size: 1.125rem; } }

.theme-expyellow .manual-section strong,
.theme-lightgray .manual-section strong,
.theme-darkgray .manual-section strong,
.theme-boltorange .manual-section strong {
  color: #434449; }

@media print {
  .theme-expyellow .manual-section .manual-section__heading,
  .theme-lightgray .manual-section .manual-section__heading,
  .theme-darkgray .manual-section .manual-section__heading,
  .theme-boltorange .manual-section .manual-section__heading {
    border: unset; } }

.theme-expyellow .manual-section__heading {
  background-color: #ffd400;
  color: #434449; }

.theme-boltorange .manual-section__heading {
  background-color: #f58220; }

.theme-boltblue .manual-section strong {
  color: #074276; }

.theme-boltblue .manual-section__heading {
  background-color: #074276; }

.theme-supblue .manual-section strong {
  color: #007ac0; }

.theme-supblue .manual-section__heading {
  background-color: #007ac0; }

.theme-nlblue .manual-section strong {
  color: #0091d0; }

.theme-nlblue .manual-section__heading {
  background-color: #0091d0; }

.theme-lightgray .manual-section__heading {
  background-color: #f0f2f3;
  color: #434449; }

.theme-darkgray .manual-section__heading {
  background-color: #c4c4c5;
  color: #434449; }

.manual-table-block {
  position: relative; }
  .manual-table-block__item-number {
    background-color: #327abe;
    color: white;
    font-weight: bold;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    z-index: 1; }
  .manual-table-block__image-container {
    width: 12%; }
    .manual-table-block__image-container img {
      height: 55px;
      margin-left: 25%;
      margin-top: 12%;
      width: 100%;
      z-index: 2; }
  .manual-table-block__table-container {
    float: right;
    padding-bottom: 5px;
    width: 85%; }
    .manual-table-block__table-container-header {
      font-size: 0.9375rem; }
    .manual-table-block__table-container-description {
      font-size: 0.75rem;
      position: absolute;
      right: 13px;
      top: -8px; }
    .manual-table-block__table-container-table table {
      border: 1px solid #327abe;
      font-size: 0.75rem; }
    .manual-table-block__table-container-table td:first-child {
      background-color: #327abe;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-weight: bold; }
    .manual-table-block__table-container-table tr:last-child td:first-child {
      border-bottom: none; }
    .manual-table-block__table-container-table td {
      border: 1px solid #327abe;
      padding: 0;
      text-align: center; }
  @media screen and (max-width: 640px) {
    .manual-table-block__image-container {
      display: none; }
    .manual-table-block__item-number {
      display: inline-block;
      position: inherit;
      top: 0; }
    .manual-table-block__table-container {
      width: 100%; }
      .manual-table-block__table-container-description {
        margin: 0;
        position: inherit; } }
  @media print {
    .manual-table-block img {
      margin-top: 20px; }
    .manual-table-block__item-number {
      border: 1px solid #327abe;
      margin-left: 1px; } }

.theme-expyellow .manual-table-block__table-container-table table,
.theme-lightgray .manual-table-block__table-container-table table,
.theme-darkgray .manual-table-block__table-container-table table,
.theme-boltorange .manual-table-block__table-container-table table {
  border: 1px solid #434449; }

.theme-expyellow .manual-table-block__table-container-table td,
.theme-lightgray .manual-table-block__table-container-table td,
.theme-darkgray .manual-table-block__table-container-table td,
.theme-boltorange .manual-table-block__table-container-table td {
  border: 1px solid #434449; }

@media print {
  .theme-expyellow .manual-table-block__item-number,
  .theme-lightgray .manual-table-block__item-number,
  .theme-darkgray .manual-table-block__item-number,
  .theme-boltorange .manual-table-block__item-number {
    border: none; } }

.theme-expyellow .manual-table-block__item-number {
  background-color: #ffd400;
  color: #434449; }

.theme-expyellow .manual-table-block__table-container-table td:first-child {
  background-color: #ffd400;
  color: #434449; }

.theme-boltorange .manual-table-block__item-number {
  background-color: #f58220; }

.theme-boltorange .manual-table-block__table-container-table td:first-child {
  background-color: #f58220; }

.theme-boltblue .manual-table-block__item-number {
  background-color: #074276; }

.theme-boltblue .manual-table-block__table-container-table table {
  border: 1px solid #074276; }

.theme-boltblue .manual-table-block__table-container-table td {
  border: 1px solid #074276; }

.theme-boltblue .manual-table-block__table-container-table td:first-child {
  background-color: #074276;
  border-bottom: 1px solid #fff; }

.theme-supblue .manual-table-block__item-number {
  background-color: #007ac0; }

.theme-supblue .manual-table-block__table-container-table table {
  border: 1px solid #007ac0; }

.theme-supblue .manual-table-block__table-container-table td {
  border: 1px solid #007ac0; }

.theme-supblue .manual-table-block__table-container-table td:first-child {
  background-color: #007ac0;
  border-bottom: 1px solid #fff; }

.theme-nlblue .manual-table-block__item-number {
  background-color: #0091d0; }

.theme-nlblue .manual-table-block__table-container-table table {
  border: 1px solid #0091d0; }

.theme-nlblue .manual-table-block__table-container-table td {
  border: 1px solid #0091d0; }

.theme-nlblue .manual-table-block__table-container-table td:first-child {
  background-color: #0091d0;
  border-bottom: 1px solid #fff; }

.theme-lightgray .manual-table-block__item-number {
  background-color: #f0f2f3;
  color: #434449; }

.theme-lightgray .manual-table-block__table-container-table td:first-child {
  background-color: #f0f2f3;
  color: #434449; }

.theme-darkgray .manual-table-block__item-number {
  background-color: #c4c4c5;
  color: #434449; }

.theme-darkgray .manual-table-block__table-container-table td:first-child {
  background-color: #c4c4c5;
  color: #434449; }

.search-block__inner {
  padding-bottom: 0; }

.search-block__link {
  display: flex;
  font-size: 1.25rem;
  justify-content: space-between; }
  .search-block__link-item {
    margin: 10px auto;
    max-width: 300px;
    width: 80%; }
    .search-block__link-item:last-child {
      margin-bottom: 0; }
  .search-block__link-list {
    padding: 20px 0 30px; }

@media screen and (min-width: 640px) {
  .search-block__link {
    padding: 0 30px; }
    .search-block__link-list {
      margin: 0 auto;
      max-width: 500px; }
    .search-block__link-list {
      align-items: center;
      display: flex;
      flex-wrap: wrap; }
    .search-block__link-item {
      width: 50%; } }

@media screen and (min-width: 1024px) {
  .search-block__link-item {
    width: auto; }
  .search-block__link-container {
    margin: 0 calc(50% - 50vw);
    padding: 0; }
  .search-block__link-list {
    flex-wrap: nowrap;
    max-width: 1350px;
    padding: 30px 30px 0; } }

.search-page__content {
  margin: auto;
  max-width: 800px; }

.search-page__input-container {
  padding-bottom: 0px; }

.search-page__input-suggestions {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px 0;
  position: absolute;
  top: 64px;
  width: 100%;
  z-index: 1;
  display: none; }
  .search-page__input-suggestions-item-group {
    padding-left: 30px; }
  .search-page__input-suggestions-item-link {
    font-size: 1rem;
    cursor: pointer; }
  .search-page__input-suggestions-item-group {
    color: #c4c4c5;
    font-weight: 500; }

.search-page__filter-checkboxes {
  display: flex;
  margin-top: 20px;
  text-transform: uppercase; }
  .search-page__filter-checkboxes &gt; label {
    display: block;
    margin: 0 0 0.5em 0; }
  .search-page__filter-checkboxes:after {
    content: "";
    clear: both;
    display: block; }
  .search-page__filter-checkboxes .checkbox-input__box {
    margin: 0 2px 0 0; }

.search-page__filter-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .search-page__filter-radio .radio-button {
    flex: 30%; }
  .search-page__filter-radio .radio-button__text {
    text-transform: uppercase;
    cursor: pointer; }
  .search-page__filter-radio .radio-button__icon {
    display: none; }
  .search-page__filter-radio input:checked ~ .radio-button__text {
    color: #0091d0;
    text-decoration: underline;
    font-weight: 500; }

.search-page__count {
  margin-top: 3rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9375rem; }

.search-page__result-pagination-btn {
  margin-top: 2rem;
  text-align: center; }
  .search-page__result-pagination-btn__icon {
    height: 24px;
    margin: 0 0 -5px 0;
    stroke: #fff;
    width: 16px; }

.search-page__result-item {
  margin-top: 1rem; }
  .search-page__result-item:not(:first-child) {
    margin-top: 2rem; }
  .search-page__result-item__wrapper {
    justify-content: space-between; }
    .search-page__result-item__wrapper-right {
      display: none; }
  .search-page__result-item-title {
    color: #164063;
    font-size: 1.625rem;
    font-weight: 400;
    display: block; }
    .search-page__result-item:hover .search-page__result-item-title {
      text-decoration: underline; }
  .search-page__result-item-text {
    display: block;
    margin-top: 0.5rem; }

.search-page__loader {
  position: absolute;
  margin-left: 120px;
  display: none; }

.search-page--is-loading .search-page__loader {
  display: block; }

.search-page--show-suggestions .search-page__click-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.search-page--show-suggestions .search-page__input-suggestions {
  display: block; }

@media screen and (min-width: 1024px) {
  .search-page__filter-radio .radio-button {
    flex: unset; }
  .search-page__result-item__wrapper {
    display: flex; }
    .search-page__result-item__wrapper-left {
      max-width: 70%; }
    .search-page__result-item__wrapper-right {
      display: block;
      min-width: 200px;
      min-height: 100px;
      align-self: center; }
  .search-page__filter-checkboxes &gt; label {
    margin: 0 1.5em 0.5em 0;
    display: inline-flex;
    align-items: center; }
  .search-page__filter-checkboxes .checkbox-input__box {
    margin: 0 2px 0 0; } }

.share__inner {
  /*display: grid;*/
  text-align: left;
  padding: unset; }

.share__items {
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
  /*position: relative;*/ }

.share__heading {
  font-size: 16px;
  font-weight: 500; }

.share__item {
  margin: initial; }
  .share__item:hover .share__item-icon {
    fill: #164063; }
  .share__item-icon {
    fill: #0091d0;
    height: 24px;
    width: 24px;
    cursor: pointer; }

.hero-carousel .slick-dots li, .tabs2__indicator-item {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px; }

.sub-navigation__inner {
  padding-left: 0;
  padding-right: 0; }

.sub-navigation__nav {
  display: none;
  position: relative; }

.sub-navigation__item {
  background-color: #f7f8fa;
  color: #164063;
  display: none; }
  .sub-navigation__item:hover, .sub-navigation__item--is-selected {
    background-color: #164063;
    color: #f7f8fa; }
  .sub-navigation__item--is-selected {
    display: block; }

.sub-navigation__link {
  display: block;
  font-size: 1.5rem;
  text-align: center; }

.sub-navigation__previous-link, .sub-navigation__next-link {
  align-items: center;
  display: inline-flex;
  height: 100%;
  position: absolute;
  top: 0; }
  .sub-navigation__previous-link--is-disabled .sub-navigation__previous-link-icon, .sub-navigation__next-link--is-disabled .sub-navigation__previous-link-icon, .sub-navigation__previous-link--is-disabled .sub-navigation__next-link-icon, .sub-navigation__next-link--is-disabled .sub-navigation__next-link-icon {
    stroke: #023a69; }

.sub-navigation__previous-link {
  left: 0;
  padding-left: 20px; }

.sub-navigation__next-link {
  padding-right: 20px;
  right: 0; }

.sub-navigation__dropdown-container {
  background-color: #084492;
  display: block;
  padding: 1rem 20px; }

.sub-navigation__dropdown {
  margin: auto;
  max-width: 470px;
  padding: 1.5rem 0;
  width: 100%; }
  .sub-navigation__dropdown select {
    background-color: #fff; }

@media screen and (min-width: 1024px) {
  .sub-navigation__inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px; }
  .sub-navigation__nav {
    display: block; }
  .sub-navigation__list {
    display: flex; }
  .sub-navigation__item {
    align-items: center;
    display: inline-flex;
    flex: 25%; }
  .sub-navigation__link {
    font-size: inherit;
    padding: 13px 4px;
    text-align: center;
    width: 100%; }
  .sub-navigation__dropdown-container {
    display: none; } }

.tabs__inner {
  max-width: 910px; }

.tabs__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  .tabs__list-item {
    flex: 1; }

.tabs ul li:not(:first-child) {
  margin-top: 0 !important; }

.tabs ul li::before {
  content: none !important;
  transform: none; }

.tabs__header ul {
  margin: 0;
  padding-left: 0 !important; }

.tabs__informations a {
  color: #0091d0; }
  .tabs__informations a:hover {
    color: inherit; }

.tabs__informations-item {
  margin: 0.5rem 0; }
  .tabs__informations-item-label {
    font-weight: 700; }

.tabs__tab-link {
  height: 100%;
  background-color: #ededed;
  color: #164063;
  margin: 0;
  outline: none;
  font-size: 1.25rem;
  padding: 0.5rem 0.5rem;
  width: 100%; }
  .tabs__tab-link--is-active {
    background-color: #164063;
    color: #fff;
    cursor: default;
    overflow: visible;
    position: relative;
    z-index: 0; }

.tabs__content {
  border-top: 1px solid #c4c4c5;
  display: none;
  padding: 1em 1.5rem; }
  .tabs__content--is-active {
    display: block; }
  .tabs__content ul {
    list-style-type: disc;
    margin-left: 20px; }

.tabs__img {
  margin: 5px 20px 5px 5px;
  float: left; }

@media screen and (min-width: 1024px) {
  .tabs__tab-link {
    padding: 0.5rem 1rem; }
  .tabs__informations__list {
    display: inline-flex;
    width: 60%; }
    .tabs__informations__list-item {
      width: 100%; }
  .tabs__informations__tab-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%; } }

@media screen and (max-width: 640px) {
  .tabs__content--is-active {
    display: flex;
    flex-wrap: wrap; } }

.hero-carousel .slick-dots li, .tabs2__indicator-item {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px; }

.tabs2 {
  position: relative; }
  .tabs2__item {
    display: none; }
    .tabs2__item:hover, .tabs2__item--is-active {
      background-color: #164063;
      color: #f7f8fa;
      display: block; }
    .tabs2__item-link {
      display: block;
      font-size: 1.5rem;
      padding: 15px 55px;
      text-align: center;
      width: 100%; }
  .tabs2__arrow-link {
    align-items: center;
    display: inline-flex;
    position: absolute;
    top: 21px; }
    .tabs2__arrow-link-icon {
      height: 20px;
      stroke: #023a69;
      width: 30px; }
    .tabs2__arrow-link--is-active .tabs2__arrow-link-icon {
      stroke: #fff; }
    .tabs2__arrow-link--is-previous {
      left: 0;
      padding-left: 20px; }
    .tabs2__arrow-link--is-next {
      padding-right: 20px;
      right: 0; }
  .tabs2__indicator-list {
    margin-top: 20px;
    text-align: center; }
  .tabs2__indicator-item {
    background-color: #ededed; }
    .tabs2__indicator-item--is-active {
      background-color: #164063; }
  @media screen and (min-width: 1024px) {
    .tabs2__list {
      display: flex; }
    .tabs2__item {
      align-items: center;
      background-color: #f7f8fa;
      color: #164063;
      display: inline-flex;
      flex: 25%; }
      .tabs2__item--is-active {
        background-color: #164063;
        color: #f7f8fa; }
      .tabs2__item-link {
        font-size: inherit;
        padding: 13px 4px;
        text-align: center;
        width: 100%; }
    .tabs2__arrow-link, .tabs2__indicator-list {
      display: none; } }

.offices__brand-legend-list {
  display: flex; }

.offices__brand-legend-item {
  flex: 0 0 25%;
  font-size: 0.875rem;
  text-align: center; }
  .offices__brand-legend-item::before {
    content: '';
    display: block;
    height: 15px;
    margin: 0 auto 10px;
    width: 21px; }
  .offices__brand-legend-item--boltight::before {
    background-color: #074276; }
  .offices__brand-legend-item--expander::before {
    background-color: #327abe; }
  .offices__brand-legend-item--nordlock::before {
    background-color: #0091d0; }
  .offices__brand-legend-item--superbolt::before {
    background-color: #007ac0; }

.offices__section .offices__brand-legend-item {
  flex: 0;
  font-size: 0; }

.offices__section-heading {
  background-color: #164063;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  margin: 30px 0;
  padding: 10px;
  text-align: center; }

.offices__section-list {
  overflow: hidden; }

.offices__section-item {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0 20px; }
  .offices__section-item:not(:first-child) {
    margin-top: 30px; }
  .offices__section-item-heading {
    color: #0091d0;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 10px 0; }
  .offices__section-item-name {
    font-weight: 500; }
  .offices__section-item-phone-label, .offices__section-item-email-label {
    font-weight: 400; }
  .offices__section-item-web-address {
    display: block; }

@media screen and (min-width: 640px) {
  .offices__section-list {
    display: flex;
    flex-wrap: wrap; }
  .offices__section-item {
    flex: 0 0 calc(100% / 3); }
    .offices__section-item, .offices__section-item:not(:first-child) {
      margin: 20px 0; } }

@media screen and (min-width: 1024px) {
  .offices__brand-legend-list {
    justify-content: center; }
  .offices__brand-legend-item {
    align-items: center;
    display: flex;
    flex: 0;
    margin: 0 30px;
    white-space: nowrap; }
    .offices__brand-legend-item::before {
      display: inline-block;
      height: 21px;
      margin: 0 10px 0 0;
      width: 15px; }
  .offices__section .offices__brand-legend-list {
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 30px 0 65px;
    width: 15px; }
  .offices__section .offices__brand-legend-item {
    height: 21px; }
    .offices__section .offices__brand-legend-item, .offices__section .offices__brand-legend-item::before {
      margin: 0; }
  .offices__section-heading {
    margin: 60px 0; }
  .offices__section-item {
    display: flex; }
    .offices__section-item, .offices__section-item:not(:first-child) {
      margin: 20px 0; }
    .offices__section-item-heading {
      margin-top: -3px; } }

.cta-link:hover .cta-link__icon, .brand-teasers__item:hover .cta-link__icon, .cta-teasers__item:hover .cta-link__icon, .teaser:hover .cta-link__icon {
  transform: translateX(7.5px); }

.teaser.no-cta-link {
  height: 100% !important; }
  .teaser.no-cta-link .teaser__text {
    height: 100% !important;
    -webkit-line-clamp: unset !important; }

.teaser {
  height: 100%;
  outline: none;
  position: relative; }
  .teaser, .teaser__image-container, .teaser__inner, .teaser__category, .teaser__heading, .teaser__text {
    display: block; }
  .teaser__text {
    font-size: 1rem !important;
    line-height: 1.5;
    letter-spacing: 0.15px;
    margin-bottom: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    margin-bottom: 20px; }
  .teaser__link {
    color: #009de0;
    display: inline-flex;
    border-bottom: 1px solid #009de0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .teaser__link span {
      font-size: 14px; }
    .teaser__link .icon {
      display: none; }
  .teaser__image {
    height: 200px; }
    .teaser__image-container::after {
      content: '';
      display: block; }
  .teaser__inner {
    padding: 16px;
    display: flex;
    flex-direction: column; }
  .teaser--type-standard, .teaser--type-washer {
    background-color: #fff !important; }
  .teaser--type-background-image {
    text-align: center; }
  .teaser--type-washer .teaser__image-container::after,
  .teaser--type-standard .teaser__image-container::after,
  .teaser--type-centered .teaser__image-container::after,
  .teaser--type-centered-compact .teaser__image-container::after {
    padding-top: 61%; }
  .teaser--type-washer .teaser__heading,
  .teaser--type-standard .teaser__heading,
  .teaser--type-centered .teaser__heading,
  .teaser--type-centered-compact .teaser__heading {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 56px; }
  .teaser--type-washer .teaser__text,
  .teaser--type-standard .teaser__text {
    font-size: 0.875rem; }
  .teaser--type-standard .teaser__category {
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    padding: 4px 8px 4px 8px;
    margin-bottom: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .teaser--type-centered, .teaser--type-centered-compact {
    text-align: center; }
  .teaser--type-centered .teaser__image,
  .teaser--type-centered-compact .teaser__image {
    transform: none;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .teaser--type-centered .teaser__image-container,
    .teaser--type-centered-compact .teaser__image-container {
      overflow: hidden; }
  .teaser--type-centered .teaser__link,
  .teaser--type-centered-compact .teaser__link {
    font-weight: 400;
    margin-right: -20px;
    margin-top: 20px; }
  .teaser--type-centered-compact .teaser__inner {
    padding-bottom: 0; }
  .teaser--type-centered-compact:hover .teaser__image {
    transform: scale(1.05); }
  .teaser--type-washer .teaser__image-container {
    margin: 1rem 0; }
  .teaser--type-washer .teaser__inner {
    display: flex;
    flex-direction: column;
    padding: 0 30px 76px; }
  .teaser--type-washer .teaser__text {
    margin: 0 0 1rem; }
  .teaser--type-washer .teaser__select {
    bottom: 30px;
    margin-top: auto;
    position: absolute;
    width: calc(100% - 60px); }
    .teaser--type-washer .teaser__select select {
      font-size: 1rem; }
    .teaser--type-washer .teaser__select .icon {
      height: 1rem;
      width: 1rem; }
  .teaser--type-background-image .teaser__image-container {
    display: none; }
  .teaser--type-background-image .teaser__inner, .teaser--type-background-image .teaser__text {
    position: relative; }
  .teaser--type-background-image .teaser__inner {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 280px;
    padding: 60px 45px; }
  .teaser--type-background-image .teaser__text {
    font-size: 1.25rem;
    font-weight: 700; }
  .teaser--type-background-image .teaser__link .cta-link__icon {
    stroke: #fff; }
  .section--color-white .teaser--type-standard, .section--color-white .teaser--type-washer {
    background-color: #f7f8fa; }
  .section--striped-light .teaser--type-centered .teaser__heading,
  .section--striped-light .teaser--type-centered-compact .teaser__heading,
  .section--striped-dark .teaser--type-centered .teaser__heading,
  .section--striped-dark .teaser--type-centered-compact .teaser__heading {
    color: #fff; }

.article ol li:not(:first-child), .article-content ol li:not(:first-child), .tile__item-body ol li:not(:first-child), .tile__expanded-content ol li:not(:first-child),
.article ul li:not(:first-child),
.article-content ul li:not(:first-child),
.tile__item-body ul li:not(:first-child),
.tile__expanded-content ul li:not(:first-child) {
  margin-top: 10px; }

.article ol li::before, .article-content ol li::before, .tile__item-body ol li::before, .tile__expanded-content ol li::before,
.article ul li::before,
.article-content ul li::before,
.tile__item-body ul li::before,
.tile__expanded-content ul li::before {
  color: #0091d0;
  position: absolute; }

.article ul, .article-content ul, .tile__item-body ul, .tile__expanded-content ul {
  padding-left: 1.25em; }
  
  .article ul li::before,
  .article-content ul li::before,
  .tile__item-body ul li::before,
  .tile__expanded-content ul li::before {
    content: '\2022   ';
    transform: translateX(-1.25em); }

.article ol, .article-content ol, .tile__item-body ol, .tile__expanded-content ol {
  counter-reset: item;
  padding-left: 1.5em; }

.article ol &gt; li::before, .article-content ol &gt; li::before, .tile__item-body ol &gt; li::before, .tile__expanded-content ol &gt; li::before {
  content: counter(item) ". ";
  counter-increment: item;
  transform: translateX(-1.5em); }

.tile__item-body ol,
.tile__item-body ul,
.tile__item-body p, .tile__expanded-content ol,
.tile__expanded-content ul,
.tile__expanded-content p {
  margin: 20px 0; }
  .tile__item-body ol:first-child,
  .tile__item-body ul:first-child,
  .tile__item-body p:first-child, .tile__expanded-content ol:first-child,
  .tile__expanded-content ul:first-child,
  .tile__expanded-content p:first-child {
    margin-top: 0; }

.tile__item-body:last-child p:last-child, .tile__expanded-content:last-child p:last-child {
  margin-bottom: 0; }

.tile__item-body a, .tile__expanded-content a {
  color: #0091d0;
  font-weight: 400; }
  .tile__item-body a:hover, .tile__expanded-content a:hover {
    color: #084492; }

.tile__item-body blockquote, .tile__expanded-content blockquote {
  color: #009de0;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left; }

.tile__item-body img, .tile__expanded-content img {
  height: auto; }
  .tile__item-body img:not([class*='align-']), .tile__expanded-content img:not([class*='align-']) {
    width: 100%; }

.tile__item {
  background-color: #ededed; }
  .tile__item--is-image::after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .tile__item--is-text {
    padding: 30px; }
  .tile__item-heading {
    color: #0091d0;
    font-weight: 500;
    text-transform: uppercase; }
  .tile__item-expand-toggle {
    height: 46px;
    margin-right: auto;
    min-width: 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .tile__item-expand-toggle-open, .tile__item-expand-toggle-close {
      align-items: center;
      display: inline-flex;
      height: 100%;
      justify-content: center;
      left: 50%;
      position: absolute;
      transform: translateX(-50%) translateY(-50%);
      transition: opacity 0.5s, transform 0.5s;
      transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
      width: 100%; }
    .tile__item-expand-toggle-open {
      top: 50%; }
    .tile__item-expand-toggle-close {
      fill: #fff;
      font-size: 0;
      opacity: 0;
      top: -50%; }

.tile__item-expand-toggle-close-icon, .tile__expanded-content-close-icon {
  height: 20px;
  width: 20px; }

.tile__expanded-content {
  display: none;
  margin: -1px 0 0;
  overflow: hidden;
  padding: 1px 0 0; }
  .tile__expanded-content-inner {
    background-color: #ededed;
    margin-top: 40px;
    padding: 30px;
    position: relative;
    text-align: justify; }
    .tile__expanded-content-inner::before {
      height: 40px;
      position: absolute;
      top: -20px;
      transform: rotate(45deg);
      width: 40px;
      background-color: #ededed;
      content: '';
      left: calc(50% - 20px); }
  .tile__expanded-content-close {
    fill: #164063;
    position: absolute;
    right: 30px;
    top: 30px;
    transform: scale(1);
    transition: transform 0.2s; }
    .tile__expanded-content-close:hover {
      transform: scale(1.1); }

.tile--is-expanded .tile__item-expand-toggle-open, .tile--is-expanded .tile__item-expand-toggle-close {
  transform: translateX(-50%) translateY(50%); }

.tile--is-expanded .tile__item-expand-toggle-open {
  opacity: 0; }

.tile--is-expanded .tile__item-expand-toggle-close {
  opacity: 1; }

.tile--is-expanded .tile__expanded-content {
  display: block; }

.tile--color-white .tile__item {
  background-color: #fff; }

.tile--color-blue .tile__item {
  background-color: #0091d0; }
  .tile--color-blue .tile__item, .tile--color-blue .tile__item-heading {
    color: #fff; }
  .tile--color-blue .tile__item-body ol li::before,
  .tile--color-blue .tile__item-body ul li::before {
    color: #fff; }
  .tile--color-blue .tile__item-body a {
    color: #fff;
    text-decoration: underline; }
  .tile--color-blue .tile__item-expand-toggle {
    background-color: #164063; }
    .tile--color-blue .tile__item-expand-toggle:hover {
      background-color: #11334e; }

@media screen and (min-width: 640px) {
  .tile {
    display: flex;
    flex-wrap: wrap; }
    .tile__item {
      flex: 1 auto;
      margin-left: 15px;
      width: calc(50% - 15px); }
      .tile__item:first-child {
        margin-left: 0;
        margin-right: 15px; }
      .tile__item--is-text {
        display: flex;
        flex-direction: column;
        justify-content: center; }
    .tile__expanded-content {
      order: 3;
      width: 100%; }
      .tile__expanded-content:nth-child(2) .tile__expanded-content-inner::before {
        left: calc(25% - 7.5px - 20px); }
      .tile__expanded-content:nth-child(3) .tile__expanded-content-inner::before {
        left: calc(75% + 7.5px - 20px); }
      .tile__expanded-content-body {
        margin: 0 auto;
        max-width: 910px; } }

@media screen and (min-width: 1024px) {
  .tile__item-expand-toggle {
    min-width: 250px;
    width: auto; }
  .tile__expanded-content-inner {
    margin-top: 60px;
    padding: 60px; }
    .tile__expanded-content-inner::before {
      height: 60px;
      position: absolute;
      top: -30px;
      transform: rotate(45deg);
      width: 60px; }
  .tile__expanded-content-close {
    right: 60px;
    top: 60px; }
  .tile__expanded-content blockquote::before {
    left: -52px; } }

@media screen and (min-width: 1200px) {
  .tile__item--is-text {
    padding: 80px; }
  .tile__expanded-content blockquote::before {
    left: -100px; } }

@media screen and (min-width: 1350px) {
  .tile__expanded-content blockquote::before {
    left: -124px; } }

.top-text__text {
  margin-bottom: 0 !important; }

.top-text a {
  color: #0091d0;
  font-weight: 400; }
  .top-text a:hover {
    color: #084492; }

.page-break {
  page-break-before: always; }

@media print {
  body {
    -webkit-print-color-adjust: exact;
            color-adjust: exact; }
  html {
    background-color: #fff;
    margin: 0; }
  .page-break {
    padding-top: 60px; }
  .breadcrumbs,
  .header,
  .header__inner,
  .header__solid-block,
  .cookie-bar__inner,
  .footer,
  .epi-quickNavigator,
  .back-to-top-button {
    display: none !important;
    height: 0 !important; }
  .hero--is-small .hero__image {
    height: 100px; } }

@page {
  margin-bottom: 1rem;
  margin-top: 1rem;
  size: auto; }

.tables__header {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed; }
  .tables__header-filters .radio-button {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer; }
    .tables__header-filters .radio-button__icon {
      width: 24px;
      height: 24px;
      border-width: 2px;
      margin-right: 10px; }
    .tables__header-filters .radio-button__input:checked ~ .radio-button__icon {
      background-color: #fff; }
      .tables__header-filters .radio-button__input:checked ~ .radio-button__icon::after {
        width: 14px;
        height: 14px; }
  .tables__header-share {
    padding: 0; }
    .tables__header-share .share__item {
      margin: 0; }
      .tables__header-share .share__item:not(:last-child) {
        margin-right: 1rem; }

.tables__radio-buttons {
  margin-bottom: 20px; }

.tables__dropdown {
  margin-bottom: 20px; }
  .tables__dropdown select {
    font-size: 1rem; }

.tables__table-item {
  display: none; }
  .tables__table-item--active {
    display: block; }

@media screen and (min-width: 1024px) {
  .tables__header {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row; }
    .tables__header-share {
      padding: 10px 0; }
    .tables__header-filters {
      flex: 1; }
  .tables__dropdown {
    margin-bottom: 0;
    width: 45%; } }

.mini-hero__brand-image-container {
  display: block;
  float: right;
  height: 40px;
  margin-left: auto;
  position: relative;
  width: 20%; }

.mini-hero__content {
  margin: 0 auto;
  max-width: 1350px; }

.mini-hero__inner {
  background-color: #0091d0;
  color: #fff;
  display: flex;
  margin: auto;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  position: relative;
  width: 100%; }

.mini-hero__text {
  width: 67%; }

.mini-hero__image-container {
  height: 100px;
  margin: auto;
  width: 180px; }

.mini-hero__heading, .mini-hero__sub-heading {
  margin-bottom: 0; }

.mini-hero__inner {
  padding-left: 30px;
  padding-right: 30px; }

.mini-hero__button-container {
  position: relative; }
  .mini-hero__button-container__print-button {
    background-color: white;
    border: 1px solid #327abe;
    bottom: -24px;
    display: block;
    fill: #327abe;
    font-size: 1.25rem;
    font-weight: bold;
    height: 38px;
    min-height: 38px;
    min-width: 75px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    z-index: 1; }
    .mini-hero__button-container__print-button__icon {
      left: calc(50% - 15px);
      position: absolute;
      top: calc(50% - 15px);
      width: 30px; }
    .mini-hero__button-container__print-button.btn:hover {
      fill: white; }

@media screen and (max-width: 640px) {
  .mini-hero__image-container {
    display: none; }
  .mini-hero__text {
    width: 100%; } }

@media print {
  .mini-hero__inner {
    border-bottom: 1px solid #0091d0;
    border-top: 1px solid #0091d0;
    padding-bottom: 5px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 5px; }
  .mini-hero__button-container {
    display: none; } }

.page-number {
  content: '';
  display: none;
  font-size: 0.625rem;
  position: absolute;
  top: 0;
  width: 100%; }
  .page-number--item {
    position: absolute;
    right: 0.5em; }
  @media print {
    .page-number {
      display: flex; } }

.tree-filter__name {
  color: #0091d0;
  display: none;
  margin: auto;
  margin-bottom: 15px;
  max-width: 470px; }
  .tree-filter__name--show {
    display: block; }
  .tree-filter__name-value {
    font-size: inherit; }

.tree-filter__list {
  display: flex;
  flex-direction: column; }
  .tree-filter__list-dropdown {
    margin: auto;
    max-width: 470px;
    width: 100%; }
    .tree-filter__list-dropdown:not(:first-child) {
      margin-top: 10px; }
    .tree-filter__list-dropdown select {
      background-color: #fff; }

.tree-filter__selected-filter {
  border: 1px solid #164063;
  color: #164063;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 20px 0 0;
  min-width: 140px;
  padding: 5px;
  position: relative;
  text-align: center; }
  .tree-filter__selected-filter-container {
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto 15px;
    max-width: 470px; }
  .tree-filter__selected-filter-remove {
    left: -9px;
    position: absolute;
    top: -9px; }
    .tree-filter__selected-filter-remove-icon {
      background-color: #164063;
      border-radius: 50%;
      fill: #f7f8fa;
      height: 18px;
      padding: 5px;
      width: 18px; }

.tree-filter__results {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between; }
  .tree-filter__results-filter-result {
    flex: 1;
    margin: auto;
    max-width: 470px;
    width: 100%; }
    .tree-filter__results-filter-result-number {
      font-weight: bold; }

@media screen and (min-width: 1024px) {
  .tree-filter__name {
    display: block;
    max-width: unset; }
  .tree-filter__list {
    flex-direction: row; }
    .tree-filter__list-dropdown {
      margin: unset;
      margin-top: 0 !important;
      min-width: 450px; }
      .tree-filter__list-dropdown:not(:last-child) {
        margin-right: 10px; }
  .tree-filter__selected-filter {
    margin: 0 30px 0 0; }
    .tree-filter__selected-filter-container {
      max-width: unset; }
  .tree-filter__results {
    flex-direction: row; }
    .tree-filter__results-filter-result {
      font-size: 1.25rem;
      margin: auto 0;
      text-align: unset; } }

.back-to-top-button {
  bottom: 25px;
  display: block;
  left: calc(50vw - 25px);
  position: fixed;
  transform: translateY(125px);
  transition: transform 0.2s;
  z-index: 5; }
  .back-to-top-button--is-active {
    transform: none; }
  .back-to-top-button__floater {
    background-color: #0091d0;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(67, 68, 73, 0.25);
    cursor: pointer;
    height: 50px;
    position: relative;
    transition: background-color 0.2s, transform 0.2s;
    width: 50px;
    z-index: 1; }
    .back-to-top-button__floater-icon {
      height: 25px;
      left: 50%;
      pointer-events: none;
      position: absolute;
      stroke: #fff;
      stroke-width: 1px;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: transform 0.3s;
      width: 25px; }
  @media screen and (min-width: 640px) {
    .back-to-top-button {
      bottom: calc(40px + 12.5px); }
      .back-to-top-button__floater:hover {
        background-color: #164063;
        transform: scale(1.05); } }

.image-container-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .image-container-block--center {
    justify-content: center; }
  .image-container-block--left {
    justify-content: flex-start; }
  .image-container-block--right {
    justify-content: flex-end; }
  .image-container-block--evenly {
    justify-content: space-evenly; }
  .image-container-block__image {
    flex: 1; }
    .image-container-block__image:not(:last-child) {
      margin-right: 20px; }
    .image-container-block__image--mini {
      max-width: 100px; }
    .image-container-block__image--small {
      max-width: 175px; }
    .image-container-block__image--medium {
      max-width: 300px; }
    .image-container-block__image--large {
      max-width: 400px; }
    .image-container-block__image img {
      height: 100%;
      margin: auto !important;
      max-width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.product-textblock-block {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center; }
  .product-textblock-block .inner-container {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-top: 7rem;
    padding-left: 3rem;
    margin-bottom: 12rem; }
    .product-textblock-block .inner-container h2, .product-textblock-block .inner-container p {
      font-family: "Roboto", serif;
      margin-bottom: 0px; }
    .product-textblock-block .inner-container h2 {
      font-weight: 700;
      font-size: 3.25rem;
      line-height: 4rem;
      padding-bottom: 1rem; }
    .product-textblock-block .inner-container p {
      font-size: 1.5rem;
      line-height: 2rem; }
    .product-textblock-block .inner-container .fade-in-text {
      opacity: 0;
      transition: opacity 350ms ease-in; }
    .product-textblock-block .inner-container .fade-in-text.appear {
      opacity: 1; }

@media only screen and (max-width: 1024px) {
  .product-textblock-block .inner-container {
    width: 100%;
    padding: 0rem 2.375rem;
    margin: 4.25rem 0rem; }
    .product-textblock-block .inner-container h2, .product-textblock-block .inner-container p {
      font-family: "Roboto", sans-serif; }
    .product-textblock-block .inner-container h2 {
      font-size: 2.5rem;
      line-height: 2.75rem; }
    .product-textblock-block .inner-container p {
      font-size: 1rem;
      line-height: 1.5rem; } }

.product-hero {
  position: relative;
  width: 100vw;
  height: auto; }
  .product-hero__img img {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100vw; }
  .product-hero__video {
    width: auto;
    height: auto; }
    .product-hero__video video {
      height: 100%;
      width: 100vw;
      -o-object-fit: cover;
         object-fit: cover;
      left: 0;
      top: 0;
      position: static; }
    .product-hero__video .product-hero__inner {
      height: calc(100% - 10rem); }
  .product-hero__inner--mobile-hidden {
    display: flex;
    position: absolute;
    right: 0;
    top: 5rem;
    width: 100%;
    left: 0;
    height: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 2.375rem; }
    .product-hero__inner--mobile-hidden h1 {
      font-size: 4.5rem;
      line-height: 5rem; }
  .product-hero__heading--under-content {
    display: none; }
  @media only screen and (max-width: 1024px) {
    .product-hero__inner {
      justify-content: center; }
      .product-hero__inner h1 {
        font-size: 3.5rem;
        line-height: 3.75rem;
        text-align: center; }
    .product-hero__inner--mobile-hidden h1 {
      display: none; }
    .product-hero__heading--under-content {
      text-align: center;
      display: block; } }

.product-hero-edit-mode {
  position: relative;
  width: 100%;
  height: 44rem; }
  .product-hero-edit-mode .product-hero__img {
    height: 100%;
    position: absolute;
    width: 100%; }
    .product-hero-edit-mode .product-hero__img .product-hero-img-edit-mode {
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100% !important;
      height: 44rem !important; }
  .product-hero-edit-mode__inner-edit-mode {
    display: flex;
    position: absolute;
    right: 0;
    top: 5rem;
    width: 100%;
    left: 0;
    height: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 2.375rem; }
    .product-hero-edit-mode__inner-edit-mode h1 {
      font-size: 4.5rem;
      line-height: 5rem; }
  @media only screen and (max-width: 1024px) {
    .product-hero-edit-mode__inner-edit-mode {
      justify-content: center; }
      .product-hero-edit-mode__inner-edit-mode h1 {
        font-size: 3.5rem;
        line-height: 3.75rem;
        text-align: center; } }

.product-breadcrumbs {
  max-width: 100%;
  padding-bottom: 1.3rem;
  padding-top: 1.3rem; }
  .product-breadcrumbs__inner {
    margin: 0 auto;
    max-width: 1350px;
    padding: 0 1.875rem; }
    .product-breadcrumbs__inner a[href] {
      text-decoration: underline;
      color: var(--link-color); }
    .product-breadcrumbs__inner .breadcrumbs__separator {
      color: var(--link-color); }
    .product-breadcrumbs__inner .breadcrumbs__separator::before, .product-breadcrumbs__inner .breadcrumbs__separator::after {
      display: none; }
    .product-breadcrumbs__inner span {
      color: var(--heading-color-2); }

* {
  box-sizing: border-box; }

.product-image-slider {
  position: relative;
  height: 57vw;
  width: 100vw; }
  .product-image-slider .img-container {
    display: none;
    overflow: hidden;
    height: 57vw;
    width: 100vw;
    flex-direction: row;
    justify-content: center; }
    .product-image-slider .img-container img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-image-slider-navigation {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 20%;
    height: 60%; }
    .product-image-slider-navigation-controls {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.2rem;
      margin-right: 1rem; }
      .product-image-slider-navigation-controls .prev, .product-image-slider-navigation-controls .next {
        cursor: pointer;
        transition: background-color 0.6s ease;
        width: 1.125rem; }
      .product-image-slider-navigation-controls .prev {
        margin-bottom: 1.2rem; }
      .product-image-slider-navigation-controls .next {
        margin-top: 1.2rem; }
      .product-image-slider-navigation-controls .prev:hover, .product-image-slider-navigation-controls .next:hover {
        color: #009DE0; }
      .product-image-slider-navigation-controls .dot {
        cursor: pointer;
        height: 12px;
        width: 12px;
        background-color: var(--text-color);
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease; }
      .product-image-slider-navigation-controls .active, .product-image-slider-navigation-controls .dot:hover {
        background-color: #009DE0; }

.product-bullet-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: auto; }
  .product-bullet-block h3 {
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 48px;
    text-align: center;
    text-transform: uppercase; }
  .product-bullet-block .bullet-container {
    margin: 5.5rem 0rem;
    width: 600px; }
    .product-bullet-block .bullet-container .bullet-container-inner {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 32px;
      justify-content: space-between; }
      .product-bullet-block .bullet-container .bullet-container-inner .bullet-content {
        display: flex;
        flex-direction: row;
        width: 46%;
        align-content: center; }
        .product-bullet-block .bullet-container .bullet-container-inner .bullet-content .bullet-icon {
          width: 24px;
          height: 24px;
          margin-right: 8px;
          align-self: center; }
          .product-bullet-block .bullet-container .bullet-container-inner .bullet-content .bullet-icon__custom {
            min-width: 3rem;
            align-self: center;
            height: 100%; }
        .product-bullet-block .bullet-container .bullet-container-inner .bullet-content p {
          font-family: 'Roboto', serif;
          font-size: 14px;
          line-height: 120%;
          margin: 0px;
          align-self: center; }

@media only screen and (max-width: 1024px) {
  .product-bullet-block {
    padding: 0 16px;
    height: auto; }
    .product-bullet-block h3 {
      font-size: 2.5rem;
      line-height: 2.75rem;
      margin-bottom: 3rem;
      padding-top: 1rem; }
    .product-bullet-block .bullet-container {
      width: 100%; }
      .product-bullet-block .bullet-container .bullet-container-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        margin: 0 auto; }
        .product-bullet-block .bullet-container .bullet-container-inner .bullet-content {
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: flex-start; }
          .product-bullet-block .bullet-container .bullet-container-inner .bullet-content p {
            font-size: 14px;
            line-height: 120%; } }

* {
  box-sizing: border-box; }

.theme-light.product-horizontal-image-slider .gallery-controls-container .gallery-controls .gallery-controls-previous::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMDlfMjA2MCkiPg0KPHBhdGggZD0iTTEyIDAuNzU2OTgxTDEyIDIzLjI0MyIgc3Ryb2tlPSIjNDM0NDQ5IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8cGF0aCBkPSJNMjMgMTIuNzQzTDEyLjc1MSAxLjA5OTk4QzEyLjY1NzIgMC45OTM1NzQgMTIuNTQxNyAwLjkwODM1NCAxMi40MTI0IDAuODQ5OTgxQzEyLjI4MzEgMC43OTE2MDggMTIuMTQyOSAwLjc2MTQxOSAxMi4wMDEgMC43NjE0MTlDMTEuODU5MSAwLjc2MTQxOSAxMS43MTg5IDAuNzkxNjA4IDExLjU4OTYgMC44NDk5ODFDMTEuNDYwMyAwLjkwODM1NCAxMS4zNDQ4IDAuOTkzNTc0IDExLjI1MSAxLjA5OTk4TDEgMTIuNzQzIiBzdHJva2U9IiM0MzQ0NDkiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMDlfMjA2MCI+DQo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiM0MzQ0NDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMjQpIHJvdGF0ZSgtOTApIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=); }

.theme-light.product-horizontal-image-slider .gallery-controls-container .gallery-controls .gallery-controls-next::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMDlfMjA2NCkiPg0KPHBhdGggZD0iTTEyIDIzLjI0M0wxMiAwLjc1NzAxOSIgc3Ryb2tlPSIjNDM0NDQ5IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8cGF0aCBkPSJNMSAxMS4yNTdMMTEuMjQ5IDIyLjlDMTEuMzQyOCAyMy4wMDY0IDExLjQ1ODMgMjMuMDkxNiAxMS41ODc2IDIzLjE1QzExLjcxNjkgMjMuMjA4NCAxMS44NTcxIDIzLjIzODYgMTEuOTk5IDIzLjIzODZDMTIuMTQwOSAyMy4yMzg2IDEyLjI4MTEgMjMuMjA4NCAxMi40MTA0IDIzLjE1QzEyLjUzOTcgMjMuMDkxNiAxMi42NTUyIDIzLjAwNjQgMTIuNzQ5IDIyLjlMMjMgMTEuMjU3IiBzdHJva2U9IiM0MzQ0NDkiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMDlfMjA2NCI+DQo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiM0MzQ0NDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0KSByb3RhdGUoOTApIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=); }

.theme-dark.product-horizontal-image-slider .gallery-controls-container .gallery-controls .gallery-controls-previous::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMDlfMjA2MCkiPg0KPHBhdGggZD0iTTEyIDAuNzU2OTgxTDEyIDIzLjI0MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTIzIDEyLjc0M0wxMi43NTEgMS4wOTk5OEMxMi42NTcyIDAuOTkzNTc0IDEyLjU0MTcgMC45MDgzNTQgMTIuNDEyNCAwLjg0OTk4MUMxMi4yODMxIDAuNzkxNjA4IDEyLjE0MjkgMC43NjE0MTkgMTIuMDAxIDAuNzYxNDE5QzExLjg1OTEgMC43NjE0MTkgMTEuNzE4OSAwLjc5MTYwOCAxMS41ODk2IDAuODQ5OTgxQzExLjQ2MDMgMC45MDgzNTQgMTEuMzQ0OCAwLjk5MzU3NCAxMS4yNTEgMS4wOTk5OEwxIDEyLjc0MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9nPg0KPGRlZnM+DQo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIwOV8yMDYwIj4NCjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMjQpIHJvdGF0ZSgtOTApIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=); }

.theme-dark.product-horizontal-image-slider .gallery-controls-container .gallery-controls .gallery-controls-next::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMDlfMjA2NCkiPg0KPHBhdGggZD0iTTEyIDIzLjI0M0wxMiAwLjc1NzAxOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTEgMTEuMjU3TDExLjI0OSAyMi45QzExLjM0MjggMjMuMDA2NCAxMS40NTgzIDIzLjA5MTYgMTEuNTg3NiAyMy4xNUMxMS43MTY5IDIzLjIwODQgMTEuODU3MSAyMy4yMzg2IDExLjk5OSAyMy4yMzg2QzEyLjE0MDkgMjMuMjM4NiAxMi4yODExIDIzLjIwODQgMTIuNDEwNCAyMy4xNUMxMi41Mzk3IDIzLjA5MTYgMTIuNjU1MiAyMy4wMDY0IDEyLjc0OSAyMi45TDIzIDExLjI1NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9nPg0KPGRlZnM+DQo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIwOV8yMDY0Ij4NCjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0KSByb3RhdGUoOTApIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=); }

.product-horizontal-image-slider {
  position: relative;
  max-width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  /* further development, make dots work
    .product-dots {
        height: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .dot {
        cursor: pointer;
        width: 12px;
        height: 12px !important;
        display: flex;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        margin: 0.5rem;
            margin-top: 0.5rem;
        margin-top: 2rem;
    }
    .active, .dot:hover {
        background-color: #009DE0;
    }
    */ }
  .product-horizontal-image-slider h3 {
    font-family: "Roboto", serif;
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 4rem;
    margin-bottom: 3.5rem;
    text-align: center; }
  .product-horizontal-image-slider .gallery {
    max-width: 100%; }
    .product-horizontal-image-slider .gallery .gallery-container {
      align-items: center;
      display: flex;
      height: 36rem;
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      margin-top: -4rem; }
      .product-horizontal-image-slider .gallery .gallery-container .gallery-item {
        height: 150px;
        opacity: 0;
        position: absolute;
        width: 150px;
        z-index: 0; }
        .product-horizontal-image-slider .gallery .gallery-container .gallery-item img {
          -o-object-fit: cover;
             object-fit: cover; }
        .product-horizontal-image-slider .gallery .gallery-container .gallery-item p {
          font-family: "Roboto", serif;
          font-size: 1rem;
          line-height: 1.5rem;
          letter-spacing: 0.013rem; }
      .product-horizontal-image-slider .gallery .gallery-container .gallery-item-4 {
        left: 15%;
        opacity: .4;
        transform: translateX(-50%);
        display: none; }
      .product-horizontal-image-slider .gallery .gallery-container .gallery-item-3,
      .product-horizontal-image-slider .gallery .gallery-container .gallery-item-1 {
        opacity: 1;
        z-index: 1;
        height: 27rem;
        width: 28%; }
        .product-horizontal-image-slider .gallery .gallery-container .gallery-item-3 img,
        .product-horizontal-image-slider .gallery .gallery-container .gallery-item-1 img {
          height: 27rem;
          width: 36rem; }
        .product-horizontal-image-slider .gallery .gallery-container .gallery-item-3 p,
        .product-horizontal-image-slider .gallery .gallery-container .gallery-item-1 p {
          display: none; }
      .product-horizontal-image-slider .gallery .gallery-container .gallery-item-1 {
        left: 5%;
        transform: translateX(-50%); }
      .product-horizontal-image-slider .gallery .gallery-container .gallery-item-2 {
        height: 30rem;
        width: 60%;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2; }
        .product-horizontal-image-slider .gallery .gallery-container .gallery-item-2 img {
          height: 30rem;
          width: 100%; }
      .product-horizontal-image-slider .gallery .gallery-container .gallery-item-3 {
        left: 95%;
        transform: translateX(-50%); }
      .product-horizontal-image-slider .gallery .gallery-container .gallery-item-5 {
        left: 85%;
        opacity: .4;
        transform: translateX(-50%);
        display: none; }
  .product-horizontal-image-slider .gallery-controls-container {
    width: 100%;
    padding: 0px 2rem;
    margin-top: -0.2rem; }
    .product-horizontal-image-slider .gallery-controls-container .gallery-controls {
      display: flex;
      justify-content: space-between; }
      .product-horizontal-image-slider .gallery-controls-container .gallery-controls button {
        background-color: transparent;
        border: 0;
        cursor: pointer;
        font-size: 0px;
        margin: 0 20px;
        padding: 0 12px; }
      .product-horizontal-image-slider .gallery-controls-container .gallery-controls .gallery-controls-previous {
        position: relative; }
      .product-horizontal-image-slider .gallery-controls-container .gallery-controls .gallery-controls-previous::before {
        content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMDlfMjA2MCkiPg0KPHBhdGggZD0iTTEyIDAuNzU2OTgxTDEyIDIzLjI0MyIgc3Ryb2tlPSIjQzVDNUM1IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8cGF0aCBkPSJNMjMgMTIuNzQzTDEyLjc1MSAxLjA5OTk4QzEyLjY1NzIgMC45OTM1NzQgMTIuNTQxNyAwLjkwODM1NCAxMi40MTI0IDAuODQ5OTgxQzEyLjI4MzEgMC43OTE2MDggMTIuMTQyOSAwLjc2MTQxOSAxMi4wMDEgMC43NjE0MTlDMTEuODU5MSAwLjc2MTQxOSAxMS43MTg5IDAuNzkxNjA4IDExLjU4OTYgMC44NDk5ODFDMTEuNDYwMyAwLjkwODM1NCAxMS4zNDQ4IDAuOTkzNTc0IDExLjI1MSAxLjA5OTk4TDEgMTIuNzQzIiBzdHJva2U9IiNDNUM1QzUiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMDlfMjA2MCI+DQo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDI0KSByb3RhdGUoLTkwKSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg0K);
        display: inline-block;
        height: 4px;
        left: -10px;
        padding: 2px;
        position: absolute;
        top: 0;
        transform: rotate(-90deg);
        width: 4px; }
      .product-horizontal-image-slider .gallery-controls-container .gallery-controls .gallery-controls-next {
        position: relative;
        margin-right: 36px; }
      .product-horizontal-image-slider .gallery-controls-container .gallery-controls .gallery-controls-next::after {
        content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMDlfMjA2NCkiPg0KPHBhdGggZD0iTTEyIDIzLjI0M0wxMiAwLjc1NzAxOSIgc3Ryb2tlPSIjQzVDNUM1IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8cGF0aCBkPSJNMSAxMS4yNTdMMTEuMjQ5IDIyLjlDMTEuMzQyOCAyMy4wMDY0IDExLjQ1ODMgMjMuMDkxNiAxMS41ODc2IDIzLjE1QzExLjcxNjkgMjMuMjA4NCAxMS44NTcxIDIzLjIzODYgMTEuOTk5IDIzLjIzODZDMTIuMTQwOSAyMy4yMzg2IDEyLjI4MTEgMjMuMjA4NCAxMi40MTA0IDIzLjE1QzEyLjUzOTcgMjMuMDkxNiAxMi42NTUyIDIzLjAwNjQgMTIuNzQ5IDIyLjlMMjMgMTEuMjU3IiBzdHJva2U9IiNDNUM1QzUiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMDlfMjA2NCI+DQo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNCkgcm90YXRlKDkwKSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg0K);
        display: inline-block;
        height: 4px;
        padding: 2px;
        position: absolute;
        right: -10px;
        top: 50%;
        transform: rotate(-90deg);
        width: 4px; }

@media only screen and (max-width: 640px) {
  .product-horizontal-image-slider {
    padding-top: 3rem; }
    .product-horizontal-image-slider h3 {
      font-family: "Oswald", serif;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 2.75rem;
      margin-bottom: 2.5rem; }
    .product-horizontal-image-slider .gallery-controls-container {
      padding: 0px 0.5rem;
      margin-top: -1.7rem; }
    .product-horizontal-image-slider .gallery .gallery-container {
      height: 29rem; }
      .product-horizontal-image-slider .gallery .gallery-container .gallery-item-2,
      .product-horizontal-image-slider .gallery .gallery-container .gallery-item-1 {
        height: 19rem;
        width: 12%; }
        .product-horizontal-image-slider .gallery .gallery-container .gallery-item-2 img,
        .product-horizontal-image-slider .gallery .gallery-container .gallery-item-1 img {
          height: 19rem;
          width: 14rem; }
      .product-horizontal-image-slider .gallery .gallery-container .gallery-item-3 {
        height: 20rem;
        width: 72%; }
        .product-horizontal-image-slider .gallery .gallery-container .gallery-item-3 img {
          height: 20rem; } }

.product-info-block {
  display: flex;
  justify-content: center;
  padding-bottom: 4rem; }
  .product-info-block--inner {
    width: 75%; }
    .product-info-block--inner .tab-container-mobile {
      display: none; }
    .product-info-block--inner .tab-container {
      display: flex;
      justify-content: center;
      padding: 2rem 0rem 4rem 0rem; }
      .product-info-block--inner .tab-container .tab-button {
        font-family: "Roboto Mono", serif;
        font-size: 1.125rem;
        line-height: 1.5rem;
        background: #223C5D;
        color: white;
        padding: 0.5rem 0rem;
        width: 100%;
        margin: 0 0.2rem; }
        .product-info-block--inner .tab-container .tab-button:hover {
          background: #315F88; }
      .product-info-block--inner .tab-container .activeTab {
        background: #315F88; }

.product-tab {
  display: none; }

.active-content {
  display: block; }

@media only screen and (max-width: 1024px) {
  .product-info-block--inner {
    width: 100%;
    padding: 0 2.375rem; }
    .product-info-block--inner .tab-container {
      display: none; }
    .product-info-block--inner .tab-container-mobile {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 2rem 0rem 2rem 0rem; }
      .product-info-block--inner .tab-container-mobile .tab-dropdown {
        display: none;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background-color: #315F88;
        color: #fff;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-family: 'Roboto Mono';
        font-weight: 400;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 0.125rem; }
        .product-info-block--inner .tab-container-mobile .tab-dropdown .simple-arrow-rotate {
          transform: rotate(180deg); }
      .product-info-block--inner .tab-container-mobile .activeTabDropdown {
        display: flex; }
    .product-info-block--inner .tab-dropdown-content {
      display: none; }
      .product-info-block--inner .tab-dropdown-content .tab-dropdown-button {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background: #fff;
        border: 1px solid #e3e3e3;
        padding-left: 1rem;
        padding-right: 1rem;
        cursor: pointer; }
        .product-info-block--inner .tab-dropdown-content .tab-dropdown-button:hover {
          background-color: #e3e3e3; }
    .product-info-block--inner .tab-dropdown-content-active {
      display: block; } }

.product-tab-article--content-outer {
  display: flex;
  justify-content: space-between; }

.product-tab-article--content:first-of-type {
  padding-right: 4rem; }

.product-tab-article--content {
  width: 48%; }
  .product-tab-article--content h5 {
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500; }
  .product-tab-article--content p {
    font-size: 1rem;
    line-height: 1.5rem; }

.product-tab-article .tab-article-img {
  display: flex;
  justify-content: flex-end; }
  .product-tab-article .tab-article-img img {
    width: 100%;
    height: 21rem;
    -o-object-fit: cover;
       object-fit: cover; }

@media only screen and (max-width: 1024px) {
  .product-tab-article--content-outer {
    display: flex;
    flex-direction: column; }
    .product-tab-article--content-outer .product-tab-article--content {
      width: 100%; }
      .product-tab-article--content-outer .product-tab-article--content h5 {
        font-weight: 600;
        font-size: 1.75rem;
        line-height: 2.1rem; }
      .product-tab-article--content-outer .product-tab-article--content p {
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: "Roboto", sans-serif;
        font-weight: 400; }
    .product-tab-article--content-outer .product-tab-article--content:first-of-type {
      padding-right: 0rem;
      padding-bottom: 1.5rem; } }

.product-tab-download .headings {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline; }
  .product-tab-download .headings .heading {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.25rem;
    margin: 0 0 0.5rem; }
  .product-tab-download .headings .second-headings {
    display: flex;
    flex-direction: row; }
    .product-tab-download .headings .second-headings .second-heading {
      display: flex;
      justify-content: space-around;
      color: var(--heading-color-3);
      font-family: "Roboto Mono", serif;
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 700;
      width: 7.5rem; }

.product-tab-download--list-container .product-tab-download-list:first-of-type {
  border-top: 1px solid var(--text-color); }

.product-tab-download--list-container .product-tab-download-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid var(--text-color); }
  .product-tab-download--list-container .product-tab-download-list .file-name-container {
    display: flex;
    flex-direction: row;
    width: 60%; }
    .product-tab-download--list-container .product-tab-download-list .file-name-container .pdf-icon {
      width: 1.5rem;
      margin-right: 0.5rem;
      opacity: 0.5; }
    .product-tab-download--list-container .product-tab-download-list .file-name-container p {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0.013rem; }
  .product-tab-download--list-container .product-tab-download-list .icon-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 14.5rem; }

@media only screen and (max-width: 1024px) {
  .product-tab-download .headings {
    margin-bottom: 0.5rem; }
    .product-tab-download .headings .heading {
      font-weight: 600;
      font-size: 1.75rem;
      line-height: 2.1rem;
      width: 50%; }
    .product-tab-download .headings .second-headings {
      justify-content: space-around;
      align-items: flex-end;
      width: 50%; }
      .product-tab-download .headings .second-headings .second-heading {
        font-size: 0.75rem;
        margin-bottom: 0rem; }
  .product-tab-download .product-tab-download--list-container .product-tab-download-list .file-name-container {
    width: 50%; }
    .product-tab-download .product-tab-download--list-container .product-tab-download-list .file-name-container p {
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 29.5rem; }
  .product-tab-download .product-tab-download--list-container .product-tab-download-list .icon-container {
    width: 50%; }
  .product-tab-download .pdf-icon {
    display: none; }
  .product-tab-download .icon-container {
    width: 50%; }
    .product-tab-download .icon-container .icon {
      width: 16px;
      height: 16px; } }

.product-tab-data--content {
  display: flex; }
  .product-tab-data--content .table-content {
    width: 65%;
    padding-right: 1rem;
    margin-right: 2rem; }
    .product-tab-data--content .table-content .heading {
      font-weight: 500;
      font-size: 2rem;
      line-height: 2.25rem; }
    .product-tab-data--content .table-content .list-container {
      display: flex;
      flex-direction: column; }
      .product-tab-data--content .table-content .list-container .product-tab-data-list:first-of-type .data-container p {
        color: var(--heading-color-3);
        font-family: "Roboto Mono", serif;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 700; }
      .product-tab-data--content .table-content .list-container .product-tab-data-list .data-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #C5C5C5; }
        .product-tab-data--content .table-content .list-container .product-tab-data-list .data-container p {
          width: 50%;
          font-size: 1rem;
          line-height: 1.5rem;
          letter-spacing: 0.013rem;
          font-family: "Roboto", sans-serif; }
        .product-tab-data--content .table-content .list-container .product-tab-data-list .data-container p:first-child {
          font-weight: bold; }
  .product-tab-data--content .data-image-container {
    width: 33.5%; }
    .product-tab-data--content .data-image-container img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

@media only screen and (max-width: 1024px) {
  .product-tab-data--content {
    display: flex;
    flex-direction: column; }
    .product-tab-data--content .table-content {
      width: 100%;
      padding-right: 0rem;
      margin-right: 0rem;
      margin-bottom: 2.5rem; }
      .product-tab-data--content .table-content .heading {
        font-weight: 600;
        font-size: 1.75rem;
        line-height: 2.1rem;
        margin-bottom: 0.5rem; }
      .product-tab-data--content .table-content .list-container .product-tab-data-list:first-of-type .data-container p {
        color: var(--heading-color-3);
        font-family: "Roboto Mono", serif;
        font-size: 0.75rem;
        line-height: 1.5rem;
        font-weight: 700; }
    .product-tab-data--content .data-image-container {
      width: 100%;
      height: 17rem; }
      .product-tab-data--content .data-image-container .img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

.carouselBlock h3 {
  font-size: 18px;
  line-height: 120%;
  color: #0091d0;
  text-transform: uppercase;
  margin-bottom: 30px; }

.carouselBlock .section {
  background: #f6f8fa; }

.carouselBlock .section__inner {
  padding: 90px 0; }

.carouselBlock .slick-slide &gt; div {
  margin: 0 8px; }

.carouselBlock .slick-list {
  margin: 0 -8px; }

@media only screen and (max-width: 640px) {
  .carouselBlock h3 {
    margin-left: 16px;
    font-size: 21px; }
  .carouselBlock .slick-slide {
    padding: 0 16px;
    position: relative;
    right: -40px; }
  .carouselBlock .slick-list {
    overflow: visible; }
  .carouselBlock .slick-active {
    left: 0px;
    right: 0px; }
  .carouselBlock .slick-active ~ .slick-slide {
    left: -40px; }
  .carouselBlock .section__inner {
    padding: 30px 0 50px 0; } }

.imageBannerBlock .section__inner {
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px; }

.imageBannerBlock .imageBannerBlock__left-content {
  margin-right: 80px;
  width: 50%; }
  .imageBannerBlock .imageBannerBlock__left-content img {
    width: 100%;
    height: 100%; }
  .imageBannerBlock .imageBannerBlock__left-content .mobile--btn {
    display: none; }

.imageBannerBlock .imageBannerBlock__right-content {
  width: 50%;
  height: 100%; }
  .imageBannerBlock .imageBannerBlock__right-content h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px; }
  .imageBannerBlock .imageBannerBlock__right-content .emphasize {
    color: #0091d0;
    margin-bottom: 0px; }
  .imageBannerBlock .imageBannerBlock__right-content p {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 40px; }
  .imageBannerBlock .imageBannerBlock__right-content .imageBannerBlock__btn {
    background-color: #0091d0;
    padding: 12px 24px;
    min-width: 190px;
    min-height: 48px; }
    .imageBannerBlock .imageBannerBlock__right-content .imageBannerBlock__btn span {
      color: #fff;
      font-size: 16px; }

@media only screen and (max-width: 640px) {
  .imageBannerBlock .section {
    overflow: hidden; }
  .imageBannerBlock .section__inner {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px; }
  .imageBannerBlock .imageBannerBlock__left-content {
    width: 100%;
    margin-right: 0px;
    order: 2; }
    .imageBannerBlock .imageBannerBlock__left-content img {
      -o-object-fit: cover;
         object-fit: cover; }
    .imageBannerBlock .imageBannerBlock__left-content .mobile--btn {
      display: block;
      margin-top: 30px;
      background-color: #0091d0;
      padding: 12px 30px;
      width: 100%; }
      .imageBannerBlock .imageBannerBlock__left-content .mobile--btn span {
        color: #fff;
        font-size: 16px; }
    .imageBannerBlock .imageBannerBlock__left-content .slick-dots,
    .imageBannerBlock .imageBannerBlock__left-content .slick-arrow {
      display: none; }
    .imageBannerBlock .imageBannerBlock__left-content .slick-list {
      overflow: visible; }
    .imageBannerBlock .imageBannerBlock__left-content .slick-slide {
      position: relative;
      right: 10px; }
    .imageBannerBlock .imageBannerBlock__left-content .slick-active {
      left: 0px;
      right: 0px; }
    .imageBannerBlock .imageBannerBlock__left-content .slick-active ~ .slick-slide {
      left: 10px; }
  .imageBannerBlock .imageBannerBlock__right-content {
    width: 100%;
    order: 1; }
    .imageBannerBlock .imageBannerBlock__right-content h3 {
      font-size: 38px; }
    .imageBannerBlock .imageBannerBlock__right-content .imageBannerBlock__btn {
      display: none; }
    .imageBannerBlock .imageBannerBlock__right-content p {
      margin-bottom: 16px; } }

.imageBannerBlock .slick-list,
.imageBannerBlock .slick-slider,
.imageBannerBlock .slick-track {
  position: relative;
  display: block; }

.imageBannerBlock .slick-loading .slick-slide,
.imageBannerBlock .slick-loading .slick-track {
  visibility: hidden; }

.imageBannerBlock .slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.imageBannerBlock .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.imageBannerBlock .slick-list:focus {
  outline: 0; }

.imageBannerBlock .slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.imageBannerBlock .slick-slider .slick-list,
.imageBannerBlock .slick-slider .slick-track {
  transform: translate3d(0, 0, 0); }

.imageBannerBlock .slick-track {
  top: 0;
  left: 0; }

.imageBannerBlock .slick-track:after,
.imageBannerBlock .slick-track:before {
  display: table;
  content: ''; }

.imageBannerBlock .slick-track:after {
  clear: both; }

.imageBannerBlock .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.imageBannerBlock [dir='rtl'] .slick-slide {
  float: right; }

.imageBannerBlock .slick-slide img {
  display: block; }

.imageBannerBlock .slick-slide.slick-loading img {
  display: none; }

.imageBannerBlock .slick-slide.dragging img {
  pointer-events: none; }

.imageBannerBlock .slick-initialized .slick-slide {
  display: block; }

.imageBannerBlock .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.imageBannerBlock .slick-dots li button:before,
.imageBannerBlock .slick-next:before,
.imageBannerBlock .slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.imageBannerBlock .slick-next,
.imageBannerBlock .slick-prev {
  font-size: 24px;
  line-height: 24px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.imageBannerBlock .slick-next:focus,
.imageBannerBlock .slick-next:hover,
.imageBannerBlock .slick-prev:focus,
.imageBannerBlock .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.imageBannerBlock .slick-next:focus:before,
.imageBannerBlock .slick-next:hover:before,
.imageBannerBlock .slick-prev:focus:before,
.imageBannerBlock .slick-prev:hover:before {
  opacity: 1; }

.imageBannerBlock .slick-next.slick-disabled:before,
.imageBannerBlock .slick-prev.slick-disabled:before {
  opacity: 0.25; }

.imageBannerBlock .slick-next:before,
.imageBannerBlock .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff; }

.imageBannerBlock .slick-prev {
  left: 5px;
  position: absolute;
  z-index: 9999; }

.imageBannerBlock [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.imageBannerBlock .slick-next {
  right: 5px;
  position: absolute;
  z-index: 9999; }

.imageBannerBlock [dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.imageBannerBlock .slick-dotted.slick-slider {
  margin-bottom: 30px; }

.imageBannerBlock .slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.imageBannerBlock .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.imageBannerBlock .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.imageBannerBlock .slick-dots li button:focus,
.imageBannerBlock .slick-dots li button:hover {
  outline: 0; }

.imageBannerBlock .slick-dots li button:focus:before,
.imageBannerBlock .slick-dots li button:hover:before {
  opacity: 1; }

.imageBannerBlock .slick-dots li button:before {
  font-size: 48px;
  line-height: 24px;
  color: #0091d0;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: '\2022';
  text-align: center;
  opacity: 0.25; }

.imageBannerBlock .slick-dots li.slick-active button:before {
  opacity: 0.75; }

.header-menu {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  padding: 15px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .header-menu__item {
    border-bottom: 2px solid #fff;
    display: block;
    margin: 0 25px 10px; }
    .header-menu__item:first-child {
      border-bottom: none;
      margin: 0 25px; }
    .header-menu__item-button, .header-menu__item-link {
      align-items: center;
      color: #fff;
      display: flex;
      font-size: 1.25rem;
      line-height: initial;
      padding: 15px 0; }
    .header-menu__item-button {
      align-items: center; }
      .header-menu__item-button:focus {
        outline: auto; }
      .header-menu__item-button-icon {
        fill: #fff;
        height: 20px;
        margin-right: 10px;
        width: 20px; }
  @media screen and (min-width: 1024px) {
    .header-menu {
      align-items: center;
      flex-direction: row;
      padding: 0; }
      .header-menu__item {
        align-items: center;
        border-bottom: none;
        display: flex;
        margin: 0 10px 0; }
        .header-menu__item:first-child {
          margin: 0 10px 0; }
        .header-menu__item:last-child {
          margin-right: 0; }
        .header-menu__item-button, .header-menu__item-link {
          color: #434449;
          padding: 0 10px; }
          .header-menu__item-button-text, .header-menu__item-link-text {
            font-size: 0.875rem; }
        .header-menu__item-button-icon {
          fill: #0091d0;
          margin-right: 5px; } }

.header-upper-section {
  display: flex;
  height: 40px;
  justify-content: flex-end;
  position: relative; }
  .header-upper-section__menu {
    display: none; }
  @media screen and (max-width: 640px) {
    .header-upper-section__menu {
      width: 0; } }
  @media screen and (min-width: 1024px) {
    .header-upper-section {
      border-bottom: 0.5px solid #c4c4c5;
      margin-left: 230px; }
      .header-upper-section__menu {
        display: block; } }
  @media screen and (min-width: 1200px) {
    .header-upper-section {
      height: auto;
      margin-left: 245px; } }

.header-list__item-link {
  padding: 15px 40px;
  position: relative;
  display: block;
  color: #0091d0; }
  .header-list__item-link-icon {
    transition: opacity 0.15s;
    height: 14px;
    position: absolute;
    right: 20px;
    stroke: #164063;
    top: calc(50% - 7px);
    width: 21px; }
  .header-list__item-link:hover .header-list__item-link-icon {
    opacity: 1; }
  .header-list__item-link::before {
    opacity: 0;
    transition: opacity 0.15s;
    background-color: #0091d0;
    content: '';
    display: inline-block;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateX(-40px) translateY(-50%);
    width: 5px; }
  .header-list__item-link:hover {
    color: #0091d0;
    font-weight: 400; }
    .header-list__item-link:hover::before {
      opacity: 1; }

@media screen and (min-width: 1024px) {
  .header-list__item-link {
    color: #000; }
    .header-list__item-link-icon {
      opacity: 0; } }

.header-search {
  fill: #fff;
  height: 24px; }
  .header-search--blue {
    fill: #0091d0;
    height: 20px;
    width: 20px; }
    .header-search--blue__expand {
      left: 200%;
      min-width: 315px;
      position: absolute;
      transform: translate(-100%, 5px); }
    @media screen and (max-width: 1024px) {
      .header-search--blue__expand {
        margin-top: -20px; } }
  .header-search__link {
    font-size: 0; }
    .header-search__link, .header-search__link-icon {
      height: 20px; }
    .header-search__link-icon {
      width: 20px; }
  .header-search__form {
    display: flex; }
  .header-search__expand {
    left: 200%;
    min-width: 315px;
    position: absolute;
    transform: translateX(-100%); }
  @media screen and (max-width: 640px) {
    .header-search__expand {
      left: 0;
      position: fixed;
      transform: none; } }
  @media screen and (max-width: 1024px) {
    .header-search__expand {
      margin-top: -15px; } }

.header-profile {
  height: 24px; }
  .header-profile__icon {
    fill: #fff;
    height: 24px;
    width: 24px; }
  .header-profile__expand {
    position: absolute;
    left: 200%;
    transform: translateX(-100%);
    min-width: 315px; }
  @media screen and (min-width: 1024px) {
    .header-profile__content {
      width: 268px; } }
  @media screen and (max-width: 640px) {
    .header-profile__expand {
      left: 0;
      transform: none;
      position: fixed; } }

.header {
  background-color: #0091d0;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 6; }
  .header, .header__solid-block, .header__home-link {
    height: 50px; }
  .header__inner {
    margin: 0 auto;
    max-width: 1350px;
    padding: 0 20px;
    position: relative; }
  .header__home-link, .header__icon-list {
    display: flex;
    position: absolute; }
  .header__home-link {
    align-items: center;
    background-color: #fff;
    left: 20px;
    padding: 0 20px; }
    .header__home-link-logo {
      height: 24px;
      width: 96px; }
    .header__home-link-color-stripe {
      height: 4px;
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
  .header__icon-list {
    right: 0;
    top: 0; }
  .header__icon-item {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px; }
  .header__mobile-btn {
    font-size: 0; }
  .header__mobile-icon {
    height: 24px;
    stroke: #fff;
    width: 24px; }
  @media screen and (min-width: 640px) {
    .header__inner {
      padding-left: 30px;
      padding-right: 30px; }
    .header__home-link {
      left: 30px; } }
  @media screen and (min-width: 1024px) {
    .header {
      background-color: transparent; }
      .header, .header__solid-block, .header__home-link {
        height: 77px; }
      .header__is-logo-only {
        height: 0; }
      .header__home-link {
        background-color: transparent;
        padding: 0 30px; }
        .header__home-link-logo {
          height: 39px;
          width: 156px; }
        .header__home-link-color-stripe {
          display: none;
          height: 8px; }
      .header__icon-list {
        right: 20px; }
      .header__icon-item {
        border-left: 0 !important;
        height: 77px; }
        .header__icon-item--is-mobile-icon {
          display: none; }
      .header--is-solid, .header--nav-is-active {
        background-color: #0091d0;
        background-image: none; }
      .header--is-solid .header__home-link,
      .header--nav-is-active .header__home-link {
        background-color: #fff; }
        .header--is-solid .header__home-link-color-stripe,
        .header--nav-is-active .header__home-link-color-stripe {
          display: flex; }
      .header--is-logo-only {
        background-color: transparent;
        background-image: none;
        height: 0; } }

.header_v3 {
  background-color: #fff;
  color: #fff;
  position: fixed;
  width: 100vw;
  z-index: 6; }
  .header_v3--is-logo-only {
    background-color: #0091d0;
    height: 43px; }
  .header_v3__solid-block {
    height: 44px; }
  .header_v3__inner {
    margin: 0 auto;
    max-width: 1350px;
    padding: 0 20px;
    position: relative; }
  .header_v3__home-link {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 43px;
    left: 20px;
    padding: 0 20px;
    position: absolute;
    z-index: 1; }
    .header_v3__home-link-logo {
      height: 24px;
      width: 96px; }
    .header_v3__home-link-color-stripe {
      height: 4px;
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
  .header_v3__icon-list {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    right: 0;
    top: 0; }
  .header_v3__icon-item {
    align-items: center;
    display: flex;
    padding: 10px; }
  .header_v3__mobile-btn {
    font-size: 0; }
  .header_v3__mobile-icon {
    fill: #fff;
    height: 24px;
    stroke: #0091d0;
    width: 24px; }
  @media screen and (min-width: 640px) {
    .header_v3__inner {
      padding-left: 30px;
      padding-right: 30px; }
    .header_v3__home-link {
      left: 30px; } }
  @media screen and (max-width: 640px) {
    .header_v3__inner {
      padding: 10px 20px; } }
  @media screen and (min-width: 1024px) {
    .header_v3 {
      background-color: transparent;
      background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); }
      .header_v3__solid-block {
        height: 83px; }
      .header_v3__is-logo-only {
        height: 0; }
      .header_v3__home-link {
        background-color: transparent;
        height: 90%;
        padding: 0 30px; }
        .header_v3__home-link-logo {
          height: 39px;
          width: 156px; }
        .header_v3__home-link-color-stripe {
          display: none;
          height: 5px;
          transform: translateY(-100%); }
      .header_v3__icon-list {
        right: 20px; }
      .header_v3__icon-item {
        border-left: 0 !important;
        margin-right: 10px;
        padding: 7px 10px; }
        .header_v3__icon-item:nth-last-child(2) {
          margin-right: 0;
          padding-right: 0; }
        .header_v3__icon-item--is-mobile-icon {
          display: none; }
      .header_v3--is-solid, .header_v3--nav-is-active {
        background-color: #fff;
        background-image: none;
        color: #434449;
        fill: #434449; }
      .header_v3--is-solid .header_v3__home-link,
      .header_v3--nav-is-active .header_v3__home-link {
        background-color: #fff; }
        .header_v3--is-solid .header_v3__home-link-color-stripe,
        .header_v3--nav-is-active .header_v3__home-link-color-stripe {
          display: flex; }
      .header_v3--is-logo-only {
        background-color: transparent;
        background-image: none;
        height: 0; }
      .header_v3--is-logo-only .header_v3__home-link {
        height: 83px; } }

.navigation__inner-link, .navigation__level-3-heading {
  display: block;
  padding: 15px 40px; }

.navigation__inner-link-icon, .navigation__level-1-link-icon, .navigation__level-2-item-icon {
  height: 14px;
  position: absolute;
  right: 20px;
  stroke: #164063;
  top: calc(50% - 7px);
  width: 21px; }

.navigation__inner-link, .navigation__level-2-item-logo-container {
  position: relative; }

.navigation__level-1-link {
  display: block;
  position: relative; }

.navigation__level-2-list {
  display: none; }

.navigation__level-2-item-logo {
  height: 20px; }
  .navigation__level-2-item-logo--expander {
    height: 26px; }
  .navigation__level-2-item-logo--nordlock, .navigation__level-2-item-logo--superbolt {
    height: 22px; }
  .navigation__level-2-item-logo-container {
    font-size: 0;
    padding: 30px 40px;
    text-align: left;
    width: 100%; }

.navigation__level-3-list {
  display: none; }

.navigation__level-3-heading {
  font-size: 1.5rem;
  font-weight: 400; }

.navigation__level-1-item.navigation__item--is-active .navigation__level-2-list {
  display: block;
  transform: none; }

.navigation__level-2-item.navigation__item--is-active .navigation__level-3-list {
  display: block;
  transform: none; }

@media screen and (max-width: 1023px) {
  .navigation {
    background-color: #fff;
    bottom: 0;
    color: #434449;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 8; }
    .navigation--is-active {
      display: block; }
    .navigation--is-visible {
      transform: none; }
    .navigation__menu-header {
      background-color: #0091d0;
      color: #fff;
      display: flex;
      height: 50px;
      padding: 0 20px;
      position: relative; }
      .navigation__menu-header::after {
        background-color: #fff;
        bottom: 0;
        content: '';
        height: 5px;
        left: calc(50% - 22.5px);
        position: absolute;
        width: 45px; }
      .navigation__menu-header-back-icon, .navigation__menu-header-close-icon {
        height: 18px; }
      .navigation__menu-header-back {
        display: none;
        margin-right: auto; }
        .navigation__menu-header-back-icon {
          stroke: #fff; }
        .navigation__menu-header-back--is-active {
          display: block; }
      .navigation__menu-header-heading {
        height: 50px;
        left: 50%;
        line-height: 50px;
        position: absolute;
        top: 0;
        transform: translateX(-50%); }
      .navigation__menu-header-close {
        margin-left: auto; }
        .navigation__menu-header-close-icon {
          fill: #fff; }
    .navigation__level-1-link, .navigation__inner-link {
      color: #0091d0;
      font-size: 1.25rem; }
    .navigation__level-1-item, .navigation__level-2-item, .navigation__level-4-item {
      border-bottom: 1px solid #f7f8fa; }
    .navigation__level-1-list, .navigation__level-2-list, .navigation__level-3-list {
      bottom: 0;
      left: 0;
      overflow-x: hidden;
      overflow-y: auto;
      position: absolute;
      width: 100%; }
    .navigation__level-2-list, .navigation__level-3-list {
      background-color: #fff;
      top: 0;
      transform: translateX(calc(100% + 20px));
      transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      z-index: 1; }
    .navigation__level-1-list {
      top: 50px; }
    .navigation__level-1-link {
      padding: 20px 40px;
      text-align: left;
      width: 100%; }
    .navigation__level-3-heading {
      background-color: #f7f8fa; }
    .navigation--is-active .navigation__level-2-list,
    .navigation__level-1-item.navigation__item--is-active .navigation__level-3-list {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      display: block; } }

@media screen and (min-width: 1024px) {
  .navigation__menu-header {
    display: none; }
  .navigation__level-1-link-icon, .navigation__level-2-item-icon {
    display: none; }
  .navigation__level-2-item.navigation__item--is-active .navigation__level-2-item-logo-container::before, .navigation__inner-link::before {
    background-color: #0091d0;
    content: '';
    display: inline-block;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateX(-40px) translateY(-50%);
    width: 5px; }
  .navigation__level-3-item:first-child::after, .navigation__level-2-list--multi-column::after {
    background-color: #ededed;
    content: '';
    height: 100%;
    left: 268px;
    position: absolute;
    top: 0;
    width: 1px; }
  .navigation__level-2-list, .navigation__level-3-list {
    max-height: calc(100vh - 77px);
    overflow: auto;
    padding: 20px 0; }
  .navigation__inner-link {
    break-inside: avoid;
    transition: color 0.15s; }
    .navigation__inner-link::before {
      opacity: 0;
      transition: opacity 0.15s; }
    .navigation__inner-link:hover {
      color: #0091d0;
      font-weight: 400; }
      .navigation__inner-link:hover::before {
        opacity: 1; }
    .navigation__inner-link-icon {
      opacity: 0;
      transition: opacity 0.15s; }
    .navigation__inner-link:hover .navigation__inner-link-icon {
      opacity: 1; }
  .navigation__level-1-list {
    margin-left: 245px; }
  .navigation__level-1-item, .navigation__level-1-link {
    height: 77px; }
  .navigation__level-1-item {
    display: inline-block;
    position: relative; }
    .navigation__level-1-item:not(:last-child) {
      margin-right: 20px; }
    .navigation__level-1-item:first-child {
      position: static; }
  .navigation__level-1-link {
    letter-spacing: 1px;
    line-height: 77px; }
    .navigation__level-1-link::after {
      background-color: #fff;
      bottom: 0;
      content: '';
      height: 5px;
      left: calc(50% - 22.5px);
      position: absolute;
      width: 45px; }
    .navigation__level-1-link::after {
      opacity: 0; }
  .navigation__level-1-item.navigation__item--is-active .navigation__level-1-link::after, .navigation__level-1-link:hover::after {
    opacity: 1;
    transition: opacity 0.15s; }
  .navigation__level-2-list {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    color: #434449;
    left: calc(50% - 22.5px);
    position: absolute;
    text-align: left;
    top: 100%;
    width: 268px; }
    .navigation__level-2-list--brands {
      box-shadow: none;
      left: auto;
      overflow: visible;
      right: 536px;
      z-index: 0; }
      .navigation__level-2-list--brands::before {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 804px;
        z-index: -1; }
    .navigation__level-2-list--multi-column {
      column-gap: 0;
      columns: 268px 2;
      width: 536px; }
  .navigation__level-2-list--brands .navigation__level-2-item.navigation__item--is-active {
    background-color: #f7f8fa; }
  .navigation__level-3-list {
    background-color: #f7f8fa;
    left: 268px;
    position: absolute;
    top: 0;
    width: 536px; }
  .navigation__level-3-item {
    float: left;
    width: 50%; }
  .navigation__level-1-item:nth-child(n + 4) .navigation__level-2-list {
    left: auto;
    right: calc(50% - 22.5px); }
  .navigation--is-active .navigation__click-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 77px; } }

@media screen and (min-width: 1096px) {
  .navigation__level-1-item:first-child {
    position: relative; }
  .navigation__level-2-list--brands {
    left: calc(50% - 22.5px);
    right: auto; } }

@media screen and (min-width: 1200px) {
  .navigation__level-1-list {
    margin-left: 0;
    text-align: center; }
  .navigation__level-1-item:not(:last-child) {
    margin-right: 30px; }
  .navigation__level-1-link {
    font-size: 1rem; } }

.navigation-v2__v2__menu-header-back {
  display: none; }

.navigation-v2__back-button {
  border-bottom: 1px solid #ededed;
  color: #0091d0;
  cursor: pointer;
  font-size: 1.125rem;
  padding: 15px; }
  .navigation-v2__back-button:hover {
    font-weight: 400; }
  .navigation-v2__back-button-icon {
    fill: #0091d0;
    height: 14px;
    margin-right: 14px;
    stroke: #164063;
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 14px; }
  .navigation-v2__back-button:hover .navigation-v2__back-button-icon {
    transform: translateX(-5px); }

.navigation-v2__key-arrow-down {
  fill: #fff;
  margin: auto;
  width: 20px; }

.navigation-v2__inner-link, .navigation-v2__level-3-heading {
  display: block;
  padding: 15px 40px; }

.navigation-v2__level-link {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 40px;
  position: relative;
  text-align: left;
  width: 100%; }
  .navigation-v2__level-link-icon {
    fill: #0091d0;
    height: 14px;
    position: absolute;
    right: 20px;
    stroke: #164063;
    top: calc(50% - 7px);
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    width: 21px; }
  .navigation-v2__level-link:hover .navigation-v2__level-link-icon {
    transform: translateX(10px); }

.navigation-v2__inner-link-icon, .navigation-v2__level-1-link-icon, .navigation-v2__level-2-item-icon {
  fill: #0091d0;
  height: 14px;
  position: absolute;
  right: 20px;
  stroke: #164063;
  top: calc(50% - 7px);
  width: 21px; }

.navigation-v2__inner-link, .navigation-v2__level-2-item-logo-container {
  position: relative; }

.navigation-v2__level-1-link {
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.navigation-v2__teasers {
  display: none; }

.navigation-v2__level-2-list {
  display: none; }

.navigation-v2__level-2-item-logo {
  height: 20px; }
  .navigation-v2__level-2-item-logo--expander {
    height: 26px; }
  .navigation-v2__level-2-item-logo--nordlock, .navigation-v2__level-2-item-logo--superbolt {
    height: 22px; }
  .navigation-v2__level-2-item-logo-container {
    font-size: 0;
    padding: 30px;
    text-align: left;
    width: 100%; }

.navigation-v2__level-3-item, .navigation-v2__level-4-item {
  border-bottom: 1px solid #ededed; }

.navigation-v2__level-3-list {
  display: none; }

.navigation-v2__level-3-heading {
  font-size: 1.5rem;
  font-weight: 400; }

.navigation-v2__level-1-item.navigation-v2__item--is-active .navigation-v2__level-2-list {
  display: block;
  transform: none; }

.navigation-v2__level-2-item.navigation-v2__item--is-active .navigation-v2__level-3-list {
  display: block;
  transform: none; }

.navigation-v2__level-2-item.navigation-v2__item--is-active .navigation-v2__teasers {
  display: block; }
  .navigation-v2__level-2-item.navigation-v2__item--is-active .navigation-v2__teasers-carousel {
    -ms-overflow-style: none;
    overflow-y: hidden;
    scrollbar-width: none; }
    .navigation-v2__level-2-item.navigation-v2__item--is-active .navigation-v2__teasers-carousel-list {
      display: flex; }
      .navigation-v2__level-2-item.navigation-v2__item--is-active .navigation-v2__teasers-carousel-list-item {
        flex: 0 0 30%;
        min-width: 275px; }
        .navigation-v2__level-2-item.navigation-v2__item--is-active .navigation-v2__teasers-carousel-list-item .teaser__inner {
          padding: 20px 30px; }
    .navigation-v2__level-2-item.navigation-v2__item--is-active .navigation-v2__teasers-carousel::-webkit-scrollbar {
      background: transparent;
      height: 0;
      width: 0; }

.navigation-v2__level-3-item.navigation-v2__item--is-active .navigation-v2__level-4-list {
  display: block;
  transform: none; }

@media screen and (max-width: 1023px) {
  .navigation-v2 {
    background-color: #fff;
    bottom: 0;
    color: #434449;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 8; }
    .navigation-v2__teasers {
      background-color: #ededed;
      bottom: 0;
      display: block;
      margin-bottom: 40px;
      padding: 20px 10px;
      position: absolute;
      width: 100%;
      z-index: 1; }
      .navigation-v2__teasers-carousel-list-item {
        margin: 0 10px; }
    .navigation-v2__back-button {
      display: none !important; }
    .navigation-v2--is-active {
      display: block; }
    .navigation-v2--is-visible {
      transform: none; }
    .navigation-v2__menu-header {
      background-color: #0091d0;
      color: #fff;
      display: flex;
      height: 50px;
      padding: 0 20px;
      position: relative; }
      .navigation-v2__menu-header::after {
        background-color: #fff;
        bottom: 0;
        content: '';
        height: 5px;
        left: calc(50% - 22.5px);
        position: absolute;
        width: 45px; } }
      @media screen and (max-width: 1023px) and (min-width: 1024px) {
        .navigation-v2__menu-header::after {
          left: calc(50% - 30px); } }

@media screen and (max-width: 1023px) {
      .navigation-v2__menu-header-back-icon, .navigation-v2__menu-header-close-icon {
        height: 18px; }
      .navigation-v2__menu-header-back {
        display: none;
        margin-right: auto; }
        .navigation-v2__menu-header-back-icon {
          stroke: #fff; }
        .navigation-v2__menu-header-back--is-active {
          display: block; }
      .navigation-v2__menu-header-heading {
        height: 50px;
        left: 50%;
        line-height: 50px;
        position: absolute;
        top: 0;
        transform: translateX(-50%); }
      .navigation-v2__menu-header-close {
        margin-left: auto; }
        .navigation-v2__menu-header-close-icon {
          fill: #fff; }
    .navigation-v2__level-1-link, .navigation-v2__inner-link, .navigation-v2__level-link {
      color: #0091d0;
      font-size: 1.25rem; }
    .navigation-v2__level-1-item, .navigation-v2__level-2-item, .navigation-v2__level-4-item {
      border-bottom: 1px solid #ededed; }
    .navigation-v2__level-1-list, .navigation-v2__level-2-list, .navigation-v2__level-3-list, .navigation-v2__level-4-list {
      bottom: 0;
      height: 100%;
      left: 0;
      overflow-x: hidden;
      overflow-y: auto;
      position: absolute;
      width: 100%; }
    .navigation-v2__level-2-list, .navigation-v2__level-3-list, .navigation-v2__level-4-list {
      background-color: #fff;
      overflow-y: hidden;
      top: 0;
      transform: translateX(calc(100% + 20px));
      transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), height 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
      z-index: 1; }
    .navigation-v2__level-3-list.navigation-v2__list--is-active {
      height: 100%; }
    .navigation-v2__level-3-list, .navigation-v2__level-4-list {
      overflow-y: auto;
      z-index: 2; }
    .navigation-v2__level-4 {
      z-index: calc($z-index--navigation-menu + 1); }
    .navigation-v2__level-1-list {
      top: 50px; }
    .navigation-v2__level-1-link {
      padding: 20px 20px;
      text-align: left;
      width: 100%; }
    .navigation-v2__level-3-heading {
      background-color: #f7f8fa; }
    .navigation-v2--is-active .navigation-v2__level-2-list,
    .navigation-v2__level-1-item.navigation-v2__item--is-active .navigation-v2__level-3-list {
      display: block; }
    .navigation-v2__level-3-item.navigation-v2__item--is-active .navigation-v2__level-4 {
      transform: none; } }

@media screen and (min-width: 1024px) {
  .navigation-v2__menu-header {
    display: none; }
  .navigation-v2__level-1-link-icon, .navigation-v2__level-2-item-icon {
    display: none; }
  .navigation-v2__inner-link, .navigation-v2__level-3-heading {
    padding: 15px 20px; }
  .navigation-v2__inner-link-icon, .navigation-v2__level-1-link-icon, .navigation-v2__level-2-item-icon {
    padding: 15px 20px; }
  .navigation-v2__level-2-item.navigation-v2__item--is-active .navigation-v2__level-2-item-logo-container::before, .navigation-v2__inner-link::before, .navigation-v2__level-link::before {
    background-color: #0091d0;
    content: '';
    display: inline-block;
    height: 45px;
    position: absolute;
    top: 50%;
    width: 5px; }
  .navigation-v2__level-2-list--multi-column::after {
    background-color: #ededed;
    content: '';
    height: 100%;
    left: 275px;
    position: absolute;
    top: 0;
    width: 1px; }
  .navigation-v2__level-2-item.navigation-v2__item--is-active .navigation-v2__level-2-item-logo-container::before {
    transform: translateX(-30px) translateY(-50%); }
  .navigation-v2__inner-link::before, .navigation-v2__level-link::before {
    transform: translateX(-20px) translateY(-50%); }
  .navigation-v2__teasers {
    background-color: #f7f8fa;
    justify-content: center;
    left: 275px;
    max-width: calc((275px + 20px) * 3);
    padding: 20px 10px;
    position: absolute;
    top: 0;
    z-index: 2; }
  .navigation-v2__level-2-list, .navigation-v2__level-3-list, .navigation-v2__level-4-list {
    max-height: calc(100vh - 77px);
    overflow: hidden;
    padding: 20px 0; }
  .navigation-v2__level-4-list {
    background-color: #fff;
    display: block;
    transform: none;
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .navigation-v2__level-3-item.navigation-v2__item--is-active .navigation-v2__level-4-list {
    display: block;
    overflow-y: auto;
    transform: translateX(-100%);
    z-index: 1; }
  .navigation-v2__level-link {
    break-inside: avoid;
    font-size: 1.125rem;
    padding: 15px 20px;
    transition: color 0.15s; }
    .navigation-v2__level-link-icon {
      right: 10px; }
    .navigation-v2__level-link::before {
      opacity: 0;
      transition: opacity 0.15s; }
    .navigation-v2__level-link:hover {
      color: #0091d0;
      font-weight: 400; }
      .navigation-v2__level-link:hover::before {
        opacity: 1; }
  .navigation-v2__inner-link {
    break-inside: avoid;
    transition: color 0.15s; }
    .navigation-v2__inner-link::before {
      opacity: 0;
      transition: opacity 0.15s; }
    .navigation-v2__inner-link:hover {
      color: #0091d0;
      font-weight: 400; }
      .navigation-v2__inner-link:hover::before {
        opacity: 1; }
    .navigation-v2__inner-link-icon {
      opacity: 0;
      transition: opacity 0.15s; }
    .navigation-v2__inner-link:hover .navigation-v2__inner-link-icon {
      opacity: 1; }
  .navigation-v2__level-1-list {
    margin-left: 230px; }
  .navigation-v2__level-1-item, .navigation-v2__level-1-link {
    height: 77px; }
  .navigation-v2__level-1-item {
    display: inline-block;
    position: relative; }
    .navigation-v2__level-1-item:not(:last-child) {
      margin-right: 10px; }
      .navigation-v2__level-1-item:not(:last-child) button {
        margin-right: 5px; }
    .navigation-v2__level-1-item:first-child {
      position: static; }
  .navigation-v2__level-1-link {
    letter-spacing: 1px;
    line-height: 77px; }
    .navigation-v2__level-1-link::after {
      background-color: #fff;
      bottom: 0;
      content: '';
      height: 5px;
      left: calc(50% - 22.5px);
      position: absolute;
      width: 45px; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .navigation-v2__level-1-link::after {
        left: calc(50% - 30px); } }

@media screen and (min-width: 1024px) {
    .navigation-v2__level-1-link::after {
      opacity: 0; }
  .navigation-v2__level-1-item.navigation-v2__item--is-active .navigation-v2__level-1-link::after, .navigation-v2__level-1-link:hover::after {
    opacity: 1;
    transition: opacity 0.15s; }
  .navigation-v2__level-2-list {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    color: #434449;
    left: calc(-5% - 22.5px);
    position: absolute;
    text-align: left;
    top: 100%;
    width: 275px; }
    .navigation-v2__level-2-list--brands {
      box-shadow: none;
      left: auto;
      overflow: visible;
      right: 550px;
      z-index: 0; }
      .navigation-v2__level-2-list--brands::before {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: calc($nav-col-width * 2 + $nav-col-teaser);
        z-index: -1; }
    .navigation-v2__level-2-list--multi-column {
      column-gap: 0;
      columns: 275px 2;
      width: 550px; }
  .navigation-v2__level-2-list--brands .navigation-v2__level-2-item.navigation-v2__item--is-active {
    background-color: #f7f8fa; }
  .navigation-v2__level-3-list, .navigation-v2__level-4-list {
    background-color: #f7f8fa;
    left: 275px;
    max-width: 1125px;
    padding: 20px 0;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 275px; }
  .navigation-v2__level-3-item, .navigation-v2__level-4-item {
    width: calc(275px - 20px); }
  .navigation-v2__level-1-item:nth-child(n + 4) .navigation-v2__level-2-list {
    left: auto;
    right: calc(50% - 22.5px); }
  .navigation-v2--is-active .navigation-v2__click-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 77px; } }

@media screen and (min-width: 1096px) {
  .navigation-v2__level-1-item:first-child {
    position: relative; }
  .navigation-v2__level-1-item a,
  .navigation-v2__level-1-item div {
    margin-right: 20px; }
  .navigation-v2__level-2-list--brands {
    left: calc(-5% - 22.5px);
    right: auto; } }

@media screen and (min-width: 1200px) {
  .navigation-v2__level-1-list {
    margin-left: 0;
    margin-left: 245px; }
  .navigation-v2__level-1-item:not(:last-child) button {
    margin-right: 10px; }
  .navigation-v2__level-1-link {
    font-size: 1rem; }
  .navigation-v2--v2 .navigation-v2__level-1-list {
    margin-left: 250px;
    text-align: unset; } }

.navigation-v3 {
  height: 56px; }
  .navigation-v3__v3__menu-header-back {
    display: none; }
  .navigation-v3__menu {
    display: none; }
  .navigation-v3__color-stripe {
    display: flex;
    height: 4px; }
  .navigation-v3__back-button {
    border-bottom: 1px solid #ededed;
    color: #0091d0;
    cursor: pointer;
    font-size: 1.125rem;
    padding: 15px; }
    .navigation-v3__back-button:hover {
      font-weight: 400; }
    .navigation-v3__back-button-icon {
      fill: #0091d0;
      height: 14px;
      margin-right: 14px;
      stroke: #164063;
      transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      width: 14px; }
    .navigation-v3__back-button:hover .navigation-v3__back-button-icon {
      transform: translateX(-5px); }
  .navigation-v3__key-arrow-down {
    display: none; }
  .navigation-v3__inner-link, .navigation-v3__level-3-heading {
    display: block;
    padding: 15px 40px; }
  .navigation-v3__level-link {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 40px;
    position: relative;
    text-align: left;
    width: 100%; }
    .navigation-v3__level-link-icon {
      fill: #0091d0;
      height: 14px;
      position: absolute;
      right: 20px;
      stroke: #164063;
      top: calc(50% - 7px);
      transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      width: 21px; }
    .navigation-v3__level-link:hover .navigation-v3__level-link-icon {
      transform: translateX(10px); }
  .navigation-v3__inner-link-icon, .navigation-v3__level-1-link-icon, .navigation-v3__level-2-item-icon {
    fill: #0091d0;
    height: 14px;
    position: absolute;
    right: 20px;
    stroke: #164063;
    top: calc(50% - 7px);
    width: 21px; }
  .navigation-v3__inner-link, .navigation-v3__level-2-item-logo-container {
    position: relative; }
  .navigation-v3__level-1-link {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    position: relative; }
  .navigation-v3__teasers {
    display: none; }
  .navigation-v3__level-2-list {
    display: none; }
  .navigation-v3__level-2-item-logo {
    height: 20px; }
    .navigation-v3__level-2-item-logo--expander {
      height: 26px; }
    .navigation-v3__level-2-item-logo--nordlock, .navigation-v3__level-2-item-logo--superbolt {
      height: 22px; }
    .navigation-v3__level-2-item-logo-container {
      font-size: 0;
      padding: 17px 30px 30px 30px;
      text-align: left;
      width: 100%; }
  .navigation-v3__level-3-item, .navigation-v3__level-4-item {
    border-bottom: 1px solid #ededed; }
  .navigation-v3__level-3-list {
    display: none; }
  .navigation-v3__level-3-heading {
    font-size: 1.5rem;
    font-weight: 400; }
  .navigation-v3__level-1-item.navigation-v3__item--is-active .navigation-v3__level-2-list {
    display: block;
    transform: none; }
  .navigation-v3__level-2-item.navigation-v3__item--is-active .navigation-v3__level-3-list {
    display: block;
    transform: none; }
  .navigation-v3__level-2-item.navigation-v3__item--is-active .navigation-v3__teasers {
    display: block; }
    .navigation-v3__level-2-item.navigation-v3__item--is-active .navigation-v3__teasers-carousel {
      -ms-overflow-style: none;
      overflow-y: hidden;
      scrollbar-width: none; }
      .navigation-v3__level-2-item.navigation-v3__item--is-active .navigation-v3__teasers-carousel-list {
        display: flex; }
        .navigation-v3__level-2-item.navigation-v3__item--is-active .navigation-v3__teasers-carousel-list-item {
          flex: 0 0 30%;
          min-width: 275px; }
          .navigation-v3__level-2-item.navigation-v3__item--is-active .navigation-v3__teasers-carousel-list-item .teaser__inner {
            padding: 20px 30px; }
      .navigation-v3__level-2-item.navigation-v3__item--is-active .navigation-v3__teasers-carousel::-webkit-scrollbar {
        background: transparent;
        height: 0;
        width: 0; }
  .navigation-v3__level-3-item.navigation-v3__item--is-active .navigation-v3__level-4-list {
    display: block;
    transform: none; }
  @media screen and (max-width: 1023px) {
    .navigation-v3 {
      background-color: #fff;
      bottom: 0;
      color: #434449;
      display: none;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      transform: translateX(100%);
      transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      z-index: 8; }
      .navigation-v3__menu {
        background-color: #0091d0;
        display: block; }
      .navigation-v3__teasers {
        background-color: #ededed;
        bottom: 0;
        display: block;
        margin-bottom: 40px;
        padding: 20px 10px;
        position: absolute;
        width: 100%;
        z-index: 1; }
        .navigation-v3__teasers-carousel-list-item {
          margin: 0 10px; }
      .navigation-v3__back-button {
        display: none !important; }
      .navigation-v3--is-active {
        display: block; }
      .navigation-v3--is-visible {
        transform: none;
        height: auto; }
      .navigation-v3__menu-header {
        background-color: #fff;
        color: #fff;
        display: flex;
        height: 50px;
        padding: 0 20px;
        position: relative; }
        .navigation-v3__menu-header::after {
          background-color: #fff;
          bottom: 0;
          content: '';
          height: 5px;
          left: calc(50% - 22.5px);
          position: absolute;
          width: 45px;
          z-index: 10; } }
      @media screen and (max-width: 1023px) and (min-width: 1024px) {
        .navigation-v3__menu-header::after {
          left: calc(50% - 30px); } }
  @media screen and (max-width: 1023px) {
        .navigation-v3__menu-header-back-icon, .navigation-v3__menu-header-close-icon {
          height: 18px; }
        .navigation-v3__menu-header-back {
          display: none;
          margin-right: auto; }
          .navigation-v3__menu-header-back-icon {
            stroke: #0091d0; }
          .navigation-v3__menu-header-back--is-active {
            display: block; }
        .navigation-v3__menu-header-heading {
          height: 50px;
          left: 50%;
          position: absolute;
          top: 0;
          transform: translateX(-50%); }
        .navigation-v3__menu-header-close {
          margin-left: auto; }
          .navigation-v3__menu-header-close-icon {
            fill: #0091d0; }
      .navigation-v3__level-1-link, .navigation-v3__inner-link, .navigation-v3__level-link {
        color: #0091d0;
        font-size: 1.25rem; }
      .navigation-v3__level-1-item, .navigation-v3__level-2-item, .navigation-v3__level-4-item {
        border-bottom: 1px solid #ededed; }
      .navigation-v3__level-1-list, .navigation-v3__level-2-list, .navigation-v3__level-3-list, .navigation-v3__level-4-list {
        bottom: 0;
        height: auto;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        width: 100%; }
      .navigation-v3__level-2-list, .navigation-v3__level-3-list, .navigation-v3__level-4-list {
        background-color: #fff;
        overflow-y: hidden;
        top: 0;
        transform: translateX(calc(100% + 20px));
        transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), height 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
        z-index: 1; }
      .navigation-v3__level-3-list.navigation-v3__list--is-active {
        height: 100%; }
      .navigation-v3__level-3-list, .navigation-v3__level-4-list {
        overflow-y: auto;
        z-index: 2; }
      .navigation-v3__level-4 {
        z-index: calc($z-index--navigation-menu + 1); }
      .navigation-v3__level-1-list {
        top: 50px; }
      .navigation-v3__level-1-link {
        padding: 20px 20px;
        text-align: left;
        width: 100%; }
      .navigation-v3__level-3-heading {
        background-color: #f7f8fa; }
      .navigation-v3--is-active .navigation-v3__level-2-list,
      .navigation-v3__level-1-item.navigation-v3__item--is-active .navigation-v3__level-3-list {
        display: block; }
      .navigation-v3__level-3-item.navigation-v3__item--is-active .navigation-v3__level-4 {
        transform: none; } }
  @media screen and (min-width: 1024px) {
    .navigation-v3__color-stripe {
      display: none; }
    .navigation-v3__menu-header {
      display: none; }
    .navigation-v3__level-1-link-icon, .navigation-v3__level-2-item-icon {
      display: none; }
    .navigation-v3__inner-link, .navigation-v3__level-3-heading {
      padding: 15px 20px; }
    .navigation-v3__inner-link-icon, .navigation-v3__level-1-link-icon, .navigation-v3__level-2-item-icon {
      padding: 15px 20px; }
    .navigation-v3__level-2-item.navigation-v3__item--is-active .navigation-v3__level-2-item-logo-container::before, .navigation-v3__inner-link::before, .navigation-v3__level-link::before {
      background-color: #0091d0;
      content: '';
      display: inline-block;
      height: 45px;
      position: absolute;
      top: 50%;
      width: 5px; }
    .navigation-v3__level-2-list--multi-column::after {
      background-color: #ededed;
      content: '';
      height: 100%;
      left: 275px;
      position: absolute;
      top: 0;
      width: 1px; }
    .navigation-v3__level-2-item.navigation-v3__item--is-active .navigation-v3__level-2-item-logo-container::before {
      transform: translateX(-30px) translateY(-50%); }
    .navigation-v3__inner-link::before, .navigation-v3__level-link::before {
      transform: translateX(-20px) translateY(-50%); }
    .navigation-v3__teasers {
      background-color: #f7f8fa;
      justify-content: center;
      left: 275px;
      max-width: calc((275px + 20px) * 3);
      padding: 20px 10px;
      position: absolute;
      top: 0;
      z-index: 2; }
    .navigation-v3__level-2-list, .navigation-v3__level-3-list, .navigation-v3__level-4-list {
      max-height: calc(100vh - 77px);
      overflow: hidden;
      padding: 20px 0; }
    .navigation-v3__level-4-list {
      background-color: #fff;
      display: block;
      transform: none;
      transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .navigation-v3__level-3-item.navigation-v3__item--is-active .navigation-v3__level-4-list {
      display: block;
      overflow-y: auto;
      transform: translateX(-100%);
      z-index: 1; }
    .navigation-v3__level-link {
      break-inside: avoid;
      font-size: 1.125rem;
      padding: 15px 20px;
      transition: color 0.15s; }
      .navigation-v3__level-link-icon {
        right: 10px; }
      .navigation-v3__level-link::before {
        opacity: 0;
        transition: opacity 0.15s; }
      .navigation-v3__level-link:hover {
        color: #0091d0;
        font-weight: 400; }
        .navigation-v3__level-link:hover::before {
          opacity: 1; }
    .navigation-v3__inner-link {
      break-inside: avoid;
      transition: color 0.15s; }
      .navigation-v3__inner-link::before {
        opacity: 0;
        transition: opacity 0.15s; }
      .navigation-v3__inner-link:hover {
        color: #0091d0;
        font-weight: 400; }
        .navigation-v3__inner-link:hover::before {
          opacity: 1; }
      .navigation-v3__inner-link-icon {
        opacity: 0;
        transition: opacity 0.15s; }
      .navigation-v3__inner-link:hover .navigation-v3__inner-link-icon {
        opacity: 1; }
    .navigation-v3__level-1-list {
      display: flex;
      justify-content: space-between;
      margin-left: 230px; }
    .navigation-v3__level-1-item {
      display: inline-block;
      position: relative; }
      .navigation-v3__level-1-item:not(:last-child) {
        margin-right: 10px; }
        .navigation-v3__level-1-item:not(:last-child) button {
          margin-right: 5px; }
      .navigation-v3__level-1-item:first-child {
        position: static; }
    .navigation-v3__level-1-link {
      letter-spacing: 1px; }
      .navigation-v3__level-1-link::after {
        background-color: #fff;
        bottom: 0;
        content: '';
        height: 5px;
        left: calc(50% - 22.5px);
        position: absolute;
        width: 45px;
        z-index: 10; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .navigation-v3__level-1-link::after {
        left: calc(50% - 30px); } }
  @media screen and (min-width: 1024px) {
      .navigation-v3__level-1-link::after {
        opacity: 0; }
    .navigation-v3__level-1-item.navigation-v3__item--is-active .navigation-v3__level-1-link::after, .navigation-v3__level-1-link:hover::after {
      opacity: 0;
      transition: opacity 0.15s; }
    .navigation-v3__level-2-list {
      background-color: #fff;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      color: #434449;
      left: calc(-5% - 22.5px);
      position: absolute;
      text-align: left;
      top: 100%;
      width: 275px; }
      .navigation-v3__level-2-list--brands {
        box-shadow: none;
        left: auto;
        overflow: visible;
        right: 550px;
        z-index: 0; }
        .navigation-v3__level-2-list--brands::before {
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          content: '';
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: calc($nav-col-width * 2 + $nav-col-teaser);
          z-index: -1; }
      .navigation-v3__level-2-list--multi-column {
        column-gap: 0;
        columns: 275px 2;
        width: 550px; }
    .navigation-v3__level-2-list--brands .navigation-v3__level-2-item.navigation-v3__item--is-active {
      background-color: #f7f8fa; }
    .navigation-v3__level-3-list, .navigation-v3__level-4-list {
      background-color: #f7f8fa;
      left: 275px;
      max-width: 1125px;
      padding: 20px 0;
      padding-left: 10px;
      position: absolute;
      top: 0;
      width: 275px; }
    .navigation-v3__level-3-item, .navigation-v3__level-4-item {
      width: calc(275px - 20px); }
    .navigation-v3__key-arrow-down {
      display: block;
      fill: inherit;
      margin: auto;
      width: 20px; }
    .navigation-v3__level-1-item:nth-child(n + 4) .navigation-v3__level-2-list {
      left: auto;
      right: calc(50% - 22.5px); }
    .navigation-v3--is-active .navigation-v3__click-overlay {
      bottom: 0;
      left: 0;
      position: fixed;
      right: 0;
      top: 77px; } }
  @media screen and (min-width: 1096px) {
    .navigation-v3__level-1-item:first-child {
      position: relative; }
    .navigation-v3__level-1-item a,
    .navigation-v3__level-1-item div {
      margin-right: 20px; }
    .navigation-v3__level-2-list--brands {
      left: calc(-5% - 22.5px);
      right: auto; } }
  @media screen and (min-width: 1200px) {
    .navigation-v3__level-1-list {
      margin-left: 0;
      margin-left: 245px;
      height: 56px; }
    .navigation-v3__level-1-item:nth-last-child(2) {
      margin-right: 0; }
      .navigation-v3__level-1-item:nth-last-child(2) button {
        margin-right: 0 !important; }
    .navigation-v3__level-1-item:not(:last-child) button {
      margin-right: 10px;
      height: 56px; }
    .navigation-v3__level-1-link {
      font-size: 1rem; }
    .navigation-v3--v3 .navigation-v3__level-1-list {
      margin-left: 250px;
      text-align: unset; } }

.cart-items__list {
  clear: left; }
  .cart-items__list-header {
    display: none; }
  .cart-items__list--is-desktop {
    display: none; }

.cart-items__item {
  margin: 1rem 0; }
  .cart-items__item:not(:first-child) {
    border-top: 1px solid #c4c4c5;
    padding: 1rem 0; }
  .cart-items__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .cart-items__item-image-container {
    border: 1px solid #c4c4c5; }
  .cart-items__item-name {
    color: #084492;
    font-family: "Roboto", sans-serif; }
  .cart-items__item-remove {
    background-color: #000;
    color: #fff; }
  .cart-items__item-discount, .cart-items__item-price-value {
    color: #031a31;
    font-weight: bold; }
  .cart-items__item-price-value--has-discount {
    text-decoration: line-through; }
  .cart-items__item-discount {
    color: #fb2943; }

.cart-items__list--is-mobile .cart-items__item-flex {
  display: flex; }
  .cart-items__list--is-mobile .cart-items__item-flex-right {
    flex: 2;
    margin-left: 0.5rem; }

.cart-items__list--is-mobile .cart-items__item-image-container {
  flex: 1;
  max-width: 200px;
  min-width: 60px;
  width: 100%; }

.cart-items__list--is-mobile .cart-items__item-form-container {
  display: flex; }

.cart-items__list--is-mobile .cart-items__item-quantity-label {
  margin-bottom: 0.25rem; }

.cart-items__list--is-mobile .cart-items__item-quantity {
  flex: 1;
  margin-right: 0.5rem;
  overflow: hidden; }

.cart-items__list--is-mobile .cart-items__item-price-container {
  clear: left;
  text-align: right; }

.cart-items__list--is-mobile .cart-items__item .number-selector__input {
  margin: 0 0.25rem;
  padding-left: 0;
  padding-right: 0; }

.cart-items__list--is-mobile .cart-items__item .number-selector__button, .cart-items__list--is-mobile .cart-items__item-remove {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

@media screen and (min-width: 400px) {
  .cart-items__list--is-mobile .cart-items__item-flex-right {
    margin-left: 1rem; }
  .cart-items__list--is-mobile .cart-items__item .number-selector__input {
    margin: 0 0.5rem; }
  .cart-items__list--is-mobile .cart-items__item .number-selector__button,
  .cart-items__list--is-mobile .cart-items__item .number-selector__input, .cart-items__list--is-mobile .cart-items__item-remove {
    padding-left: 1rem;
    padding-right: 1rem; }
  .cart-items__list--is-mobile .cart-items__item-remove {
    margin-left: 1rem; } }

@media screen and (min-width: 1024px) {
  .cart-items__list-header {
    color: #031a31;
    display: block; }
    .cart-items__list-header-inner {
      display: flex; }
      .cart-items__list-header-inner :nth-child(1) {
        margin-left: 15%;
        padding-left: 1rem;
        width: 30%; }
      .cart-items__list-header-inner :nth-child(2) {
        width: 25%; }
      .cart-items__list-header-inner :nth-child(3) {
        margin-left: 5%; }
  .cart-items__list--is-mobile {
    display: none; }
  .cart-items__list--is-desktop {
    display: block; }
  .cart-items__item {
    display: flex; }
    .cart-items__item-image-container {
      width: 15%; }
    .cart-items__item-name {
      padding: 0.5rem 1rem;
      width: 30%; }
    .cart-items__item-quantity {
      width: 25%; }
    .cart-items__item-price-container {
      margin: 0 auto 0 5%; } }

.cart-coupons {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  position: relative; }
  .cart-coupons__input {
    flex: 80;
    margin-right: 0.5rem; }
  .cart-coupons__output {
    content: '';
    width: 100%; }
  .cart-coupons__submit {
    background-color: #084492;
    color: #fff;
    flex: 20; }
  .cart-coupons__applied {
    margin-top: 1rem; }
    .cart-coupons__applied-items {
      color: #031a31;
      font-weight: bold;
      margin-top: 1rem; }
  @media screen and (min-width: 1024px) {
    .cart-coupons__submit {
      min-width: 9rem; } }

.checkout-form-info__field {
  display: block;
  margin: 0.5rem 0; }
  .checkout-form-info__field-label {
    display: block;
    margin-bottom: 0.25rem; }
  .checkout-form-info__field-input {
    width: 100%; }
  .checkout-form-info__field-action {
    color: #084492;
    margin-top: 0.5rem;
    text-decoration: underline; }
  .checkout-form-info__field-check-box {
    display: inline-flex;
    height: 44px;
    margin: auto 0 0.5rem; }
  .checkout-form-info__field--hidden {
    display: none !important; }

.checkout-form-info__customer-type::after {
  margin-top: 0 !important; }

.checkout-form-info__customer-type-item {
  display: inline-block;
  margin-bottom: 1rem; }
  .checkout-form-info__customer-type-item:not(:last-child) {
    margin-right: 1.5rem; }

.checkout-form-info__customer-type-radio {
  align-items: center;
  display: flex; }
  .checkout-form-info__customer-type-radio &gt; :last-child {
    margin-left: 0.562rem; }

.checkout-form-info__billing-address-checkbox {
  margin: 1rem 0 0.5rem; }

.checkout-form-info__billing-address-container {
  display: none; }
  .checkout-form-info__billing-address-container--active {
    display: block; }

@media screen and (min-width: 1024px) {
  .checkout-form-info__section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .checkout-form-info__field {
    flex-basis: calc(50% - 0.5em);
    flex-grow: 0;
    flex-shrink: 0; }
  .checkout-form-info__billing-address-container--active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.checkout-form-shipping__no-options-label {
  display: none; }
  .checkout-form-shipping__no-options-label--show {
    display: block;
    font-style: italic; }

.checkout-form-shipping__item {
  padding-bottom: 0.624rem;
  padding-right: 0.624rem; }
  .checkout-form-shipping__item-label {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 0.5rem; }
    .checkout-form-shipping__item-label &gt; :last-child {
      flex: 1;
      display: flex; }
  .checkout-form-shipping__item .radio-button__icon {
    margin: 2rem; }
  .checkout-form-shipping__item-content {
    width: 35%; }
    .checkout-form-shipping__item-content &gt; * {
      display: block; }
    .checkout-form-shipping__item-content--name, .checkout-form-shipping__item-content--price {
      font-weight: bold; }
    .checkout-form-shipping__item-content--price {
      color: #164063; }
    .checkout-form-shipping__item-content--image {
      padding-left: 10px;
      width: 40%; }
      .checkout-form-shipping__item-content--image img {
        max-width: 50%; }

@media (min-width: 1024px) {
  .checkout-form-shipping__item {
    width: 100%; }
  .checkout-form-shipping__list {
    display: flex;
    flex-wrap: wrap; } }

.checkout-form-payment {
  border-bottom: unset !important; }
  .checkout-form-payment__item {
    padding-bottom: 0.624rem; }
    .checkout-form-payment__item-label {
      align-items: center;
      display: flex;
      padding: 0.5rem; }
    .checkout-form-payment__item .radio-button__icon {
      margin: 2rem; }
    .checkout-form-payment__item-content &gt; * {
      margin-right: 2rem; }
  @media (min-width: 1024px) {
    .checkout-form-payment__item-content {
      align-items: center;
      display: flex; } }

.checkout-form-submit__inner a {
  color: #0091d0; }
  .checkout-form-submit__inner a:hover {
    color: #164063; }

.checkout-form-submit__inner p {
  margin: 0; }

.checkout-form-submit__inner .checkbox-input__box {
  margin-top: 0.25rem; }

.checkout-form-submit .btn {
  background-color: #084492;
  color: #fff;
  margin-top: 1rem;
  width: 100%; }
  .checkout-form-submit .btn:disabled {
    background-color: #031a31; }

.checkout {
  display: flex;
  flex-wrap: wrap; }
  .checkout fieldset {
    border-bottom: 1px solid #000;
    margin: 0.5rem 0;
    padding: 1rem; }
    .checkout fieldset legend {
      float: left;
      padding: 0;
      width: 100%; }
    .checkout fieldset legend + * {
      clear: left; }
  .checkout__cart fieldset {
    margin: 0; }
  .checkout__divider-before::before, .checkout__divider-after::after {
    content: '';
    display: block;
    margin: 1rem 0 1rem -1rem;
    width: calc(100% + 2rem); }
  .checkout__container {
    flex: 1; }
    .checkout__container-summary-mobile {
      display: block; }
    .checkout__container-summary-sticky {
      display: none; }
  @media screen and (min-width: 1024px) {
    .checkout__divider-before::before, .checkout__divider-after::after {
      margin-left: 0;
      width: 100%; }
    .checkout__container {
      flex: 0 0 70%; }
      .checkout__container-summary-mobile {
        display: none; }
      .checkout__container-summary-sticky {
        display: block;
        flex: 0 0 30%; }
    .checkout-summary {
      position: sticky;
      top: 77px; } }

.checkout-summary {
  padding: 1rem; }
  .checkout-summary__title::after {
    display: none !important; }
  .checkout-summary__item {
    display: flex;
    justify-content: space-between;
    margin: 0.25rem 0; }
    .checkout-summary__item--is-total .checkout-summary__item-label {
      font-weight: bold; }
    .checkout-summary__item--is-discount {
      color: #fb2943; }
  .checkout-summary__continue {
    background-color: #084492;
    color: #fff;
    display: block;
    margin: 1rem 0; }
  .checkout-summary__disclaimer {
    font-style: italic;
    margin: 0; }
  @media screen and (min-width: 1024px) {
    .checkout-summary__title::after {
      display: block !important; }
    .checkout-summary__item {
      margin: 0.5rem 0; } }

.header-cart {
  height: 24px;
  position: relative; }
  .header-cart .cart-update-animation {
    transform: scale(1.6); }
  .header-cart__wrapper {
    height: 20px; }
  .header-cart svg {
    fill: #fff; }
  .header-cart--blue {
    height: 20px;
    width: 20px; }
    .header-cart--blue svg {
      fill: #0091d0;
      height: 20px;
      width: 20px; }
  .header-cart__expand {
    min-width: 250px;
    position: absolute;
    transform: translate(-70%, -5px); }
  .header-cart__icon {
    height: 24px;
    width: 24px; }
  .header-cart__count {
    align-items: center;
    background-color: #164063;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 0.5625rem;
    height: 17px;
    justify-content: center;
    left: -11px;
    position: absolute;
    top: -6px;
    transition: all 0.7s;
    width: 17px; }
    .header-cart__count--empty {
      visibility: hidden; }
  .header-cart-details__list {
    display: none; }
  .header-cart-details__empty {
    display: none; }
    .header-cart-details__empty.no-items {
      border-left: 5px #0091d0 solid;
      display: block;
      font-size: 0.875rem;
      font-style: italic;
      margin-left: 10px;
      padding: 0 10px; }
  .header-cart-details__checkoutbtn {
    margin: 1.2rem 0;
    text-align: center;
    width: 100%; }
    .no-items .header-cart-details__checkoutbtn {
      display: none; }
  .header-cart-details__divider {
    border-top: 1px solid #ededed;
    margin-top: 1rem; }
    .no-items .header-cart-details__divider {
      margin-top: 0; }
  @media screen and (max-width: 640px) {
    .header-cart__expand {
      left: 0;
      position: fixed;
      transform: none; } }
  @media screen and (max-width: 1024px) {
    .header-cart__expand {
      left: 0;
      margin-top: 0;
      margin-left: 0;
      position: fixed;
      top: 50px;
      transform: none;
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .header-cart__expand {
      width: 30rem; }
    .header-cart-details__list {
      display: block; }
      .header-cart-details__list-item {
        color: #164063;
        cursor: pointer;
        font-size: 0.9375rem;
        width: 500px; }
        .header-cart-details__list-item:hover {
          color: #023a69; }
        .header-cart-details__list-item-link {
          align-items: center;
          display: flex;
          justify-content: center; }
          .header-cart-details__list-item-link &gt; * {
            margin: 0.4rem; }
        .header-cart-details__list-item-name {
          flex: 1 1 60%; }
        .header-cart-details__list-item-qty {
          flex: 1 1 20%; }
        .header-cart-details__list-item-img {
          border: 1px solid #c4c4c5;
          position: relative; }
          .header-cart-details__list-item-img img {
            height: 100%;
            left: 0;
            max-height: 50px;
            -o-object-fit: contain;
               object-fit: contain;
            padding: 0.2rem;
            top: 0; }
          :hover &gt; .header-cart-details__list-item-img::after {
            background-color: #b2d8f6;
            bottom: -2px;
            content: '';
            height: 4px;
            left: -1px;
            position: absolute;
            right: -1px; } }

.pdp-image-carousel__slider {
  position: relative;
  left: 25%;
  margin-bottom: 30px;
  height: 330px;
  width: 330px; }
  .pdp-image-carousel__slider-item:not(:first-child) {
    display: none; }
  .pdp-image-carousel__slider-image {
    padding: 1rem; }

.pdp-image-carousel__thumbnails {
  margin-top: 0.5rem;
  text-align: center; }

.pdp-image-carousel__thumbnail-link {
  background-color: #ededed;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 0.5rem;
  margin: 0 0.25rem;
  width: 0.5rem; }
  .pdp-image-carousel__thumbnail-link--is-active {
    background-color: #0091d0; }
  .pdp-image-carousel__thumbnail-link::before,
  .pdp-image-carousel__thumbnail-link &gt; * {
    display: none; }

@media screen and (min-width: 640px) {
  .pdp-image-carousel__slider {
    height: 380px;
    width: 380px; } }

@media screen and (min-width: 1024px) {
  .pdp-image-carousel__thumbnails {
    display: flex; }
  .pdp-image-carousel__thumbnail-link {
    background: none;
    border: 1px solid #c4c4c5;
    border-radius: 0;
    flex: 1;
    height: auto;
    margin: 0;
    max-width: 25%;
    outline: none;
    padding: 0;
    width: auto; }
    .pdp-image-carousel__thumbnail-link:not(:first-child) {
      margin-left: 0.5rem; }
    .pdp-image-carousel__thumbnail-link--is-active {
      border-bottom-color: #b2d8f6; }
      .pdp-image-carousel__thumbnail-link--is-active::after {
        background-color: #b2d8f6;
        bottom: -2px;
        content: '';
        height: 4px;
        left: -1px;
        position: absolute;
        right: -1px; }
    .pdp-image-carousel__thumbnail-link::before,
    .pdp-image-carousel__thumbnail-link &gt; * {
      display: block; }
  .pdp-image-carousel__thumbnail-image {
    padding: 0.5rem; } }

@media screen and (max-width: 1023px) {
  .pdp-image-carousel__slider {
    left: 0%; } }

@media screen and (min-width: 1200px) {
  .pdp-image-carousel__slider {
    left: 50%; } }

.pdp__title--is-desktop {
  display: none; }

.pdp__header {
  border-bottom: 1px solid #c4c4c5;
  padding-bottom: 1.5rem; }

.pdp__price {
  margin: 1rem 0; }
  .pdp__price-value, .pdp__price-vat {
    color: #164063;
    font-family: "Oswald", sans-serif;
    padding-right: 0.5rem; }
  .pdp__price-value {
    font-size: 2.5rem; }
  .pdp__price-vat {
    font-size: 2rem; }
  .pdp__price-discount {
    color: #fb2943;
    display: block; }

.pdp .pdp__add-form-submit,
.pdp .pdp__checkout-button {
  background-color: #164063; }

.pdp .pdp__checkout-button {
  margin: 0 auto;
  display: block; }
  .pdp .pdp__checkout-button--disabled {
    opacity: 0.6;
    pointer-events: none; }

.pdp__upper-left__upper {
  display: flex;
  justify-content: flex-start; }

.pdp__read-more {
  padding-top: 0.69rem; }
  .pdp__read-more-button {
    color: #0091d0;
    font-weight: 700; }
  .pdp__read-more-icon {
    fill: #0091d0;
    height: 24px; }

.pdp__information-item-label {
  padding-left: 15px; }

.pdp__information-item-value {
  padding-right: 15px; }

@media screen and (max-width: 1023px) {
  .pdp__upper-left {
    flex: 1; }
    .pdp__upper-left__upper {
      display: flex;
      justify-content: center; } }

.pdp__add-form-heading {
  display: block; }

.pdp__add-form-number-selector, .pdp__add-form-submit {
  width: 100%; }

.pdp__add-form-submit {
  margin: 0.5rem 0; }

.pdp__info {
  border-top: 1px solid #c4c4c5;
  padding-top: 2rem;
  margin: 1rem 0 2rem;
  overflow: hidden; }
  .pdp__info-section {
    margin-bottom: 1rem; }
  .pdp__info-icon {
    float: left;
    width: 50px;
    line-height: 0; }
  .pdp__info-title, .pdp__info-description, .pdp__info-link {
    margin-left: calc(50px + 1rem); }
  .pdp__info-title {
    font-weight: 700; }
  .pdp__info-link {
    color: #0091d0;
    display: block; }
    .pdp__info-link--faq {
      margin-left: 1rem; }
    .pdp__info-link:hover {
      color: #023a69; }
  .pdp__info--faq {
    display: flex;
    align-items: center; }

.pdp__information a {
  color: #0091d0; }
  .pdp__information a:hover {
    color: inherit; }

.pdp__information-item {
  margin: 0.5rem 0;
  border-bottom: 1px solid #c4c4c5;
  display: flex;
  justify-content: space-between; }
  .pdp__information-item-label {
    font-weight: 700;
    padding-left: 15px; }
  .pdp__information-item-value {
    padding-right: 15px; }

.pdp__information .tabs__list-item {
  flex: 1; }

.pdp__information .tabs__tab-link {
  height: 100%; }

.pdp__information-list {
  width: 100%; }

.pdp__share {
  border: 1px solid #0091d0;
  padding: 2rem; }

.pdp__share {
  border-top: 0;
  display: none;
  margin-top: -1rem; }
  .pdp__share--is-supported {
    display: block; }
  .pdp__share .pdp__share-btn {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%; }
  .pdp__share-icon {
    height: 0.8rem;
    margin-left: 0.25rem;
    margin-right: -1.05rem;
    margin-top: -0.3rem;
    width: 0.8rem; }
    .pdp__share-icon .svg-fill {
      fill: #18456b; }

.pdp__siblings, .pdp__variants {
  margin-top: 0.5rem; }

.pdp__read-more {
  display: flex; }

.pdp__lower {
  margin-top: 2rem; }

.pdp__add-form-inputs {
  margin-top: 10px; }

@media screen and (min-width: 640px) {
  .pdp__header-lower {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  .pdp__variants {
    padding: 0.5rem 0 0 0;
    width: inherit; }
  .pdp__siblings {
    padding: 0.5rem 0.5rem 0 0;
    width: inherit; } }

@media screen and (max-width: 640px) {
  .pdp .tabs__tab-link {
    font-size: 1rem; } }

@media screen and (min-width: 1024px) {
  .pdp .pdp__add-form-submit {
    width: 60%; }
  .pdp__title--is-mobile {
    display: none; }
  .pdp__title--is-desktop {
    display: block; }
  .pdp__upper, .pdp__lower, .pdp__header {
    display: flex;
    align-items: flex-start; }
  .pdp__upper-left {
    flex: 1; }
  .pdp__price-section {
    width: 25rem; }
  .pdp__information {
    width: 100%;
    margin-right: 2rem; }
    .pdp__information .tabs__list {
      display: flex;
      width: 100%; }
      .pdp__information .tabs__list-item {
        width: 100%; }
    .pdp__information .tabs__tab-link {
      display: flex;
      align-items: center;
      flex-direction: column;
      height: 100%; }
  .pdp__image-carousel {
    width: 25rem; }
  .pdp__header {
    flex: 1;
    flex-direction: column;
    border-bottom: 1px solid #c4c4c5; }
    .pdp__header-upper, .pdp__header-lower {
      width: 100%; }
    .pdp__header-lower {
      display: flex;
      justify-content: space-between;
      padding-bottom: 10px; }
  .pdp__siblings, .pdp__variants {
    max-width: 65%;
    margin-top: 1rem; }
  .pdp__siblings {
    width: 130px; }
  .pdp__variants {
    width: 250px; }
  .pdp__lower {
    margin-top: 2.5rem; }
  .pdp__add-form-inputs {
    display: flex;
    margin-top: 10px; }
  .pdp__add-form-number-selector {
    flex: 1; }
  .pdp__add-form-submit {
    margin: 0 0 0 0.5rem;
    width: 10rem; }
  .pdp__price {
    margin: 1rem 0 1.5rem; }
  .pdp__info {
    margin: 1.5rem 0 0;
    padding-top: 1.5rem; }
  .pdp__share {
    display: none !important; } }

.washer-selector-guide {
  background-color: #164063;
  color: #fff;
  text-align: center; }
  .washer-selector-guide__intro {
    text-align: center; }
    .washer-selector-guide__intro-image {
      display: none; }
    .washer-selector-guide__intro-cta {
      min-width: 11rem; }
  .washer-selector-guide__heading, .washer-selector-guide__close, .washer-selector-guide__back, .washer-selector-guide__indicator, .washer-selector-guide__step {
    display: none; }
  .washer-selector-guide__heading, .washer-selector-guide__close, .washer-selector-guide__back, .washer-selector-guide__indicator {
    outline: none;
    position: absolute; }
  .washer-selector-guide__heading, .washer-selector-guide__close {
    top: 1rem; }
  .washer-selector-guide__heading, .washer-selector-guide__back {
    left: 1rem; }
  .washer-selector-guide__heading {
    width: calc(100% - 2rem); }
  .washer-selector-guide__close {
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    height: 2rem;
    padding: 0;
    right: 1rem;
    width: 2rem; }
    .washer-selector-guide__close svg {
      height: 35%;
      left: 32.5%;
      position: absolute;
      top: 32.5%;
      width: 35%; }
    .washer-selector-guide__close .svg-fill {
      fill: #164063; }
  .washer-selector-guide__back, .washer-selector-guide__indicator {
    bottom: 1rem; }
  .washer-selector-guide__back .svg-fill {
    fill: #fff; }
  .washer-selector-guide__indicator {
    left: 0;
    right: 0;
    text-align: center; }
    .washer-selector-guide__indicator-item {
      background-color: #fff;
      border: 0;
      border-radius: 50%;
      height: 0.5rem;
      margin: 0 0.1rem;
      padding: 0;
      transition: background-color 0.5s;
      width: 0.5rem; }
      .washer-selector-guide__indicator-item--is-active {
        background-color: #0091d0; }
  .washer-selector-guide__link {
    color: #0091d0;
    font-weight: bold;
    text-decoration: underline; }
  .washer-selector-guide__step-heading {
    font-family: "Roboto", sans-serif;
    font-size: 1.75rem;
    font-weight: normal;
    margin-top: 0;
    text-transform: none; }
  .washer-selector-guide__step-inner {
    margin: 0 auto;
    max-width: 25rem;
    text-align: left; }
    .washer-selector-guide__step-inner fieldset {
      border: none; }
  .washer-selector-guide__step-controls {
    align-items: center;
    display: flex; }
  .washer-selector-guide__step-input {
    flex: 1; }
  .washer-selector-guide__step-next {
    background-color: #0091d0;
    margin-left: 0.5rem;
    width: auto; }
    .washer-selector-guide__step-next svg {
      margin-bottom: -3px; }
    .washer-selector-guide__step-next .svg-fill {
      fill: #fff; }
  .washer-selector-guide__step-tip {
    margin-top: 0.5rem; }
  .washer-selector-guide__step-unit-system {
    margin-right: 0.5rem; }
  .washer-selector-guide__step-result-list {
    list-style: none;
    margin: 0.5rem 0 0.25rem;
    padding: 0; }
    .washer-selector-guide__step-result-list-item {
      display: inline-block;
      font-size: 0.88rem;
      padding: 0 0.25rem; }
      .washer-selector-guide__step-result-list-item:not(:first-child) {
        border-left: 1px solid #0091d0; }
  .washer-selector-guide__step-result-value {
    font-style: italic; }
  .washer-selector-guide__radio-button {
    align-items: center;
    display: inline-flex;
    margin-right: 1rem; }
    .washer-selector-guide__radio-button-input {
      display: none; }
    .washer-selector-guide__radio-button-box {
      border: 1px solid #fff;
      border-radius: 2px;
      display: inline-block;
      height: 1rem;
      margin-right: 0.5rem;
      position: relative;
      width: 1rem; }
    .washer-selector-guide__radio-button-checkmark {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .washer-selector-guide__radio-button-checkmark .svg-fill {
        fill: #fff; }
    .washer-selector-guide__radio-button-input:checked ~ .washer-selector-guide__radio-button-box .washer-selector-guide__radio-button-checkmark {
      opacity: 1;
      transition: opacity 0.1s; }
  .washer-selector-guide--is-expanded .washer-selector-guide__inner {
    background: inherit;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7; }
  .washer-selector-guide--is-active .washer-selector-guide__inner {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .washer-selector-guide--is-active .washer-selector-guide__intro {
    display: none; }
  .washer-selector-guide--is-active .washer-selector-guide__heading, .washer-selector-guide--is-active .washer-selector-guide__close, .washer-selector-guide--is-active .washer-selector-guide__indicator {
    display: block; }
  .washer-selector-guide--is-active .washer-selector-guide__back--is-active {
    display: block; }
  .washer-selector-guide--is-active .washer-selector-guide__step--is-active {
    display: block; }
  @media screen and (min-width: 1024px) {
    .washer-selector-guide {
      position: relative; }
      .washer-selector-guide__inner {
        transition: padding 0.5s; }
      .washer-selector-guide__intro {
        align-items: center;
        display: flex;
        text-align: left; }
        .washer-selector-guide__intro-image {
          display: block;
          margin-right: 2rem;
          width: 10rem; }
        .washer-selector-guide__intro-description {
          margin: 0;
          max-width: 75%; }
        .washer-selector-guide__intro-cta-container {
          margin-left: auto; }
      .washer-selector-guide__heading {
        text-align: left; }
      .washer-selector-guide--is-expanded .washer-selector-guide__inner {
        padding-bottom: 9rem;
        padding-top: 9rem;
        position: relative;
        z-index: 5; } }

.washer-selector-quick__filter, .washer-selector-quick__cta-container {
  margin: 1rem 0 0; }

.washer-selector-quick__filter {
  /*&amp;-dropdown {
      &amp;.washer-selector-quick__filter &amp;-select {
        background-color: $white;
        border-color: $white;
      }
    }*/ }
  .washer-selector-quick__filter-heading {
    align-items: center;
    display: inline-flex; }
    .washer-selector-quick__filter-heading svg {
      height: 1.25rem;
      margin-right: 0.5rem;
      width: 1.25rem; }

.washer-selector-quick .washer-selector-quick__cta {
  background-color: #164063;
  color: #fff;
  display: block; }
  .washer-selector-quick .washer-selector-quick__cta--is-disabled {
    opacity: 0.5;
    pointer-events: none; }

.washer-selector-quick.section--striped-dark .washer-selector-quick__cta {
  background-color: #c4c4c5;
  color: #084492; }

@media (min-width: 1024px) {
  .washer-selector-quick__content {
    align-items: flex-end;
    display: flex; }
  .washer-selector-quick__filter {
    flex: 1; }
    .washer-selector-quick__filter:nth-child(1) {
      margin-right: 1rem; }
    .washer-selector-quick__filter:nth-child(2) {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
    .washer-selector-quick__filter:nth-child(3) {
      margin-left: 1rem; }
    .washer-selector-quick__filter-heading svg {
      height: 1.5rem;
      margin-right: 0.75rem;
      width: 1.5rem; }
  .washer-selector-quick__cta-container {
    margin-left: 1rem;
    min-width: 11rem; } }


/*# sourceMappingURL=bundle.1571535ef15f3736cc90.css.map*/</pre></body></html>