/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./theme/_assets/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  height: 100%;
}

a img {
  border: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* General
   ========================================================================== */
/* Accent
   ========================================================================== */
/*  Text
    ========================================================================== */
/* Greys
   ========================================================================== */
/*  Backgrounds
    ========================================================================== */
:root {
  --space1: 1rem;
  --space2: 2rem;
  --space3: 3rem;
  --space4: 5rem;
  --space5: 8rem;
  --space6: 13rem;
  --space7: 21rem;
  --space8: 34rem;
}

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .responsive-content {
    display: block;
    width: 100%;
    overflow-x: auto;
    _overflow: auto;
    margin: 0 0 1em;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .responsive-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid white;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
/* Settings */
:root {
  --offset: 0rem;
  --max_width: 100%;
  --columns: 4;
  --column-gap: 2rem;
  --baseline: 1rem;
  --baseline-half: 0.5rem;
  --baseline-offset: 0rem;
  --baseline-offset-half: 0rem;
  --color: hsla(204, 80%, 72%, 0.25);
  --color2: hsla(10, 100%, 50%, 0.1);
}
@media screen and (min-width: 37.5em) {
  :root {
    --columns: 8;
    --column-gap: 2rem;
  }
}
@media screen and (min-width: 56.25em) {
  :root {
    --columns: 12;
    --column-gap: 2rem;
  }
}
@media screen and (min-width: 75em) {
  :root {
    --columns: 12;
    --column-gap: 2rem;
  }
}
@media screen and (min-width: 112.5em) {
  :root {
    --columns: ;
    --column-gap: 2rem;
  }
}

/* Helper variables */
:root {
  --repeating-width: calc(100% / var(--columns));
  --column-width: calc((100% / var(--columns)) - var(--column-gap));
  --background-width: calc(100% + var(--column-gap));
  --background-columns: repeating-linear-gradient(
      to right,
      var(--color),
      var(--color) var(--column-width),
      transparent var(--column-width),
      transparent var(--repeating-width)
  );
  --background-baseline: repeating-linear-gradient(
      to bottom,
      var(--color),
      var(--color) 1px,
      transparent 1px,
      transparent var(--baseline)
  );
}

.container2 {
  position: relative;
}
.container2::after, .container2::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 2 * var(--offset));
  max-width: var(--max_width);
  min-height: 100vh;
  content: "";
  z-index: 1000;
  pointer-events: none;
}
.container2::before {
  background-image: var(--background-columns), var(--background-baseline);
  background-size: var(--background-width) 100%;
  background-position: 0 var(--baseline-offset) 0 0;
}
.container2::after {
  background-image: var(--background-baseline-half);
  background-size: var(--background-width) 100%;
  background-position: 0 var(--baseline-offset-half);
}

/*
@for i from 2 through $breakpoints-limit {

    @media screen and (min-width: nth($points, i) / 16 * 1em ) {

        $grid : map-get($grids, break-i-1);

        row-gap: map-get($grid, row-gap);
        column-gap: map-get($grid, column-gap);
        grid-template-columns: map-get($grid, grid-template-columns);

    }
}
*/
/*
all

topbottom
top
bottom

leftright
left
right
  */
/* Headings
   ========================================================================== */
.error404 .b-ctas .c-promo__headline,
.single .b-cta .c-promo__headline,
.search .b-cta .c-promo__headline,
.page .b-cta .c-promo__headline,
.home .b-ctas .c-promo__headline, .b-hero__headline,
.header-1,
h1,
.big {
  font-size: 4rem;
  line-height: 4.75rem;
}
@media screen and (min-width: 56.25em) {
  .error404 .b-ctas .c-promo__headline,
  .single .b-cta .c-promo__headline,
  .search .b-cta .c-promo__headline,
  .page .b-cta .c-promo__headline,
  .home .b-ctas .c-promo__headline, .b-hero__headline,
  .header-1,
  h1,
  .big {
    font-size: 4rem;
    line-height: 4.75rem;
  }
}
@media screen and (min-width: 75em) {
  .error404 .b-ctas .c-promo__headline,
  .single .b-cta .c-promo__headline,
  .search .b-cta .c-promo__headline,
  .page .b-cta .c-promo__headline,
  .home .b-ctas .c-promo__headline, .b-hero__headline,
  .header-1,
  h1,
  .big {
    font-size: 4rem;
    line-height: 4.75rem;
  }
}

.b-welcome__headline, .c-overlay-nav-list__item,
.header-2,
h2 {
  font-size: 3.48225rem;
  line-height: 4.5rem;
}
@media screen and (min-width: 56.25em) {
  .b-welcome__headline, .c-overlay-nav-list__item,
  .header-2,
  h2 {
    font-size: 3.48225rem;
    line-height: 4.5rem;
  }
}
@media screen and (min-width: 75em) {
  .b-welcome__headline, .c-overlay-nav-list__item,
  .header-2,
  h2 {
    font-size: 3.48225rem;
    line-height: 4.5rem;
  }
}

.c-promo--bg .c-promo__headline, .c-focus__headline, .c-entrance__headline, .c-accordion-header__title, .b-product__paragraph h2, .b-product__sub-headline, .b-product-related__headline, .b-product-video__headline, .b-calculate-form h2, .b-focus__paragraph, blockquote p,
.header-3,
h3 {
  font-size: 3.031375rem;
  line-height: 4.5rem;
}
@media screen and (min-width: 56.25em) {
  .c-promo--bg .c-promo__headline, .c-focus__headline, .c-entrance__headline, .c-accordion-header__title, .b-product__paragraph h2, .b-product__sub-headline, .b-product-related__headline, .b-product-video__headline, .b-calculate-form h2, .b-focus__paragraph, blockquote p,
  .header-3,
  h3 {
    font-size: 3.031375rem;
    line-height: 4.5rem;
  }
}
@media screen and (min-width: 75em) {
  .c-promo--bg .c-promo__headline, .c-focus__headline, .c-entrance__headline, .c-accordion-header__title, .b-product__paragraph h2, .b-product__sub-headline, .b-product-related__headline, .b-product-video__headline, .b-calculate-form h2, .b-focus__paragraph, blockquote p,
  .header-3,
  h3 {
    font-size: 3.031375rem;
    line-height: 4.5rem;
  }
}

.c-place__headline, .c-related__headline, .error404 .b-ctas .c-promo__paragraph,
.single .b-cta .c-promo__paragraph,
.search .b-cta .c-promo__paragraph,
.page .b-cta .c-promo__paragraph,
.home .b-ctas .c-promo__paragraph, .c-promo--bg .c-promo__paragraph, .c-promo__headline, .b-product__paragraph h3, .b-search-results-header h2, .b-foldout-item-content__headline,
.preamble,
.body-l {
  font-size: 2.639rem;
  line-height: 3.75rem;
}
@media screen and (min-width: 56.25em) {
  .c-place__headline, .c-related__headline, .error404 .b-ctas .c-promo__paragraph,
  .single .b-cta .c-promo__paragraph,
  .search .b-cta .c-promo__paragraph,
  .page .b-cta .c-promo__paragraph,
  .home .b-ctas .c-promo__paragraph, .c-promo--bg .c-promo__paragraph, .c-promo__headline, .b-product__paragraph h3, .b-search-results-header h2, .b-foldout-item-content__headline,
  .preamble,
  .body-l {
    font-size: 2.639rem;
    line-height: 3.75rem;
  }
}
@media screen and (min-width: 75em) {
  .c-place__headline, .c-related__headline, .error404 .b-ctas .c-promo__paragraph,
  .single .b-cta .c-promo__paragraph,
  .search .b-cta .c-promo__paragraph,
  .page .b-cta .c-promo__paragraph,
  .home .b-ctas .c-promo__paragraph, .c-promo--bg .c-promo__paragraph, .c-promo__headline, .b-product__paragraph h3, .b-search-results-header h2, .b-foldout-item-content__headline,
  .preamble,
  .body-l {
    font-size: 2.639rem;
    line-height: 3.75rem;
  }
}

/* Body
   ========================================================================== */
.modal .modal__title, .c-spot-excerpt__headline, .c-post-excerpt__headline, .c-person__headline, .c-tags-header, .b-hero-page__paragraph {
  font-size: 2.297375rem;
  line-height: 4rem;
}
@media screen and (min-width: 56.25em) {
  .modal .modal__title, .c-spot-excerpt__headline, .c-post-excerpt__headline, .c-person__headline, .c-tags-header, .b-hero-page__paragraph {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .modal .modal__title, .c-spot-excerpt__headline, .c-post-excerpt__headline, .c-person__headline, .c-tags-header, .b-hero-page__paragraph {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}

.c-table tbody td,
table tbody td, .c-table thead th,
table thead th, .c-tag-nav-list__item, .c-news-excerpt__paragraph, .c-spot-excerpt__paragraph, .c-articles-excerpt__paragraph, .c-career-excerpt__paragraph, .c-mediabank-item-content-text__headline, .b-expand-box-item-content__title, .b-expand-box-item-meta__text, .b-welcome__paragraph, .sf-input-select, .sf-input-range-number, .sf-input-text, .b-hero__paragraph, .gform_body textarea, .gform_body select, .gform_body [type=text] [type=number],
.gform_body [type=tel],
.gform_body [type=email],
.gform_body [type=password],
.gform_body [type=file], [type=number],
[type=tel],
[type=email],
[type=password],
[type=file],
[type=text], ol li,
ul li,
.body-m,
p {
  font-size: 2rem;
  line-height: 3.25rem;
}
@media screen and (min-width: 56.25em) {
  .c-table tbody td,
  table tbody td, .c-table thead th,
  table thead th, .c-tag-nav-list__item, .c-news-excerpt__paragraph, .c-spot-excerpt__paragraph, .c-articles-excerpt__paragraph, .c-career-excerpt__paragraph, .c-mediabank-item-content-text__headline, .b-expand-box-item-content__title, .b-expand-box-item-meta__text, .b-welcome__paragraph, .sf-input-select, .sf-input-range-number, .sf-input-text, .b-hero__paragraph, .gform_body textarea, .gform_body select, .gform_body [type=text] [type=number],
  .gform_body [type=tel],
  .gform_body [type=email],
  .gform_body [type=password],
  .gform_body [type=file], [type=number],
  [type=tel],
  [type=email],
  [type=password],
  [type=file],
  [type=text], ol li,
  ul li,
  .body-m,
  p {
    font-size: 2rem;
    line-height: 3.25rem;
  }
}
@media screen and (min-width: 75em) {
  .c-table tbody td,
  table tbody td, .c-table thead th,
  table thead th, .c-tag-nav-list__item, .c-news-excerpt__paragraph, .c-spot-excerpt__paragraph, .c-articles-excerpt__paragraph, .c-career-excerpt__paragraph, .c-mediabank-item-content-text__headline, .b-expand-box-item-content__title, .b-expand-box-item-meta__text, .b-welcome__paragraph, .sf-input-select, .sf-input-range-number, .sf-input-text, .b-hero__paragraph, .gform_body textarea, .gform_body select, .gform_body [type=text] [type=number],
  .gform_body [type=tel],
  .gform_body [type=email],
  .gform_body [type=password],
  .gform_body [type=file], [type=number],
  [type=tel],
  [type=email],
  [type=password],
  [type=file],
  [type=text], ol li,
  ul li,
  .body-m,
  p {
    font-size: 2rem;
    line-height: 3.25rem;
  }
}

.mm-spn a,
.mm-spn span, .c-footer-nav-list__item span, .c-footer-nav-list__item, .wp-pagenavi span,
.wp-pagenavi a, .c-tag-nav-list__link, .c-sub-nav-list__item, .c-main-nav-list__link--level-1, .c-main-nav-list__item, .c-article-nav-list__item, .c-product-excerpt-content__headline, .c-post-excerpt p, .c-post-excerpt__paragraph, .c-person-item, .c-person-content p, .c-place-list-item, .c-list-item-text__description, .c-list-item-text__title, .c-related-list-item__title, .c-promo__paragraph, .c-focus__paragraph, .c-entrance__paragraph, .b-expand-box-item-content__text, .c-downloadlist--level2 .c-downloadlist-item, .c-downloadlist-item, .b-product__paragraph p, .blogg .sf-input-text,
.artiklar .sf-input-text, .c-search-input, .c-corporategroup-text p, .footer-list__item, .footer__paragraph, .footer__headline, .gf_progressbar_percentage,
.body-s,
small, .c-accordion-content p, .c-accordion-content li,
.caption, .o-btn, .search-filter-reset, .b-hero-page--form .gform_footer .gform_button, .gform_body .gform_button,
.gform_body .button,
.gform_footer .gform_button,
.gform_footer .button, input#wppb-recover-password-button,
[type=submit] {
  font-size: 1.76575rem;
  line-height: 2.75rem;
}
@media screen and (min-width: 56.25em) {
  .mm-spn a,
  .mm-spn span, .c-footer-nav-list__item span, .c-footer-nav-list__item, .wp-pagenavi span,
  .wp-pagenavi a, .c-tag-nav-list__link, .c-sub-nav-list__item, .c-main-nav-list__link--level-1, .c-main-nav-list__item, .c-article-nav-list__item, .c-product-excerpt-content__headline, .c-post-excerpt p, .c-post-excerpt__paragraph, .c-person-item, .c-person-content p, .c-place-list-item, .c-list-item-text__description, .c-list-item-text__title, .c-related-list-item__title, .c-promo__paragraph, .c-focus__paragraph, .c-entrance__paragraph, .b-expand-box-item-content__text, .c-downloadlist--level2 .c-downloadlist-item, .c-downloadlist-item, .b-product__paragraph p, .blogg .sf-input-text,
  .artiklar .sf-input-text, .c-search-input, .c-corporategroup-text p, .footer-list__item, .footer__paragraph, .footer__headline, .gf_progressbar_percentage,
  .body-s,
  small, .c-accordion-content p, .c-accordion-content li,
  .caption, .o-btn, .search-filter-reset, .b-hero-page--form .gform_footer .gform_button, .gform_body .gform_button,
  .gform_body .button,
  .gform_footer .gform_button,
  .gform_footer .button, input#wppb-recover-password-button,
  [type=submit] {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 75em) {
  .mm-spn a,
  .mm-spn span, .c-footer-nav-list__item span, .c-footer-nav-list__item, .wp-pagenavi span,
  .wp-pagenavi a, .c-tag-nav-list__link, .c-sub-nav-list__item, .c-main-nav-list__link--level-1, .c-main-nav-list__item, .c-article-nav-list__item, .c-product-excerpt-content__headline, .c-post-excerpt p, .c-post-excerpt__paragraph, .c-person-item, .c-person-content p, .c-place-list-item, .c-list-item-text__description, .c-list-item-text__title, .c-related-list-item__title, .c-promo__paragraph, .c-focus__paragraph, .c-entrance__paragraph, .b-expand-box-item-content__text, .c-downloadlist--level2 .c-downloadlist-item, .c-downloadlist-item, .b-product__paragraph p, .blogg .sf-input-text,
  .artiklar .sf-input-text, .c-search-input, .c-corporategroup-text p, .footer-list__item, .footer__paragraph, .footer__headline, .gf_progressbar_percentage,
  .body-s,
  small, .c-accordion-content p, .c-accordion-content li,
  .caption, .o-btn, .search-filter-reset, .b-hero-page--form .gform_footer .gform_button, .gform_body .gform_button,
  .gform_body .button,
  .gform_footer .gform_button,
  .gform_footer .button, input#wppb-recover-password-button,
  [type=submit] {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}

.info-box .product-attr, .page-template-default .b-text-img .gf_login_form .gform_body .gfield_label,
.page-template-page-center .b-text-img .gf_login_form .gform_body .gfield_label, .modal .c-person-item, .b-product-attribute-list th,
.b-product-attribute-list td, .c-news-excerpt__sub-headline, .c-news-excerpt-info__span, .c-spot-excerpt__sub-headline, .c-spot-excerpt-info__span, .c-articles-excerpt__sub-headline, .c-articles-excerpt-info__span, .c-career-excerpt__sub-headline, .c-post-excerpt__sub-headline, .c-mediabank-item-content-text__paragraph small, .c-mediabank-item-content-text__paragraph, .c-person__sub-headline, .c-list-item-button__text, .c-gallery-item__paragraph, .b-expand-box-item-content__year, .b-expand-box-item-meta__year, .footer__sub-headline, .gform_body .gfield_label_before_complex, .gform_body .gfield_label,
.gform_body .gfield_consent_label, .gform_wrapper .gfield_description.validation_message,
.body-xs, .c-accordion-header__title,
.header-4,
h4 {
  font-size: 1.5695rem;
  line-height: 2rem;
}
@media screen and (min-width: 56.25em) {
  .info-box .product-attr, .page-template-default .b-text-img .gf_login_form .gform_body .gfield_label,
  .page-template-page-center .b-text-img .gf_login_form .gform_body .gfield_label, .modal .c-person-item, .b-product-attribute-list th,
  .b-product-attribute-list td, .c-news-excerpt__sub-headline, .c-news-excerpt-info__span, .c-spot-excerpt__sub-headline, .c-spot-excerpt-info__span, .c-articles-excerpt__sub-headline, .c-articles-excerpt-info__span, .c-career-excerpt__sub-headline, .c-post-excerpt__sub-headline, .c-mediabank-item-content-text__paragraph small, .c-mediabank-item-content-text__paragraph, .c-person__sub-headline, .c-list-item-button__text, .c-gallery-item__paragraph, .b-expand-box-item-content__year, .b-expand-box-item-meta__year, .footer__sub-headline, .gform_body .gfield_label_before_complex, .gform_body .gfield_label,
  .gform_body .gfield_consent_label, .gform_wrapper .gfield_description.validation_message,
  .body-xs, .c-accordion-header__title,
  .header-4,
  h4 {
    font-size: 1.5695rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .info-box .product-attr, .page-template-default .b-text-img .gf_login_form .gform_body .gfield_label,
  .page-template-page-center .b-text-img .gf_login_form .gform_body .gfield_label, .modal .c-person-item, .b-product-attribute-list th,
  .b-product-attribute-list td, .c-news-excerpt__sub-headline, .c-news-excerpt-info__span, .c-spot-excerpt__sub-headline, .c-spot-excerpt-info__span, .c-articles-excerpt__sub-headline, .c-articles-excerpt-info__span, .c-career-excerpt__sub-headline, .c-post-excerpt__sub-headline, .c-mediabank-item-content-text__paragraph small, .c-mediabank-item-content-text__paragraph, .c-person__sub-headline, .c-list-item-button__text, .c-gallery-item__paragraph, .b-expand-box-item-content__year, .b-expand-box-item-meta__year, .footer__sub-headline, .gform_body .gfield_label_before_complex, .gform_body .gfield_label,
  .gform_body .gfield_consent_label, .gform_wrapper .gfield_description.validation_message,
  .body-xs, .c-accordion-header__title,
  .header-4,
  h4 {
    font-size: 1.5695rem;
    line-height: 2rem;
  }
}

/* Objects
 ========================================================================== */
.o-account {
  border-left: 1px solid var(--neg);
  border-right: 1px solid var(--neg);
  padding-left: var(--space1);
  padding-right: var(--space1);
  margin-right: var(--space1);
}
.o-account__svg {
  width: 24px;
  height: 24px;
}

.o-global-search {
  margin-right: var(--space1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 75em) {
  .o-global-search {
    border-left: 1px solid var(--neg);
    padding-left: var(--space1);
  }
}
.o-global-search__svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
  animation: fadeIn 0.5s forwards; /* IE 10+, Fx 29+ */
}
.search-box-open .o-global-search__svg {
  display: none;
}
.o-global-search__close {
  appearance: none;
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
  animation: fadeIn 0.5s forwards; /* IE 10+, Fx 29+ */
}
.o-global-search__close::before {
  content: "✕";
  color: var(--neg);
  font-weight: 700;
  font-weight: 700;
  font-size: 13.333px;
}
.search-box-open .o-global-search__close {
  display: block;
}

.o-btn, .search-filter-reset, .b-hero-page--form .gform_footer .gform_button, .gform_body .gform_button,
.gform_body .button,
.gform_footer .gform_button,
.gform_footer .button, input#wppb-recover-password-button,
[type=submit] {
  display: inline-block;
  cursor: pointer;
  color: var(--s1-text);
  font-weight: 700;
  width: auto;
  white-space: nowrap;
  line-height: 2;
  min-height: 2rem;
}
.o-btn__svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: -2px;
}
.o-btn--s1-bg, .o-btn--s2-bg, .search-filter-reset, .b-hero-page--form .gform_footer .gform_button, .gform_body .gform_button,
.gform_body .button,
.gform_footer .gform_button,
.gform_footer .button, input#wppb-recover-password-button,
[type=submit] {
  color: var(--neg);
  padding: 1.25rem 4rem 1.25rem 4rem;
  display: flex;
  align-items: center;
  width: min-content;
  background: var(--s2-bg);
  position: relative;
  overflow: hidden;
}
.o-btn--s1-bg:hover, .o-btn--s2-bg:hover, .search-filter-reset:hover, .gform_body .gform_button:hover,
.gform_body .button:hover,
.gform_footer .gform_button:hover,
.gform_footer .button:hover, input#wppb-recover-password-button:hover,
[type=submit]:hover {
  color: var(--neg);
  text-decoration: none;
}
.o-btn--s1-bg:hover:after, .o-btn--s2-bg:hover:after, .search-filter-reset:hover:after, .gform_body .gform_button:hover:after,
.gform_body .button:hover:after,
.gform_footer .gform_button:hover:after,
.gform_footer .button:hover:after, input#wppb-recover-password-button:hover:after,
[type=submit]:hover:after {
  transform: translateX(-20%);
  transition: transform 0.25s ease-out;
}
.o-btn--s1-bg:after, .o-btn--s2-bg:after, .search-filter-reset:after, .b-hero-page--form .gform_footer .gform_button:after, .gform_body .gform_button:after,
.gform_body .button:after,
.gform_footer .gform_button:after,
.gform_footer .button:after, input#wppb-recover-password-button:after,
[type=submit]:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease-in;
  background-color: var(--s1-bg);
}
.o-btn--s1-bg .o-btn__svg,
.o-btn--s1-bg .o-btn__span, .o-btn--s2-bg .o-btn__svg, .search-filter-reset .o-btn__svg, .gform_body .gform_button .o-btn__svg,
.gform_body .button .o-btn__svg,
.gform_footer .gform_button .o-btn__svg,
.gform_footer .button .o-btn__svg, input#wppb-recover-password-button .o-btn__svg,
[type=submit] .o-btn__svg,
.o-btn--s2-bg .o-btn__span,
.search-filter-reset .o-btn__span,
.gform_body .gform_button .o-btn__span,
.gform_body .button .o-btn__span,
.gform_footer .gform_button .o-btn__span,
.gform_footer .button .o-btn__span,
input#wppb-recover-password-button .o-btn__span,
[type=submit] .o-btn__span {
  position: relative;
  z-index: 2;
}
.o-btn--s1-bg, .o-btn--s2-bg, .search-filter-reset, .b-hero-page--form .gform_footer .gform_button, .gform_body .gform_button,
.gform_body .button,
.gform_footer .gform_button,
.gform_footer .button, input#wppb-recover-password-button,
[type=submit] {
  /*
  &:hover {
      color: var(--neg);
      text-decoration: none;  
      background-position: 30%;
      &:after {
          transform: translateX(100%) rotate(-25deg);
      }
  }  */
}
.o-btn--s1-border {
  border: 1px var(--s1-borders) solid;
  background-color: transparent;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  padding: 1.25rem 4rem;
}
.o-btn--s2-border {
  border: 1px var(--s2-borders) solid;
}
.o-btn--150 {
  width: 150px;
}

.o-chat {
  position: fixed;
  top: calc(50% - 22px);
  right: 22px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.o-chat__svg {
  width: 44px;
  height: 44px;
}

.o-lang__span {
  color: var(--neg);
}

/* Layout
========================================================================== */
:root {
  --primary: #487491;
  --accent-one: #57B6E7;
  --accent-two: #273641;
  --warning: #be945b;
  --sucess: #be945b;
  --neg: #fff;
  --dark: #000;
  --s1-bg: #4F7990;
  --s1-text:#6C6F70;
  --s1-preamble:#6C6F70;
  --s1-heading: #4D4E54;
  --s1-caption: #3c3c3c;
  --s1-link: #63B1E5;
  --s1-link--hover: #6C6F70;
  --s1-border: #7F8182;
  --s1-border--hover: #cdcdcd;
  --s2-bg: #63B1E5;
  --s2-text:#fff;
  --s2-preamble:#fff;
  --s2-heading: #4D4E54;
  --s2-caption: #3c3c3c;
  --s2-link: #3c3c3c;
  --s2-link--hover: #000;
  --s2-border: #cdcdcd;
  --s2-border--hover: #cdcdcd;
  --s3-bg: #273641;
  --s3-text:#fff;
  --s3-preamble:#fff;
  --s3-heading: #4D4E54;
  --s3-caption: #3c3c3c;
  --s3-link: #3c3c3c;
  --s3-link--hover: #000;
  --s3-border: #cdcdcd;
  --s3-border--hover: #cdcdcd;
  --s4-bg: #EEEEEE;
  --s4-text:#fff;
  --s4-preamble:#fff;
  --s4-heading: #4D4E54;
  --s4-caption: #3c3c3c;
  --s4-link: #3c3c3c;
  --s4--link--hover: #000;
  --s4-border: #cdcdcd;
  --s4-border--hover: #cdcdcd;
}

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

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 50%;
}
@media screen and (min-width: 37.5em) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 75em) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 112.5em) {
  html {
    font-size: 50%;
  }
}
html {
  overflow-x: hidden;
}

body {
  font-family: news-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  color: #717171;
  background: #fff;
  font-size: 1.5695rem;
}

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

.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
}

.main {
  flex: 1;
  position: relative;
  z-index: 2;
}

.b-cta {
  position: relative;
  z-index: 1;
}

:focus {
  outline: none;
}

.wpml-ls-statics-footer {
  display: none !important;
}

.l-grid {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: auto;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  .l-grid {
    grid-gap: 0 2rem;
  }
}
@media screen and (min-width: 75em) {
  .l-grid {
    grid-gap: 0 4rem;
  }
}
.l-grid--c {
  max-width: 1360px;
  padding: 0 2rem;
}
@media screen and (min-width: 56.25em) {
  .l-grid--c {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 75em) {
  .l-grid--c {
    padding: 0 6rem;
  }
}
.l-grid--c-no-pad {
  max-width: 1360px;
  padding: 0;
}
.l-grid--inner {
  margin: 0;
  padding: 0;
}
.l-grid--no-gap {
  grid-gap: 0;
}

.error404 .main .b-text-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 8rem;
}
.error404 .main .b-text-img-header, .error404 .main .b-text-img-text {
  grid-column: 1/16;
}
.error404 .main .b-text-img-header {
  margin-bottom: 2rem;
}
.error404 .main .b-text-img .preamble {
  margin-bottom: 2rem;
}
.error404 .main .b-text-img h1,
.error404 .main .b-text-img h2,
.error404 .main .b-text-img p {
  text-align: center;
  max-width: 60ch;
  margin: 0 auto;
}
.error404 .main .b-related-pages {
  background-color: transparent;
}

.primary-content {
  grid-column: 1/16;
}

.sidebar {
  grid-column: 1/4;
  display: inline-block;
}

.cookie-pop {
  padding: 4rem;
  font-size: 14px;
  line-height: 19px;
}

.o-btn.fixed, .fixed.search-filter-reset, .gform_body .fixed.gform_button,
.gform_body .fixed.button,
.gform_footer .fixed.gform_button,
.gform_footer .fixed.button, input.fixed#wppb-recover-password-button,
.fixed[type=submit] {
  position: fixed;
  top: 70px;
  right: 10px;
  z-index: 999999;
}
@media screen and (min-width: 75em) {
  .o-btn.fixed, .fixed.search-filter-reset, .gform_body .fixed.gform_button,
  .gform_body .fixed.button,
  .gform_footer .fixed.gform_button,
  .gform_footer .fixed.button, input.fixed#wppb-recover-password-button,
  .fixed[type=submit] {
    top: 100px;
    right: 30px;
  }
}
.o-btn.fixed span, .fixed.search-filter-reset span, .gform_body .fixed.gform_button span,
.gform_body .fixed.button span,
.gform_footer .fixed.gform_button span,
.gform_footer .fixed.button span, input.fixed#wppb-recover-password-button span,
.fixed[type=submit] span {
  position: relative;
  z-index: 2;
}

/* Defaults
========================================================================== */
/* General
   ========================================================================== */
/* Features
   ========================================================================== */
.uppercase {
  font-kerning: normal;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.small-caps {
  font-feature-settings: "smcp", "kern";
  font-kerning: normal;
  letter-spacing: 0.1rem;
}

.lining-numerals {
  font-feature-settings: "lnum", "kern";
}

.oldstyle-numerals {
  font-feature-settings: "onum", "kern";
}

/* General
   ========================================================================== */
.big,
h1,
h2,
h3,
h4 {
  color: var(--s1-heading);
  font-family: news-gothic-std, sans-serif;
  font-feature-settings: "dlig", "liga", "lnum", "kern";
  font-weight: 700;
  text-align: left;
}

.big {
  margin-bottom: 2rem;
}

.header-1,
h1 {
  margin-bottom: 1rem;
}

.c-overlay-nav-list__item,
.header-2,
h2 {
  margin-bottom: 0.75rem;
}

.header-3,
h3 {
  margin-bottom: 0.5rem;
}

.c-accordion-header__title,
.header-4,
h4 {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.c-accordion-content p, .c-accordion-content li,
.caption {
  color: var(--s1-caption);
  text-transform: uppercase;
}

/* General
   ========================================================================== */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--s2-bg);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--s3-bg);
}

a {
  color: var(--s1-link);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: var(--s1-link--hover);
}

.body-m,
p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 56.25em) {
  .body-m,
  p {
    margin-bottom: 3rem;
  }
}

.preamble,
.body-l {
  margin-bottom: 2rem;
}
@media screen and (min-width: 56.25em) {
  .preamble,
  .body-l {
    margin-bottom: 3rem;
  }
}

.gf_progressbar_percentage,
.body-s,
small {
  display: inline-block;
}

.body-xs {
  display: inline-block;
}

b,
strong,
.bold {
  font-weight: 700;
}

.text-regular {
  font-weight: 400 !important;
}

blockquote {
  position: relative;
}
blockquote p {
  font-weight: 700;
  font-family: news-gothic-std, sans-serif;
}
blockquote:before {
  position: absolute;
  content: "";
  display: block;
  height: 0.2rem;
  width: 3rem;
  top: 2rem;
  left: -5rem;
  background: #F6BF55;
}
blockquote strong {
  font-size: 40%;
}

hr {
  border: 1px solid var(--color-borders);
}

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

/* General
   ========================================================================== */
ol,
ul {
  margin-bottom: 2rem;
  margin-left: 2.5rem;
}
@media screen and (min-width: 56.25em) {
  ol,
  ul {
    margin-bottom: 3rem;
  }
}
ol li,
ul li {
  margin-bottom: 1rem;
}

.sidebar ul li {
  margin-bottom: 0;
}

input#wppb-recover-password-button,
[type=submit] {
  font-size: 16px !important;
  border: none !important;
  padding: 1rem 4rem 1rem 6rem;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 20px center;
  width: auto !important;
  text-transform: uppercase;
}
input#wppb-recover-password-button:hover,
[type=submit]:hover {
  border: none !important;
}

.gform_body .gform_button,
.gform_body .button,
.gform_footer .gform_button,
.gform_footer .button {
  border: none !important;
  padding: 0.9rem 4rem 1rem 6rem;
  font-size: 14px !important;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 20px center;
  text-transform: uppercase;
}
.gform_body .gform_button:hover,
.gform_body .button:hover,
.gform_footer .gform_button:hover,
.gform_footer .button:hover {
  border: none !important;
}

form {
  border: none;
}

fieldset {
  border: none;
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  outline: none !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgaWQ9IkxheWVyXzEiICAgZGF0YS1uYW1lPSJMYXllciAxIiAgIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIiAgIHZlcnNpb249IjEuMSIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkxIHIxMzcyNSIgICBzb2RpcG9kaTpkb2NuYW1lPSJkb3dubG9hZC5zdmciPiAgPG1ldGFkYXRhICAgICBpZD0ibWV0YWRhdGE0MjAyIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMjciICAgICBpZD0ibmFtZWR2aWV3NDIwMCIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGlua3NjYXBlOnpvb209Ijg0LjMiICAgICBpbmtzY2FwZTpjeD0iMi40NzQ5OTk5IiAgICAgaW5rc2NhcGU6Y3k9IjUiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy15PSIyNyIgICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJMYXllcl8xIiAvPiAgPGRlZnMgICAgIGlkPSJkZWZzNDE5MCI+ICAgIDxzdHlsZSAgICAgICBpZD0ic3R5bGU0MTkyIj4uY2xzLTJ7ZmlsbDojNDQ0O308L3N0eWxlPiAgPC9kZWZzPiAgPHRpdGxlICAgICBpZD0idGl0bGU0MTk0Ij5hcnJvd3M8L3RpdGxlPiAgPHBvbHlnb24gICAgIGNsYXNzPSJjbHMtMiIgICAgIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIiAgICAgaWQ9InBvbHlnb240MTk4IiAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MSIgLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding-right: 20px;
}

:invalid {
  border-color: var(--color-borders);
}

:required {
  border-color: var(--color-borders);
  color: var(--color-text);
}

::-webkit-input-placeholder {
  color: var(--color-text);
}

:-moz-placeholder {
  color: var(--color-text);
}

::-moz-placeholder {
  color: var(--color-text);
}

:-ms-input-placeholder {
  color: var(--color-text);
}

.gform_body {
  position: relative;
}
.gform_body .gform_fields,
.gform_body .ginput_container.ginput_container_text,
.gform_body ul,
.gform_body ol {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_body .gfield {
  margin-bottom: 1rem;
  width: 100%;
  margin: 0 0 3rem 0 !important;
  padding: 0 !important;
  text-indent: 0;
  border: none;
}
.gform_body .gfield:before {
  content: "" !important;
}
.gform_body .gfield:last-child {
  margin-bottom: 1.5rem !important;
}
.gform_body .gform_fields {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gform_body .gf_left_third {
  width: 33.3333333333;
}
.gform_body .gf_middle_third {
  width: 33.3333333333;
}
.gform_body .gf_right_third {
  width: 33.3333333333;
}
.gform_body .gf_left_half {
  padding-right: 0 !important;
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  .gform_body .gf_left_half {
    width: 48% !important;
  }
}
.gform_body .gf_right_half {
  padding-right: 0 !important;
}
@media screen and (min-width: 56.25em) {
  .gform_body .gf_right_half {
    width: 48% !important;
  }
}

.gf_progressbar:after,
.gf_progressbar_percentage,
.gf_progressbar {
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 3rem !important;
}

.gf_progressbar_percentage {
  background: #5B643C !important;
  position: relative !important;
  z-index: 1 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  text-shadow: none !important;
}
.gf_progressbar_percentage span {
  margin-top: 2px !important;
}

.gform_wrapper .gf_progressbar {
  padding: 0 !important;
  background: transparent !important;
}
.gform_wrapper .gf_progressbar:after {
  background: #2E2E2E !important;
}

.gform_wrapper .gf_progressbar_title {
  display: none !important;
}

.logga-in .gform_footer {
  text-align: left;
}
.b-welcome-page-sidebar .gform_footer {
  text-align: left;
}

.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  margin: 0 !important;
}

.gform_wrapper .gfield_description.validation_message {
  background-color: #fff;
  color: #790000;
  border: 1px #790000 solid;
  padding: 2rem;
  margin-left: 1px;
  width: 100%;
}
.gform_wrapper .gfield_description.validation_message a {
  display: none !important;
}

[type=number],
[type=tel],
[type=email],
[type=password],
[type=file],
[type=text] {
  color: var(--s1-text);
  padding: 1rem 2rem 1rem 2rem !important;
  height: 6rem;
  max-width: none !important;
  width: 100% !important;
  display: inline-block;
  margin-left: 0;
  outline: none;
  border: 1px solid var(--s4-bg);
}

input#username_email {
  padding-left: 2rem !important;
}

.gform_body [type=text] [type=number],
.gform_body [type=tel],
.gform_body [type=email],
.gform_body [type=password],
.gform_body [type=file] {
  background-color: var(--neg);
  color: var(--s1-text);
  padding: 1rem 2rem !important;
  height: 6rem;
  max-width: none !important;
  width: 100% !important;
  display: inline-block;
  margin-left: 0;
  outline: none;
  border: 1px solid var(--s4-bg);
}
.gform_body [type=file] {
  padding: 1.5rem 1rem !important;
  height: auto !important;
}

.gfield_consent_description {
  background: none !important;
  overflow-y: inherit !important;
  border: none !important;
  padding: 0 !important;
}

.ginput_container_text input {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 16px center;
}

.ginput_container_email input {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 16px center;
}

.ginput_container_number input {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 16px center;
}

::-webkit-input-placeholder { /* Edge */
  color: var(--s1-text);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--s1-text);
}

::placeholder {
  color: var(--s1-text);
}

.gform_body .gfield_label,
.gform_body .gfield_consent_label {
  color: var(--color-text);
  margin-top: 0.5rem !important;
  text-transform: none;
}
.gform_body .gfield_label {
  font-size: 75% !important;
}
.gf_login_form .gform_body .gfield_label {
  display: none !important;
}
.gform_body .gfield_consent_label {
  font-size: 85% !important;
  padding-left: 1rem;
}
.gform_body .ginput_container_consent {
  position: relative;
}
.gform_body .gfield_label_before_complex {
  padding-bottom: 0.5rem;
}

.gform_body .gfield_checkbox {
  margin-top: var(--space3);
  margin-bottom: var(--space3);
}
.gform_body .gfield_checkbox label:before {
  background-image: url(../img/checkbox--unchecked.svg);
}
.gform_body .gfield_checkbox input:checked + label:after {
  background-image: url(../img/checkbox--checked.svg);
}
.gform_body .gfield_checkbox input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.gform_body .gfield_checkbox label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
  padding-left: 24px !important;
  color: var(--color-heading);
  position: relative;
}
.gform_body .gfield_checkbox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.gform_body .gfield_checkbox input:checked + label:after {
  background-size: contain;
  color: var(--color-text);
  position: absolute;
  display: inline-block;
  content: "";
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
}
.gform_body .gfield_checkbox input:disabled {
  cursor: not-allowed;
}
.gform_body .gfield_checkbox input:disabled:checked + label:after {
  color: #999;
}
.gform_body .gfield_checkbox input:disabled + label {
  cursor: not-allowed;
}
.gform_body .gfield_checkbox input:disabled + label:before {
  background-color: #eee;
}
.gform_body .gfield_checkbox -transparent label:before {
  background: transparent;
}
.gform_body .gfield_checkbox -transparent input:checked + label:after {
  color: #FFF;
}
.gform_body .gfield_checkbox -transparent input:disabled:checked + label:after {
  color: var(--color-text);
}
.gform_body .gfield_checkbox label + label.error {
  display: block;
}

.gform_body .gfield_radio {
  margin-top: var(--space3);
  margin-bottom: var(--space3);
}
.gform_body .gfield_radio label:before {
  background-image: url(../img/radio--unchecked.svg);
}
.gform_body .gfield_radio input:checked + label:after {
  background-image: url(../img/radio--checked.svg);
}
.gform_body .gfield_radio input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.gform_body .gfield_radio label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
  padding-left: 24px !important;
  color: var(--color-heading);
  position: relative;
}
.gform_body .gfield_radio label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.gform_body .gfield_radio input:checked + label:after {
  background-size: contain;
  color: var(--color-text);
  position: absolute;
  display: inline-block;
  content: "";
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
}
.gform_body .gfield_radio input:disabled {
  cursor: not-allowed;
}
.gform_body .gfield_radio input:disabled:checked + label:after {
  color: #999;
}
.gform_body .gfield_radio input:disabled + label {
  cursor: not-allowed;
}
.gform_body .gfield_radio input:disabled + label:before {
  background-color: #eee;
}
.gform_body .gfield_radio -transparent label:before {
  background: transparent;
}
.gform_body .gfield_radio -transparent input:checked + label:after {
  color: #FFF;
}
.gform_body .gfield_radio -transparent input:disabled:checked + label:after {
  color: var(--color-text);
}
.gform_body .gfield_radio label + label.error {
  display: block;
}

.gform_body select {
  background-color: var(--color-surface);
  border: 1px solid var(--color-borders);
  color: var(--color-text);
  padding: 1.5rem 2rem !important;
  height: 6rem;
  width: 100% !important;
  display: block;
  margin-left: 0;
  outline: none;
}
.gform_body select:hover {
  border-color: var(--color-borders--hover);
}

.gform_body textarea {
  background-color: var(--neg);
  border: none;
  color: var(--s1-text);
  height: 30rem;
  padding: 1.5rem 2rem !important;
  width: 100% !important;
  margin-left: 0;
  display: block;
  outline: none;
}
/* Placeholders
========================================================================== */
.wp-pagenavi span,
.wp-pagenavi a, .c-tag-nav-list__link, .c-article-nav-list__item, .blogg .sf-input-text,
.artiklar .sf-input-text, .c-search-input, .o-btn, .search-filter-reset, .b-hero-page--form .gform_footer .gform_button, input#wppb-recover-password-button,
[type=submit], .gform_body .gform_button,
.gform_body .button,
.gform_footer .gform_button,
.gform_footer .button,
.border-radius {
  border-radius: var(--space4);
}

.flex {
  display: flex;
}
.flex--center {
  align-items: center;
  justify-content: center;
}

.w-full {
  width: 100%;
  grid-column: 1/16;
}

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

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

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

.mr-2 {
  margin-right: 2rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-6 {
  margin-right: 6rem;
}

.b-related-pages-items {
  margin-top: 4rem;
}
@media screen and (min-width: 37.5em) {
  .b-related-pages-items {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-related-pages-items {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .b-related-pages-items {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 112.5em) {
  .b-related-pages-items {
    margin-top: 8rem;
  }
}

.wp-pagenavi, .c-tag-nav, .c-breadcrumbs, .b-focus-text {
  margin-bottom: 4rem;
}
@media screen and (min-width: 37.5em) {
  .wp-pagenavi, .c-tag-nav, .c-breadcrumbs, .b-focus-text {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .wp-pagenavi, .c-tag-nav, .c-breadcrumbs, .b-focus-text {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .wp-pagenavi, .c-tag-nav, .c-breadcrumbs, .b-focus-text {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 112.5em) {
  .wp-pagenavi, .c-tag-nav, .c-breadcrumbs, .b-focus-text {
    margin-bottom: 8rem;
  }
}

.noUi-handle:after, .noUi-handle:before, .b-products-news-items {
  margin-top: 6rem;
}
@media screen and (min-width: 37.5em) {
  .noUi-handle:after, .noUi-handle:before, .b-products-news-items {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 56.25em) {
  .noUi-handle:after, .noUi-handle:before, .b-products-news-items {
    margin-top: 9rem;
  }
}
@media screen and (min-width: 75em) {
  .noUi-handle:after, .noUi-handle:before, .b-products-news-items {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 112.5em) {
  .noUi-handle:after, .noUi-handle:before, .b-products-news-items {
    margin-top: 12rem;
  }
}

.b-product, .b-welcome-page, .b-text-img, .b-table, .b-search-filter-results,
.search-filter-results, .b-script, .b-spot-archives,
.b-news-archives,
.b-post-archives,
.b-article-archives, .b-calculate, .b-places, .b-maps, .b-mediabank, .b-persons, .b-promos, .b-galleries, .b-form, .b-embed, .b-download, .b-faq {
  margin-bottom: 6rem;
}
@media screen and (min-width: 37.5em) {
  .b-product, .b-welcome-page, .b-text-img, .b-table, .b-search-filter-results,
  .search-filter-results, .b-script, .b-spot-archives,
  .b-news-archives,
  .b-post-archives,
  .b-article-archives, .b-calculate, .b-places, .b-maps, .b-mediabank, .b-persons, .b-promos, .b-galleries, .b-form, .b-embed, .b-download, .b-faq {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-product, .b-welcome-page, .b-text-img, .b-table, .b-search-filter-results,
  .search-filter-results, .b-script, .b-spot-archives,
  .b-news-archives,
  .b-post-archives,
  .b-article-archives, .b-calculate, .b-places, .b-maps, .b-mediabank, .b-persons, .b-promos, .b-galleries, .b-form, .b-embed, .b-download, .b-faq {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 75em) {
  .b-product, .b-welcome-page, .b-text-img, .b-table, .b-search-filter-results,
  .search-filter-results, .b-script, .b-spot-archives,
  .b-news-archives,
  .b-post-archives,
  .b-article-archives, .b-calculate, .b-places, .b-maps, .b-mediabank, .b-persons, .b-promos, .b-galleries, .b-form, .b-embed, .b-download, .b-faq {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 112.5em) {
  .b-product, .b-welcome-page, .b-text-img, .b-table, .b-search-filter-results,
  .search-filter-results, .b-script, .b-spot-archives,
  .b-news-archives,
  .b-post-archives,
  .b-article-archives, .b-calculate, .b-places, .b-maps, .b-mediabank, .b-persons, .b-promos, .b-galleries, .b-form, .b-embed, .b-download, .b-faq {
    margin-bottom: 12rem;
  }
}

.home .c-promo .c-promo-content, .home .c-promo, .b-text-img.bg-light-grey, .b-table.bg-light-grey, .b-search-results-info, .b-script.bg-light-grey, .b-related-pages-content, .b-related-pages.bg-light-grey, .b-related-pages, .b-spot-archives.bg-light-grey,
.b-news-archives.bg-light-grey,
.b-post-archives.bg-light-grey,
.b-article-archives.bg-light-grey, .b-calculate.bg-light-grey, .b-places.bg-light-grey, .b-login, .b-persons.bg-light-grey, .b-promos-content, .b-promos.bg-light-grey, .home .b-post-archives, .b-galleries.bg-light-grey, .b-form.bg-light-grey, .b-embed.bg-light-grey, .b-download.bg-light-grey, .footer {
  padding-top: 4rem;
}
@media screen and (min-width: 37.5em) {
  .home .c-promo .c-promo-content, .home .c-promo, .b-text-img.bg-light-grey, .b-table.bg-light-grey, .b-search-results-info, .b-script.bg-light-grey, .b-related-pages-content, .b-related-pages.bg-light-grey, .b-related-pages, .b-spot-archives.bg-light-grey,
  .b-news-archives.bg-light-grey,
  .b-post-archives.bg-light-grey,
  .b-article-archives.bg-light-grey, .b-calculate.bg-light-grey, .b-places.bg-light-grey, .b-login, .b-persons.bg-light-grey, .b-promos-content, .b-promos.bg-light-grey, .home .b-post-archives, .b-galleries.bg-light-grey, .b-form.bg-light-grey, .b-embed.bg-light-grey, .b-download.bg-light-grey, .footer {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .home .c-promo .c-promo-content, .home .c-promo, .b-text-img.bg-light-grey, .b-table.bg-light-grey, .b-search-results-info, .b-script.bg-light-grey, .b-related-pages-content, .b-related-pages.bg-light-grey, .b-related-pages, .b-spot-archives.bg-light-grey,
  .b-news-archives.bg-light-grey,
  .b-post-archives.bg-light-grey,
  .b-article-archives.bg-light-grey, .b-calculate.bg-light-grey, .b-places.bg-light-grey, .b-login, .b-persons.bg-light-grey, .b-promos-content, .b-promos.bg-light-grey, .home .b-post-archives, .b-galleries.bg-light-grey, .b-form.bg-light-grey, .b-embed.bg-light-grey, .b-download.bg-light-grey, .footer {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .home .c-promo .c-promo-content, .home .c-promo, .b-text-img.bg-light-grey, .b-table.bg-light-grey, .b-search-results-info, .b-script.bg-light-grey, .b-related-pages-content, .b-related-pages.bg-light-grey, .b-related-pages, .b-spot-archives.bg-light-grey,
  .b-news-archives.bg-light-grey,
  .b-post-archives.bg-light-grey,
  .b-article-archives.bg-light-grey, .b-calculate.bg-light-grey, .b-places.bg-light-grey, .b-login, .b-persons.bg-light-grey, .b-promos-content, .b-promos.bg-light-grey, .home .b-post-archives, .b-galleries.bg-light-grey, .b-form.bg-light-grey, .b-embed.bg-light-grey, .b-download.bg-light-grey, .footer {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 112.5em) {
  .home .c-promo .c-promo-content, .home .c-promo, .b-text-img.bg-light-grey, .b-table.bg-light-grey, .b-search-results-info, .b-script.bg-light-grey, .b-related-pages-content, .b-related-pages.bg-light-grey, .b-related-pages, .b-spot-archives.bg-light-grey,
  .b-news-archives.bg-light-grey,
  .b-post-archives.bg-light-grey,
  .b-article-archives.bg-light-grey, .b-calculate.bg-light-grey, .b-places.bg-light-grey, .b-login, .b-persons.bg-light-grey, .b-promos-content, .b-promos.bg-light-grey, .home .b-post-archives, .b-galleries.bg-light-grey, .b-form.bg-light-grey, .b-embed.bg-light-grey, .b-download.bg-light-grey, .footer {
    padding-top: 8rem;
  }
}

.home .c-promo, .b-text-img.bg-light-grey, .b-table.bg-light-grey, .b-search-results-info, .b-script.bg-light-grey, .b-related-pages-content, .b-related-pages.bg-light-grey, .b-related-pages, .b-spot-archives.bg-light-grey,
.b-news-archives.bg-light-grey,
.b-post-archives.bg-light-grey,
.b-article-archives.bg-light-grey, .b-calculate.bg-light-grey, .b-places.bg-light-grey, .b-login, .b-persons.bg-light-grey, .b-promos-content, .b-promos.bg-light-grey, .home .b-post-archives, .b-products-news, .b-galleries.bg-light-grey, .b-form.bg-light-grey, .b-embed.bg-light-grey, .b-download.bg-light-grey, .footer {
  padding-bottom: 4rem;
}
@media screen and (min-width: 37.5em) {
  .home .c-promo, .b-text-img.bg-light-grey, .b-table.bg-light-grey, .b-search-results-info, .b-script.bg-light-grey, .b-related-pages-content, .b-related-pages.bg-light-grey, .b-related-pages, .b-spot-archives.bg-light-grey,
  .b-news-archives.bg-light-grey,
  .b-post-archives.bg-light-grey,
  .b-article-archives.bg-light-grey, .b-calculate.bg-light-grey, .b-places.bg-light-grey, .b-login, .b-persons.bg-light-grey, .b-promos-content, .b-promos.bg-light-grey, .home .b-post-archives, .b-products-news, .b-galleries.bg-light-grey, .b-form.bg-light-grey, .b-embed.bg-light-grey, .b-download.bg-light-grey, .footer {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .home .c-promo, .b-text-img.bg-light-grey, .b-table.bg-light-grey, .b-search-results-info, .b-script.bg-light-grey, .b-related-pages-content, .b-related-pages.bg-light-grey, .b-related-pages, .b-spot-archives.bg-light-grey,
  .b-news-archives.bg-light-grey,
  .b-post-archives.bg-light-grey,
  .b-article-archives.bg-light-grey, .b-calculate.bg-light-grey, .b-places.bg-light-grey, .b-login, .b-persons.bg-light-grey, .b-promos-content, .b-promos.bg-light-grey, .home .b-post-archives, .b-products-news, .b-galleries.bg-light-grey, .b-form.bg-light-grey, .b-embed.bg-light-grey, .b-download.bg-light-grey, .footer {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .home .c-promo, .b-text-img.bg-light-grey, .b-table.bg-light-grey, .b-search-results-info, .b-script.bg-light-grey, .b-related-pages-content, .b-related-pages.bg-light-grey, .b-related-pages, .b-spot-archives.bg-light-grey,
  .b-news-archives.bg-light-grey,
  .b-post-archives.bg-light-grey,
  .b-article-archives.bg-light-grey, .b-calculate.bg-light-grey, .b-places.bg-light-grey, .b-login, .b-persons.bg-light-grey, .b-promos-content, .b-promos.bg-light-grey, .home .b-post-archives, .b-products-news, .b-galleries.bg-light-grey, .b-form.bg-light-grey, .b-embed.bg-light-grey, .b-download.bg-light-grey, .footer {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 112.5em) {
  .home .c-promo, .b-text-img.bg-light-grey, .b-table.bg-light-grey, .b-search-results-info, .b-script.bg-light-grey, .b-related-pages-content, .b-related-pages.bg-light-grey, .b-related-pages, .b-spot-archives.bg-light-grey,
  .b-news-archives.bg-light-grey,
  .b-post-archives.bg-light-grey,
  .b-article-archives.bg-light-grey, .b-calculate.bg-light-grey, .b-places.bg-light-grey, .b-login, .b-persons.bg-light-grey, .b-promos-content, .b-promos.bg-light-grey, .home .b-post-archives, .b-products-news, .b-galleries.bg-light-grey, .b-form.bg-light-grey, .b-embed.bg-light-grey, .b-download.bg-light-grey, .footer {
    padding-bottom: 8rem;
  }
}

.b-expand-boxes, .b-welcome, .b-search-results-products, .b-search-results-articles, .b-search-results-nav, .b-mediabank, .b-products-news, .b-hero-page--no-img, .b-focus {
  padding-top: 8rem;
}
@media screen and (min-width: 37.5em) {
  .b-expand-boxes, .b-welcome, .b-search-results-products, .b-search-results-articles, .b-search-results-nav, .b-mediabank, .b-products-news, .b-hero-page--no-img, .b-focus {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-expand-boxes, .b-welcome, .b-search-results-products, .b-search-results-articles, .b-search-results-nav, .b-mediabank, .b-products-news, .b-hero-page--no-img, .b-focus {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 75em) {
  .b-expand-boxes, .b-welcome, .b-search-results-products, .b-search-results-articles, .b-search-results-nav, .b-mediabank, .b-products-news, .b-hero-page--no-img, .b-focus {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 112.5em) {
  .b-expand-boxes, .b-welcome, .b-search-results-products, .b-search-results-articles, .b-search-results-nav, .b-mediabank, .b-products-news, .b-hero-page--no-img, .b-focus {
    padding-top: 14rem;
  }
}

.b-welcome, .b-search-results-products, .b-search-results-articles, .b-mediabank, .b-hero-page--no-img, .b-focus {
  padding-bottom: 8rem;
}
@media screen and (min-width: 37.5em) {
  .b-welcome, .b-search-results-products, .b-search-results-articles, .b-mediabank, .b-hero-page--no-img, .b-focus {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome, .b-search-results-products, .b-search-results-articles, .b-mediabank, .b-hero-page--no-img, .b-focus {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 75em) {
  .b-welcome, .b-search-results-products, .b-search-results-articles, .b-mediabank, .b-hero-page--no-img, .b-focus {
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 112.5em) {
  .b-welcome, .b-search-results-products, .b-search-results-articles, .b-mediabank, .b-hero-page--no-img, .b-focus {
    padding-bottom: 14rem;
  }
}

.b-quote {
  padding-top: 14rem;
}
@media screen and (min-width: 37.5em) {
  .b-quote {
    padding-top: 17rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-quote {
    padding-top: 18rem;
  }
}
@media screen and (min-width: 75em) {
  .b-quote {
    padding-top: 19rem;
  }
}
@media screen and (min-width: 112.5em) {
  .b-quote {
    padding-top: 25rem;
  }
}

.b-quote {
  padding-bottom: 14rem;
}
@media screen and (min-width: 37.5em) {
  .b-quote {
    padding-bottom: 17rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-quote {
    padding-bottom: 18rem;
  }
}
@media screen and (min-width: 75em) {
  .b-quote {
    padding-bottom: 19rem;
  }
}
@media screen and (min-width: 112.5em) {
  .b-quote {
    padding-bottom: 25rem;
  }
}

/*  General
========================================================================== */
.footer {
  background-color: var(--s1-bg);
  position: relative;
  overflow: hidden;
}
.footer:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  width: 33%;
  height: 110%;
  position: absolute;
  clip-path: polygon(45% 0, 100% 0%, 100% 99%, 0% 100%);
  background-color: var(--s2-bg);
}
@media screen and (min-width: 37.5em) {
  .footer:after {
    clip-path: polygon(45% 0, 100% 0%, 100% 99%, 0% 100%);
  }
}
@media screen and (min-width: 56.25em) {
  .footer:after {
    clip-path: polygon(50% 0, 100% 0%, 100% 99%, 0% 100%);
  }
}
@media screen and (min-width: 75em) {
  .footer:after {
    clip-path: polygon(35% 0, 100% 0%, 100% 99%, 0% 100%);
  }
}
.footer-content {
  grid-column: 1/13;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (min-width: 56.25em) {
  .footer-content {
    grid-gap: 0 40px;
  }
}
.footer__col-one {
  grid-column: 1/13;
  margin-bottom: var(--space3);
  z-index: 13;
}
@media screen and (min-width: 75em) {
  .footer__col-one {
    grid-column: 1/4;
    margin: 0;
  }
}
.footer__col-two {
  grid-column: 1/13;
  margin-bottom: var(--space3);
  z-index: 12;
}
@media screen and (min-width: 75em) {
  .footer__col-two {
    grid-column: 4/9;
    display: flex;
    margin: 0;
  }
}
.footer__col-three {
  grid-column: 1/13;
  margin-bottom: var(--space3);
  z-index: 13;
}
@media screen and (min-width: 75em) {
  .footer__col-three {
    grid-column: 10/13;
    margin: 0;
  }
}
.footer__link {
  text-decoration: none;
  color: var(--neg);
}
.footer__link:hover {
  color: var(--neg);
}
.footer__link--newsletter {
  border: 1px #fff solid;
  padding: var(--space1) var(--space3);
  margin-bottom: var(--space3);
  margin-top: 1rem;
  display: inline-block;
  border-radius: 34px;
  cursor: pointer;
}
.footer__headline {
  color: var(--neg);
  margin-bottom: 0;
}
.footer__sub-headline {
  color: var(--neg);
  margin-bottom: var(--space1);
}
.footer__paragraph {
  color: var(--neg);
  margin: 0;
}
.footer-list {
  list-style-type: none;
  margin-bottom: 0;
}
.footer-list__link {
  color: var(--neg);
}
.footer-list__link:hover {
  color: var(--neg);
}
.footer-list__item {
  color: var(--neg);
  text-align: right;
}
.footer-list__item:first-child {
  font-weight: 700;
}

.footer-social-items {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--space1);
}
.footer-social-item__svg {
  width: 24px;
  height: 24px;
}

.c-corporategroup {
  margin-top: var(--space3);
}
@media screen and (min-width: 56.25em) {
  .c-corporategroup {
    margin-top: var(--space5);
    width: 50vw;
  }
}
.c-corporategroup-text {
  color: var(--neg);
}
.c-corporategroup-links {
  display: flex;
  margin-top: var(--space1);
}
.c-corporategroup-links__item {
  display: block;
  padding: 0.5rem 0;
  color: var(--neg);
  margin-right: 1rem;
}
.c-corporategroup-links__item:last-child {
  margin-right: 0;
}
.c-corporategroup-links__item:hover {
  color: var(--neg);
  text-decoration: underline;
}

.header {
  background-color: var(--s1-bg);
  background-color: rgba(79, 121, 144, 0.95);
  z-index: 919;
  height: 7rem;
  position: fixed;
  width: 100%;
  top: 0;
}
@media screen and (min-width: 75em) {
  .header {
    height: 10rem;
    position: sticky;
  }
}
.header-content {
  height: 100%;
}
.header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column: 1/6;
}
@media screen and (min-width: 56.25em) {
  .header-left {
    grid-column: 1/4;
  }
}
@media screen and (min-width: 75em) {
  .header-left {
    height: 10rem;
  }
}
.header-right {
  display: flex;
  grid-column: 6/16;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 56.25em) {
  .header-right {
    grid-column: 4/16;
  }
}
@media screen and (min-width: 75em) {
  .header-right {
    height: 10rem;
  }
}
.header-logo {
  max-width: 100px;
}
@media screen and (min-width: 75em) {
  .header-logo {
    max-width: 150px;
  }
}
.header-logo__link {
  display: block;
}
.header-logo__img {
  display: block;
}
.header-shortcuts {
  display: flex;
  align-items: center;
}
.header .c-menu-button {
  position: relative;
  margin-top: 0.25rem;
  margin-right: -2rem;
}
.header .c-menu-button button:focus {
  outline: none;
}
@media screen and (min-width: 75em) {
  .header .c-menu-button {
    display: none;
  }
}

.o-hamburger {
  opacity: 1;
  position: fixed;
  z-index: 1001;
  right: 10rem;
  background-color: #3B3B38 !important;
  pointer-events: initial;
}
@media screen and (min-width: 56.25em) {
  .o-hamburger {
    z-index: 997;
  }
}

.b-search-box {
  height: 7rem;
  background-color: var(--s3-bg);
  background-color: rgba(99, 177, 229, 0.9);
  position: fixed;
  top: 10;
  width: 100%;
  z-index: 8;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 75em) {
  .b-search-box {
    height: 10rem;
  }
}
.search-box-open .b-search-box {
  transform: translateY(100%);
}

.c-search {
  display: flex;
  padding: 0 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 500px;
  position: relative;
}
.c-search-input {
  background: none;
  background-image: url(../img/search.svg);
  background-position: 95%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  border: solid 1px var(--neg);
  display: inline-block;
  cursor: auto;
  color: var(--neg);
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  white-space: nowrap;
  line-height: 2;
  min-height: 2rem;
  width: calc(100% - 48px);
  height: 36px;
  padding: 0 2rem;
}
@media screen and (min-width: 75em) {
  .c-search-input {
    height: 48px;
    padding: 0 4rem;
  }
}
.c-search-input::-webkit-search-cancel-button {
  display: none;
}
.c-search ::-webkit-input-placeholder { /* Edge */
  color: var(--neg);
}
.c-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--neg);
}
.c-search ::placeholder {
  color: var(--neg);
}

.c-search-submit {
  margin-left: 2rem;
  padding: 0;
  appearance: none;
  background: none;
  border: none;
  width: 48px !important;
  height: 36px;
  display: block;
  position: absolute;
  right: 6rem;
  z-index: 9999999999;
  opacity: 0;
}

/* Blocks
========================================================================== */
.b-cta-content {
  grid-column: 1/16;
}
.b-cta-header, .b-cta-text {
  grid-column: 1/16;
}
.b-cta-items {
  display: grid;
  grid-column: 1/16;
  grid-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-cta-items {
    grid-gap: 0 4rem;
  }
}

.b-faq-content {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-faq-content {
    grid-column: 1/12;
  }
  .page-template-page-center .b-faq-content {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-faq-content {
    grid-column: 4/12;
  }
  .page-template-page-center .b-faq-content {
    grid-column: 4/13;
  }
}
.b-faq-items {
  display: grid;
  grid-column: 1/16;
  grid-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-faq-items {
    grid-gap: 0 4rem;
  }
}
@media screen and (min-width: 75em) {
  .b-faq-items {
    grid-column: 4/13;
  }
}
.b-faq-item {
  grid-column: 1/13;
  margin-bottom: var(--space2);
  padding-bottom: var(--space2);
}
.b-faq__headline {
  text-align: center;
}

.c-accordion {
  border-bottom: solid 1px var(--s1-border);
  position: relative;
}
.c-accordion-header {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}
.c-accordion-header__title {
  margin: 0;
  padding: 2rem 0 2.5rem 0;
}
.c-accordion-header__title::before {
  display: none;
}
.c-accordion-header__icon {
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: 0.5rem;
  margin-top: -2px;
}
.c-accordion-header__icon .horiz {
  transform-origin: 50% 50%;
  transition: transform 0.3s ease-in-out;
}
.c-accordion-content {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.14, 0.99, 0.43, 0.99);
  will-change: max-height;
}
.c-accordion-content-inner {
  padding-bottom: 8rem;
  transition: opacity 0.3s cubic-bezier(0.14, 0.99, 0.43, 0.99), transform 0.3s cubic-bezier(0.14, 0.99, 0.43, 0.99);
}
.c-accordion-content-inner ul {
  padding-left: 0;
}
.c-accordion--init .c-accordion-content {
  height: 0;
  opacity: 0;
}
.c-accordion-content p, .c-accordion-content li {
  max-width: 120ch;
  color: #3B3B38;
}
.c-accordion-content ul {
  margin-top: 2rem;
}
.c-accordion-content li {
  padding-bottom: 0rem;
}
.c-accordion.is-hidden .c-accordion-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.c-accordion.is-active .c-accordion-header__icon .horiz {
  transform: scaleY(0);
}
.c-accordion.is-hidden .c-accordion-content-inner {
  transform: translateY(-20px);
  opacity: 0;
}

.b-product-download .c-accordion {
  border-bottom: none;
}
.b-product-download .c-accordion-content-inner {
  padding-bottom: 2rem;
}

.page-template-password-pages .b-welcome-page .b-faq,
.page-template-default .b-welcome-page .b-faq {
  padding: 0;
}
.page-template-password-pages .b-welcome-page .b-faq-content,
.page-template-default .b-welcome-page .b-faq-content {
  grid-column: 1/16;
}

.page-template-password-pages .b-welcome-page .b-faq {
  grid-column: 1/13;
}

.b-download-header, .b-download-text {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-download-header, .b-download-text {
    grid-column: 1/12;
  }
  .page-template-page-center .b-download-header, .page-template-page-center .b-download-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-download-header, .b-download-text {
    grid-column: 4/12;
  }
  .page-template-page-center .b-download-header, .page-template-page-center .b-download-text {
    grid-column: 4/13;
  }
}
.b-download-content {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-download-content {
    grid-column: 1/13;
  }
  .page-template-page-center .b-download-content {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-download-content {
    grid-column: 4/16;
  }
  .page-template-page-center .b-download-content {
    grid-column: 4/13;
  }
}
.b-download-items .c-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 0;
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-download-items .c-list {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 1rem;
  }
}
.b-download-items .c-list-item {
  grid-column: span 16;
}
@media screen and (min-width: 56.25em) {
  .b-download-items .c-list-item {
    grid-column: span 6;
  }
}
@media screen and (min-width: 75em) {
  .b-download-items .c-list-item {
    grid-column: span 4;
  }
}

.page-template-default .b-welcome-page .b-download {
  padding: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 56.25em) {
  .page-template-default .b-welcome-page .b-download {
    margin-bottom: 3rem;
  }
}
.page-template-default .b-welcome-page .b-download-content {
  grid-column: 1/16;
  border-bottom: solid 1px var(--s1-border);
}
@media screen and (min-width: 75em) {
  .page-template-default .b-welcome-page .b-download-content .c-list-item {
    grid-column: span 6;
  }
}

.b-foldout {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-gap: 1rem;
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-foldout {
    grid-template-columns: repeat(4, 1fr);
  }
}
.b-foldout-item {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  margin-bottom: var(--space4);
}
.b-foldout-item-media {
  margin-bottom: var(--space1);
  position: relative;
  overflow: hidden;
}
.b-foldout-item-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.b-foldout-item-media > .b-foldout-item-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-foldout-item-media {
  width: 100%;
}
.b-foldout-item-media__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  display: block;
}
.b-foldout .b-foldout-item.--active {
  position: relative;
}
.b-foldout .b-foldout-item.--active:after {
  border: solid 1px var(--s1-border);
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6rem;
}
.b-foldout .b-foldout-item.--active:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid var(--s1-border);
  left: 80%;
  bottom: -7rem;
}
.b-foldout-box {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-top: 8rem;
}
@media screen and (min-width: 56.25em) {
  .b-foldout-box {
    grid-column: span 4;
  }
}
.b-foldout-box-item {
  display: none;
}
.b-foldout-box-item.--active {
  display: block;
}
.b-foldout-box-item-close__svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -24px;
  right: 0;
  cursor: pointer;
}
.b-foldout-box-close {
  display: none;
}
.b-foldout-item-content__headline {
  margin-bottom: 0.5rem;
}

.b-embed-header, .b-embed-text {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-embed-header, .b-embed-text {
    grid-column: 1/12;
  }
  .page-template-page-center .b-embed-header, .page-template-page-center .b-embed-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-embed-header, .b-embed-text {
    grid-column: 4/12;
  }
  .page-template-page-center .b-embed-header, .page-template-page-center .b-embed-text {
    grid-column: 4/13;
  }
}
.b-embed-content {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-embed-content {
    grid-column: 1/12;
  }
  .page-template-page-center .b-embed-content {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-embed-content {
    grid-column: 4/12;
  }
  .page-template-page-center .b-embed-content {
    grid-column: 4/13;
  }
}

.b-focus {
  background-color: var(--s3-bg);
}
.b-focus-text {
  grid-column: 1/16;
  display: flex;
  justify-content: center;
}
.b-focus-items {
  grid-column: 1/16;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-focus-items {
    grid-gap: 0 4rem;
  }
}
.b-focus__paragraph {
  color: var(--neg);
  max-width: 80ch;
  text-align: center;
}

.b-entrances {
  position: relative;
  top: -2rem;
}
@media screen and (min-width: 56.25em) {
  .b-entrances {
    top: -4rem;
  }
}
.b-entrances-content {
  grid-column: 1/16;
}
.b-entrances__headline {
  text-align: center;
}
.b-entrances-text {
  margin: 0 auto 6rem auto;
  max-width: 80ch;
}
.b-entrances__paragraph {
  text-align: center;
}
.b-entrances-items {
  display: grid;
  grid-column: 1/16;
  grid-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-entrances-items {
    grid-gap: 0 4rem;
  }
}
.b-entrances .c-promo.c-promo--entrance {
  grid-column: span 15;
}
@media screen and (min-width: 56.25em) {
  .b-entrances .c-promo.c-promo--entrance {
    grid-column: span 5;
  }
}

.b-form__col-one {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-form__col-one {
    grid-column: 1/8;
  }
}
.b-form__col-two {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-form__col-two {
    grid-column: 8/16;
  }
  .b-form__col-two .gform_wrapper {
    margin-top: 0;
  }
}
.l-grid--hero {
  margin: 0 auto;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  min-height: 65vh;
}
@media screen and (min-width: 56.25em) {
  .l-grid--hero {
    max-height: 65vh;
    overflow: hidden;
  }
}
@media screen and (min-width: 56.25em) {
  .l-grid--hero .b-hero-media {
    max-height: inherit;
    overflow: hidden;
  }
}

.b-hero-link {
  position: relative;
  text-decoration: none;
  color: var(--color-text);
}
.b-hero-link:hover {
  text-decoration: none;
}
.b-hero-media {
  grid-column: 1/13;
  z-index: 99;
  position: relative;
  overflow: hidden;
}
.b-hero-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.b-hero-media > .b-hero-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-hero-media {
  grid-row: 1;
  position: relative;
  overflow: hidden;
}
.b-hero-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.b-hero-media > .b-hero-media video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 56.25em) {
  .b-hero-media {
    position: relative;
    overflow: hidden;
  }
  .b-hero-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .b-hero-media > .b-hero-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .b-hero-media {
    grid-row: 1;
  }
}
@media screen and (min-width: 112.5em) {
  .b-hero-media {
    position: relative;
    overflow: hidden;
  }
  .b-hero-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.8571428571%;
  }
  .b-hero-media > .b-hero-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.b-hero-media:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  opacity: 0.32;
}
.b-hero-media img {
  height: 100%;
}
.b-hero-media video {
  width: 100%;
  height: 100%;
}
.b-hero-text-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-hero-text-links .o-btn, .b-hero-text-links .search-filter-reset, .b-hero-text-links input#wppb-recover-password-button,
.b-hero-text-links [type=submit], .b-hero-text-links .gform_body .gform_button, .gform_body .b-hero-text-links .gform_button,
.b-hero-text-links .gform_body .button,
.gform_body .b-hero-text-links .button,
.b-hero-text-links .gform_footer .gform_button,
.gform_footer .b-hero-text-links .gform_button,
.b-hero-text-links .gform_footer .button,
.gform_footer .b-hero-text-links .button {
  margin-right: var(--space3);
}
.b-hero-text-links .o-btn:last-child, .b-hero-text-links .search-filter-reset:last-child, .b-hero-text-links input#wppb-recover-password-button:last-child,
.b-hero-text-links [type=submit]:last-child, .b-hero-text-links .gform_body .gform_button:last-child, .gform_body .b-hero-text-links .gform_button:last-child,
.b-hero-text-links .gform_body .button:last-child,
.gform_body .b-hero-text-links .button:last-child,
.b-hero-text-links .gform_footer .gform_button:last-child,
.gform_footer .b-hero-text-links .gform_button:last-child,
.b-hero-text-links .gform_footer .button:last-child,
.gform_footer .b-hero-text-links .button:last-child {
  margin-right: 0;
}
.b-hero-text {
  padding-top: 6rem;
  padding-bottom: 5rem;
  grid-column: 2/12;
  z-index: 999;
  display: flex;
  align-items: center;
  grid-row: 1;
}
@media screen and (min-width: 56.25em) {
  .b-hero-text {
    grid-row: 1;
  }
}
.b-hero-text-wrapper {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 56.25em) {
  .b-hero-text-wrapper {
    text-align: center;
  }
}
.b-hero__headline {
  color: var(--neg);
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 56.25em) {
  .b-hero__headline {
    text-align: center;
  }
}
.b-hero__paragraph {
  color: var(--neg);
  text-transform: uppercase;
}

.b-hero-page {
  background-color: var(--color-surface);
}
.b-hero-page--no-img .b-hero-page-content {
  grid-template-rows: auto auto;
  min-height: 200px;
}
@media screen and (min-width: 56.25em) {
  .b-hero-page--no-img .b-hero-page-content {
    grid-template-rows: auto auto;
  }
}
.b-hero-page--no-img .b-hero-page-header {
  align-items: flex-end;
  grid-column: 1/13;
  padding-top: 0;
  padding-bottom: 0;
}
.b-hero-page--no-img .b-hero-page-header .b-hero-page__headline {
  color: var(--color-heading);
}
.b-hero-page--no-img .b-hero-page-text {
  padding-top: 0;
  padding-bottom: 0;
  align-items: flex-start;
}
.b-hero-page-content {
  grid-column: 1/13;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(12, 1fr);
}
.b-hero-page-media {
  grid-column: 1/13;
  grid-row-start: 1;
  position: relative;
  overflow: hidden;
}
.b-hero-page-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.b-hero-page-media > .b-hero-page-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-hero-page-media {
  max-height: 50vh;
}
@media screen and (min-width: 56.25em) {
  .b-hero-page-media {
    grid-row: 1/2;
    position: relative;
    overflow: hidden;
  }
  .b-hero-page-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .b-hero-page-media > .b-hero-page-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .b-hero-page-media {
    position: relative;
    overflow: hidden;
  }
  .b-hero-page-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.8571428571%;
  }
  .b-hero-page-media > .b-hero-page-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.b-hero-page-media {
  position: relative;
  /*
  &:after {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      pointer-events: none;
      opacity: 0.32;
  }
  */
}
.b-hero-page-media__img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  display: block;
}
.b-hero-page-header {
  grid-column: 1/13;
  grid-row-start: 1;
  display: flex;
  align-items: center;
  z-index: 998;
  padding-left: 2rem;
  padding-right: 2rem;
  background: none;
  position: relative;
  z-index: 1;
}
.b-hero-page-header-holder {
  grid-column: 1/13;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.b-hero-page-text {
  grid-column: 1/13;
  grid-row: 2/3;
  height: 100%;
  padding: 6rem 6rem 6rem 6rem;
  background-color: transparent;
}
@media screen and (min-width: 37.5em) {
  .b-hero-page-text {
    padding: 8rem 8rem 8rem 8rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-hero-page-text {
    padding: 10rem 10rem 10rem 10rem;
  }
}
.b-hero-page-text-holder {
  grid-column: 1/13;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-hero-page__headline {
  text-align: center;
  color: #fff;
}
.b-hero-page__headline--dark {
  color: #232323;
}
.b-hero-page__paragraph {
  color: rgb(200, 200, 200);
  margin-bottom: 0;
  text-align: center;
  max-width: 60ch;
  margin: 0 auto;
}
.b-hero-page__paragraph--dark {
  color: var(--s1-heading);
}

.b-hero-page #gform_fields_login .gfield input {
  background-image: url(../img/password-grey.svg);
  padding-left: 5.5rem !important;
}
.b-hero-page #gform_fields_login .gfield:first-child input {
  background-image: url(../img/user-grey.svg);
}
.b-hero-page--form .b-hero-text {
  width: 400px;
  margin: 0 auto;
}
.b-hero-page--form .b-hero-text-wrapper {
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
}
.b-hero-page--form .b-hero-text-wrapper .o-btn.o-btn--s1-bg, .b-hero-page--form .b-hero-text-wrapper .o-btn--s1-bg.search-filter-reset, .b-hero-page--form .b-hero-text-wrapper .gform_footer .o-btn--s1-bg.gform_button, .b-hero-page--form .gform_footer .b-hero-text-wrapper .o-btn--s1-bg.gform_button, .b-hero-page--form .b-hero-text-wrapper input.o-btn--s1-bg#wppb-recover-password-button,
.b-hero-page--form .b-hero-text-wrapper .o-btn--s1-bg[type=submit], .b-hero-page--form .b-hero-text-wrapper .gform_body .o-btn--s1-bg.gform_button, .gform_body .b-hero-page--form .b-hero-text-wrapper .o-btn--s1-bg.gform_button,
.b-hero-page--form .b-hero-text-wrapper .gform_body .o-btn--s1-bg.button,
.gform_body .b-hero-page--form .b-hero-text-wrapper .o-btn--s1-bg.button,
.gform_footer .b-hero-page--form .b-hero-text-wrapper .o-btn--s1-bg.gform_button,
.b-hero-page--form .b-hero-text-wrapper .gform_footer .o-btn--s1-bg.button,
.gform_footer .b-hero-page--form .b-hero-text-wrapper .o-btn--s1-bg.button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.b-hero-page--form .b-hero-text .gfield--type-remember_me {
  display: none;
}
.b-hero-page--form .gform_wrapper {
  margin: 0 !important;
}
.b-hero-page--form .gf_login_form {
  display: flex;
  align-items: center;
}
.b-hero-page--form .gf_login_links {
  display: block;
  position: absolute;
  bottom: -30px;
}
.b-hero-page--form .gform_body {
  display: flex;
  align-items: center;
}
.b-hero-page--form .gform_body .gform_fields {
  width: 400px;
}
.b-hero-page--form .gform_body .gfield {
  margin-bottom: 1rem !important;
}
.b-hero-page--form [type=text],
.b-hero-page--form [type=password] {
  width: 400px !important;
}
.b-hero-page--form [type=password] {
  margin-bottom: 20px !important;
}
.b-hero-page--form .gform_footer {
  display: flex;
  justify-content: flex-start;
  padding: 0 !important;
  margin: 0 !important;
}
.b-hero-page--form .gform_footer .gform_button {
  text-transform: none;
  left: 0;
  right: auto;
}
.b-hero-page--form .gfield_label {
  color: var(--neg);
}
.b-hero-page--form .gform_body .gfield_checkbox label {
  color: var(--neg);
}
.b-hero-page--form .gfield_checkbox label:before {
  background-image: url(../img/checkbox--unchecked-neg.svg) !important;
}
.b-hero-page--form .gfield_checkbox input:checked + label:after {
  background-image: url(../img/checkbox--checked-neg.svg) !important;
}
.b-hero-page--form .ginput_container_checkbox {
  display: none;
}
.b-hero-page--form .gform_button {
  margin: 0 !important;
}
.b-hero-page--form a {
  color: var(--neg);
}
.b-hero-page--form a:last-child {
  margin-right: 0;
}

.b-hero-page .b-hero-page-text {
  grid-row: 1/1;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-hero-page--text {
  background: var(--s3-bg);
}
.b-hero-page--text .b-hero-page-media {
  grid-row: 1/2;
}
@media screen and (min-width: 56.25em) {
  .b-hero-page--text .b-hero-page-media {
    grid-row: 1/2;
    grid-column: 7/13;
    position: relative;
    overflow: hidden;
  }
  .b-hero-page--text .b-hero-page-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .b-hero-page--text .b-hero-page-media > .b-hero-page-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .b-hero-page--text .b-hero-page-media {
    grid-row: 1/2;
    grid-column: 7/13;
  }
}
.b-hero-page--text .b-hero-page-text {
  grid-row: 2/3;
  padding: 4rem 2rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 56.25em) {
  .b-hero-page--text .b-hero-page-text {
    grid-row: 1/2;
    grid-column: 1/7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 8rem;
  }
}
@media screen and (min-width: 75em) {
  .b-hero-page--text .b-hero-page-text {
    grid-row: 1/2;
    grid-column: 1/7;
    padding: 0 10rem;
  }
}
@media screen and (min-width: 112.5em) {
  .b-hero-page--text .b-hero-page-text {
    grid-column: 3/7;
  }
}
.b-hero-page--text .b-hero-page-text-wrapper {
  grid-column: 1/7;
  width: 100%;
}
.b-hero-page--text .b-hero-page__headline {
  color: var(--neg);
  text-align: left;
}
.b-hero-page--text .b-hero-page__paragraph {
  color: var(--neg);
  text-align: left;
  margin: 0;
}

.b-galleries-header, .b-galleries-text {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-galleries-header, .b-galleries-text {
    grid-column: 1/12;
  }
  .page-template-page-center .b-galleries-header, .page-template-page-center .b-galleries-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-galleries-header, .b-galleries-text {
    grid-column: 4/12;
  }
  .page-template-page-center .b-galleries-header, .page-template-page-center .b-galleries-text {
    grid-column: 4/13;
    text-align: center;
  }
}
.b-galleries-items {
  display: grid;
  grid-column: 1/16;
  grid-gap: 0 2rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 75em) {
  .page-template-page-center .b-galleries__headline {
    text-align: center;
  }
}
.b-galleries--1 .c-gallery-item {
  grid-column: 1/13;
  display: grid;
}
.b-galleries--2 .c-gallery-item:nth-child(odd) {
  grid-column: 1/13;
}
@media screen and (min-width: 37.5em) {
  .b-galleries--2 .c-gallery-item:nth-child(odd) {
    grid-column: 1/7;
  }
}
.b-galleries--2 .c-gallery-item:nth-child(even) {
  grid-column: 1/13;
}
@media screen and (min-width: 37.5em) {
  .b-galleries--2 .c-gallery-item:nth-child(even) {
    grid-column: 7/13;
  }
}
.b-galleries--3 .c-gallery-item {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-galleries--3 .c-gallery-item {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-galleries--3 .c-gallery-item {
    grid-column: span 4;
  }
}
.b-galleries--4 .c-gallery-item {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-galleries--4 .c-gallery-item {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-galleries--4 .c-gallery-item {
    grid-column: span 3;
    display: block;
  }
}

.b-products-news-content {
  grid-column: 1/13;
}
.b-products-news-header {
  grid-column: 1/13;
}
.b-products-news__headline {
  text-align: center;
}
.b-products-news-text {
  margin-bottom: 6rem;
  grid-column: 1/13;
}
.b-products-news__paragraph {
  text-align: center;
}
.b-products-news-items {
  grid-column: 1/13;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.b-products-news--2 .c-product-excerpt {
  width: 25%;
}
.b-products-news--3 .c-product-excerpt {
  width: 50%;
  max-width: 50%;
}
@media screen and (min-width: 37.5em) {
  .b-products-news--3 .c-product-excerpt {
    width: 33.33%;
  }
}
.b-products-news-4 .c-product-excerpt {
  width: 50%;
  max-width: 50%;
}
@media screen and (min-width: 56.25em) {
  .b-products-news-4 .c-product-excerpt {
    width: 25%;
  }
}

.home .b-post-archives {
  background-color: var(--s4-bg);
  padding-left: 30px;
  padding-right: 30px;
}
.home .b-post-archives-items {
  grid-column: 1/13;
  display: flex;
}

.home .c-post-excerpt {
  margin-bottom: var(--space2);
  background-color: var(--neg);
}

.home .b-promos {
  margin-bottom: 0;
}
.home .b-promos-content {
  grid-column: 1/13;
  padding: 0;
  margin: 0;
}
.home .b-promos-header, .home .b-promos-text {
  grid-column: 1/16;
}
.home .b-promos-items {
  display: grid;
  grid-column: 1/16;
  grid-gap: 0;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .home .b-promos-items {
    grid-gap: 0 4rem;
  }
}

@media screen and (min-width: 56.25em) {
  .b-promos.left-text .c-promo-media {
    order: 2;
  }
}
@media screen and (min-width: 56.25em) {
  .b-promos.left-text .c-promo-content {
    order: 1;
    padding-top: var(--space4);
    padding-right: var(--space4);
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .b-promos--1 .b-promos.left-text .c-promo-content {
    padding-top: var(--space5);
    padding-right: var(--space5);
  }
}
@media screen and (min-width: 112.5em) {
  .b-promos--1 .b-promos.left-text .c-promo-content {
    padding-top: var(--space6);
    padding-right: var(--space6);
  }
}
.b-promos-header, .b-promos-text {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-promos-header, .b-promos-text {
    grid-column: 1/12;
  }
  .page-template-page-center .b-promos-header, .page-template-page-center .b-promos-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-promos-header, .b-promos-text {
    grid-column: 4/12;
  }
  .page-template-page-center .b-promos-header, .page-template-page-center .b-promos-text {
    grid-column: 4/13;
    text-align: center;
  }
}
.b-welcome-page .b-promos-content {
  padding-left: 0;
  padding-right: 0;
}
.b-promos-image {
  position: relative;
  overflow: hidden;
}
.b-promos-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.b-promos-image > .b-promos-image__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-promos-image-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (min-width: 75em) {
  .page-template-page-center .b-promos__headline {
    text-align: center;
  }
}
.b-promos-items {
  display: grid;
  grid-column: 1/16;
  grid-gap: 0 2rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-promos-items {
    grid-gap: 0 4rem;
  }
}
.b-promos--1 .c-articles-excerpt,
.b-promos--1 .c-promo {
  grid-column: span 13;
}
.b-promos--2 .c-articles-excerpt,
.b-promos--2 .c-promo {
  grid-column: span 13;
}
@media screen and (min-width: 56.25em) {
  .b-promos--2 .c-articles-excerpt,
  .b-promos--2 .c-promo {
    grid-column: span 6;
  }
}
.b-promos--3 .c-articles-excerpt,
.b-promos--3 .c-promo {
  grid-column: span 13;
}
@media screen and (min-width: 56.25em) {
  .b-promos--3 .c-articles-excerpt,
  .b-promos--3 .c-promo {
    grid-column: span 4;
  }
}
.b-promos--4 .c-articles-excerpt,
.b-promos--4 .c-promo {
  grid-column: span 13;
}
@media screen and (min-width: 56.25em) {
  .b-promos--4 .c-articles-excerpt,
  .b-promos--4 .c-promo {
    grid-column: span 3;
  }
}

.b-persons-content {
  grid-column: 1/16;
}
.b-persons-header, .b-persons-text {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-persons-header, .b-persons-text {
    grid-column: 1/12;
  }
  .page-template-page-center .b-persons-header, .page-template-page-center .b-persons-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-persons-header, .b-persons-text {
    grid-column: 4/12;
  }
  .page-template-page-center .b-persons-header, .page-template-page-center .b-persons-text {
    grid-column: 4/13;
    text-align: center;
  }
}
.b-persons-items {
  display: grid;
  grid-column: 1/16;
  grid-gap: 0 2rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-persons-items {
    grid-gap: 0 4rem;
  }
}
@media screen and (min-width: 75em) {
  .page-template-page-center .b-persons__headline {
    text-align: center;
  }
}
.b-persons--1 .c-person {
  grid-column: 1/13;
}
.b-persons--2 .c-person:nth-child(odd) {
  grid-column: 1/13;
}
@media screen and (min-width: 37.5em) {
  .b-persons--2 .c-person:nth-child(odd) {
    grid-column: 1/7;
  }
}
.b-persons--2 .c-person:nth-child(even) {
  grid-column: 1/13;
}
@media screen and (min-width: 37.5em) {
  .b-persons--2 .c-person:nth-child(even) {
    grid-column: 7/13;
  }
}
.b-persons--3 .c-person {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-persons--3 .c-person {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-persons--3 .c-person {
    grid-column: span 4;
  }
}
.b-persons--4 .c-person {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-persons--4 .c-person {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-persons--4 .c-person {
    grid-column: span 3;
  }
}

.b-login {
  background-color: var(--s4-bg);
}
.b-login-media {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-login-media {
    grid-column: 1/7;
  }
}
.b-login-text {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-login-text {
    grid-column: 8/16;
  }
}

.logga-in .b-welcome-page__headline,
.logga-in .preamble,
.logga-in .b-welcome-page p {
  text-align: center;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.logga-in .b-welcome-page,
.logga-in .b-welcome-page-content,
.logga-in .b-welcome-page-main {
  grid-column: 1/16;
}

.b-mediabank-content {
  grid-column: 1/13;
}
.b-mediabank-header, .b-mediabank-text {
  grid-column: 1/13;
}
.b-mediabank-items {
  display: grid;
  grid-column: 1/13;
  grid-gap: 0 2rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-mediabank-items {
    grid-gap: 0 4rem;
  }
}
.b-mediabank--1 .c-mediabank-item {
  grid-column: 1/13;
  display: grid;
}
.b-mediabank--2 .c-mediabank-item:nth-child(odd) {
  grid-column: 1/13;
}
@media screen and (min-width: 37.5em) {
  .b-mediabank--2 .c-mediabank-item:nth-child(odd) {
    grid-column: 1/7;
  }
}
.b-mediabank--2 .c-mediabank-item:nth-child(even) {
  grid-column: 1/13;
}
@media screen and (min-width: 37.5em) {
  .b-mediabank--2 .c-mediabank-item:nth-child(even) {
    grid-column: 7/13;
  }
}
.b-mediabank--3 .c-mediabank-item {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-mediabank--3 .c-mediabank-item {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-mediabank--3 .c-mediabank-item {
    grid-column: span 4;
  }
}
.b-mediabank--4 .c-mediabank-item {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-mediabank--4 .c-mediabank-item {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-mediabank--4 .c-mediabank-item {
    grid-column: span 3;
    display: block;
  }
}

.b-maps-content {
  grid-column: 1/16;
}
.b-maps #map {
  width: 100%;
  height: 400px;
}

.b-places-header, .b-places-text {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-places-header, .b-places-text {
    grid-column: 1/12;
  }
  .page-template-page-center .b-places-header, .page-template-page-center .b-places-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-places-header, .b-places-text {
    grid-column: 4/12;
  }
  .page-template-page-center .b-places-header, .page-template-page-center .b-places-text {
    grid-column: 4/13;
  }
}
.b-places-items {
  display: grid;
  grid-column: 1/16;
  grid-gap: 0 2rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-places-items {
    grid-gap: 0 4rem;
    grid-column: 1/12;
  }
  .page-template-page-center .b-places-items {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-places-items {
    grid-column: 4/12;
  }
  .page-template-page-center .b-places-items {
    grid-column: 4/13;
  }
}
.b-places--1 .c-place {
  display: grid;
  grid-column: 1/13;
  grid-row: 2/3;
}
.b-places--2 .c-place:nth-child(odd) {
  grid-column: 1/13;
}
@media screen and (min-width: 56.25em) {
  .b-places--2 .c-place:nth-child(odd) {
    grid-column: 1/7;
  }
}
.b-places--2 .c-place:nth-child(even) {
  grid-column: 1/13;
}
@media screen and (min-width: 56.25em) {
  .b-places--2 .c-place:nth-child(even) {
    grid-column: 7/13;
  }
}
.b-places--3 .c-place {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-places--3 .c-place {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-places--3 .c-place {
    grid-column: span 4;
  }
}
.b-places--4 .c-place {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-places--4 .c-place {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-places--4 .c-place {
    grid-column: span 3;
  }
}
.b-places--6 .c-place {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-places--6 .c-place {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-places--6 .c-place {
    grid-column: span 3;
  }
}
@media screen and (min-width: 75em) {
  .b-places--6 .c-place {
    grid-column: span 2;
  }
}

.b-places--1 {
  background: none;
}
.b-places--1 .c-place__paragraph {
  display: none;
}

.b-calculate-header, .b-calculate-text {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-calculate-header, .b-calculate-text {
    grid-column: 1/12;
  }
  .page-template-page-center .b-calculate-header, .page-template-page-center .b-calculate-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-calculate-header, .b-calculate-text {
    grid-column: 4/12;
  }
  .page-template-page-center .b-calculate-header, .page-template-page-center .b-calculate-text {
    grid-column: 4/13;
  }
}
.b-calculate-content {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-calculate-content {
    grid-column: 1/12;
  }
  .page-template-page-center .b-calculate-content {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-calculate-content {
    grid-column: 4/12;
  }
  .page-template-page-center .b-calculate-content {
    grid-column: 4/13;
  }
}

.b-calculate-form h2 {
  margin-bottom: 2rem;
}
.b-calculate-form ul {
  list-style-type: none;
  margin: 0;
}
.b-calculate-form ul li {
  margin-bottom: 2rem;
}
.b-calculate-form fieldset + h2 {
  margin-top: 4rem;
}

.b-calculate-form fieldset input {
  background-position: top left;
  background-size: 52px;
  background-repeat: no-repeat;
  height: 46px !important;
  padding: 0 0 0 60px !important;
}

.b-calculate-form fieldset input[name=dimension] {
  background-image: url(../img/form-icon-dimension.png);
}

.b-calculate-form fieldset input[name=length] {
  background-image: url(../img/form-icon-ruler.png);
}

.b-calculate-form fieldset input[name=number] {
  background-image: url(../img/form-icon-counter.png);
}

.b-calculate-form fieldset input[name=weightperpiece] {
  background-image: url(../img/form-icon-weightperpiece.png);
}

.b-calculate-form fieldset input[name=weight] {
  background-image: url(../img/form-icon-weight.png);
}

.b-calculate-form fieldset input[name=wightpermeter] {
  background-image: url(../img/form-icon-weightpermeter.png);
}

.b-calculate-form fieldset input[name=countperweight] {
  background-image: url(../img/form-icon-countperweight.png);
}

.b-spot-archives-header, .b-spot-archives-text,
.b-news-archives-header,
.b-news-archives-text,
.b-post-archives-header,
.b-post-archives-text,
.b-article-archives-header,
.b-article-archives-text {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-spot-archives-header, .b-spot-archives-text,
  .b-news-archives-header,
  .b-news-archives-text,
  .b-post-archives-header,
  .b-post-archives-text,
  .b-article-archives-header,
  .b-article-archives-text {
    grid-column: 1/12;
  }
  .page-template-page-center .b-spot-archives-header, .page-template-page-center .b-spot-archives-text,
  .page-template-page-center .b-news-archives-header,
  .page-template-page-center .b-news-archives-text,
  .page-template-page-center .b-post-archives-header,
  .page-template-page-center .b-post-archives-text,
  .page-template-page-center .b-article-archives-header,
  .page-template-page-center .b-article-archives-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-spot-archives-header, .b-spot-archives-text,
  .b-news-archives-header,
  .b-news-archives-text,
  .b-post-archives-header,
  .b-post-archives-text,
  .b-article-archives-header,
  .b-article-archives-text {
    grid-column: 4/12;
  }
  .page-template-page-center .b-spot-archives-header, .page-template-page-center .b-spot-archives-text,
  .page-template-page-center .b-news-archives-header,
  .page-template-page-center .b-news-archives-text,
  .page-template-page-center .b-post-archives-header,
  .page-template-page-center .b-post-archives-text,
  .page-template-page-center .b-article-archives-header,
  .page-template-page-center .b-article-archives-text {
    grid-column: 4/13;
    text-align: center;
  }
}
.b-spot-archives-filtration,
.b-news-archives-filtration,
.b-post-archives-filtration,
.b-article-archives-filtration {
  grid-column: 1/16;
  margin-bottom: var(--space4);
}
.b-spot-archives-filtration__headline,
.b-news-archives-filtration__headline,
.b-post-archives-filtration__headline,
.b-article-archives-filtration__headline {
  text-transform: none;
}
.b-spot-archives-pagination,
.b-news-archives-pagination,
.b-post-archives-pagination,
.b-article-archives-pagination {
  grid-column: 1/16;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 75em) {
  .page-template-page-center .b-spot-archives__headline,
  .page-template-page-center .b-news-archives__headline,
  .page-template-page-center .b-post-archives__headline,
  .page-template-page-center .b-article-archives__headline {
    text-align: center;
  }
}
.b-spot-archives-items,
.b-news-archives-items,
.b-post-archives-items,
.b-article-archives-items {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-spot-archives-items,
  .b-news-archives-items,
  .b-post-archives-items,
  .b-article-archives-items {
    display: grid;
    grid-gap: 0 2rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 56.25em) and (min-width: 56.25em) {
  .b-spot-archives-items,
  .b-news-archives-items,
  .b-post-archives-items,
  .b-article-archives-items {
    grid-gap: 0 4rem;
  }
}
.b-spot-archives--2 .c-spot-excerpt,
.b-spot-archives--2 .c-articles-excerpt,
.b-spot-archives--2 .c-case-excerpt,
.b-spot-archives--2 .c-news-excerpt,
.b-spot-archives--2 .c-post-excerpt,
.b-spot-archives--2 .c-product-excerpt,
.b-news-archives--2 .c-spot-excerpt,
.b-news-archives--2 .c-articles-excerpt,
.b-news-archives--2 .c-case-excerpt,
.b-news-archives--2 .c-news-excerpt,
.b-news-archives--2 .c-post-excerpt,
.b-news-archives--2 .c-product-excerpt,
.b-post-archives--2 .c-spot-excerpt,
.b-post-archives--2 .c-articles-excerpt,
.b-post-archives--2 .c-case-excerpt,
.b-post-archives--2 .c-news-excerpt,
.b-post-archives--2 .c-post-excerpt,
.b-post-archives--2 .c-product-excerpt,
.b-article-archives--2 .c-spot-excerpt,
.b-article-archives--2 .c-articles-excerpt,
.b-article-archives--2 .c-case-excerpt,
.b-article-archives--2 .c-news-excerpt,
.b-article-archives--2 .c-post-excerpt,
.b-article-archives--2 .c-product-excerpt {
  grid-column: span 13;
}
@media screen and (min-width: 56.25em) {
  .b-spot-archives--2 .c-spot-excerpt,
  .b-spot-archives--2 .c-articles-excerpt,
  .b-spot-archives--2 .c-case-excerpt,
  .b-spot-archives--2 .c-news-excerpt,
  .b-spot-archives--2 .c-post-excerpt,
  .b-spot-archives--2 .c-product-excerpt,
  .b-news-archives--2 .c-spot-excerpt,
  .b-news-archives--2 .c-articles-excerpt,
  .b-news-archives--2 .c-case-excerpt,
  .b-news-archives--2 .c-news-excerpt,
  .b-news-archives--2 .c-post-excerpt,
  .b-news-archives--2 .c-product-excerpt,
  .b-post-archives--2 .c-spot-excerpt,
  .b-post-archives--2 .c-articles-excerpt,
  .b-post-archives--2 .c-case-excerpt,
  .b-post-archives--2 .c-news-excerpt,
  .b-post-archives--2 .c-post-excerpt,
  .b-post-archives--2 .c-product-excerpt,
  .b-article-archives--2 .c-spot-excerpt,
  .b-article-archives--2 .c-articles-excerpt,
  .b-article-archives--2 .c-case-excerpt,
  .b-article-archives--2 .c-news-excerpt,
  .b-article-archives--2 .c-post-excerpt,
  .b-article-archives--2 .c-product-excerpt {
    grid-column: span 6;
  }
}
.b-spot-archives--3 .c-spot-excerpt,
.b-spot-archives--3 .c-articles-excerpt,
.b-spot-archives--3 .c-case-excerpt,
.b-spot-archives--3 .c-news-excerpt,
.b-spot-archives--3 .c-post-excerpt,
.b-spot-archives--3 .c-product-excerpt,
.b-news-archives--3 .c-spot-excerpt,
.b-news-archives--3 .c-articles-excerpt,
.b-news-archives--3 .c-case-excerpt,
.b-news-archives--3 .c-news-excerpt,
.b-news-archives--3 .c-post-excerpt,
.b-news-archives--3 .c-product-excerpt,
.b-post-archives--3 .c-spot-excerpt,
.b-post-archives--3 .c-articles-excerpt,
.b-post-archives--3 .c-case-excerpt,
.b-post-archives--3 .c-news-excerpt,
.b-post-archives--3 .c-post-excerpt,
.b-post-archives--3 .c-product-excerpt,
.b-article-archives--3 .c-spot-excerpt,
.b-article-archives--3 .c-articles-excerpt,
.b-article-archives--3 .c-case-excerpt,
.b-article-archives--3 .c-news-excerpt,
.b-article-archives--3 .c-post-excerpt,
.b-article-archives--3 .c-product-excerpt {
  grid-column: span 13;
}
@media screen and (min-width: 56.25em) {
  .b-spot-archives--3 .c-spot-excerpt,
  .b-spot-archives--3 .c-articles-excerpt,
  .b-spot-archives--3 .c-case-excerpt,
  .b-spot-archives--3 .c-news-excerpt,
  .b-spot-archives--3 .c-post-excerpt,
  .b-spot-archives--3 .c-product-excerpt,
  .b-news-archives--3 .c-spot-excerpt,
  .b-news-archives--3 .c-articles-excerpt,
  .b-news-archives--3 .c-case-excerpt,
  .b-news-archives--3 .c-news-excerpt,
  .b-news-archives--3 .c-post-excerpt,
  .b-news-archives--3 .c-product-excerpt,
  .b-post-archives--3 .c-spot-excerpt,
  .b-post-archives--3 .c-articles-excerpt,
  .b-post-archives--3 .c-case-excerpt,
  .b-post-archives--3 .c-news-excerpt,
  .b-post-archives--3 .c-post-excerpt,
  .b-post-archives--3 .c-product-excerpt,
  .b-article-archives--3 .c-spot-excerpt,
  .b-article-archives--3 .c-articles-excerpt,
  .b-article-archives--3 .c-case-excerpt,
  .b-article-archives--3 .c-news-excerpt,
  .b-article-archives--3 .c-post-excerpt,
  .b-article-archives--3 .c-product-excerpt {
    grid-column: span 4;
  }
}
.b-spot-archives--4 .c-spot-excerpt,
.b-spot-archives--4 .c-articles-excerpt,
.b-spot-archives--4 .c-case-excerpt,
.b-spot-archives--4 .c-news-excerpt,
.b-spot-archives--4 .c-post-excerpt,
.b-spot-archives--4 .c-product-excerpt,
.b-news-archives--4 .c-spot-excerpt,
.b-news-archives--4 .c-articles-excerpt,
.b-news-archives--4 .c-case-excerpt,
.b-news-archives--4 .c-news-excerpt,
.b-news-archives--4 .c-post-excerpt,
.b-news-archives--4 .c-product-excerpt,
.b-post-archives--4 .c-spot-excerpt,
.b-post-archives--4 .c-articles-excerpt,
.b-post-archives--4 .c-case-excerpt,
.b-post-archives--4 .c-news-excerpt,
.b-post-archives--4 .c-post-excerpt,
.b-post-archives--4 .c-product-excerpt,
.b-article-archives--4 .c-spot-excerpt,
.b-article-archives--4 .c-articles-excerpt,
.b-article-archives--4 .c-case-excerpt,
.b-article-archives--4 .c-news-excerpt,
.b-article-archives--4 .c-post-excerpt,
.b-article-archives--4 .c-product-excerpt {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-spot-archives--4 .c-spot-excerpt,
  .b-spot-archives--4 .c-articles-excerpt,
  .b-spot-archives--4 .c-case-excerpt,
  .b-spot-archives--4 .c-news-excerpt,
  .b-spot-archives--4 .c-post-excerpt,
  .b-spot-archives--4 .c-product-excerpt,
  .b-news-archives--4 .c-spot-excerpt,
  .b-news-archives--4 .c-articles-excerpt,
  .b-news-archives--4 .c-case-excerpt,
  .b-news-archives--4 .c-news-excerpt,
  .b-news-archives--4 .c-post-excerpt,
  .b-news-archives--4 .c-product-excerpt,
  .b-post-archives--4 .c-spot-excerpt,
  .b-post-archives--4 .c-articles-excerpt,
  .b-post-archives--4 .c-case-excerpt,
  .b-post-archives--4 .c-news-excerpt,
  .b-post-archives--4 .c-post-excerpt,
  .b-post-archives--4 .c-product-excerpt,
  .b-article-archives--4 .c-spot-excerpt,
  .b-article-archives--4 .c-articles-excerpt,
  .b-article-archives--4 .c-case-excerpt,
  .b-article-archives--4 .c-news-excerpt,
  .b-article-archives--4 .c-post-excerpt,
  .b-article-archives--4 .c-product-excerpt {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-spot-archives--4 .c-spot-excerpt,
  .b-spot-archives--4 .c-articles-excerpt,
  .b-spot-archives--4 .c-case-excerpt,
  .b-spot-archives--4 .c-news-excerpt,
  .b-spot-archives--4 .c-post-excerpt,
  .b-spot-archives--4 .c-product-excerpt,
  .b-news-archives--4 .c-spot-excerpt,
  .b-news-archives--4 .c-articles-excerpt,
  .b-news-archives--4 .c-case-excerpt,
  .b-news-archives--4 .c-news-excerpt,
  .b-news-archives--4 .c-post-excerpt,
  .b-news-archives--4 .c-product-excerpt,
  .b-post-archives--4 .c-spot-excerpt,
  .b-post-archives--4 .c-articles-excerpt,
  .b-post-archives--4 .c-case-excerpt,
  .b-post-archives--4 .c-news-excerpt,
  .b-post-archives--4 .c-post-excerpt,
  .b-post-archives--4 .c-product-excerpt,
  .b-article-archives--4 .c-spot-excerpt,
  .b-article-archives--4 .c-articles-excerpt,
  .b-article-archives--4 .c-case-excerpt,
  .b-article-archives--4 .c-news-excerpt,
  .b-article-archives--4 .c-post-excerpt,
  .b-article-archives--4 .c-product-excerpt {
    grid-column: span 3;
  }
}

.b-related-pages {
  background-color: var(--s4-bg);
}
.b-related-pages-header, .b-related-pages-text {
  grid-column: 1/16;
}
.b-related-pages__headline {
  text-align: center;
}
.b-related-pages-items {
  display: grid;
  grid-column: 1/16;
  grid-gap: 0 2rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-related-pages-items {
    grid-gap: 0 4rem;
  }
}
.b-related-pages--1 .c-spot-excerpt {
  grid-column: span 13;
}
.b-related-pages--2 .c-spot-excerpt {
  grid-column: span 13;
}
@media screen and (min-width: 56.25em) {
  .b-related-pages--2 .c-spot-excerpt {
    grid-column: span 6;
  }
}
.b-related-pages--3 .c-spot-excerpt {
  grid-column: span 13;
}
@media screen and (min-width: 56.25em) {
  .b-related-pages--3 .c-spot-excerpt {
    grid-column: span 4;
  }
}
.b-related-pages--4 .c-spot-excerpt {
  grid-column: span 13;
}
@media screen and (min-width: 56.25em) {
  .b-related-pages--4 .c-spot-excerpt {
    grid-column: span 3;
  }
}

.b-script-content {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-script-content {
    grid-column: 1/12;
  }
  .page-template-page-center .b-script-content {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-script-content {
    grid-column: 4/12;
  }
  .page-template-page-center .b-script-content {
    grid-column: 4/13;
  }
}

.b-search-results-header {
  grid-column: 1/16;
  margin-bottom: var(--space3);
}
.b-search-results-box {
  background-color: var(--s3-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space4) 0;
}
.b-search-results-items {
  grid-column: 1/16;
}
.b-search-results-content {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-search-results-content {
    grid-column: 1/12;
  }
  .page-template-page-center .b-search-results-content {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-search-results-content {
    grid-column: 4/12;
  }
  .page-template-page-center .b-search-results-content {
    grid-column: 4/13;
  }
}
.b-search-results-no-results-content {
  grid-column: 1/16;
}
.b-search-results-info-header, .b-search-results-info-text {
  grid-column: 1/16;
}
.b-search-results-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-search-results-articles--5 .b-search-results-item {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-search-results-articles--5 .b-search-results-item {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-search-results-articles--5 .b-search-results-item {
    grid-column: span 3;
  }
}
.b-search-results-products {
  background: var(--s4-bg);
}
.b-search-results-products--5 .b-search-results-item {
  grid-column: span 13;
}
@media screen and (min-width: 37.5em) {
  .b-search-results-products--5 .b-search-results-item {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-search-results-products--5 .b-search-results-item {
    grid-column: span 3;
  }
}
.b-search-results-items {
  display: grid;
  grid-column: 1/16;
  grid-gap: 4rem 2rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-search-results-items {
    grid-gap: 6rem 4rem;
  }
}
.b-search-results-item__img {
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: var(--space2);
}
.b-search-results-products .b-search-results-item__img {
  background: #fff;
  padding: 2rem;
  object-fit: contain;
}

.searchandfilter,
.search-filter-results {
  grid-column: 1/13;
}

.searchandfilter h4 {
  height: 30px;
}

.searchandfilter ul {
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}
@media screen and (min-width: 75em) {
  .searchandfilter ul li {
    margin-right: 40px !important;
  }
}

.noUi-handle {
  box-shadow: none;
  border-color: #7F8182 !important;
}

.noUi-handle, .noUi-tooltip {
  border-color: #7F8182 !important;
}

.noUi-target {
  border: #7F8182 !important;
  border-width: 1px !important;
  box-shadow: none;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -11px;
}

.noUi-handle:after, .noUi-handle:before {
  background: var(--neg);
}

.searchandfilter .meta-slider {
  height: 1px;
  margin-top: 25px;
}

.searchandfilter .noUi-connect {
  background: #7F8182 !important;
}

.searchandfilter .noUi-horizontal .noUi-handle {
  top: -12px;
}

.sf-input-text {
  background-color: var(--neg);
  background-image: none;
  color: var(--s1-text);
  padding: 1rem 2rem 1rem 2rem !important;
  max-width: none !important;
  width: 150px !important;
  display: inline-block;
  margin: 0;
  outline: none;
  border: 1px solid var(--s1-border);
  height: 42px;
}

.sf-input-range-number {
  background-color: var(--neg);
  color: var(--s1-text);
  padding: 1rem 2rem 1rem 1rem !important;
  max-width: none !important;
  width: 100% !important;
  display: inline-block;
  margin: 0;
  outline: none;
  border: 1px solid var(--s1-border);
  height: 42px;
}

.sf-input-select {
  background-color: var(--neg);
  border: 1px solid var(--s1-border);
  color: var(--s1-text);
  padding: 1.5rem 2rem !important;
  width: 100% !important;
  display: block;
  margin-left: 0;
  outline: none;
  height: 42px;
}

.sf-level-0 label:before {
  background-image: url(../img/checkbox--unchecked.svg);
}
.sf-level-0 input:checked + label:after {
  background-image: url(../img/checkbox--checked.svg);
}
.sf-level-0 input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.sf-level-0 label {
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
  padding-left: 24px !important;
  color: var(--s1-heading);
  position: relative;
}
.sf-level-0 label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.sf-level-0 input:checked + label:after {
  background-size: contain;
  color: var(--s1-text);
  position: absolute;
  display: inline-block;
  content: "";
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
}
.sf-level-0 input:disabled {
  cursor: not-allowed;
}
.sf-level-0 input:disabled:checked + label:after {
  color: #999;
}
.sf-level-0 input:disabled + label {
  cursor: not-allowed;
}
.sf-level-0 input:disabled + label:before {
  background-color: #eee;
}
.sf-level-0 -transparent label:before {
  background: transparent;
}
.sf-level-0 -transparent input:checked + label:after {
  color: #FFF;
}
.sf-level-0 -transparent input:disabled:checked + label:after {
  color: var(--s1-text);
}
.sf-level-0 label + label.error {
  display: block;
}

@media screen and (min-width: 75em) {
  .sf-field-reset {
    margin-left: auto !important;
  }
}

.search-filter-reset {
  border: none !important;
  padding: 1.5rem 4rem 1rem 4rem;
  font-size: 16px !important;
  text-transform: uppercase;
}
@media screen and (min-width: 75em) {
  .search-filter-reset {
    margin-top: 30px;
  }
}
.search-filter-reset:hover {
  border: none !important;
  color: var(--neg);
  text-decoration: none;
}

.b-search-filter-results,
.search-filter-results {
  grid-column: 1/13;
}
.b-search-filter-results-items,
.search-filter-results-items {
  display: grid;
  grid-column: 1/16;
  grid-gap: 0 2rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-search-filter-results-items,
  .search-filter-results-items {
    grid-gap: 6rem 4rem;
  }
}
.b-search-filter-results-items .c-post-excerpt,
.search-filter-results-items .c-post-excerpt {
  grid-column: span 13;
}
@media screen and (min-width: 56.25em) {
  .b-search-filter-results-items .c-post-excerpt,
  .search-filter-results-items .c-post-excerpt {
    grid-column: span 3;
  }
}
.b-search-filter-results-items + .wp-pagenavi,
.search-filter-results-items + .wp-pagenavi {
  margin-top: 6rem;
}

.blogg .searchandfilter ul,
.artiklar .searchandfilter ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blogg .searchandfilter li,
.artiklar .searchandfilter li {
  margin-right: 0 !important;
}
.blogg .search-filter-results,
.artiklar .search-filter-results {
  margin: 0;
}
.blogg .sf-field-search,
.artiklar .sf-field-search {
  background-color: var(--s3-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  width: 100%;
}
.blogg .sf-field-taxonomy-articles_tax,
.blogg .sf-field-taxonomy-articles_tags,
.artiklar .sf-field-taxonomy-articles_tax,
.artiklar .sf-field-taxonomy-articles_tags {
  width: 100%;
}
@media screen and (min-width: 75em) {
  .blogg .sf-field-taxonomy-articles_tax,
  .blogg .sf-field-taxonomy-articles_tags,
  .artiklar .sf-field-taxonomy-articles_tax,
  .artiklar .sf-field-taxonomy-articles_tags {
    width: 50%;
  }
}
.blogg .sf-input-text,
.artiklar .sf-input-text {
  background: none;
  background-image: url(../img/search.svg);
  background-position: 95%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  border: solid 1px var(--neg);
  display: inline-block;
  cursor: pointer;
  color: var(--neg);
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
  white-space: nowrap;
  line-height: 2;
  min-height: 2rem;
  width: 400px !important;
  height: 36px;
  padding: 0 2rem !important;
}
@media screen and (min-width: 75em) {
  .blogg .sf-input-text,
  .artiklar .sf-input-text {
    height: 42px;
    padding: 0 4rem !important;
  }
}
.blogg ::-webkit-input-placeholder,
.artiklar ::-webkit-input-placeholder { /* Edge */
  color: var(--neg);
}
.blogg :-ms-input-placeholder,
.artiklar :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--neg);
}
.blogg ::placeholder,
.artiklar ::placeholder {
  color: var(--neg);
}
.blogg .sf-field-taxonomy-articles_tags,
.blogg .sf-field-taxonomy-articles_tax,
.artiklar .sf-field-taxonomy-articles_tags,
.artiklar .sf-field-taxonomy-articles_tax {
  background-color: var(--s4-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}
.blogg .sf-field-taxonomy-articles_tags ul,
.blogg .sf-field-taxonomy-articles_tax ul,
.artiklar .sf-field-taxonomy-articles_tags ul,
.artiklar .sf-field-taxonomy-articles_tax ul {
  flex-direction: row;
  display: flex;
}
.blogg .sf-field-taxonomy-articles_tags ul li,
.blogg .sf-field-taxonomy-articles_tax ul li,
.artiklar .sf-field-taxonomy-articles_tags ul li,
.artiklar .sf-field-taxonomy-articles_tax ul li {
  margin: 0 2rem;
}

.b-table-header, .b-table-text {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-table-header, .b-table-text {
    grid-column: 1/12;
  }
  .page-template-page-center .b-table-header, .page-template-page-center .b-table-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-table-header, .b-table-text {
    grid-column: 4/12;
  }
  .page-template-page-center .b-table-header, .page-template-page-center .b-table-text {
    grid-column: 4/13;
  }
}
.b-table-content {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-table-content {
    grid-column: 1/12;
  }
  .page-template-page-center .b-table-content {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-table-content {
    grid-column: 4/12;
  }
  .page-template-page-center .b-table-content {
    grid-column: 4/13;
  }
}
@media screen and (max-width: 767px) {
  .b-table-items {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.b-text-img-content {
  grid-column: 1/16;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(3, auto);
}
@media screen and (min-width: 56.25em) {
  .b-text-img-content {
    grid-gap: 0 40px;
  }
}
.b-text-img-header {
  grid-column: 1/16;
  grid-row: 1/2;
}
@media screen and (min-width: 56.25em) {
  .b-text-img-header {
    grid-column: 1/12;
  }
  .page-template-page-center .b-text-img-header {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img-header {
    grid-column: 4/12;
  }
  .single-articles .b-text-img-header {
    grid-column: 2/11;
  }
  .page-template-page-center .b-text-img-header {
    grid-column: 4/13;
  }
}
.b-text-img-media {
  grid-column: 1/16;
  grid-row: 3/4;
}
@media screen and (min-width: 56.25em) {
  .b-text-img-media {
    grid-column: 1/12;
  }
  .page-template-page-center .b-text-img-media {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img-media {
    grid-column: 4/12;
  }
  .single-articles .b-text-img-media {
    grid-column: 2/11;
  }
  .page-template-page-center .b-text-img-media {
    grid-column: 4/13;
  }
}
.b-text-img-text {
  grid-column: 1/16;
  grid-row: 2/3;
}
@media screen and (min-width: 56.25em) {
  .b-text-img-text {
    grid-column: 1/12;
  }
  .page-template-page-center .b-text-img-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img-text {
    grid-column: 4/12;
  }
  .single-articles .b-text-img-text {
    grid-column: 2/11;
  }
  .page-template-page-center .b-text-img-text {
    grid-column: 4/13;
  }
}
.b-text-img--right-text .b-text-img-header {
  grid-column: 1/16;
  grid-row: 1/2;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--right-text .b-text-img-header {
    grid-column: 1/12;
  }
  .page-template-page-center .b-text-img--right-text .b-text-img-header {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--right-text .b-text-img-header {
    grid-column: 4/12;
  }
  .single-articles .b-text-img--right-text .b-text-img-header {
    grid-column: 2/11;
  }
  .page-template-page-center .b-text-img--right-text .b-text-img-header {
    grid-column: 4/13;
  }
}

.b-text-img--right-text .b-text-img-media {
  grid-column: 1/16;
  grid-row: 2/3;
  margin-bottom: 3rem;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--right-text .b-text-img-media {
    grid-column: 7/12;
    grid-row: 2/4;
    margin-bottom: 0;
  }
  .page-template-page-center .b-text-img--right-text .b-text-img-media {
    grid-column: 10/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--right-text .b-text-img-media {
    grid-column: 9/12;
  }
  .single-articles .b-text-img--right-text .b-text-img-media {
    grid-column: 7/11;
  }
  .page-template-page-center .b-text-img--right-text .b-text-img-media {
    grid-column: 9/13;
  }
}

.b-text-img--right-text .b-text-img-text {
  grid-column: 1/16;
  grid-row: 3/4;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--right-text .b-text-img-text {
    grid-column: 1/7;
    grid-row: 2/4;
  }
  .page-template-page-center .b-text-img--right-text .b-text-img-text {
    grid-column: 1/10;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--right-text .b-text-img-text {
    grid-column: 4/9;
  }
  .single-articles .b-text-img--right-text .b-text-img-text {
    grid-column: 2/7;
  }
  .page-template-page-center .b-text-img--right-text .b-text-img-text {
    grid-column: 4/9;
  }
}

.b-text-img--left-text .b-text-img-header {
  grid-column: 1/16;
  grid-row: 1/2;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--left-text .b-text-img-header {
    grid-column: 1/12;
    grid-row: 1/2;
  }
  .page-template-page-center .b-text-img--left-text .b-text-img-header {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--left-text .b-text-img-header {
    grid-column: 4/12;
  }
  .single-articles .b-text-img--left-text .b-text-img-header {
    grid-column: 2/11;
  }
  .page-template-page-center .b-text-img--left-text .b-text-img-header {
    grid-column: 4/13;
  }
}

.b-text-img--left-text .b-text-img-media {
  grid-column: 1/16;
  grid-row: 2/3;
  margin-bottom: 3rem;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--left-text .b-text-img-media {
    grid-column: 1/6;
    grid-row: 2/4;
    margin-bottom: 0;
  }
  .page-template-page-center .b-text-img--left-text .b-text-img-media {
    grid-column: 1/7;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--left-text .b-text-img-media {
    grid-column: 4/7;
  }
  .single-articles .b-text-img--left-text .b-text-img-media {
    grid-column: 2/6;
  }
  .page-template-page-center .b-text-img--left-text .b-text-img-media {
    grid-column: 4/8;
  }
}

.b-text-img--left-text .b-text-img-text {
  grid-column: 1/16;
  grid-row: 3/4;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--left-text .b-text-img-text {
    grid-column: 6/12;
    grid-row: 2/4;
  }
  .page-template-page-center .b-text-img--left-text .b-text-img-text {
    grid-column: 7/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--left-text .b-text-img-text {
    grid-column: 7/12;
    grid-row: 2/4;
  }
  .single-articles .b-text-img--left-text .b-text-img-text {
    grid-column: 6/11;
  }
  .page-template-page-center .b-text-img--left-text .b-text-img-text {
    grid-column: 8/13;
  }
}

.b-text-img--before-text .b-text-img-header {
  grid-column: 1/16;
  grid-row: 1/2;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--before-text .b-text-img-header {
    grid-column: 1/12;
    grid-row: 1/2;
  }
  .page-template-page-center .b-text-img--before-text .b-text-img-header {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--before-text .b-text-img-header {
    grid-column: 4/12;
  }
  .single-articles .b-text-img--before-text .b-text-img-header {
    grid-column: 2/11;
  }
  .page-template-page-center .b-text-img--before-text .b-text-img-header {
    grid-column: 4/13;
  }
}

.b-text-img--before-text .b-text-img-media {
  grid-column: 1/16;
  grid-row: 2/3;
  margin-bottom: 3rem;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--before-text .b-text-img-media {
    grid-column: 1/12;
    grid-row: 2/3;
  }
  .page-template-page-center .b-text-img--before-text .b-text-img-media {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--before-text .b-text-img-media {
    grid-column: 4/12;
  }
  .single-articles .b-text-img--before-text .b-text-img-media {
    grid-column: 2/11;
  }
  .page-template-page-center .b-text-img--before-text .b-text-img-media {
    grid-column: 4/13;
  }
}

.b-text-img--before-text .b-text-img-text {
  grid-column: 1/16;
  grid-row: 3/4;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--before-text .b-text-img-text {
    grid-column: 1/12;
    grid-row: 3/4;
  }
  .page-template-page-center .b-text-img--before-text .b-text-img-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--before-text .b-text-img-text {
    grid-column: 4/12;
  }
  .single-articles .b-text-img--before-text .b-text-img-text {
    grid-column: 2/11;
  }
  .page-template-page-center .b-text-img--before-text .b-text-img-text {
    grid-column: 4/13;
  }
}

.b-text-img--after-text .b-text-img-header {
  grid-column: 1/16;
  grid-row: 1/2;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--after-text .b-text-img-header {
    grid-column: 1/12;
    grid-row: 1/2;
  }
  .page-template-page-center .b-text-img--after-text .b-text-img-header {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--after-text .b-text-img-header {
    grid-column: 4/12;
  }
  .single-articles .b-text-img--after-text .b-text-img-header {
    grid-column: 2/11;
  }
  .page-template-page-center .b-text-img--after-text .b-text-img-header {
    grid-column: 4/13;
  }
}

.b-text-img--after-text .b-text-img-media {
  grid-column: 1/16;
  grid-row: 2/3;
  margin-bottom: 3rem;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--after-text .b-text-img-media {
    grid-column: 1/12;
    grid-row: 3/4;
  }
  .page-template-page-center .b-text-img--after-text .b-text-img-media {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--after-text .b-text-img-media {
    grid-column: 4/12;
    grid-row: 3/4;
  }
  .single-articles .b-text-img--after-text .b-text-img-media {
    grid-column: 2/11;
  }
  .page-template-page-center .b-text-img--after-text .b-text-img-media {
    grid-column: 4/13;
  }
}

.b-text-img--after-text .b-text-img-text {
  grid-column: 1/16;
  grid-row: 3/4;
}
@media screen and (min-width: 56.25em) {
  .b-text-img--after-text .b-text-img-text {
    grid-column: 1/12;
    grid-row: 2/3;
  }
  .page-template-page-center .b-text-img--after-text .b-text-img-text {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-text-img--after-text .b-text-img-text {
    grid-column: 4/12;
    grid-row: 2/3;
  }
  .single-articles .b-text-img--after-text .b-text-img-text {
    grid-column: 2/11;
  }
  .page-template-page-center .b-text-img--after-text .b-text-img-text {
    grid-column: 4/13;
  }
}

.b-text-img-media-figure__wrapper {
  position: relative;
  overflow: hidden;
}
.b-text-img-media-figure__wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.b-text-img-media-figure__wrapper > .b-text-img-media-figure__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-text-img-media-figure__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.b-welcome-content {
  grid-column: 2/12;
}
@media screen and (min-width: 56.25em) {
  .b-welcome-content {
    grid-column: 2/12;
  }
}
@media screen and (min-width: 75em) {
  .b-welcome-content {
    grid-column: 3/11;
  }
}
.b-welcome__headline {
  color: var(--color-heading);
  text-align: center;
}
.b-welcome__paragraph {
  color: var(--color-text);
  text-align: center;
}

.b-welcome-page .gf_login_form .gform_body {
  padding: 30px 30px 20px 30px;
}
.b-welcome-page .gf_login_form .gform_body .gform_fields {
  grid-row-gap: 0px !important;
}
.b-welcome-page .gf_login_form .gform_body .gfield_label {
  font-size: 100% !important;
  margin-bottom: 1rem;
  display: block !important;
}
.b-welcome-page .gf_login_form .gform_body .gfield_checkbox {
  margin: 0 !important;
}
.b-welcome-page .gf_login_form .gform_footer {
  padding: 0 30px 30px 30px !important;
}

.b-welcome-page .gf_login_links + .o-btn.o-btn--s1-bg, .b-welcome-page .gf_login_links + input.o-btn--s1-bg#wppb-recover-password-button,
.b-welcome-page .gf_login_links + .o-btn--s1-bg[type=submit], .b-welcome-page .gform_body .gf_login_links + .o-btn--s1-bg.gform_button, .gform_body .b-welcome-page .gf_login_links + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_body .gf_login_links + .o-btn--s1-bg.button,
.gform_body .b-welcome-page .gf_login_links + .o-btn--s1-bg.button,
.b-welcome-page .gform_footer .gf_login_links + .o-btn--s1-bg.gform_button,
.gform_footer .b-welcome-page .gf_login_links + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_footer .gf_login_links + .o-btn--s1-bg.button,
.gform_footer .b-welcome-page .gf_login_links + .o-btn--s1-bg.button, .b-welcome-page .gf_login_links + .o-btn--s1-bg.search-filter-reset {
  display: none;
}
.b-welcome-page .o-btn.o-btn--s1-bg + .o-btn.o-btn--s1-bg, .b-welcome-page input.o-btn--s1-bg#wppb-recover-password-button + .o-btn.o-btn--s1-bg,
.b-welcome-page .o-btn--s1-bg[type=submit] + .o-btn.o-btn--s1-bg, .b-welcome-page .gform_body .o-btn--s1-bg.gform_button + .o-btn.o-btn--s1-bg, .gform_body .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn.o-btn--s1-bg,
.b-welcome-page .gform_body .o-btn--s1-bg.button + .o-btn.o-btn--s1-bg,
.gform_body .b-welcome-page .o-btn--s1-bg.button + .o-btn.o-btn--s1-bg,
.b-welcome-page .gform_footer .o-btn--s1-bg.gform_button + .o-btn.o-btn--s1-bg,
.gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn.o-btn--s1-bg,
.b-welcome-page .gform_footer .o-btn--s1-bg.button + .o-btn.o-btn--s1-bg,
.gform_footer .b-welcome-page .o-btn--s1-bg.button + .o-btn.o-btn--s1-bg, .b-welcome-page .b-hero-page--form .gform_footer .o-btn--s1-bg.gform_button + .o-btn.o-btn--s1-bg, .b-hero-page--form .gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn.o-btn--s1-bg, .b-welcome-page .o-btn--s1-bg.search-filter-reset + .o-btn.o-btn--s1-bg, .b-welcome-page .o-btn.o-btn--s1-bg + input.o-btn--s1-bg#wppb-recover-password-button, .b-welcome-page input.o-btn--s1-bg#wppb-recover-password-button + input.o-btn--s1-bg#wppb-recover-password-button,
.b-welcome-page .o-btn--s1-bg[type=submit] + input.o-btn--s1-bg#wppb-recover-password-button, .b-welcome-page .gform_body .o-btn--s1-bg.gform_button + input.o-btn--s1-bg#wppb-recover-password-button, .gform_body .b-welcome-page .o-btn--s1-bg.gform_button + input.o-btn--s1-bg#wppb-recover-password-button,
.b-welcome-page .gform_body .o-btn--s1-bg.button + input.o-btn--s1-bg#wppb-recover-password-button,
.gform_body .b-welcome-page .o-btn--s1-bg.button + input.o-btn--s1-bg#wppb-recover-password-button,
.b-welcome-page .gform_footer .o-btn--s1-bg.gform_button + input.o-btn--s1-bg#wppb-recover-password-button,
.gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + input.o-btn--s1-bg#wppb-recover-password-button,
.b-welcome-page .gform_footer .o-btn--s1-bg.button + input.o-btn--s1-bg#wppb-recover-password-button,
.gform_footer .b-welcome-page .o-btn--s1-bg.button + input.o-btn--s1-bg#wppb-recover-password-button, .b-welcome-page .b-hero-page--form .gform_footer .o-btn--s1-bg.gform_button + input.o-btn--s1-bg#wppb-recover-password-button, .b-hero-page--form .gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + input.o-btn--s1-bg#wppb-recover-password-button, .b-welcome-page .o-btn--s1-bg.search-filter-reset + input.o-btn--s1-bg#wppb-recover-password-button,
.b-welcome-page .o-btn.o-btn--s1-bg + .o-btn--s1-bg[type=submit],
.b-welcome-page input.o-btn--s1-bg#wppb-recover-password-button + .o-btn--s1-bg[type=submit],
.b-welcome-page .o-btn--s1-bg[type=submit] + .o-btn--s1-bg[type=submit],
.b-welcome-page .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg[type=submit],
.gform_body .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg[type=submit],
.b-welcome-page .gform_body .o-btn--s1-bg.button + .o-btn--s1-bg[type=submit],
.gform_body .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg[type=submit],
.b-welcome-page .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg[type=submit],
.gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg[type=submit],
.b-welcome-page .gform_footer .o-btn--s1-bg.button + .o-btn--s1-bg[type=submit],
.gform_footer .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg[type=submit],
.b-welcome-page .b-hero-page--form .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg[type=submit],
.b-hero-page--form .gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg[type=submit],
.b-welcome-page .o-btn--s1-bg.search-filter-reset + .o-btn--s1-bg[type=submit], .b-welcome-page .gform_body .o-btn.o-btn--s1-bg + .o-btn--s1-bg.gform_button, .gform_body .b-welcome-page .o-btn.o-btn--s1-bg + .o-btn--s1-bg.gform_button, .b-welcome-page .gform_body input.o-btn--s1-bg#wppb-recover-password-button + .o-btn--s1-bg.gform_button, .gform_body .b-welcome-page input.o-btn--s1-bg#wppb-recover-password-button + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_body .o-btn--s1-bg[type=submit] + .o-btn--s1-bg.gform_button,
.gform_body .b-welcome-page .o-btn--s1-bg[type=submit] + .o-btn--s1-bg.gform_button, .b-welcome-page .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button, .gform_body .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_body .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button,
.gform_body .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_footer .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.gform_body .b-welcome-page .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.gform_footer .b-welcome-page .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.gform_body .gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_footer .gform_body .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button,
.gform_body .b-welcome-page .gform_footer .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button,
.gform_footer .b-welcome-page .gform_body .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button,
.gform_body .gform_footer .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button, .b-welcome-page .b-hero-page--form .gform_footer .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button, .gform_body .b-welcome-page .b-hero-page--form .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button, .b-hero-page--form .gform_footer .b-welcome-page .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button, .gform_body .b-hero-page--form .gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button, .b-welcome-page .gform_body .o-btn--s1-bg.search-filter-reset + .o-btn--s1-bg.gform_button, .gform_body .b-welcome-page .o-btn--s1-bg.search-filter-reset + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_body .o-btn.o-btn--s1-bg + .o-btn--s1-bg.button,
.gform_body .b-welcome-page .o-btn.o-btn--s1-bg + .o-btn--s1-bg.button,
.b-welcome-page .gform_body input.o-btn--s1-bg#wppb-recover-password-button + .o-btn--s1-bg.button,
.gform_body .b-welcome-page input.o-btn--s1-bg#wppb-recover-password-button + .o-btn--s1-bg.button,
.b-welcome-page .gform_body .o-btn--s1-bg[type=submit] + .o-btn--s1-bg.button,
.gform_body .b-welcome-page .o-btn--s1-bg[type=submit] + .o-btn--s1-bg.button,
.b-welcome-page .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.gform_body .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.b-welcome-page .gform_body .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.gform_body .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.b-welcome-page .gform_footer .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.gform_body .b-welcome-page .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.gform_footer .b-welcome-page .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.gform_body .gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.b-welcome-page .gform_footer .gform_body .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.gform_body .b-welcome-page .gform_footer .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.gform_footer .b-welcome-page .gform_body .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.gform_body .gform_footer .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.b-welcome-page .b-hero-page--form .gform_footer .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.gform_body .b-welcome-page .b-hero-page--form .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.b-hero-page--form .gform_footer .b-welcome-page .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.gform_body .b-hero-page--form .gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.b-welcome-page .gform_body .o-btn--s1-bg.search-filter-reset + .o-btn--s1-bg.button,
.gform_body .b-welcome-page .o-btn--s1-bg.search-filter-reset + .o-btn--s1-bg.button,
.b-welcome-page .gform_footer .o-btn.o-btn--s1-bg + .o-btn--s1-bg.gform_button,
.gform_footer .b-welcome-page .o-btn.o-btn--s1-bg + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_footer input.o-btn--s1-bg#wppb-recover-password-button + .o-btn--s1-bg.gform_button,
.gform_footer .b-welcome-page input.o-btn--s1-bg#wppb-recover-password-button + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_footer .o-btn--s1-bg[type=submit] + .o-btn--s1-bg.gform_button,
.gform_footer .b-welcome-page .o-btn--s1-bg[type=submit] + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_body .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.gform_footer .b-welcome-page .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.gform_body .b-welcome-page .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.gform_footer .gform_body .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_body .gform_footer .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button,
.gform_footer .b-welcome-page .gform_body .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button,
.gform_body .b-welcome-page .gform_footer .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button,
.gform_footer .gform_body .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_footer .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button,
.gform_footer .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg.gform_button,
.b-welcome-page .b-hero-page--form .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.b-hero-page--form .gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_footer .o-btn--s1-bg.search-filter-reset + .o-btn--s1-bg.gform_button,
.gform_footer .b-welcome-page .o-btn--s1-bg.search-filter-reset + .o-btn--s1-bg.gform_button,
.b-welcome-page .gform_footer .o-btn.o-btn--s1-bg + .o-btn--s1-bg.button,
.gform_footer .b-welcome-page .o-btn.o-btn--s1-bg + .o-btn--s1-bg.button,
.b-welcome-page .gform_footer input.o-btn--s1-bg#wppb-recover-password-button + .o-btn--s1-bg.button,
.gform_footer .b-welcome-page input.o-btn--s1-bg#wppb-recover-password-button + .o-btn--s1-bg.button,
.b-welcome-page .gform_footer .o-btn--s1-bg[type=submit] + .o-btn--s1-bg.button,
.gform_footer .b-welcome-page .o-btn--s1-bg[type=submit] + .o-btn--s1-bg.button,
.b-welcome-page .gform_body .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.gform_footer .b-welcome-page .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.gform_body .b-welcome-page .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.gform_footer .gform_body .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.b-welcome-page .gform_body .gform_footer .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.gform_footer .b-welcome-page .gform_body .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.gform_body .b-welcome-page .gform_footer .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.gform_footer .gform_body .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.b-welcome-page .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.b-welcome-page .gform_footer .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.gform_footer .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg.button,
.b-welcome-page .b-hero-page--form .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.b-hero-page--form .gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.button,
.b-welcome-page .gform_footer .o-btn--s1-bg.search-filter-reset + .o-btn--s1-bg.button,
.gform_footer .b-welcome-page .o-btn--s1-bg.search-filter-reset + .o-btn--s1-bg.button, .b-welcome-page .o-btn.o-btn--s1-bg + .o-btn--s1-bg.search-filter-reset, .b-welcome-page input.o-btn--s1-bg#wppb-recover-password-button + .o-btn--s1-bg.search-filter-reset,
.b-welcome-page .o-btn--s1-bg[type=submit] + .o-btn--s1-bg.search-filter-reset, .b-welcome-page .gform_body .o-btn--s1-bg.gform_button + .o-btn--s1-bg.search-filter-reset, .gform_body .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.search-filter-reset,
.b-welcome-page .gform_body .o-btn--s1-bg.button + .o-btn--s1-bg.search-filter-reset,
.gform_body .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg.search-filter-reset,
.b-welcome-page .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.search-filter-reset,
.gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.search-filter-reset,
.b-welcome-page .gform_footer .o-btn--s1-bg.button + .o-btn--s1-bg.search-filter-reset,
.gform_footer .b-welcome-page .o-btn--s1-bg.button + .o-btn--s1-bg.search-filter-reset, .b-welcome-page .b-hero-page--form .gform_footer .o-btn--s1-bg.gform_button + .o-btn--s1-bg.search-filter-reset, .b-hero-page--form .gform_footer .b-welcome-page .o-btn--s1-bg.gform_button + .o-btn--s1-bg.search-filter-reset, .b-welcome-page .o-btn--s1-bg.search-filter-reset + .o-btn--s1-bg.search-filter-reset {
  display: none;
}

.b-welcome-page {
  grid-column: 1/16;
}
@media screen and (min-width: 75em) {
  .b-welcome-page {
    grid-column: 4/16;
  }
  .single-articles .b-welcome-page {
    grid-column: 2/16;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page--center {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page--left {
    grid-column: 3/16;
  }
}
.b-welcome-page + .b-welcome-page .b-download {
  margin-bottom: 0;
}
.b-welcome-page .c-promo-media {
  position: relative;
  overflow: hidden;
}
.b-welcome-page .c-promo-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.b-welcome-page .c-promo-media > .c-promo-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-welcome-page-content {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-content {
    grid-template-columns: repeat(15, 1fr);
    grid-gap: 0 4rem;
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-welcome-page-content {
    grid-template-columns: repeat(12, 1fr);
    grid-column: 4/16;
  }
  .single-articles .b-welcome-page-content {
    grid-column: 2/16;
    grid-template-columns: repeat(14, 1fr);
  }
}
.b-welcome-page--center .b-welcome-page-content {
  grid-template-columns: repeat(15, 1fr);
  grid-column: 1/16;
}
.b-welcome-page-content .b-promos {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-content .b-promos {
    grid-column: 1/13;
  }
}
.b-welcome-page-content .c-promo {
  grid-column: span 15;
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-content .c-promo {
    grid-column: span 4;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-content .c-promo-text {
    display: block;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-content .c-promo__headline {
    text-align: left;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-content .c-promo__paragraph {
    text-align: left;
  }
}
.b-welcome-page-content .c-post-excerpt {
  grid-column: span 15;
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-content .c-post-excerpt {
    grid-column: span 3;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-content .c-post-excerpt-text {
    display: block;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-content .c-post-excerpt__headline {
    text-align: left;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-content .c-post-excerpt__paragraph {
    text-align: left;
  }
}
.b-welcome-page-content .c-post-excerpt .o-btn, .b-welcome-page-content .c-post-excerpt input#wppb-recover-password-button,
.b-welcome-page-content .c-post-excerpt [type=submit], .b-welcome-page-content .c-post-excerpt .gform_body .gform_button, .gform_body .b-welcome-page-content .c-post-excerpt .gform_button,
.b-welcome-page-content .c-post-excerpt .gform_body .button,
.gform_body .b-welcome-page-content .c-post-excerpt .button,
.b-welcome-page-content .c-post-excerpt .gform_footer .gform_button,
.gform_footer .b-welcome-page-content .c-post-excerpt .gform_button,
.b-welcome-page-content .c-post-excerpt .gform_footer .button,
.gform_footer .b-welcome-page-content .c-post-excerpt .button, .b-welcome-page-content .c-post-excerpt .search-filter-reset {
  display: none;
}
.b-welcome-page-main {
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-main {
    grid-column: 1/12;
  }
  .b-welcome-page--center .b-welcome-page-main {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-welcome-page-main {
    grid-column: 1/9;
  }
  .single-articles .b-welcome-page-main {
    grid-column: 1/10;
  }
  .b-welcome-page--center .b-welcome-page-main {
    grid-column: 4/13;
  }
}
.b-welcome-page-sidebar {
  border-top: solid 1px var(--s1--border);
  padding-top: var(--space4);
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-sidebar {
    grid-column: 12/16;
    padding-top: 0;
  }
}
@media screen and (min-width: 75em) {
  .b-welcome-page-sidebar {
    grid-column: 9/13;
    border-top: none;
  }
  .single-articles .b-welcome-page-sidebar {
    grid-column: 11/16;
  }
}
.b-welcome-page-sidebar-form {
  background: var(--s4-bg);
  padding: var(--space3);
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-sidebar .c-promo-text {
    display: block;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-sidebar .c-promo__headline {
    text-align: left;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-sidebar .c-promo__paragraph {
    text-align: left;
  }
}
.b-welcome-page-sidebar .c-promo-media {
  position: relative;
  overflow: hidden;
}
.b-welcome-page-sidebar .c-promo-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.b-welcome-page-sidebar .c-promo-media > .c-promo-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-welcome-page-sidebar .c-promo-media__img {
  object-fit: cover;
  object-position: 50% 50%;
}
.b-welcome-page-items {
  padding-top: var(--space3);
  grid-column: 1/16;
  display: grid;
  grid-gap: 2rem 2rem;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items {
    grid-gap: 2rem 2rem;
    grid-column: 1/13;
    grid-template-columns: repeat(12, 1fr);
  }
}
.b-welcome-page-items .b-download {
  grid-column: 1/16;
  grid-gap: 0;
  padding: 0;
}
.b-welcome-page-items .b-download-content {
  grid-column: 1/16;
}
.b-welcome-page-items .c-career-excerpt {
  grid-column: span 15;
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-career-excerpt {
    grid-column: span 6;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-career-excerpt-text {
    display: block;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-career-excerpt__headline {
    text-align: left;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-career-excerpt__paragraph {
    text-align: left;
  }
}
.b-welcome-page-items .c-promo {
  grid-column: span 15;
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-promo {
    grid-column: span 4;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-promo-text {
    display: block;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-promo__headline {
    text-align: left;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-promo__paragraph {
    text-align: left;
  }
}
.b-welcome-page-items .c-post-excerpt {
  grid-column: span 15;
}
.b-welcome-page-items .c-post-excerpt-media {
  border: 1px #eee solid;
  margin-bottom: 0;
}
.b-welcome-page-items .c-post-excerpt-media__img {
  padding: var(--space3) var(--space3) var(--space3) var(--space3);
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-post-excerpt {
    grid-column: span 3;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-post-excerpt-text {
    display: block;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-post-excerpt__headline {
    text-align: left;
  }
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page-items .c-post-excerpt__paragraph {
    text-align: left;
  }
}
.b-welcome-page-items .c-post-excerpt .o-btn, .b-welcome-page-items .c-post-excerpt input#wppb-recover-password-button,
.b-welcome-page-items .c-post-excerpt [type=submit], .b-welcome-page-items .c-post-excerpt .gform_body .gform_button, .gform_body .b-welcome-page-items .c-post-excerpt .gform_button,
.b-welcome-page-items .c-post-excerpt .gform_body .button,
.gform_body .b-welcome-page-items .c-post-excerpt .button,
.b-welcome-page-items .c-post-excerpt .gform_footer .gform_button,
.gform_footer .b-welcome-page-items .c-post-excerpt .gform_button,
.b-welcome-page-items .c-post-excerpt .gform_footer .button,
.gform_footer .b-welcome-page-items .c-post-excerpt .button, .b-welcome-page-items .c-post-excerpt .search-filter-reset {
  display: none;
}
.b-welcome-page--center .b-welcome-page__headline {
  text-align: center;
}
.b-welcome-page--center .b-welcome-page__paragraph {
  text-align: center !important;
}

.b-welcome-page .gform_wrapper {
  background: var(--s4-bg);
  margin-top: 0;
  margin-bottom: 0;
}

/*
.b-hero-page__paragraph {
    text-align: left!important; // Temp override
    max-width: none!important; // Temp override

    .b-welcome-page--center & {
        text-align: center!important;
    }
}
*/
.c-tags {
  margin-top: 2rem;
}
.b-welcome-page-blocks {
  padding-top: 2rem !important;
}
.b-welcome-page-blocks .b-text-img {
  margin-bottom: 4rem !important;
}
.b-welcome-page-blocks .b-text-img-content {
  display: block;
  padding: 0;
}

.b-quote-content {
  grid-column: 1/13;
  margin: 0 auto;
}
@media screen and (min-width: 56.25em) {
  .b-quote-content {
    width: 100%;
    display: flex;
  }
}
.b-quote-image {
  width: 60vw;
  margin: 0 auto 3rem auto;
}
@media screen and (min-width: 56.25em) {
  .b-quote-image {
    margin-bottom: 0;
    width: 45%;
    padding-right: 10%;
  }
}
.b-quote-text {
  padding-top: 5rem;
  padding-bottom: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (min-width: 56.25em) {
  .b-quote-text {
    width: 55%;
  }
}
.b-quote-cite {
  margin-bottom: 3rem;
}
@media screen and (min-width: 75em) {
  .b-quote-cite__text {
    font-size: 3.48225rem;
    line-height: 4.5rem;
  }
}
.b-quote-author {
  display: flex;
  position: relative;
  left: 0;
}
@media screen and (min-width: 56.25em) {
  .b-quote-author {
    left: -7rem;
  }
}
.b-quote-author-image {
  width: 5rem;
  clip-path: polygon(1% 20%, 100% 0, 100% 80%, 0 100%);
}
.b-quote-author-text {
  width: calc(100% - 8rem);
  padding-left: 2rem;
  text-transform: uppercase;
}
.b-quote-author b {
  display: block;
}

.b-product {
  grid-column: 1/16;
}
@media screen and (min-width: 75em) {
  .b-product {
    grid-column: 4/16;
  }
}
.b-product-primary {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: auto;
  grid-column: 1/16;
}
@media screen and (min-width: 56.25em) {
  .b-product-primary {
    grid-template-columns: repeat(15, 1fr);
    grid-gap: 0 4rem;
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-product-primary {
    grid-template-columns: repeat(12, 1fr);
    grid-column: 4/16;
  }
}
.b-product-images {
  grid-column: 1/16;
  margin-bottom: var(--space3);
}
@media screen and (min-width: 56.25em) {
  .b-product-images {
    grid-column: 1/16;
  }
}
@media screen and (min-width: 75em) {
  .b-product-images {
    grid-column: 1/7;
  }
}
.b-product-info {
  grid-column: 1/16;
}
@media screen and (min-width: 75em) {
  .b-product-info {
    grid-column: 7/13;
  }
}
.b-product-header {
  margin-bottom: var(--space3);
}
.b-product-desc {
  margin-bottom: var(--space3);
}
.b-product-material {
  margin-bottom: var(--space3);
}
.b-product-approval {
  margin-bottom: var(--space3);
}
.b-product-sku {
  margin-top: var(--space3);
}
.b-product-download {
  margin-bottom: var(--space3);
}
.b-product .b-product-attribute-list {
  margin-top: var(--space2);
}
.b-product .b-product-download-item {
  margin-bottom: var(--space1);
  display: flex;
  align-items: center;
}
.b-product .b-product-download-item-image__img {
  width: 24px;
  height: 24px;
  margin-right: var(--space1);
}
.b-product .b-product-download-item__title {
  color: var(--s1-text);
}
.b-product-video-text {
  margin-top: var(--space2);
}
.b-product-video__headline {
  margin-bottom: 0.5rem;
}
.b-product-video__paragraph {
  margin-bottom: 1rem;
}
.b-product-related {
  margin-top: var(--space4);
  padding-top: var(--space4);
  border-top: 1px solid var(--s1-border);
  grid-column: 1/16;
}
.b-product-related-header {
  margin-bottom: var(--space3);
}
.b-product-related-items {
  display: flex;
}
.b-product-related-items .c-post-excerpt {
  width: 300px;
}
.b-product-related-items .c-post-excerpt .o-btn, .b-product-related-items .c-post-excerpt input#wppb-recover-password-button,
.b-product-related-items .c-post-excerpt [type=submit], .b-product-related-items .c-post-excerpt .gform_body .gform_button, .gform_body .b-product-related-items .c-post-excerpt .gform_button,
.b-product-related-items .c-post-excerpt .gform_body .button,
.gform_body .b-product-related-items .c-post-excerpt .button,
.b-product-related-items .c-post-excerpt .gform_footer .gform_button,
.gform_footer .b-product-related-items .c-post-excerpt .gform_button,
.b-product-related-items .c-post-excerpt .gform_footer .button,
.gform_footer .b-product-related-items .c-post-excerpt .button, .b-product-related-items .c-post-excerpt .search-filter-reset {
  display: none;
}
.b-product-related__headline {
  text-transform: none;
  margin-bottom: 0;
}
.b-product__headline {
  text-transform: none;
  margin-bottom: 1rem;
}
.b-product__sub-headline {
  text-transform: none;
  margin-bottom: 0.5rem;
}
.b-product__paragraph {
  margin-bottom: 0;
}
.b-product__paragraph h2 {
  margin-bottom: 0.5rem;
}
.b-product__paragraph h3 {
  margin-bottom: 0.5rem;
}
.b-product__data-bullet {
  display: block;
}

.b-product-download .c-accordion-content {
  overflow: visible;
}

.b-product-download .c-accordion-content-inner {
  display: flex;
  width: 100%;
}
.b-product-download .c-accordion-content-inner .b-product-download-item__title {
  display: none;
}
.b-product-download .c-accordion-content-inner .b-product-download-item-image__img {
  height: 56px;
  width: auto;
}
.b-product-download .c-accordion-content-inner .b-product-download-item {
  position: relative;
}
.b-product-download .c-accordion-content-inner .b-product-download-item::after {
  pointer-events: none;
  content: attr(title);
  color: #fff;
  border-radius: 24px;
  height: 24px;
  line-height: 24px;
  z-index: 999;
  position: absolute;
  bottom: -28px;
  white-space: nowrap;
  padding-left: 2rem;
  padding-right: 2rem;
  left: 50%;
  background-color: #000;
  opacity: 0;
  transform: translate3d(-50%, 6px, 0);
  transition: opacity 0.15s, transform 0.15s ease-out;
}
.b-product-download .c-accordion-content-inner .b-product-download-item:hover::after {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  transition: opacity 0.15s, transform 0.15s ease-in;
}

.b-product-attribute-list {
  overflow-y: visible;
}
.b-product-attribute-list thead th:last-child,
.b-product-attribute-list .list-item td:last-child {
  text-align: right;
}

.c-downloadlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.c-downloadlist-item {
  display: block;
  position: relative;
  text-align: right;
}
.c-downloadlist--level2 {
  position: absolute;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100px;
  z-index: 9000;
  padding: 0;
}
.c-downloadlist--level2 .c-downloadlist-item {
  position: relative;
  z-index: 9000;
  text-align: left;
  margin: 0;
}
.c-downloadlist--level2 .c-downloadlist-item a {
  display: block;
  padding: 1rem 2rem;
}
.c-downloadlist--level2 .c-downloadlist-item:hover {
  background-color: var(--s1-heading);
}
.c-downloadlist--level2 .c-downloadlist-item:hover .c-downloadlist-item__text {
  color: #fff;
  text-decoration: none;
}

.b-product-attribute-list--download .push-left {
  padding-left: 3rem;
}
.b-product-attribute-list--download strong {
  color: var(--s1-heading);
}
.b-product-attribute-list--download .even {
  border-bottom: 1px #fff solid;
}
.b-product-attribute-list--download .even td {
  background-color: var(--s4-bg);
}
.b-product-attribute-list--download .odd {
  border-bottom: 1px var(--s4-bg) solid;
}
.b-product-attribute-list--download .odd td {
  background-color: #fff;
}

/* Dölj undermenyn som standard */
.c-downloadlist--level2 {
  display: none;
  position: absolute; /* Placera undermenyn relativt till föräldern */
  top: 0%; /* Direkt under knappen */
  left: 50%;
  z-index: 1000; /* Högre z-index för att ligga ovanpå andra element */
}

.b-expand-boxes {
  background-color: var(--s4-bg);
}
.b-expand-boxes-content {
  padding-left: calc(2 * (100% + 2rem) / 12);
  grid-column: 1/16;
}
.b-expand-boxes-header {
  margin-bottom: var(--space4);
}

.b-expand-box-items {
  display: flex;
  width: 100%;
  overflow: auto;
  padding-bottom: 0px;
}

.b-expand-box-item {
  position: relative;
  margin-right: 20px;
  transition: flex-basis 250ms ease-in-out;
  flex: 0 0 225px;
  overflow: hidden;
  height: 500px;
}
.b-expand-box-item-media {
  height: 300px;
  width: 600px;
  position: relative;
  overflow: hidden;
}
.b-expand-box-item-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
.b-expand-box-item-media > .b-expand-box-item-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-expand-box-item-media {
  margin-bottom: var(--space2);
}
.b-expand-box-item-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: 50% 0%;
  object-fit: cover;
}
.b-expand-box-item-meta {
  transition: 250ms all 0ms ease-in-out;
  opacity: 1;
}
.--active .b-expand-box-item-meta {
  opacity: 0;
}
.b-expand-box-item-content {
  opacity: 0;
  width: 300px;
  transition: 250ms all 0ms ease-in-out;
  padding: 20px;
  transform: translate3d(0, 0, 0);
  margin-left: 20px;
  background-color: var(--s2-bg);
}
.--active .b-expand-box-item-content {
  opacity: 1;
  transition: 250ms all 250ms ease-in-out;
  transform: translate3d(0, -120px, 0);
}
.b-expand-box-item-meta {
  position: relative;
}
.b-expand-box-item-meta__up {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
}
.b-expand-box-item-meta__year {
  font-weight: 400;
  margin-bottom: 0;
}
.b-expand-box-item-meta__text {
  font-weight: 700;
}
.b-expand-box-item-content {
  position: relative;
}
.b-expand-box-item-content__down {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
}
.b-expand-box-item-content__year {
  color: var(--neg);
  margin-bottom: 0;
}
.b-expand-box-item-content__title {
  color: var(--neg);
  margin-bottom: 0;
}
.b-expand-box-item-content__text {
  color: var(--neg);
}
.b-expand-box-item.--active {
  flex: 0 0 600px;
}

/* Components
========================================================================== */
.c-accordion {
  border-bottom: solid 1px var(--s1-border);
}
.c-accordion-header__title {
  font-size: 16px;
  text-transform: none;
  margin-bottom: 0;
}
.c-accordion-header__title--l {
  font-size: 2rem;
}
.c-accordion p {
  text-transform: none;
}

.c-cart__svg {
  height: 24px;
}

.c-entrance {
  grid-column: span 12;
  margin-bottom: var(--space2);
  border: solid 10px var(--neg);
  padding: 0;
  padding: 0;
}
@media screen and (min-width: 56.25em) {
  .c-entrance {
    border: solid 15px var(--neg);
    grid-column: span 4;
  }
}
.c-entrance:nth-child(even) {
  background: transparent;
}
.c-entrance__link {
  display: block;
  text-decoration: none;
  color: var(--color-links);
  padding: 0;
}
.c-entrance__link:hover {
  text-decoration: none;
}
.c-entrance:hover .c-entrance-media__img {
  transform: scale(1.015, 1.015);
  transition: transform 0.3s ease-in;
}
.c-entrance-media {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-entrance-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.c-entrance-media > .c-entrance-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-entrance-media {
  margin-bottom: var(--space2);
}
.c-entrance-media__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  display: block;
  transform: scale(1, 1);
  transition: transform 0.3s ease-out;
}
.c-entrance-content {
  width: 100%;
  padding-top: 0;
}
.c-entrance-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1 1 auto;
}
.c-entrance__headline {
  color: var(--s1-heading);
  margin-bottom: 0.5rem;
}
.c-entrance__paragraph {
  color: var(--s1-text);
  text-align: center;
  margin-bottom: 0;
}
.c-entrance .o-btn, .c-entrance input#wppb-recover-password-button,
.c-entrance [type=submit], .c-entrance .gform_body .gform_button, .gform_body .c-entrance .gform_button,
.c-entrance .gform_body .button,
.gform_body .c-entrance .button,
.c-entrance .gform_footer .gform_button,
.gform_footer .c-entrance .gform_button,
.c-entrance .gform_footer .button,
.gform_footer .c-entrance .button, .c-entrance .search-filter-reset {
  margin-top: var(--space2);
}

.c-focus {
  width: 100%;
  margin-bottom: var(--space4);
  grid-column: span 12;
}
@media screen and (min-width: 56.25em) {
  .c-focus {
    grid-column: span 6;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .c-focus {
    grid-column: span 4;
  }
}
.c-focus:nth-child(even) {
  background: transparent;
}
.c-focus-content {
  padding-top: 0;
}
.c-focus__link {
  display: block;
  text-decoration: none;
  color: var(--color-links);
}
.c-focus__link:hover {
  text-decoration: none;
}
.c-focus-media {
  margin-bottom: var(--space2);
  justify-content: center;
  display: flex;
}
.c-focus-media__img {
  width: 75px;
}
.c-focus-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1 1 auto;
}
.c-focus__headline {
  margin-bottom: 0.5rem;
  color: var(--neg);
}
.c-focus__paragraph {
  text-align: center;
  margin-bottom: 0;
  color: var(--neg);
}
.c-focus .o-btn, .c-focus input#wppb-recover-password-button,
.c-focus [type=submit], .c-focus .gform_body .gform_button, .gform_body .c-focus .gform_button,
.c-focus .gform_body .button,
.gform_body .c-focus .button,
.c-focus .gform_footer .gform_button,
.gform_footer .c-focus .gform_button,
.c-focus .gform_footer .button,
.gform_footer .c-focus .button, .c-focus .search-filter-reset {
  display: none;
}

.c-gallery-item {
  position: relative;
  margin-bottom: var(--space2);
}
@media screen and (min-width: 56.25em) {
  .c-gallery-item {
    margin-bottom: 0;
  }
}
.c-gallery-item-media {
  position: relative;
  overflow: hidden;
}
.c-gallery-item-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.c-gallery-item-media > .c-gallery-item-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-gallery-item-media {
  width: 100%;
}
@media screen and (min-width: 75em) {
  .c-gallery-item-media {
    position: relative;
    overflow: hidden;
  }
  .c-gallery-item-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .c-gallery-item-media > .c-gallery-item-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 112.5em) {
  .c-gallery-item-media {
    position: relative;
    overflow: hidden;
  }
  .c-gallery-item-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .c-gallery-item-media > .c-gallery-item-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.c-gallery-item-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.c-gallery-item__paragraph {
  padding: 1rem 0;
}
.c-gallery-item.modal--embed .responsive-embed {
  pointer-events: none;
}

.c-promo {
  width: 100%;
  margin-bottom: var(--space4);
}
.c-promo__link {
  display: block;
  text-decoration: none;
  color: var(--color-links);
  cursor: pointer;
}
@media screen and (min-width: 56.25em) {
  .b-promos--1 .c-promo__link {
    display: flex;
  }
}
.c-promo__link:hover {
  text-decoration: none;
}
.c-promo:hover .c-promo-media__img {
  transform: scale(1.015, 1.015);
  transition: transform 0.3s ease-in;
}
.c-promo-media {
  position: relative;
  overflow: hidden;
}
.c-promo-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.c-promo-media > .c-promo-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-promo-media {
  margin-bottom: var(--space2);
}
@media screen and (min-width: 56.25em) {
  .b-promos--1 .c-promo-media {
    width: 50%;
  }
}
.c-promo-media__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  display: block;
  transform: scale(1, 1);
  transition: transform 0.3s ease-out;
}
.b-welcome-page--download .c-promo-media {
  border: solid 1px var(--s1--border);
}
@media screen and (min-width: 56.25em) {
  .b-promos--1 .c-promo-content {
    width: 50%;
    padding-top: var(--space4);
    padding-left: var(--space4);
  }
}
@media screen and (min-width: 75em) {
  .b-promos--1 .c-promo-content {
    padding-top: var(--space5);
    padding-left: var(--space5);
  }
}
@media screen and (min-width: 112.5em) {
  .b-promos--1 .c-promo-content {
    padding-top: var(--space6);
    padding-left: var(--space6);
  }
}
.c-promo-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1 1 auto;
}
@media screen and (min-width: 56.25em) {
  .b-promos--1 .c-promo-text, .b-welcome-page--download .c-promo-text {
    display: block;
  }
}
.c-promo__headline {
  color: var(--s1-heading);
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 56.25em) {
  .b-promos--1 .c-promo__headline {
    text-align: left;
  }
}
.b-welcome-page--download .c-promo__headline {
  text-transform: none;
}
@media screen and (min-width: 56.25em) {
  .b-welcome-page--download .c-promo__headline {
    text-align: left;
  }
}
.c-promo__paragraph {
  color: var(--s1-text);
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 56.25em) {
  .b-promos--1 .c-promo__paragraph, .b-welcome-page--download .c-promo__paragraph {
    text-align: left;
  }
}
.c-promo .o-btn, .c-promo input#wppb-recover-password-button,
.c-promo [type=submit], .c-promo .gform_body .gform_button, .gform_body .c-promo .gform_button,
.c-promo .gform_body .button,
.gform_body .c-promo .button,
.c-promo .gform_footer .gform_button,
.gform_footer .c-promo .gform_button,
.c-promo .gform_footer .button,
.gform_footer .c-promo .button, .c-promo .search-filter-reset {
  margin-top: var(--space4);
}

.c-promo--bg .c-promo__link {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 25% 50% 25%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  max-width: none;
}
.c-promo--bg .c-promo-media {
  grid-column: 1/13;
  grid-row: 1/4;
  z-index: 221;
  position: relative;
  overflow: hidden;
}
.c-promo--bg .c-promo-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.c-promo--bg .c-promo-media > .c-promo-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-promo--bg .c-promo-media {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  .c-promo--bg .c-promo-media {
    position: relative;
    overflow: hidden;
  }
  .c-promo--bg .c-promo-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .c-promo--bg .c-promo-media > .c-promo-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.c-promo--bg .c-promo-media__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  display: block;
}
.c-promo--bg .c-promo-content {
  grid-column: 1/13;
  grid-row: 2/3;
  z-index: 222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.c-promo--bg .c-promo-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  top: 33px;
}
.c-promo--bg .c-promo__headline {
  color: var(--neg);
  position: relative;
  text-transform: none;
}
.c-promo--bg .c-promo__headline:before {
  content: "";
  display: block;
  position: absolute;
  top: -66px;
  left: calc(50% - 28px);
  width: 56px;
  height: 56px;
}
.c-promo--bg .c-promo__paragraph {
  text-align: center;
  color: var(--neg);
  max-width: 40ch;
}
@media screen and (min-width: 56.25em) {
  .c-promo--bg .c-promo__paragraph {
    max-width: 80ch;
  }
}
.c-promo--bg .o-btn, .c-promo--bg input#wppb-recover-password-button,
.c-promo--bg [type=submit], .c-promo--bg .gform_body .gform_button, .gform_body .c-promo--bg .gform_button,
.c-promo--bg .gform_body .button,
.gform_body .c-promo--bg .button,
.c-promo--bg .gform_footer .gform_button,
.gform_footer .c-promo--bg .gform_button,
.c-promo--bg .gform_footer .button,
.gform_footer .c-promo--bg .button, .c-promo--bg .search-filter-reset {
  display: none !important;
}
.c-promo--bg.byggbeslag .c-promo__headline:before {
  background-image: url(../img/arrow-right-circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.c-promo--bg.skalmursprodukter .c-promo__headline:before {
  background-image: url(../img/arrow-right-circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.home .c-promo {
  grid-column: 1/16;
  margin-bottom: var(--space4);
}
@media screen and (min-width: 56.25em) {
  .home .c-promo {
    margin-bottom: 0;
  }
}
.home .c-promo .c-promo__link {
  grid-column: 1/16;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 2rem;
}
@media screen and (min-width: 37.5em) {
  .home .c-promo .c-promo__link {
    grid-gap: 0 2rem;
  }
}
@media screen and (min-width: 56.25em) {
  .home .c-promo .c-promo__link {
    grid-gap: 0 4rem;
  }
}
.home .c-promo .c-promo-content {
  grid-column: 1/13;
}
.home .c-promo .c-promo-media {
  grid-column: 1/13;
  position: relative;
  overflow: hidden;
}
.home .c-promo .c-promo-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.home .c-promo .c-promo-media > .c-promo-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 56.25em) {
  .home .c-promo .c-promo-media {
    position: relative;
    overflow: hidden;
  }
  .home .c-promo .c-promo-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.3333333333%;
  }
  .home .c-promo .c-promo-media > .c-promo-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.home .c-promo .c-promo-media__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  display: block;
}
@media screen and (min-width: 56.25em) {
  .home .c-promo:nth-child(odd) .c-promo-media {
    order: 1;
    grid-column: 1/7;
  }
}
@media screen and (min-width: 56.25em) {
  .home .c-promo:nth-child(odd) .c-promo-content {
    order: 2;
    grid-column: 7/13;
    padding-top: var(--space4);
    padding-left: var(--space4);
  }
}
@media screen and (min-width: 75em) {
  .home .c-promo:nth-child(odd) .c-promo-content {
    padding-top: var(--space5);
    padding-left: var(--space5);
  }
}
@media screen and (min-width: 112.5em) {
  .home .c-promo:nth-child(odd) .c-promo-content {
    padding-top: var(--space6);
    padding-left: var(--space6);
  }
}
.home .c-promo:nth-child(even) {
  background: var(--s4-bg);
  margin-bottom: 0;
}
@media screen and (min-width: 56.25em) {
  .home .c-promo:nth-child(even) .c-promo-media {
    order: 2;
    grid-column: 7/13;
  }
}
@media screen and (min-width: 56.25em) {
  .home .c-promo:nth-child(even) .c-promo-content {
    order: 1;
    grid-column: 1/7;
    padding-top: var(--space4);
    padding-right: var(--space4);
  }
}
@media screen and (min-width: 75em) {
  .home .c-promo:nth-child(even) .c-promo-content {
    padding-top: var(--space5);
    padding-right: var(--space5);
  }
}
@media screen and (min-width: 112.5em) {
  .home .c-promo:nth-child(even) .c-promo-content {
    padding-top: var(--space6);
    padding-right: var(--space6);
  }
}
.home .c-promo-text {
  align-items: flex-start;
}
.home .c-promo__headline {
  margin-bottom: 0.5rem;
}
.home .c-promo__preamble {
  font-weight: 700;
}
.home .c-promo__paragraph {
  text-align: left;
}
.home .c-promo .o-btn, .home .c-promo input#wppb-recover-password-button,
.home .c-promo [type=submit], .home .c-promo .gform_body .gform_button, .gform_body .home .c-promo .gform_button,
.home .c-promo .gform_body .button,
.gform_body .home .c-promo .button,
.home .c-promo .gform_footer .gform_button,
.gform_footer .home .c-promo .gform_button,
.home .c-promo .gform_footer .button,
.gform_footer .home .c-promo .button, .home .c-promo .search-filter-reset {
  margin-top: 4rem;
}

.error404 .b-ctas .c-promo,
.single .b-cta .c-promo,
.search .b-cta .c-promo,
.page .b-cta .c-promo,
.home .b-ctas .c-promo {
  grid-column: 1/16;
  margin-bottom: 0;
  padding: 0;
}
.error404 .b-ctas .c-promo__link,
.single .b-cta .c-promo__link,
.search .b-cta .c-promo__link,
.page .b-cta .c-promo__link,
.home .b-ctas .c-promo__link {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 25% 50% 25%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  max-width: none;
}
.error404 .b-ctas .c-promo-media,
.single .b-cta .c-promo-media,
.search .b-cta .c-promo-media,
.page .b-cta .c-promo-media,
.home .b-ctas .c-promo-media {
  grid-column: 1/16 !important;
  grid-row: 1/4;
  z-index: 221;
  position: relative;
  overflow: hidden;
}
.error404 .b-ctas .c-promo-media:before,
.single .b-cta .c-promo-media:before,
.search .b-cta .c-promo-media:before,
.page .b-cta .c-promo-media:before,
.home .b-ctas .c-promo-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.error404 .b-ctas .c-promo-media > .c-promo-media__img,
.single .b-cta .c-promo-media > .c-promo-media__img,
.search .b-cta .c-promo-media > .c-promo-media__img,
.page .b-cta .c-promo-media > .c-promo-media__img,
.home .b-ctas .c-promo-media > .c-promo-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.error404 .b-ctas .c-promo-media,
.single .b-cta .c-promo-media,
.search .b-cta .c-promo-media,
.page .b-cta .c-promo-media,
.home .b-ctas .c-promo-media {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  .error404 .b-ctas .c-promo-media,
  .single .b-cta .c-promo-media,
  .search .b-cta .c-promo-media,
  .page .b-cta .c-promo-media,
  .home .b-ctas .c-promo-media {
    position: relative;
    overflow: hidden;
  }
  .error404 .b-ctas .c-promo-media:before,
  .single .b-cta .c-promo-media:before,
  .search .b-cta .c-promo-media:before,
  .page .b-cta .c-promo-media:before,
  .home .b-ctas .c-promo-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.8571428571%;
  }
  .error404 .b-ctas .c-promo-media > .c-promo-media__img,
  .single .b-cta .c-promo-media > .c-promo-media__img,
  .search .b-cta .c-promo-media > .c-promo-media__img,
  .page .b-cta .c-promo-media > .c-promo-media__img,
  .home .b-ctas .c-promo-media > .c-promo-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .error404 .b-ctas .c-promo-media,
  .single .b-cta .c-promo-media,
  .search .b-cta .c-promo-media,
  .page .b-cta .c-promo-media,
  .home .b-ctas .c-promo-media {
    position: relative;
    overflow: hidden;
  }
  .error404 .b-ctas .c-promo-media:before,
  .single .b-cta .c-promo-media:before,
  .search .b-cta .c-promo-media:before,
  .page .b-cta .c-promo-media:before,
  .home .b-ctas .c-promo-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 29.0322580645%;
  }
  .error404 .b-ctas .c-promo-media > .c-promo-media__img,
  .single .b-cta .c-promo-media > .c-promo-media__img,
  .search .b-cta .c-promo-media > .c-promo-media__img,
  .page .b-cta .c-promo-media > .c-promo-media__img,
  .home .b-ctas .c-promo-media > .c-promo-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 112.5em) {
  .error404 .b-ctas .c-promo-media,
  .single .b-cta .c-promo-media,
  .search .b-cta .c-promo-media,
  .page .b-cta .c-promo-media,
  .home .b-ctas .c-promo-media {
    position: relative;
    overflow: hidden;
  }
  .error404 .b-ctas .c-promo-media:before,
  .single .b-cta .c-promo-media:before,
  .search .b-cta .c-promo-media:before,
  .page .b-cta .c-promo-media:before,
  .home .b-ctas .c-promo-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 21.4285714286%;
  }
  .error404 .b-ctas .c-promo-media > .c-promo-media__img,
  .single .b-cta .c-promo-media > .c-promo-media__img,
  .search .b-cta .c-promo-media > .c-promo-media__img,
  .page .b-cta .c-promo-media > .c-promo-media__img,
  .home .b-ctas .c-promo-media > .c-promo-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.error404 .b-ctas .c-promo-media__img,
.single .b-cta .c-promo-media__img,
.search .b-cta .c-promo-media__img,
.page .b-cta .c-promo-media__img,
.home .b-ctas .c-promo-media__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
  display: block;
}
.error404 .b-ctas .c-promo-content,
.single .b-cta .c-promo-content,
.search .b-cta .c-promo-content,
.page .b-cta .c-promo-content,
.home .b-ctas .c-promo-content {
  grid-column: 1/16 !important;
  grid-row: 2/3;
  z-index: 222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.error404 .b-ctas .c-promo-text,
.single .b-cta .c-promo-text,
.search .b-cta .c-promo-text,
.page .b-cta .c-promo-text,
.home .b-ctas .c-promo-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1 1 auto;
}
.error404 .b-ctas .c-promo__headline,
.single .b-cta .c-promo__headline,
.search .b-cta .c-promo__headline,
.page .b-cta .c-promo__headline,
.home .b-ctas .c-promo__headline {
  color: var(--neg);
  margin-bottom: 1rem;
}
.error404 .b-ctas .c-promo__paragraph,
.single .b-cta .c-promo__paragraph,
.search .b-cta .c-promo__paragraph,
.page .b-cta .c-promo__paragraph,
.home .b-ctas .c-promo__paragraph {
  text-align: center;
  color: var(--neg);
  max-width: 40ch;
}
@media screen and (min-width: 56.25em) {
  .error404 .b-ctas .c-promo__paragraph,
  .single .b-cta .c-promo__paragraph,
  .search .b-cta .c-promo__paragraph,
  .page .b-cta .c-promo__paragraph,
  .home .b-ctas .c-promo__paragraph {
    max-width: 80ch;
  }
}

.b-promos-items--img10x8 .c-promo-media {
  position: relative;
  overflow: hidden;
}
.b-promos-items--img10x8 .c-promo-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 80%;
}
.b-promos-items--img10x8 .c-promo-media > .c-promo-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 56.25em) {
  .b-promos-items--img10x8 .c-promo-media {
    position: relative;
    overflow: hidden;
  }
  .b-promos-items--img10x8 .c-promo-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 80%;
  }
  .b-promos-items--img10x8 .c-promo-media > .c-promo-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.b-promos-items--img16x9 .c-promo-media {
  position: relative;
  overflow: hidden;
}
.b-promos-items--img16x9 .c-promo-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.b-promos-items--img16x9 .c-promo-media > .c-promo-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 56.25em) {
  .b-promos-items--img16x9 .c-promo-media {
    position: relative;
    overflow: hidden;
  }
  .b-promos-items--img16x9 .c-promo-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .b-promos-items--img16x9 .c-promo-media > .c-promo-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.b-promos-items--img4x3 .c-promo-media {
  position: relative;
  overflow: hidden;
}
.b-promos-items--img4x3 .c-promo-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.b-promos-items--img4x3 .c-promo-media > .c-promo-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 56.25em) {
  .b-promos-items--img4x3 .c-promo-media {
    position: relative;
    overflow: hidden;
  }
  .b-promos-items--img4x3 .c-promo-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .b-promos-items--img4x3 .c-promo-media > .c-promo-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.b-promos-items--img3x2 .c-promo-media {
  position: relative;
  overflow: hidden;
}
.b-promos-items--img3x2 .c-promo-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.b-promos-items--img3x2 .c-promo-media > .c-promo-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 56.25em) {
  .b-promos-items--img3x2 .c-promo-media {
    position: relative;
    overflow: hidden;
  }
  .b-promos-items--img3x2 .c-promo-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
  .b-promos-items--img3x2 .c-promo-media > .c-promo-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.b-promos-items--img1x1 .c-promo-media {
  position: relative;
  overflow: hidden;
}
.b-promos-items--img1x1 .c-promo-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.b-promos-items--img1x1 .c-promo-media > .c-promo-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 56.25em) {
  .b-promos-items--img1x1 .c-promo-media {
    position: relative;
    overflow: hidden;
  }
  .b-promos-items--img1x1 .c-promo-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .b-promos-items--img1x1 .c-promo-media > .c-promo-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.c-related {
  background-color: var(--s3-bg);
  padding: var(--space2);
  margin-bottom: var(--space4);
}
.c-related-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-related-list-item {
  color: var(--s1-text);
  margin-bottom: var(--space2);
}
.c-related-list-item__link {
  color: var(--neg);
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-related-list-item__svg {
  width: 36px;
  margin-right: var(--space1);
}
.c-related-list-item__title {
  font-weight: 700;
  display: block;
  color: inherit;
}
.c-related__headline {
  text-transform: none;
  color: var(--neg);
  margin-bottom: var(--space2);
}

.c-lightbox {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
}
.c-lightbox-media {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-lightbox-media.--active {
  opacity: 1;
  z-index: 9;
}
.c-lightbox-media {
  position: relative;
  overflow: hidden;
}
.c-lightbox-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.c-lightbox-media > .c-lightbox-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 37.5em) {
  .c-lightbox-media {
    position: relative;
    overflow: hidden;
  }
  .c-lightbox-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .c-lightbox-media > .c-lightbox-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .c-lightbox-media {
    position: relative;
    overflow: hidden;
  }
  .c-lightbox-media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
  .c-lightbox-media > .c-lightbox-media__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.c-lightbox-media__text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  color: var(--s1-heading);
}
.c-lightbox-media__img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  display: block;
}
.c-lightbox-thumbs {
  display: flex;
  padding: 1rem;
  margin: var(--space4) auto 0 auto;
  max-width: 300px;
  overflow-x: auto;
}
@media screen and (min-width: 56.25em) {
  .c-lightbox-thumbs {
    max-width: 380px;
  }
}
.c-lightbox-thumbs::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.c-lightbox-thumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.c-lightbox-thumbs::-webkit-scrollbar-thumb {
  background: var(--s2-bg);
}
.c-lightbox-thumbs::-webkit-scrollbar-thumb:hover {
  background: var(--s3-bg);
}
.c-lightbox-thumbs-media {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  margin-right: var(--space2);
  border: 1px solid var(--s1-border);
  padding: var(--space1);
  position: relative;
  opacity: 0.5;
  cursor: pointer;
}
.c-lightbox-thumbs-media:last-child {
  margin-right: 0;
}
.c-lightbox-thumbs-media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-lightbox-thumbs-media.--active {
  opacity: 1;
  cursor: auto;
}
.c-lightbox-thumbs-media.--active:after {
  opacity: 1;
}
.c-lightbox-thumbs-media__img {
  display: block;
  width: auto;
  height: 100%;
}

.c-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-list-item {
  color: var(--s1-text);
  border-bottom: 1px solid var(--s1-border);
  padding-bottom: 1rem;
}
.c-list-item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 56.25em) {
  .c-list-item {
    border-bottom: none;
  }
}
.c-list-item__link {
  color: inherit;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  padding: 2rem 0;
}
.c-list-item__link:hover {
  text-decoration: none;
}
.c-list-item-thumbnail {
  margin-right: var(--space2);
}
.c-list-item-thumbnail__img {
  height: 56px;
  width: 56px;
  object-fit: contain;
  object-position: 50% 50%;
}
.c-list-item-thumbnail__svg {
  height: 56px;
}
.c-list-item-text {
  color: inherit;
}
.c-list-item-text__title {
  display: block;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: var(--space1);
}
.b-download-items .c-list-item-text__title {
  text-transform: none;
}
.c-list-item-text__description {
  display: block;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.c-list-item-button {
  display: flex;
  align-items: center;
}
.c-list-item-button__svg {
  width: 18px;
  margin-right: var(--space1);
}
.c-list-item-button__text {
  color: var(--s1--link);
  text-transform: uppercase;
}

.b-foldout-box .c-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.b-foldout-box .c-list-item {
  margin: 0 var(--space4) var(--space3) 0;
}
.b-foldout-box .c-list-item-thumbnail__img {
  height: 56px;
  width: 56px;
  min-width: 56px;
  object-fit: contain;
}

@media screen and (min-width: 37.5em) {
  .b-download--box .c-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 75em) {
  .b-download--box .c-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 37.5em) {
  .b-download--box .c-list-item {
    grid-column: span 2;
  }
}
@media screen and (min-width: 56.25em) {
  .b-download--box .c-list-item {
    grid-column: span 1;
    margin: 0 var(--space4) var(--space3) 0;
  }
}
.b-download--box .c-list-item-thumbnail__img {
  height: 56px;
  width: 56px;
  min-width: 56px;
  object-fit: contain;
}

/*
.b-download--box-grid {

    .b-download-content {
        @include breakpoint(break-2) {
            grid-column: 1/16;
        }
    }
}
*/
.c-place {
  position: relative;
  margin-bottom: var(--space3);
}
.c-place__link {
  display: block;
  color: var(--color-text);
  text-decoration: none;
}
.c-place__link:hover {
  text-decoration: none;
}
.c-place__headline {
  color: var(--color-heading);
  margin-bottom: var(--space1);
}
.c-place__paragraph {
  color: var(--color-text);
}
.c-place-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-place-list-item {
  margin-bottom: 0;
  border-bottom: 1px solid var(--s1-border);
  padding-bottom: var(--space1);
  margin-bottom: var(--space1);
  margin-left: 0;
}
.c-place-list-item:last-child {
  border-bottom: none;
}
.c-place-list-item__link {
  display: block;
  color: var(--color-link);
}

.c-person {
  margin-bottom: var(--space2);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  cursor: pointer;
}
.c-person:nth-child(1n) {
  background-color: var(--s1-bg);
}
.c-person:nth-child(2n) {
  background-color: var(--s2-bg);
}
.c-person:nth-child(3n) {
  background-color: var(--s3-bg);
}
.c-person:nth-child(4n) {
  background-color: var(--s4-bg);
}
.c-person:hover .c-person-image__img--1 {
  opacity: 0;
}
.c-person:hover .c-person-image__img--2 {
  opacity: 1;
}
.c-person-image {
  grid-row: 1;
  grid-column: 1/2;
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.c-person-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.c-person-image > .c-person-image__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-person-image__img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: 50% 50%;
  transition: opacity 0.25s;
}
.c-person-image__img--1 {
  opacity: 1;
}
.c-person-image__img--2 {
  opacity: 0;
}
.c-person-content {
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 14;
}
.c-person-text {
  padding: var(--space2);
}
.c-person__sub-headline {
  color: var(--neg);
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}
.c-person__headline {
  color: var(--neg);
  margin-bottom: 0;
}
.c-person__paragraph {
  color: var(--neg);
}
.c-person-item {
  display: flex;
  padding-bottom: 1rem;
}
.c-person-item__span {
  color: #fff;
  margin-right: 0.5rem;
}
.c-person__link {
  color: var(--color-text);
  display: flex;
  align-items: center;
}
.c-person__svg {
  height: 18px;
  height: 18px;
  margin-right: 1.5rem;
}
.c-person-social {
  position: absolute;
  bottom: var(--space3);
  right: var(--space3);
  display: block;
  background: #0084B1 url(../img/linkedin.svg) no-repeat 50% 50%;
  background-size: 21px;
  width: 42px;
  height: 42px;
  border-radius: 42px;
}

.c-mediabank-item {
  margin-bottom: 4rem;
  min-height: 200px;
  display: flex;
}
.c-mediabank-item-image {
  flex-basis: 50%;
  flex-grow: 0;
  position: relative;
  overflow: hidden;
}
.c-mediabank-item-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.c-mediabank-item-image > .c-mediabank-item-image__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 75em) {
  .c-mediabank-item-image {
    position: relative;
    overflow: hidden;
  }
  .c-mediabank-item-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
  .c-mediabank-item-image > .c-mediabank-item-image__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 112.5em) {
  .c-mediabank-item-image {
    position: relative;
    overflow: hidden;
  }
  .c-mediabank-item-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
  .c-mediabank-item-image > .c-mediabank-item-image__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.c-mediabank-item-image__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.c-mediabank-item-content {
  flex-basis: 50%;
  flex-grow: 1;
  display: flex;
  padding: 3rem 3rem 0 3rem;
}
.c-mediabank-item-content-text {
  width: 100%;
}
.c-mediabank-item-content-text__headline {
  margin-bottom: 0;
}
.c-mediabank-item-content-text__paragraph small {
  display: block;
  margin-bottom: 1rem;
}
.c-mediabank-item-content-text__paragraph a {
  display: block;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px #ccc solid;
}

.c-post-excerpt__link {
  display: block;
  text-decoration: none;
  color: var(--color-text);
}
.c-post-excerpt__link:hover {
  text-decoration: none;
}
.c-post-excerpt-media {
  position: relative;
  overflow: hidden;
}
.c-post-excerpt-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.c-post-excerpt-media > .c-post-excerpt-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-post-excerpt-media {
  margin-bottom: 2rem;
  width: 100%;
  padding: 0 4rem;
}
.c-post-excerpt-media__img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.c-post-excerpt-content {
  width: 100%;
  padding: var(--space1) 0;
}
.c-post-excerpt__sub-headline {
  color: var(--color-text);
  text-transform: uppercase;
  margin-bottom: 0rem;
  display: inline-block;
}
.c-post-excerpt__headline {
  color: var(--color-heading);
  text-transform: none;
  position: relative;
  margin-bottom: 0.5rem;
}
.c-post-excerpt p, .c-post-excerpt__paragraph {
  color: var(--color-text);
}

@media screen and (min-width: 56.25em) {
  .b-post-archives--3 .c-post-excerpt__headline,
  .b-post-archives--4 .c-post-excerpt__headline {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .b-post-archives--3 .c-post-excerpt__headline,
  .b-post-archives--4 .c-post-excerpt__headline {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-post-archives--3 p,
  .b-post-archives--4 p {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 75em) {
  .b-post-archives--3 p,
  .b-post-archives--4 p {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}

.c-career-excerpt {
  margin-bottom: 4rem;
}
.c-career-excerpt__link {
  display: block;
  text-decoration: none;
  color: var(--color-text);
}
.c-career-excerpt__link:hover {
  text-decoration: none;
}
.c-career-excerpt-media {
  position: relative;
  overflow: hidden;
}
.c-career-excerpt-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.c-career-excerpt-media > .c-career-excerpt-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-career-excerpt-media {
  margin-bottom: 1rem;
  width: 100%;
}
.c-career-excerpt-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.c-career-excerpt-content {
  width: 100%;
  padding: var(--space1) 0;
}
.c-career-excerpt__sub-headline {
  color: var(--color-text);
  text-transform: uppercase;
  margin-bottom: 0rem;
  display: inline-block;
}
.c-career-excerpt__headline {
  color: var(--color-heading);
  text-transform: none;
  position: relative;
  margin-bottom: 0.5rem;
}
.c-career-excerpt__paragraph {
  color: var(--color-text);
}

@media screen and (min-width: 56.25em) {
  .b-post-archives--3 .c-career-excerpt__headline,
  .b-post-archives--4 .c-career-excerpt__headline {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .b-post-archives--3 .c-career-excerpt__headline,
  .b-post-archives--4 .c-career-excerpt__headline {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-post-archives--3 p,
  .b-post-archives--4 p {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 75em) {
  .b-post-archives--3 p,
  .b-post-archives--4 p {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}

.c-articles-excerpt {
  margin-bottom: var(--space4);
  background: var(--neg);
}
.c-articles-excerpt__link {
  display: block;
  text-decoration: none;
  color: var(--color-text);
  height: 100%;
}
.c-articles-excerpt__link:hover {
  text-decoration: none;
}
.c-articles-excerpt-body {
  display: flex;
  height: 100%;
}
.c-articles-excerpt-media {
  position: relative;
  overflow: hidden;
}
.c-articles-excerpt-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.c-articles-excerpt-media > .c-articles-excerpt-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-articles-excerpt-media {
  width: 40%;
}
.c-articles-excerpt-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.c-articles-excerpt-content {
  width: 60%;
  padding: var(--space3);
  border-left: 3px solid var(--s3-bg);
}
.c-articles-excerpt-info {
  display: flex;
  align-items: center;
}
.c-articles-excerpt-info__svg {
  width: 24px;
  height: 24px;
  margin-right: var(--space1);
}
.c-articles-excerpt-info__span {
  color: var(--s1-text);
}
.c-articles-excerpt__sub-headline {
  color: var(--color-text);
  text-transform: uppercase;
  margin-bottom: 0rem;
  display: inline-block;
}
.c-articles-excerpt__headline {
  color: var(--color-heading);
  position: relative;
  margin-bottom: 1rem;
  text-transform: none;
}
.c-articles-excerpt__paragraph {
  color: var(--color-text);
}

@media screen and (min-width: 56.25em) {
  .b-post-archives--3 .c-articles-excerpt__headline,
  .b-post-archives--4 .c-articles-excerpt__headline {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .b-post-archives--3 .c-articles-excerpt__headline,
  .b-post-archives--4 .c-articles-excerpt__headline {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-post-archives--3 p,
  .b-post-archives--4 p {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 75em) {
  .b-post-archives--3 p,
  .b-post-archives--4 p {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}

.c-product-excerpt {
  transition: box-shadow 0.3s;
  margin-bottom: 4rem;
}
.c-product-excerpt-link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-bottom: none;
  align-items: center;
  color: var(--color-text);
  border: 1px #efefef solid;
  padding: 2rem 2rem 3rem 2rem;
  transition: border-color 0.3s;
}
.c-product-excerpt-link:hover {
  color: var(--color-text);
  text-decoration: none;
  border-color: transparent;
}
.c-product-excerpt-media__img {
  width: auto;
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin: 0 auto 2rem auto;
  padding: 2rem;
}
.c-product-excerpt-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.c-product-excerpt-content__headline {
  margin-bottom: 0.5rem;
  color: var(--color-heading);
  text-align: center;
}
.c-product-excerpt-content__text {
  display: none;
  color: var(--color-text);
}
.c-product-excerpt-content__excerpt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-bottom: 0.5rem;
}
.c-product-excerpt-content__price {
  color: var(--color-accent);
  text-align: center;
  font-weight: 700;
}
.c-product-excerpt-btn {
  display: none;
}
@media screen and (min-width: 56.25em) {
  .c-product-excerpt-btn {
    display: block;
    margin-top: 4rem;
    background-color: red;
    color: var(--color-text);
  }
  .c-product-excerpt-btn:hover {
    color: var(--color-text);
  }
}
.c-product-excerpt-btn-mobile {
  background-color: red;
  color: var(--color-text);
  display: inline-block;
  width: auto;
}
.c-product-excerpt-btn-mobile:hover {
  color: var(--color-text);
}
@media screen and (min-width: 56.25em) {
  .c-product-excerpt-btn-mobile {
    display: none;
  }
}

.c-spot-excerpt {
  margin-bottom: var(--space4);
  background: var(--neg);
}
.c-spot-excerpt__link {
  display: block;
  text-decoration: none;
  color: var(--color-text);
}
.c-spot-excerpt__link:hover {
  text-decoration: none;
}
.c-spot-excerpt:hover .c-spot-excerpt-media__img {
  transform: scale(1.015, 1.015);
  transition: transform 0.3s ease-in;
}
.c-spot-excerpt-media {
  position: relative;
  overflow: hidden;
}
.c-spot-excerpt-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}
.c-spot-excerpt-media > .c-spot-excerpt-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-spot-excerpt-media {
  width: 100%;
}
.c-spot-excerpt-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1, 1);
  transition: transform 0.3s ease-out;
}
.c-spot-excerpt-media--border {
  border-bottom: 4px var(--s3-bg) solid;
}
.c-spot-excerpt-content {
  width: 100%;
  padding: var(--space3);
}
.c-spot-excerpt-content p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-spot-excerpt-info {
  display: flex;
  align-items: center;
}
.c-spot-excerpt-info__svg {
  width: 24px;
  height: 24px;
  margin-right: var(--space1);
}
.c-spot-excerpt-info__span {
  color: var(--s1-text);
}
.c-spot-excerpt__sub-headline {
  color: var(--color-text);
  text-transform: uppercase;
  margin-bottom: 0rem;
  display: inline-block;
}
.c-spot-excerpt__headline {
  color: var(--color-heading);
  position: relative;
  margin-bottom: 1rem;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-spot-excerpt__paragraph {
  color: var(--color-text);
}

@media screen and (min-width: 56.25em) {
  .b-post-archives--3 .c-articles-excerpt__headline,
  .b-post-archives--4 .c-articles-excerpt__headline {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .b-post-archives--3 .c-articles-excerpt__headline,
  .b-post-archives--4 .c-articles-excerpt__headline {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-post-archives--3 p,
  .b-post-archives--4 p {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 75em) {
  .b-post-archives--3 p,
  .b-post-archives--4 p {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}

.c-news-excerpt {
  margin-bottom: var(--space4);
  background: var(--neg);
}
.c-news-excerpt__link {
  display: block;
  text-decoration: none;
  color: var(--color-text);
}
.c-news-excerpt__link:hover {
  text-decoration: none;
}
.c-news-excerpt-body {
  display: flex;
}
.c-news-excerpt-media {
  position: relative;
  overflow: hidden;
}
.c-news-excerpt-media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.c-news-excerpt-media > .c-news-excerpt-media__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-news-excerpt-media {
  width: 40%;
}
.c-news-excerpt-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.c-news-excerpt-content {
  width: 60%;
  padding: var(--space3);
  border-left: 3px solid var(--s3-bg);
}
.c-news-excerpt-info {
  display: flex;
  align-items: center;
}
.c-news-excerpt-info__svg {
  width: 24px;
  height: 24px;
  margin-right: var(--space1);
}
.c-news-excerpt-info__span {
  color: var(--s1-text);
}
.c-news-excerpt__sub-headline {
  color: var(--color-text);
  text-transform: uppercase;
  margin-bottom: 0rem;
  display: inline-block;
}
.c-news-excerpt__headline {
  color: var(--color-heading);
  position: relative;
  margin-bottom: 1rem;
  text-transform: none;
}
.c-news-excerpt__paragraph {
  color: var(--color-text);
}

@media screen and (min-width: 56.25em) {
  .b-post-archives--3 .c-news-excerpt__headline,
  .b-post-archives--4 .c-news-excerpt__headline {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .b-post-archives--3 .c-news-excerpt__headline,
  .b-post-archives--4 .c-news-excerpt__headline {
    font-size: 2.297375rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 56.25em) {
  .b-post-archives--3 p,
  .b-post-archives--4 p {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}
@media screen and (min-width: 75em) {
  .b-post-archives--3 p,
  .b-post-archives--4 p {
    font-size: 1.76575rem;
    line-height: 2.75rem;
  }
}

.c-article-nav {
  display: none;
}
@media screen and (min-width: 75em) {
  .c-article-nav {
    display: block;
  }
}

.c-article-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.c-article-nav-list .active {
  font-weight: 700;
}
.c-article-nav-list__item {
  color: var(--s1-text);
  font-family: news-gothic-std, sans-serif;
  font-weight: 700;
  margin-right: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid var(--s3-bg);
  text-transform: uppercase;
}
.c-article-nav-list__item:hover, .c-article-nav-list__item--active {
  background-color: var(--s3-bg);
  color: var(--neg);
}
.c-article-nav-list__link {
  display: block;
  padding: 1rem 3rem;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.c-article-nav-list__link:hover {
  text-decoration: none;
  color: inherit;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-breadcrumbs {
  margin-top: 2rem;
}
.c-breadcrumbs-content {
  grid-column: 1/16;
}
.c-breadcrumbs--push {
  margin-top: 12rem;
}
@media screen and (min-width: 75em) {
  .c-breadcrumbs--push {
    margin-top: 14rem;
  }
}
.c-breadcrumbs span:first-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 0.5rem;
  padding-left: 0;
  margin-left: 0;
}
.c-breadcrumbs span {
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  text-transform: lowercase;
}
.c-breadcrumbs a {
  display: inline-block;
}
.c-breadcrumbs a:hover {
  text-decoration: none;
}

.c-main-nav {
  display: none;
}
@media screen and (min-width: 75em) {
  .c-main-nav {
    display: block;
    height: 100%;
  }
}

.c-main-nav-list {
  list-style-type: none;
  margin: 0 2rem;
  padding: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.c-main-nav-list__item {
  font-family: news-gothic-std, sans-serif;
  font-weight: 700;
  margin-left: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: var(--s1-bg);
  white-space: nowrap;
  color: var(--neg);
}
@media screen and (min-width: 75em) {
  .c-main-nav-list__item {
    margin: 0 2rem;
  }
}
.c-main-nav-list__item.item-with-ul {
  position: relative;
}
.c-main-nav-list__item.item-with-ul:after {
  display: none;
}

.c-main-nav-list .item-with-ul .item-with-ul:after {
  content: "▾";
  transform: rotate(90deg);
  display: none;
}

@media screen and (min-width: 56.25em) {
  .c-main-nav-list__item ul {
    display: none;
  }
}
.c-main-nav-list__item:first-child:hover ul {
  display: flex;
  width: auto;
  justify-content: center;
}
.c-main-nav-list__link {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.c-main-nav-list__link:hover {
  text-decoration: none;
  color: inherit;
}

.c-main-nav-list--level-1 {
  position: fixed;
  background-color: rgba(99, 177, 229, 0.9);
  margin: 0;
  top: 10rem;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 0rem;
  z-index: 999;
  height: auto;
  animation: fadeIn 0.3s;
}
.c-main-nav-list__item--level-1 {
  margin: 0;
}
.c-main-nav-list__link--level-1 {
  display: block;
  transition: box-shadow 0.3s;
  padding: 2rem;
  color: #fff;
}
.c-main-nav-list__link--level-1:hover {
  box-shadow: none;
}

ul.c-main-nav-list--level-1 li.c-main-nav-list__item a {
  padding: 90px 50px 25px 50px;
  min-width: inherit;
  text-align: center;
}

.c-main-nav-list__item {
  position: relative;
  background-color: transparent;
}
.c-main-nav-list__item a {
  background-repeat: no-repeat;
  background-position: 50% 24px;
  background-size: 55px;
}
.c-main-nav-list__item.menu-icon-angle a {
  background-image: url(../img/menu-icon-angle.png);
}
.c-main-nav-list__item.menu-icon-masonry a {
  background-image: url(../img/menu-icon-masonry.png);
}
.c-main-nav-list__item.menu-icon-wire a {
  background-image: url(../img/menu-icon-wire.png);
}
.c-main-nav-list__item.menu-icon-catalouge a {
  background-image: url(../img/menu-icon-catalouge.png);
}
.c-main-nav-list__item.menu-icon-prefab a {
  background-image: url(../img/menu-icon-prefab.png);
}
.c-main-nav-list__item.menu-icon-joist-hanger a {
  background-image: url(../img/menu-icon-joist-hanger.png);
}

.c-main-nav-list--level-1 .c-main-nav-list__item:after {
  display: none !important;
}

.active.c-main-nav-list__item,
.current-menu-item.c-main-nav-list__item,
.current-menu-ancestor.c-main-nav-list__item {
  position: relative;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-sub-nav {
  display: none;
}
@media screen and (min-width: 75em) {
  .c-sub-nav {
    display: block;
    margin-bottom: 2rem;
  }
}

.c-sub-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-sub-nav-list__item {
  color: var(--neg);
  font-weight: 700;
  position: relative;
}
.c-sub-nav-list--career .c-sub-nav-list__item {
  display: block;
}
.c-sub-nav-list__link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  padding: 1.5rem var(--space2);
}
.c-sub-nav-list__link:hover {
  text-decoration: none;
  color: var(--neg);
}

/*
.c-sub-nav-list {

    // Hide all items
    &__item {
        display: none;

        // Display active
        &.current-menu-parent {
            display: block;


            .c-sub-nav-list__item {
                display: block;
            }
        } 
    }

    // Sublevels
    .c-sub-nav-list--level-2,
    .c-sub-nav-list--level-3 {
        display: none;
    }

    &--level-1 li.active {
        .c-sub-nav-list--level-2 {
            display: block;
        }
    }

    &--level-2 > li.active {

        .c-sub-nav-list--level-3 {
            display: block;
        }
    }
}

*/
.c-sub-nav-list {
  background-color: var(--s2-bg);
}
.c-sub-nav-list li a {
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.c-sub-nav-list {
  /*
  &--level-1 {
      background-color: var(--s2-bg);

      > li.active > a {
          position: relative;
          &:after {
              content: "";
              position: absolute;
              right: 16px;
              bottom: -8px;
              width: 0; 
              height: 0; 
              border-left: 8px solid transparent;
              border-right: 8px solid transparent;                
              border-top: 8px solid var(--s2-bg);
          }
      }
  }

  &--level-2 {
      background-color: var(--s1-bg);

      > li.active > a {
          position: relative;
          &:after {
              content: "";
              position: absolute;
              right: 16px;
              bottom: -8px;
              width: 0; 
              height: 0; 
              border-left: 8px solid transparent;
              border-right: 8px solid transparent;                
              border-top: 8px solid var(--s1-bg);
          }
      }
  }

  &--level-3 {
      background-color: var(--s3-bg);

      > li.active > a {
          position: relative;
          &:after {
              content: "";
              position: absolute;
              right: 16px;
              bottom: -8px;
              width: 0; 
              height: 0; 
              border-left: 8px solid transparent;
              border-right: 8px solid transparent;                
              border-top: 8px solid var(--s3-bg);
          }
      }
  }
  */
}

/*

.c-sub-nav > .c-sub-nav-list > .c-sub-nav-list__item.active {
    background-color: red;
}

.c-sub-nav-list--level-1 > .c-sub-nav-list__item.active {
    background-color: blue;
}

.c-sub-nav-list--level-3 > .c-sub-nav-list__item.active {
    background-color: yellow;
}
*/
.c-sub-nav-list .menu-item {
  display: none;
  position: relative;
}
.c-sub-nav-list .menu-item:after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
}
.c-sub-nav-list .current_page_ancestor,
.c-sub-nav-list .current_page_item {
  display: block;
}
.c-sub-nav-list .current_page_ancestor > ul > li,
.c-sub-nav-list .current_page_item > ul > li {
  display: block !important;
}
.c-sub-nav-list .current_page_ancestor > ul > li a,
.c-sub-nav-list .current_page_item > ul > li a {
  display: block;
}

.c-sub-nav-list__item--level-1:last-child::after,
.c-sub-nav-list__item--level-2:last-child::after,
.c-sub-nav-list__item--level-3:last-child::after,
.c-sub-nav-list__item--level-4:last-child::after {
  display: none;
}

.c-sub-nav a {
  position: relative;
}
.c-sub-nav .c-sub-nav-list__item:last-child a.current-menu-item:after {
  display: none;
}
.c-sub-nav .c-sub-nav-list--level-1 {
  background-color: #1D2A33;
}
.c-sub-nav .c-sub-nav-list--level-1 a.current-menu-item:after {
  z-index: 99;
  border-top-color: #1D2A33;
}
.c-sub-nav .c-sub-nav-list--level-1 .current-menu-ancestor:after {
  border-top-color: #1D2A33;
}
.c-sub-nav .c-sub-nav-list--level-2 .current-menu-ancestor a.current-menu-item:after {
  display: none;
}
.c-sub-nav .c-sub-nav-list--level-2 {
  background-color: #4F7990;
}
.c-sub-nav .c-sub-nav-list--level-2 a.current-menu-item:after {
  z-index: 99;
  border-top-color: #4F7990;
}
.c-sub-nav .c-sub-nav-list--level-2 .current-menu-ancestor:after {
  border-top-color: #4F7990;
}
.c-sub-nav .c-sub-nav-list--level-3 .current-menu-ancestor a.current-menu-item:after {
  display: none;
}
.c-sub-nav .c-sub-nav-list--level-3 {
  background-color: #6C6F70;
}
.c-sub-nav .c-sub-nav-list--level-3 a.current-menu-item:after {
  z-index: 99;
  border-top-color: #6C6F70;
}
.c-sub-nav .c-sub-nav-list--level-3 .current-menu-ancestor:after {
  border-top-color: #6C6F70;
}
.c-sub-nav .c-sub-nav-list--level-4 .current-menu-ancestor a.current-menu-item:after {
  display: none;
}
.c-sub-nav {
  /*

  .c-sub-nav-list--level-3 .current-menu-ancestor {
      &:after {
          border-top-color: #6C6F70;
      }

      a.current-menu-item:after {
          display: none;
      }
  }
  */
}
.c-sub-nav .c-sub-nav-list--level-4 {
  background-color: #8a8e8f;
}
.c-sub-nav .c-sub-nav-list--level-4 a.current-menu-item:after {
  z-index: 99;
  border-top-color: #8a8e8f;
}
.c-sub-nav {
  /*
  // Nivå 1
  > ul li ul.c-sub-nav-list--level-1 {
      > li.current-menu-ancestor,
      > li.current-menu-item {
          background-color:var(--s2-bg);
          > a:after {
              border-top-color: var(--s2-bg);
              z-index: 9;
          }


          > li.current-menu-item {
          }


          .c-sub-nav-list--level-2 li {
              background-color: var(--s1-bg);
          }
     }
  }

  > ul li ul.c-sub-nav-list--level-2 {
      > li.current-menu-ancestor,
      > li.current-menu-item {

          > a:after {
              border-top-color: var(--s1-bg);
              z-index: 9;
          }

          .c-sub-nav-list--level-3 li {
              //background-color: #233742;
              background-color: #6C6F70
          }
     }
  }


  > ul li ul.c-sub-nav-list--level-3 {

      > li.current-menu-ancestor,
      > li.current-menu-item {



          > a:after {
              //border-top-color: var(--s1-bg);
              z-index: 9;
          }

          .c-sub-nav-list--level-4 li {
              //background-color: #233742;
              background-color: #000;
          }
     }
  }
  */
}

.c-tag-nav {
  grid-column: 1/16;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-tag-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 56.25em) {
  .c-tag-nav-list {
    display: block;
  }
}
.c-tag-nav-list__item {
  color: var(--neg);
  text-transform: none;
  font-weight: 700;
  position: relative;
  display: none;
  margin-top: 2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 56.25em) {
  .c-tag-nav-list__item {
    margin-top: 0;
  }
}
.c-tag-nav-list--career .c-tag-nav-list__item {
  display: inline-block;
}
.c-tag-nav-list__item.active {
  display: inline-block;
}
.c-tag-nav-list__item.active .c-tag-nav-list__item {
  display: inline-block;
}
.c-tag-nav-list__item ul {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 56.25em) {
  .c-tag-nav-list__item ul {
    display: inline-block;
  }
}
.c-tag-nav-list__item ul:hover {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 56.25em) {
  .c-tag-nav-list__item ul:hover {
    display: inline-block;
  }
}
.c-tag-nav-list__link {
  display: inline-block;
  cursor: pointer;
  color: var(--neg);
  font-weight: 700;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  color: var(--neg);
  padding: 1.5rem 4rem 1rem 4rem;
  background-color: var(--s2-bg);
  display: inline-block;
  background: linear-gradient(to left, var(--s2-bg) 50%, var(--s1-bg) 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
}
.c-tag-nav-list__link:hover {
  color: var(--neg);
  text-decoration: none;
  background-position: left;
}

.wp-pagenavi {
  align-items: center;
  display: flex;
}
.wp-pagenavi span,
.wp-pagenavi a {
  padding: 1rem 2rem;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  color: var(--s1-text);
  border: none;
  height: 44px;
}
.wp-pagenavi .pages {
  white-space: nowrap;
}
.wp-pagenavi .current {
  background-color: var(--s3-bg);
  color: var(--neg);
  padding: 1rem 3rem;
}
.c-footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space2) 0;
}
@media screen and (min-width: 56.25em) {
  .c-footer-nav-list {
    margin-right: var(--space4);
    display: flex;
  }
}
@media screen and (min-width: 75em) {
  .c-footer-nav-list {
    margin-right: var(--space6);
  }
}
.c-footer-nav-list__item {
  display: block;
  white-space: nowrap;
  margin-right: var(--space2);
  margin-left: 0;
}
.c-footer-nav-list__item span {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--neg);
}
.c-footer-nav-list__item--level-1 {
  display: block;
}
.c-footer-nav-list__link {
  color: var(--neg);
  text-decoration: none;
  position: relative;
}
.c-footer-nav-list__link:hover {
  color: var(--neg);
  text-decoration: underline;
}

.c-footer-nav-list--level-1 {
  display: block;
}

.c-table,
table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 0 !important;
  table-layout: fixed;
}
.c-table th,
.c-table td,
table th,
table td {
  padding: var(--space1) 0;
  color: var(--s1-text);
  text-align: left;
}
.c-table thead th,
table thead th {
  font-weight: 700;
  color: var(--s1-heading);
  padding-left: 2rem;
  padding-right: 2rem;
}
.c-table tbody tr,
table tbody tr {
  background-color: var(--s4-bg);
}
.c-table tbody tr:nth-child(even),
table tbody tr:nth-child(even) {
  background-color: var(--neg);
}
.c-table tbody tr:last-child,
table tbody tr:last-child {
  border-bottom: none;
}
.c-table tbody td,
table tbody td {
  font-weight: 400;
  padding-left: 2rem;
  padding-right: 2rem;
}
.c-table .is-open,
table .is-open {
  position: relative;
  z-index: 1;
}

.b-product-attribute-list th,
.b-product-attribute-list td {
  padding: 1rem 1rem;
}

/* General
========================================================================== */
/* Classes
========================================================================== */
.alignright {
  float: right;
  margin-left: 3rem;
}

.alignleft {
  float: left;
  margin-right: 3rem;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-bottom {
  vertical-align: text-bottom;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.absolute {
  position: absolute;
}

.icon-top-right {
  top: -24px;
  right: -24px;
}

.relative {
  position: relative;
}

.neg {
  color: var(--neg);
}

.accent-one {
  color: var(--accent-one);
}

.accent-two {
  color: var(--accent-two);
}

.dark {
  color: var(--dark);
}

.light-grey {
  color: var(--s4-bg);
}

.bg-neg {
  background-color: var(--neg);
}

.bg-accent-one {
  background-color: var(--accent-one);
}

.bg-accent-two {
  background-color: var(--accent-two);
}

.bg-dark {
  background-color: var(--dark);
}

.bg-light-grey {
  background-color: var(--s4-bg);
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.c-overlay {
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  right: 0;
  top: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  display: flex;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  justify-content: flex-end;
}
.c-overlay-backdrop {
  position: fixed;
  content: "";
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 996; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #5B643C;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.1s;
  pointer-events: none;
}
.c-overlay--menu .c-overlay-backdrop {
  transition-delay: 0.15s;
}
.c-overlay-content {
  position: relative;
  z-index: 996; /* Sit on top */
  background-color: #fff;
  transition-delay: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-overlay--cart .c-overlay-content {
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.14, 0.99, 0.43, 0.99);
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .c-overlay--cart .c-overlay-content {
    width: 68%;
    max-width: 500px;
  }
}
@media screen and (min-width: 56.25em) {
  .c-overlay--cart .c-overlay-content {
    width: 50%;
  }
}
.c-overlay--menu .c-overlay-content {
  width: 100%;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.14, 0.99, 0.43, 0.99);
}
@media screen and (min-width: 37.5em) {
  .c-overlay--menu .c-overlay-content {
    width: 68%;
  }
}
.c-overlay-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-overlay-close__svg {
  display: block;
  width: 16px;
  height: 16px;
}
.c-overlay-footer {
  transition: transform 0.5s cubic-bezier(0.14, 0.99, 0.43, 0.99) 1s, opacity 0.5s;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  position: absolute;
  bottom: 2rem;
  left: 16%;
  width: 100%;
}

.js-toggle-mini-cart,
.o-hamburger {
  transition: transform 0.5s cubic-bezier(0.14, 0.99, 0.43, 0.99);
  transform: translate3d(0, 0, 0);
}

.-active-overlay--menu .c-overlay--cart {
  display: none;
}

.-active-overlay--cart .c-overlay--menu {
  display: none;
}

.-active-overlay--cart .c-overlay,
.-active-overlay--menu .c-overlay {
  pointer-events: initial;
}
.-active-overlay--cart .c-overlay-backdrop,
.-active-overlay--menu .c-overlay-backdrop {
  opacity: 0.3;
  pointer-events: initial !important;
}
.-active-overlay--cart .c-overlay-content,
.-active-overlay--menu .c-overlay-content {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
.-active-overlay--cart .c-overlay-footer,
.-active-overlay--menu .c-overlay-footer {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.3s;
  opacity: 1;
}
.-active-overlay--cart .c-overlay-close,
.-active-overlay--menu .c-overlay-close {
  opacity: 1;
  transition-delay: 0.3s;
}
.-active-overlay--cart .js-toggle-mini-cart,
.-active-overlay--cart .o-hamburger,
.-active-overlay--menu .js-toggle-mini-cart,
.-active-overlay--menu .o-hamburger {
  transition: transform 0.5s cubic-bezier(0.14, 0.99, 0.43, 0.99) !important;
}
.-active-overlay--cart .o-hamburger,
.-active-overlay--menu .o-hamburger {
  transform: translate3d(0, -100%, 0);
}
.-active-overlay--cart .js-toggle-mini-cart,
.-active-overlay--menu .js-toggle-mini-cart {
  transform: translate3d(100%, 0, 0);
}

.-active-overlay-close--cart .c-overlay-backdrop {
  transition-delay: 0s;
}
.-active-overlay-close--cart .js-toggle-mini-cart,
.-active-overlay-close--cart .o-hamburger {
  transition-delay: 0.1s;
}

.-active-overlay-close--menu .c-overlay-backdrop {
  transition-delay: 0.6s;
}
.-active-overlay-close--menu .c-overlay-content {
  transition-delay: 0.5s;
}
.-active-overlay-close--menu .c-overlay-footer {
  transition-delay: 0s;
}
.-active-overlay-close--menu .js-toggle-mini-cart,
.-active-overlay-close--menu .o-hamburger {
  transition-delay: 0.15s !important;
}

.c-overlay-nav-list {
  padding-left: 0;
  width: 68%;
  margin: 0 0 10rem 0;
}
.c-overlay-nav-list__item {
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0s;
}
.c-overlay-nav-list__item a {
  display: block;
  padding: 4rem 0;
  border-bottom: 2px #3B3B38 solid;
}
@media screen and (min-width: 56.25em) {
  .c-overlay-nav-list__item a {
    padding: 4rem 0;
  }
}
.c-overlay-nav-list__item:before {
  display: none;
}
.c-overlay-nav-list__item:last-child a {
  border-bottom: none !important;
}
.-active-overlay .c-overlay-nav-list__item:nth-child(1) {
  transition-delay: 0.25s;
}
.-active-overlay .c-overlay-nav-list__item:nth-child(2) {
  transition-delay: 0.3s;
}
.-active-overlay .c-overlay-nav-list__item:nth-child(3) {
  transition-delay: 0.35s;
}
.-active-overlay .c-overlay-nav-list__item:nth-child(4) {
  transition-delay: 0.4s;
}
.-active-overlay .c-overlay-nav-list__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.o-social-link {
  display: block;
  margin-left: auto;
}
.o-social-link__svg {
  width: 24px;
  height: 24px;
}

.c-overlay-footer {
  display: flex;
  align-items: center;
  width: 68%;
}

.c-overlay-footer-links {
  display: flex;
}
.c-overlay-footer-links a {
  line-height: 2rem;
  display: block;
  margin-right: 4rem;
}
@media screen and (min-width: 56.25em) {
  .c-overlay-footer-links a {
    line-height: 8rem;
  }
}

.c-overlay-footer-socials {
  margin-left: auto;
  display: flex;
}

.object-fit {
  object-fit: cover;
  object-position: 50% 50%;
}
.object-fit--fill {
  object-fit: fill;
}
.object-fit--cover {
  object-fit: cover;
  height: 100%;
}
.object-fit--contain {
  object-fit: contain;
  height: 100%;
}
.object-fit--none {
  object-fit: none;
}

/* Vendors
========================================================================== */
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  /** Width for the drawer. */
  --mm-ocd-width: 80%;
  /** Min-width for the drawer. */
  --mm-ocd-min-width: 200px;
  /** Max-width for the drawer. */
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(100% - var(--mm-ocd-max-width), 100% - var(--mm-ocd-width), 100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

/** Animation duration. */
/** Arrow size. */
/** Arrow weight. */
/** Border opacity. */
/** Navbar opacity. */
/** Arrow opacity. */
.mm-spn a,
.mm-spn span, .mm-spn li, .mm-spn ul, .mm-spn {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  /** Height for menu items. */
  --mm-spn-item-height: 50px;
  /** Indent for menu items. */
  --mm-spn-item-indent: 20px;
  /** Line height for menu items. */
  --mm-spn-line-height: 24px;
  /** Panel offset. */
  --mm-spn-panel-offset: 30%;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0px);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: calc(100% + var(--mm-spn-panel-offset));
  padding-right: var(--mm-spn-panel-offset);
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: calc(-1 * var(--mm-spn-panel-offset));
  overflow: visible;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: transparent;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.mm {
  --mm-spn-item-height: 6rem;
  --mm-spn-item-indent: 0rem;
  --mm-spn-line-height: 6rem;
}

.mm-spn.mm-spn--dark, .mm-spn.mm-spn--light {
  background: var(--s2-bg);
  color: #fff;
}
.mm-spn a,
.mm-spn span {
  padding-left: 2rem;
}
.mm-spn.mm-spn--navbar ul:before {
  color: rgba(255, 255, 255, 0.4);
}
.mm-spn li:after {
  margin-left: 0;
  color: rgba(255, 255, 255, 0.4);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.-active:hover {
  opacity: 0.7;
}
.hamburger.-active .hamburger-inner,
.hamburger.-active .hamburger-inner::before,
.hamburger.-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mm-ocd-opened .hamburger--squeeze .hamburger-inner, .hamburger--squeeze.-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mm-ocd-opened .hamburger--squeeze .hamburger-inner::before, .hamburger--squeeze.-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.mm-ocd-opened .hamburger--squeeze .hamburger-inner::after, .hamburger--squeeze.-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

img[data-action=zoom] {
  cursor: zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  transition: all 300ms;
}

img.zoom-img {
  cursor: zoom-out;
}

.zoom-overlay {
  cursor: zoom-out;
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

/**************************\
  Basic Modal Styles
\**************************/
.micromodal-slide.is-open {
  position: absolute;
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.modal__container {
  background-color: #fff;
  width: 90vw;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 56.25em) {
  .modal__container {
    width: 100%;
    max-width: 800px;
  }
}

.modal__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
  color: var(--neg);
  font-weight: 700;
}

.modal__content {
  width: 100%;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.modal__content {
  display: flex;
}
.modal__col-left {
  width: 34%;
  position: relative;
  position: sticky;
  top: 0;
}
.modal__col-right {
  width: 66%;
  height: 500px;
  overflow: auto;
}
.modal .c-person-image {
  height: auto;
}
.modal .c-person-content {
  padding: var(--space3) var(--space4);
}
.modal .c-person-contact {
  padding: var(--space3) var(--space3);
  background-color: var(--s3-bg);
  height: 100%;
}
.modal .c-person__link {
  color: var(--neg);
}
.modal .modal__close {
  padding: 8px;
  background-color: var(--s2-bg);
}

.modal--youtube .modal__container {
  aspect-ratio: 16/9;
}
.modal--youtube .modal__youtube {
  aspect-ratio: 16/9;
}
.modal--youtube .modal__youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.artiklar .searchandfilter li[data-sf-field-type=taxonomy],
.blogg .searchandfilter li[data-sf-field-type=taxonomy] {
  display: none;
  padding: 2rem 0;
  border-bottom: 1px var(--s3-bg) solid;
  border-bottom: 1px var(--s3-bg) solid;
}
.artiklar .searchandfilter li[data-sf-field-type=taxonomy] h4,
.blogg .searchandfilter li[data-sf-field-type=taxonomy] h4 {
  padding: 0;
  height: auto;
  cursor: pointer;
}
.artiklar .searchandfilter li[data-sf-field-type=taxonomy] h4:after,
.blogg .searchandfilter li[data-sf-field-type=taxonomy] h4:after {
  content: "+";
  position: relative;
  top: -2px;
  margin: 0 2rem;
  pointer-events: none;
}
.artiklar .searchandfilter li[data-sf-field-type=taxonomy].active h4:after,
.blogg .searchandfilter li[data-sf-field-type=taxonomy].active h4:after {
  content: "-" !important;
}
.artiklar .searchandfilter li[data-sf-field-type=taxonomy] > ul,
.blogg .searchandfilter li[data-sf-field-type=taxonomy] > ul {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.1s ease-in-out;
}
.artiklar .searchandfilter li[data-sf-field-type=taxonomy].active > ul,
.blogg .searchandfilter li[data-sf-field-type=taxonomy].active > ul {
  margin-top: 1rem;
  max-height: 300px;
  transition: max-height 0.1s ease-in-out;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.glide__slides {
  margin-bottom: 0;
}

.glide__arrows {
  display: none !important;
}

.glide__arrow {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 48px;
  height: 48px;
}
.glide__arrow--left {
  left: 1rem;
  background: url(../img/arrow-left-circle.svg) no-repeat 50% 50%;
}
.glide__arrow--right {
  right: 1rem;
  background: url(../img/arrow-right-circle.svg) no-repeat 50% 50%;
}

.glide__bullets {
  transform: none;
  z-index: 999;
  position: relative;
  bottom: 0;
  left: 0;
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}
.glide__bullets .glide__bullet {
  background-color: #bbb;
  box-shadow: none;
  border: none !important;
}
.glide__bullets .glide__bullet--active {
  background-color: #888;
}
.glide__bullets .glide__bullet:hover {
  background-color: var(--s2-bg);
  border: none;
}

.b-product-related .glide__arrow--left {
  left: -8rem;
  display: none;
}
@media screen and (min-width: 56.25em) {
  .b-product-related .glide__arrow--left {
    display: block;
  }
}
.b-product-related .glide__arrow--right {
  right: -8rem;
  display: none;
}
@media screen and (min-width: 56.25em) {
  .b-product-related .glide__arrow--right {
    display: block;
  }
}

.fadeIn {
  animation: fadeIn 1s forwards; /* IE 10+, Fx 29+ */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.o-hamburger {
  width: 9rem;
  height: 8rem;
  background-color: #3B3B38;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.o-hamburger__svg {
  display: block;
  width: 18px;
  height: auto;
}

.medium-zoom-overlay,
.medium-zoom-image--opened {
  z-index: 100000;
}

.medium-zoom-overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.aspect-ratio--1x1 {
  position: relative;
  overflow: hidden;
}
.aspect-ratio--1x1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.aspect-ratio--1x1 > .aspect-ratio-item, .aspect-ratio--1x1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aspect-ratio--3x2 {
  position: relative;
  overflow: hidden;
}
.aspect-ratio--3x2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.aspect-ratio--3x2 > .aspect-ratio-item, .aspect-ratio--3x2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aspect-ratio--2x3 {
  position: relative;
  overflow: hidden;
}
.aspect-ratio--2x3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.aspect-ratio--2x3 > .aspect-ratio-item, .aspect-ratio--2x3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aspect-ratio--4x3 {
  position: relative;
  overflow: hidden;
}
.aspect-ratio--4x3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.aspect-ratio--4x3 > .aspect-ratio-item, .aspect-ratio--4x3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aspect-ratio--3x4 {
  position: relative;
  overflow: hidden;
}
.aspect-ratio--3x4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.aspect-ratio--3x4 > .aspect-ratio-item, .aspect-ratio--3x4 iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aspect-ratio--16x9 {
  position: relative;
  overflow: hidden;
}
.aspect-ratio--16x9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.aspect-ratio--16x9 > .aspect-ratio-item, .aspect-ratio--16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aspect-ratio--21x9 {
  position: relative;
  overflow: hidden;
}
.aspect-ratio--21x9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 42.8571428571%;
}
.aspect-ratio--21x9 > .aspect-ratio-item, .aspect-ratio--21x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aspect-ratio iframe, .aspect-ratio-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal--embed .modal__content {
  display: block;
  margin: 30px;
}
.modal--embed .modal-embed-orig {
  display: none;
}

.page-template-default .b-text-img .gf_login_form .gform_body .gfield_label,
.page-template-page-center .b-text-img .gf_login_form .gform_body .gfield_label {
  display: block !important;
  font-size: inherit !important;
}
.page-template-default .b-text-img .gfield_required,
.page-template-page-center .b-text-img .gfield_required {
  display: none !important;
}

/* info box
---------------------------------------------*/
.info-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  margin: -2px 10px 0px 0;
  vertical-align: bottom;
}

.info-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid var(--s1-text);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  color: var(--s1-text);
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.info-circle:hover {
  background: var(--s1-text);
  color: #fff;
  border-color: var(--s1-text);
}

.info-box .info-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  width: max-content;
  min-width: 200px;
  max-width: 90vw;
  color: var(--s1-text);
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateY(5px);
}

.info-content-img {
  display: block;
  margin: 0 auto;
  width: 60%;
  max-width: 80px;
  padding: 2rem 1rem;
  margin-bottom: 1rem;
}

.info-box:hover .info-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.info-box .product-attr {
  font-weight: 400;
}

.info-box .product-attr {
  display: block;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px var(--s4-bg) solid;
}
.info-box .product-attr:last-child {
  border-bottom: 0;
}

.b-product-attribute-list.b-product-attribute-list--download {
  table-layout: auto !important;
}

/*# sourceMappingURL=main.css.map*/