@font-face {
  font-family: "DINPro-Regular";
  src: url("../fonts/FF_DIN_Pro_Regular_Italic.otf");
}
@font-face {
  font-family: "DINPro-Medium";
  src: url("../fonts/FF_DIN_Pro_Medium_Italic.otf");
}
@font-face {
  font-family: "DINPro-Bold";
  src: url("../fonts/FF_DIN_Pro_Bold_Italic.otf");
}
@font-face {
  font-family: "DINPro-Black";
  src: url("../fonts/FF_DIN_Pro_Black_Italic.otf");
}
@font-face {
  font-family: "DINPro-Italic";
  src: url("../fonts/DINPro-Italic.otf");
}
@font-face {
  font-family: "DINPro-Light";
  src: url("../fonts/DINPro-LightItalic.otf");
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  clear: both;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Normalise
------------------------------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

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

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

table, td, th {
  vertical-align: middle;
}

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

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
}

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

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

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

:root {
  font-size: 10px;
}

/* Base Styles
------------------------------------------------------------------------------------ */
body {
  color: #000000;
  font-family: DINPro-Regular, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #F0F0F0;
}
@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}

.pageWrapper {
  width: 100vw;
  overflow: hidden;
}
.pageWrapper.show-menu {
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}

.pageContainer {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1540px) {
  .pageContainer {
    max-width: 1500px;
    margin: 0 20px;
  }
}

.content {
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .content {
    margin-top: 4.5rem;
  }
}
.search-results .content {
  margin-top: 12rem;
}
@media screen and (max-width: 1023px) {
  .search-results .content {
    margin-top: 9rem;
  }
}

.pageSection {
  margin: 1.6rem 0;
}
.pageSection__nudgeUp {
  margin-top: -3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .pageSection__nudgeUp {
    margin-top: 0;
  }
}

h1, h2, h3, h4, h5, p, .videoWrapper {
  margin-bottom: 1.5rem;
}

.videoWrapper:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 4.5rem;
  line-height: 1.2;
  font-family: DINPro-Medium, Arial, sans-serif;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 3.86rem;
  }
}
@media screen and (max-width: 490px) {
  h1 {
    font-size: 3.32rem;
  }
}

h2 {
  font-size: 3.86rem;
  line-height: 1.2;
  font-family: DINPro-Medium, Arial, sans-serif;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 3.32rem;
  }
}
@media screen and (max-width: 490px) {
  h2 {
    font-size: 2.85rem;
  }
}

h3 {
  font-size: 3.32rem;
  line-height: 1.2;
  font-family: DINPro-Medium, Arial, sans-serif;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 2.85rem;
  }
}
@media screen and (max-width: 490px) {
  h3 {
    font-size: 2.44rem;
  }
}

h4 {
  font-size: 2.85rem;
  line-height: 1.1;
  font-family: DINPro-Medium, Arial, sans-serif;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 2.44rem;
  }
}
@media screen and (max-width: 490px) {
  h4 {
    font-size: 2.1rem;
  }
}

h5 {
  font-size: 2.44rem;
  font-family: DINPro-Medium, Arial, sans-serif;
}
@media screen and (max-width: 1200px) {
  h5 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 490px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-size: 1.6rem;
  font-size: 2.1rem;
}
@media screen and (max-width: 490px) {
  h6 {
    font-size: 1.8rem;
  }
}

p,
.metaSection h5 {
  font-size: 1.8rem;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  p,
.metaSection h5 {
    font-size: 1.6rem;
  }
}
p:last-child,
.metaSection h5:last-child {
  margin-bottom: 0;
}

p.strapline {
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 2em;
}
@media screen and (max-width: 1200px) {
  p.strapline {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  p.strapline {
    margin-bottom: 1.5rem;
  }
}

a {
  color: #EE3224;
  transition: color 0.3s;
}
a:hover {
  color: #EE3224;
}

.angledLink {
  display: inline-block;
  border: none;
  background-color: #EE3224;
  padding: 0.5em 3em;
  padding-right: calc(3em + 10px);
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  transition: all 0.3s;
  outline: none;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  margin-right: 2rem;
  font-family: DINPro-Medium, Arial, sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .angledLink {
    padding: 0.5em 1.5em 0.5em 1em;
  }
}
.angledLink:hover {
  color: white;
  background-color: #A7A9AC;
}

ul {
  font-size: 1.6rem;
  margin-left: 36px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  ul {
    font-size: 1.4rem;
  }
}
p + ul {
  margin-top: -2rem;
}

ol {
  font-size: 1.6rem;
  margin-left: 36px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  ol {
    font-size: 1.4rem;
  }
}
p + ol {
  margin-top: -2rem;
}

em {
  font-style: italic;
}

strong {
  font-family: DINPro-Medium, Arial, sans-serif;
}

input[type=text],
input[type=button],
input[type=submit],
select {
  -webkit-appearance: none;
}

/* Wordpress Defaults
------------------------------------------------------------------------------------ */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  background-color: #ffffff;
}
.wp-caption.alignleft, .wp-caption.alignright {
  width: 48% !important;
  clear: both;
}
.wp-caption.alignleft {
  margin: 0.5rem 1.5rem 1.5rem 0;
}
.wp-caption.alignright {
  margin: 0.5rem 0 1.5rem 1.5rem;
}
.wp-caption.aligncenter, .wp-caption.alignnone {
  margin: 3rem 0;
  width: 100% !important;
  clear: both;
}
.wp-caption img {
  width: 100%;
  display: block;
}

.wp-caption-text {
  padding: 0.5em;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .wp-caption-text {
    font-size: 1.2rem;
  }
}

.text__content img.alignleft,
.text__content img.alignright {
  width: 48% !important;
}

img.alignleft {
  margin: 0.5rem 1.5rem 0.5rem 0;
}

img.alignright {
  margin: 0.5rem 0 0.5rem 1.5rem;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    font-size: 1.2rem;
  }
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

.to-fade-in {
  opacity: 0;
}

.come-in {
  opacity: 0;
  animation: come-in 1s 0.3s ease forwards;
}

.already-visible {
  transform: translateY(0);
  opacity: 1;
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.header {
  position: relative;
  z-index: 30;
  position: fixed;
  width: 100%;
}
.header .pageContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.25rem auto;
}
@media screen and (max-width: 1540px) {
  .header .pageContainer {
    margin: 2.25rem 20px;
  }
}
.header .pageContainer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EE3224;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 16px), 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 16px), 0 100%);
}
@media screen and (max-width: 1023px) {
  .header {
    display: block;
  }
}
.header__logo, .header__logo img {
  display: block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header__logo, .header__logo img {
    height: 2rem;
  }
}
.header .hero-navigation {
  display: flex;
}

.footer {
  padding: 1.6rem 0;
  color: #ffffff;
  background-color: #383838;
}
.footer__columns {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: 15% 35rem 1fr auto;
  gap: 5%;
}
@media screen and (max-width: 1023px) {
  .footer__columns {
    grid-template-columns: 20% 35rem 1fr;
  }
}
@media screen and (max-width: 768px) {
  .footer__columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.footer .contactCard__wrapper {
  flex: 0 0 35rem;
}
.footer .contactCard {
  max-width: 400px;
  background-color: transparent;
  color: white;
}
.footer .contact {
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.footer__copyright p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.footer__smallPrint p {
  font-size: 1.2rem;
}
.footer .footerIcons {
  display: flex;
  justify-content: space-between;
}
.footer .socialMediaIcons__icon {
  margin-left: 1.5rem;
}
.footer .socialMediaIcons__icon:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .footer .socialMediaIcons__icon img {
    height: 2rem;
  }
}
.footer__logo {
  width: 100%;
  max-width: 250px;
  display: block;
}
.footer__logo img {
  width: 100%;
}

.footerNavigation {
  columns: 5;
  column-width: 20rem;
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .footerNavigation {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.footerNavigation > .menu-item {
  display: block;
  list-style: none;
  break-inside: avoid-column;
  font-size: 1.8rem;
  font-family: DINPro-Medium, Arial, sans-serif;
}
.footerNavigation > .menu-item .sub-menu {
  margin-left: 2.25rem;
}
.footerNavigation a {
  color: inherit;
  text-decoration: none;
}
.footerNavigation a:hover {
  color: #EE3224;
}

.mobile-buger-menu-toggle {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.mobile-buger-menu-toggle:hover {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .mobile-buger-menu-toggle {
    display: block;
  }
}

.burgerMenu {
  display: none;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .burgerMenu {
    display: block;
  }
}
.burgerMenu:hover {
  cursor: pointer;
}
.burgerMenu .bar {
  width: 80%;
  height: 10%;
  position: absolute;
  left: 50%;
  margin-left: -40%;
  transition: transform 0.3s 0.3s;
}
.burgerMenu .bar:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.3s;
}
.burgerMenu .bar--top {
  transform: translateY(200%);
}
.burgerMenu .bar--middle {
  transform: translateY(450%);
}
.burgerMenu .bar--bottom {
  bottom: 0;
  transform: translateY(-200%);
}
.burgerMenu--open .bar {
  transition: transform 0.3s;
}
.burgerMenu--open .bar:before {
  transition: transform 0.3s 0.3s;
}
.burgerMenu--open .bar--top {
  transform: translateY(450%);
}
.burgerMenu--open .bar--top:before {
  transform: rotate(45deg);
}
.burgerMenu--open .bar--middle {
  transform: translateY(450%);
}
.burgerMenu--open .bar--middle:before {
  transform: rotate(45deg);
}
.burgerMenu--open .bar--bottom {
  transform: translateY(-450%);
}
.burgerMenu--open .bar--bottom:before {
  transform: rotate(-45deg);
}

.mainMenu {
  margin: 0;
}
.mainMenu a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .mainMenuWrapper {
    position: relative;
  }
  .mainMenuWrapper .current-page {
    display: none;
  }
  .mainMenuWrapper .item-container {
    display: inline-block;
    color: #ffffff;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .mainMenuWrapper {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .mainMenuWrapper a {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) {
  .mainMenuWrapper > ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .mainMenuWrapper > ul {
    display: block;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .mainMenuWrapper > ul > li:first-child a,
.mainMenuWrapper > ul > li:first-child > .item-container a {
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  .mainMenuWrapper > ul > li,
.mainMenuWrapper > ul > li > .item-container {
    position: relative;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .mainMenuWrapper > ul > li,
.mainMenuWrapper > ul > li > .item-container {
    display: block;
    font-size: 1.8rem;
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  .mainMenuWrapper > ul > li.menu-item-has-children:hover:after,
.mainMenuWrapper > ul > li > .item-container.menu-item-has-children:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    background-image: url(../img/triangle.svg);
    background-size: 60px 40px;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .mainMenuWrapper > ul > li.menu-item-has-children:hover .sub-menu,
.mainMenuWrapper > ul > li > .item-container.menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .mainMenuWrapper > ul > li > a,
.mainMenuWrapper > ul > li > .item-container > a {
    transform: skew(-20deg);
    display: block;
    padding: 0.2em 0.5em;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    position: relative;
    transition: background-color 0.3s ease-out;
  }
  .mainMenuWrapper > ul > li > a:hover,
.mainMenuWrapper > ul > li > .item-container > a:hover {
    background-color: #383838;
  }
  .mainMenuWrapper > ul > li > a > span,
.mainMenuWrapper > ul > li > .item-container > a > span {
    display: block;
    transform: skew(20deg);
  }
}
@media screen and (min-width: 1024px) {
  .mainMenuWrapper .sub-menu-wrapper {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: -10;
    filter: drop-shadow(0px 2px 3px rgba(50, 50, 0, 0.75));
  }
}
@media screen and (min-width: 1024px) {
  .mainMenuWrapper .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: -10;
    background-color: #E1E2E3;
    padding: 3rem 2rem;
    padding-bottom: 2rem;
    margin: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 16px), 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 16px), 0 100%);
  }
  .mainMenuWrapper .sub-menu > li {
    display: block;
    border: none;
  }
  .mainMenuWrapper .sub-menu > li > a {
    color: #000000;
    display: block;
    white-space: nowrap;
    padding: 0.5rem 0;
  }
  .mainMenuWrapper .sub-menu > li > a:hover {
    color: #EE3224;
  }
}
@media screen and (min-width: 1024px) {
  .mainMenuWrapper form {
    display: inline-block;
    position: relative;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  .mainMenuWrapper form {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .mainMenuWrapper form input[type=text] {
    border: 1px solid #ffffff;
    padding: 0.4rem;
    outline: none;
    background-color: transparent;
  }
  .mainMenuWrapper form input[type=text]:focus, .mainMenuWrapper form input[type=text]:active {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 1024px) {
  .mainMenuWrapper .child-button {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .current-page {
    background-color: #ffffff;
  }

  .menu-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }

  div.mainMenuWrapper {
    position: absolute;
    height: 100vh;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100vw;
    background: rgba(0, 0, 0, 0.75);
    display: none;
  }

  .current-page {
    border-bottom: 2px solid red;
    color: #fff;
    padding-top: 6.5rem;
  }
  .current-page-text {
    display: inline-block;
    color: #000000;
    padding: 10px 15px;
  }

  .main-menu,
.main-menu .sub-menu {
    margin: 0;
    padding: 0;
    transition: transform 1s;
    position: absolute;
    top: 111px;
    left: 0;
    width: 100vw;
    transform: translateX(100vw);
    transition: transform 0.3s;
    height: 100vh;
  }
  .main-menu.in-view,
.main-menu .sub-menu.in-view {
    transform: translateX(0);
    z-index: 1;
  }
  .main-menu.out-of-view > li > a, .main-menu.out-of-view > li > .child-button, .main-menu.out-of-view > li > .item-container > a, .main-menu.out-of-view > li > .item-container > .child-button,
.main-menu .sub-menu.out-of-view > li > a,
.main-menu .sub-menu.out-of-view > li > .child-button,
.main-menu .sub-menu.out-of-view > li > .item-container > a,
.main-menu .sub-menu.out-of-view > li > .item-container > .child-button {
    opacity: 0;
  }

  .main-menu .sub-menu {
    top: 0;
  }

  li {
    list-style: none;
  }

  .item-container {
    position: relative;
  }

  .main-menu a {
    display: block;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    padding: 1rem 2.25rem;
    transition: opacity 0.3s;
    background-color: #ffffff;
    color: #000000;
  }
  li:last-child .main-menu a {
    border-bottom: none;
  }

  .child-button,
.menu-back-button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #000000;
    background: url(../img/icons/arrow_right_black.svg) no-repeat center;
    height: 100%;
    width: 4rem;
  }
  .child-button:hover,
.menu-back-button:hover {
    cursor: pointer;
    background-color: #eee;
  }
  .child-button.hidden,
.menu-back-button.hidden {
    opacity: 0;
    cursor: default;
  }

  .menu-back-button {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
  }
}
[v-cloak] {
  display: noone;
}

.findNammoPulldown,
.findNammoLocationsList {
  background-color: #383838;
  color: #ffffff;
  position: relative;
  z-index: 60;
}
.findNammoPulldown__container,
.findNammoLocationsList__container {
  display: none;
}
.findNammoPulldown__title,
.findNammoLocationsList__title {
  border-bottom: 1px solid;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 1rem;
}
.findNammoPulldown__locations,
.findNammoLocationsList__locations {
  columns: 6;
  column-width: 20rem;
}
.findNammoPulldown__locationList,
.findNammoLocationsList__locationList {
  display: block;
  min-width: 20rem;
  margin-bottom: 0.5em;
  list-style: none;
  margin-left: 0;
  break-inside: avoid-column;
}
.findNammoPulldown__locationList a,
.findNammoLocationsList__locationList a {
  color: inherit;
  text-decoration: none;
}
.findNammoPulldown__locationList a:hover,
.findNammoLocationsList__locationList a:hover {
  color: #EE3224;
}
.findNammoPulldown__locationSubList,
.findNammoLocationsList__locationSubList {
  list-style: none;
  margin-left: 1.5rem;
}
.findNammoPulldown__country,
.findNammoLocationsList__country {
  font-size: 1.8rem;
  font-family: DINPro-Medium, Arial, sans-serif;
}
.findNammoPulldown__contacts,
.findNammoLocationsList__contacts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  grid-gap: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .findNammoPulldown__contacts,
.findNammoLocationsList__contacts {
    grid-template-columns: 1fr;
  }
}
.findNammoPulldown__btn,
.findNammoLocationsList__btn {
  background-color: transparent;
  color: #ffffff;
  border: none;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.5em 0;
  margin: 0;
}
.findNammoPulldown__btn:hover,
.findNammoLocationsList__btn:hover {
  cursor: pointer;
}
.findNammoPulldown__btn:focus,
.findNammoLocationsList__btn:focus {
  outline: none;
}
.findNammoPulldown__btnIcon,
.findNammoLocationsList__btnIcon {
  display: inline-block;
  background-image: url(../img/icons/arrow_down.svg);
  background-size: 1.7rem 1rem;
  background-position: center center;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 0.75rem;
}
.findNammoPulldown__btnIcon.open,
.findNammoLocationsList__btnIcon.open {
  transform: rotate(0.5turn);
}
.findNammoPulldown .contact,
.findNammoLocationsList .contact {
  color: #000000;
  padding-top: 0;
  margin-top: 0;
}

.contactCard {
  background-color: #ffffff;
  color: #000000;
}
.contactCard__title {
  text-transform: uppercase;
}

.layout__sidebar {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .layout__sidebar {
    display: block;
  }
}

.contentArea__sidebar {
  flex: 0 0 350px;
  margin-right: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .contentArea__sidebar {
    flex: 0 0 35rem;
  }
}
@media screen and (max-width: 1023px) {
  .contentArea__sidebar {
    display: none;
  }
}
.contentArea__mobileSidebar {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: none;
  background-color: #383838;
}
.contentArea__mobileSidebar .contacts,
.contentArea__mobileSidebar .documents,
.contentArea__mobileSidebar .gallery,
.contentArea__mobileSidebar .location {
  background-color: #383838;
}
.contentArea__mobileSidebar .contacts h5,
.contentArea__mobileSidebar .documents h5,
.contentArea__mobileSidebar .gallery h5,
.contentArea__mobileSidebar .location h5 {
  color: #ffffff;
}
.contentArea__body {
  flex: 1 1 auto;
  overflow: auto;
  padding-top: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .contentArea__body {
    padding-top: 0;
    overflow: visible;
  }
}

.mobileSidebarToggle {
  display: none;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #383838;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  padding: 0.75rem;
  outline: none;
  font-size: 2.44rem;
  font-family: inherit;
  vertical-align: middle;
  text-align-last: left;
  position: relative;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.mobileSidebarToggle:hover {
  cursor: pointer;
}
.mobileSidebarToggle__icon {
  display: inline-block;
  background-image: url(../img/icons/arrow_right.svg);
  background-size: 1.892rem 1.892rem;
  background-position: center center;
  width: 1em;
  height: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(0.25turn);
  position: absolute;
  top: 0;
  right: 1.5rem;
  transition: transform 0.3s;
}
.mobileSidebarToggle__closeIcon {
  display: inline-block;
  background-image: url(../img/icons/close.svg);
  background-size: 1.892rem 1.892rem;
  background-position: center center;
  width: 1em;
  height: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(0.25turn);
  position: absolute;
  top: 0;
  right: 1.5rem;
  transition: transform 0.3s;
}
.mobileSidebarToggle--open .mobileSidebarToggle__icon {
  transform: rotate(0.75turn);
}
@media screen and (max-width: 1023px) {
  .mobileSidebarToggle {
    display: block;
  }
}

.hero__basicImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 0;
  padding-bottom: 37.5%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .hero__basicImage {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.hero__inlineImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1.5rem;
  margin-top: -20px;
}

.eventMeta {
  margin-bottom: 0;
  text-transform: uppercase;
}

.imageCredits {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 0.25em 0.5em;
}

.heroSlideshow {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .heroSlideshow {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.heroSlideshow .swiper-button-next,
.heroSlideshow .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  color: #383838;
}
.heroSlideshow .swiper-button-next:after,
.heroSlideshow .swiper-button-prev:after {
  font-size: 3rem;
}
.heroSlideshow .swiper-button-next {
  transform: translateX(-8rem);
}
.heroSlideshow .swiper-button-prev {
  transform: translateX(8rem);
}
.heroSlideshow__slide {
  background-color: #ccc;
  position: relative;
}
.heroSlideshow__slideImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.heroSlideshow__slideImage--mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .heroSlideshow__slideImage--desktop {
    display: none;
  }
  .heroSlideshow__slideImage--mobile {
    display: block;
  }
}
.heroSlideshow__slideContainer {
  display: flex;
  height: 0;
  padding-bottom: 34.5680677083%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .heroSlideshow__slideContainer {
    padding-bottom: 71.9576719577%;
  }
}
.heroSlideshow__slideContent {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 7.8125vw;
  padding: 0 7.25%;
  padding-right: 17rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 10rem) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 25rem) 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .heroSlideshow__slideContent {
    width: 85%;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 10vw) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 20vw) 100%, 0% 100%);
    padding-right: 15vw;
  }
}
.heroSlideshow__slideContent h1 {
  text-transform: uppercase;
  font-family: DINPro-Black, Arial, sans-serif;
  font-size: 4.6875vw;
  font-size: clamp(3rem, 4vw, 60px);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .heroSlideshow__slideContent h1 {
    font-size: clamp(3rem, 8vw, 8rem);
  }
}
.heroSlideshow__description {
  font-size: 1.40625vw;
  font-size: clamp(1.4rem, 1.5vw, 2.3rem);
  line-height: 1.1;
  font-family: DINPro-Medium, Arial, sans-serif;
}
@media screen and (max-width: 1024px) {
  .heroSlideshow__description {
    font-size: clamp(1.4rem, 3.5vw, 2.3rem);
  }
}

.hero-swiper-button-next,
.hero-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: #383838;
}
@media screen and (max-width: 1024px) {
  .hero-swiper-button-next,
.hero-swiper-button-prev {
    width: 5vw;
    height: 5vw;
  }
}
.hero-swiper-button-next:after,
.hero-swiper-button-prev:after {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .hero-swiper-button-next:after,
.hero-swiper-button-prev:after {
    font-size: 3vw;
  }
}
.hero-swiper-button-next:after,
.hero-swiper-button-prev:after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.hero-swiper-button-next {
  right: 2rem;
  left: auto;
}
@media screen and (max-width: 1024px) {
  .hero-swiper-button-next {
    right: 0.5rem;
  }
}
.hero-swiper-button-next:after {
  content: "next";
}

.hero-swiper-button-prev {
  left: 2rem;
}
@media screen and (max-width: 1024px) {
  .hero-swiper-button-prev {
    left: 0.5rem;
  }
}
.hero-swiper-button-prev:after {
  content: "prev";
}

.metaSection {
  margin: 1.5rem auto;
  margin-bottom: 3rem;
  width: 80%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .metaSection {
    width: auto;
  }
}
.metaSection h5 {
  font-family: DINPro-Bold, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
.metaSection__datePosted {
  font-family: DINPro-Regular, Arial, sans-serif;
  text-transform: none;
}
.metaSection__authorPhoto {
  float: left;
  margin-right: 1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97.5%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97.5%);
}
.metaSection__authorName {
  text-transform: uppercase;
  font-family: DINPro-Bold, Arial, sans-serif;
}
.metaSection__jobTitle {
  text-transform: uppercase;
}
.metaSection__tag {
  display: inline-block;
  padding: 0 0.25em;
}
.metaSection__tag:first-of-type {
  padding-left: 0;
}

.hotlinks {
  color: #EE3224;
  margin: 1.5rem 0;
}
.hotlinks a {
  display: inline-block;
  text-decoration: none;
  margin: 0 1em;
}
.hotlinks a:first-child {
  margin-left: 0;
}
.hotlinks a:last-child {
  margin-right: 0;
}

.nammoIcon {
  background-color: #EE3224;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  position: relative;
}
.nammoIcon:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background-color: inherit;
  height: 0.65em;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 0.4em));
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 0.4em));
}
.nammoIcon--quote {
  background-image: url(../img/icons/quote_mark.svg);
  background-size: 1.675rem 1.398rem;
  background-position: center center;
  height: 3rem;
  width: 3rem;
}
.nammoIcon--fact {
  background-image: url(../img/icons/fact.svg);
  background-size: 1.6rem 1.6rem;
  background-position: center center;
  height: 3rem;
  width: 3rem;
}
.nammoIcon--download {
  background-image: url(../img/icons/download.svg);
  background-size: 1.195rem 1.436rem;
  background-position: center center;
}
.nammoIcon--arrowRight {
  background-image: url(../img/icons/arrow_right.svg);
  background-size: 1.892rem 1.892rem;
  background-position: center center;
}
.nammoIcon--breakingNews {
  background-image: url(../img/icons/breaking_news.svg);
  background-size: 0.941rem 1.997rem;
  background-position: center center;
  background-color: #FFD800;
}

.search-form {
  padding: 1.5rem;
  background-color: #ffffff;
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .search-form {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    padding-top: 9rem;
    background: #E1E2E3;
    z-index: -1;
  }
}
.hero-navigation .search-form {
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .hero-navigation .search-form {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    padding-top: 9rem;
    background: #383838;
    z-index: -1;
    transform: translateY(-100%);
    transition: transform 0.3s;
  }
  .hero-navigation .search-form--active {
    transform: translateY(0);
  }
}
.search-form .textSearch {
  position: relative;
  border: 1px solid black;
  border: none;
  width: 200px;
}
.hero-navigation .search-form .textSearch {
  border: 1px solid #ffffff;
  -webkit-clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  clip-path: polygon(11.6px 0, 100% 0, 100% 100%, 1px 100%);
  background-color: #fff;
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .hero-navigation .search-form .textSearch {
    width: 100%;
  }
}
.search-form .search-submit {
  height: 100%;
  width: 3rem;
  background-image: url(../img/icons/search.svg);
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-size: 60%;
}
.search-form .search-submit:hover {
  cursor: pointer;
}
.hero-navigation .search-form .search-submit {
  background-image: url(../img/icons/search.svg);
}
@media screen and (max-width: 1023px) {
  .hero-navigation .search-form .search-submit {
    background-image: url(../img/icons/arrow_right_black.svg);
  }
}
.search-form .search-field {
  border: none;
  outline: none;
  padding: 0.2em;
  padding-right: 3rem;
  display: block;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}
.hero-navigation .search-form .search-field {
  font-size: 1.6rem;
  color: #ffffff;
  color: #000000;
  position: relative;
  padding-left: 1.2rem;
}
.search-form label {
  display: block;
  line-height: 1.5;
}
.search-form label:hover {
  cursor: pointer;
}
.search-form label input[type=checkbox] {
  margin-right: 0.5em;
}
.search-form label input:hover {
  cursor: pointer;
}
.search-form h5 {
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #EE3224;
  display: block;
}

.searchResults {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: 1.5rem;
}
.searchResults .swiper-slide {
  padding: 0;
  background-color: #fff;
  transition: opacity 0.3s;
}
.searchResults .dynamic__slideContainer {
  padding-bottom: 0;
}
.searchResults .dynamic__slideContent {
  padding: 1.5rem;
}
.searchResults .contact {
  margin-top: 0;
  padding: 0;
}

.pageNumbers {
  margin-top: 1.5rem;
}

.searchedFor {
  margin-bottom: 2.75rem;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  border-radius: none;
}

.search-toggle {
  display: none;
}
@media screen and (max-width: 1023px) {
  .search-toggle {
    display: block;
    height: 3rem;
    width: 3rem;
    background-image: url(../img/icons/search_white.svg);
    background-position: center;
    position: absolute;
    top: 1.5rem;
    right: 6rem;
    background-color: transparent;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-size: 60%;
  }
  .search-toggle:hover {
    cursor: pointer;
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.lightbox-container {
  max-width: 100%;
  max-height: 100%;
}
.lightbox .swiper-wrapper {
  align-items: center;
}
.lightbox .swiper-slide {
  display: flex;
  justify-content: center;
}
.lightbox__closeButton {
  display: block;
  background-image: url(../img/icons/close.svg);
  background-size: cover;
  background-position: center center;
  width: 3rem;
  height: 3rem;
  transform: rotate(0.25turn);
  position: absolute;
  top: 6rem;
  right: 6rem;
  transition: transform 0.3s;
}
.lightbox__closeButton:hover {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .lightbox__closeButton {
    top: 1.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
}
.lightbox .swiper-button-next,
.lightbox .swiper-button-prev {
  color: #ffffff;
}

.pageInsert {
  background-color: #ffffff;
  margin-bottom: 1.5rem;
}
.pageInsert__bannerTitle {
  background-color: #E1E2E3;
  padding: 0 1.5rem;
}
.pageInsert__content {
  padding: 1.5rem;
  padding-top: 0;
}
.pageInsert__image {
  display: block;
  height: 0;
  background-color: #E1E2E3;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1.5rem;
}
.pageInsert__title a, .pageInsert__text a {
  text-decoration: none;
  color: inherit;
}

span.insert-page {
  display: block;
  float: left;
  width: 50%;
  margin-right: 2.25rem;
}
@media screen and (max-width: 490px) {
  span.insert-page {
    margin-right: 0;
    width: 100%;
    float: none;
  }
}

div.insert-page {
  margin-bottom: 4rem;
}
div.insert-page .pageInsert__content {
  display: flex;
}
@media screen and (max-width: 490px) {
  div.insert-page .pageInsert__content {
    display: block;
  }
}
div.insert-page .pageInsert__content div {
  flex: 1 1 100%;
}
div.insert-page .pageInsert__image {
  margin-right: 0.75rem;
}
@media screen and (max-width: 490px) {
  div.insert-page .pageInsert__image {
    margin-right: 0;
  }
}
div.insert-page .pageInsert__slideContent {
  margin-left: 0.75rem;
}
@media screen and (max-width: 490px) {
  div.insert-page .pageInsert__slideContent {
    margin-left: 0;
  }
}

.ctaLinks {
  background-color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .ctaLinks {
    width: auto;
  }
}
.ctaLinks__textContainer {
  padding: 1.5rem;
}
.ctaLinks__title {
  background-color: #EE3224;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.ctaLinks__links {
  text-align: center;
  margin: 0;
  padding: 1.5rem;
}
.ctaLinks__links li {
  list-style: none;
  display: inline;
}
.ctaLinks__links a {
  text-decoration: none;
  padding: 0.25em 1em;
  padding-left: calc(1em + 10px);
  background-color: #EE3224;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  position: relative;
  display: inline-block;
  margin: 1rem 2rem;
  text-transform: uppercase;
  font-family: DINPro-Medium, Arial, sans-serif;
}
.ctaLinks__links a:before {
  content: "";
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  background: #ffffff;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transition: all 0.3s;
}
.ctaLinks__links a:hover {
  color: #ffffff;
  transition: all 0.3s;
}
.ctaLinks__links a:hover:before {
  background: transparent;
}
.contentArea__fullWidth .ctaLinks {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (max-width: 1023px) {
  .contentArea__fullWidth .ctaLinks {
    width: auto;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.contentArea__fullWidth .ctaLinks__textContainer {
  width: 1500px;
  max-width: 2000px;
  margin: 0 auto;
  padding: 1.5rem 0;
}
@media screen and (max-width: 1023px) {
  .contentArea__fullWidth .ctaLinks__textContainer {
    width: auto;
    max-width: 100%;
  }
}
.contentArea__fullWidth .ctaLinks__text {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .contentArea__fullWidth .ctaLinks__text {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.fact {
  background-color: #ffffff;
  margin: 1.5rem auto;
  padding: 1.5rem;
  padding-top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97.5% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 97.5% 100%, 0% 100%);
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .fact {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
.fact__titleWrapper {
  display: flex;
  margin-bottom: 1.5rem;
}
.fact__title {
  text-transform: uppercase;
  font-size: 2.4rem;
  border-bottom: 1px solid;
  font-family: DINPro-Bold, Arial, sans-serif;
  flex: 1 1 auto;
}
.fact__titleEnd {
  flex: 0 0 1.5%;
}
@media screen and (max-width: 1023px) {
  .fact__titleEnd {
    display: none;
  }
}
.fact__headline {
  font-size: 9.5rem;
  line-height: 1.1;
}
.fact__headline.small {
  font-size: 4.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .fact__headline.small {
    font-size: 2.44rem;
  }
}
.fact__headline.medium {
  font-size: 7.5rem;
}
@media screen and (max-width: 1023px) {
  .fact__headline.medium {
    font-size: 2.85rem;
  }
}
.fact__headline.large {
  font-size: 12.9rem;
}
@media screen and (max-width: 1023px) {
  .fact__headline.large {
    font-size: 3.32rem;
  }
}
.fact__text {
  padding-right: 1.5rem;
}
.fact .nammoIcon {
  margin-right: 1.5rem;
}

.fullWidthImage {
  width: 100%;
  margin: 1.5rem auto;
}

.info {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 3rem;
  min-height: 40rem;
}
@media screen and (max-width: 1023px) {
  .info {
    display: block;
  }
}
.info__title {
  max-width: 80%;
}
@media screen and (max-width: 1024px) {
  .info__title {
    max-width: 100%;
  }
}
.info__content {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .info__content {
    max-width: 100%;
  }
}
.info__columns {
  max-width: 80%;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .info__columns {
    max-width: 100%;
  }
}
.info__columns--withImage {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 3rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .info__columns--withImage {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.info__image img {
  display: block;
  width: 100%;
}
.info__links {
  display: flex;
  margin: 0 -1rem;
  flex-wrap: wrap;
}

.infoBlock {
  flex: 0 0 calc(50% - 2rem);
  margin: 0 1rem;
  padding: 1.5rem 0;
}
.infoBlock__title {
  border-top: 1px solid;
  padding-top: 1.5rem;
}
.infoBlock__link {
  text-transform: uppercase;
  font-family: DINPro-Medium, Arial, sans-serif;
}

.pullQuote {
  background-color: #ffffff;
  margin: 4rem auto;
  padding: 1.5rem;
  padding-top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97.5% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 97.5% 100%, 0% 100%);
  clear: both;
}
@media screen and (max-width: 1023px) {
  .pullQuote {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
.text__content .pullQuote {
  margin-left: -12.5%;
  margin-right: -12.5%;
}
@media screen and (max-width: 1024px) {
  .text__content .pullQuote {
    margin-left: 0;
    margin-right: 0;
  }
}
.pullQuote__titleWrapper {
  display: flex;
  margin-bottom: 1.5rem;
}
.pullQuote__title {
  text-transform: uppercase;
  font-size: 2.4rem;
  border-bottom: 1px solid;
  font-family: DINPro-Bold, Arial, sans-serif;
  flex: 1 1 auto;
}
.pullQuote__titleEnd {
  flex: 0 0 1.5%;
}
@media screen and (max-width: 1023px) {
  .pullQuote__titleEnd {
    display: none;
  }
}
.pullQuote__text {
  font-size: 3.32rem;
  font-family: DINPro-Light, Arial, sans-serif;
  font-style: italic;
  line-height: 1.3;
  padding-right: 1.5rem;
}
.pullQuote__text.small {
  font-size: 2.44rem;
}
.pullQuote__text.medium {
  font-size: 3.32rem;
}
.pullQuote__text.large {
  font-size: 4.5rem;
}
.pullQuote .nammoIcon {
  margin-right: 1.5rem;
}

.specifications {
  clear: both;
  max-width: 80%;
  margin: 1.5rem auto;
}
@media screen and (max-width: 1024px) {
  .specifications {
    max-width: 100%;
  }
}

.specification {
  background-color: #ffffff;
  list-style: none;
  margin-bottom: 1rem;
  position: relative;
}
.specification:last-child {
  margin-bottom: 0;
}
.specification__detail {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .specification__detail {
    display: block;
  }
}
.specification__title, .specification__description, .specification__icon, .specification__extraInformation {
  padding: 0.25em 0.5em;
  vertical-align: middle;
}
.specification__description {
  padding-right: 2em;
  align-self: center;
}
.specification__title {
  background-color: #EE3224;
  color: #ffffff;
  text-transform: uppercase;
  flex: 0 0 300px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97.5% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 97.5% 100%, 0% 100%);
  font-family: DINPro-Medium, Arial, sans-serif;
}
@media screen and (max-width: 1023px) {
  .specification__title {
    display: block;
  }
}
.specification__icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  user-select: none;
}
@media screen and (max-width: 1023px) {
  .specification__icon {
    top: auto;
    bottom: 0;
  }
}
.specification__icon:hover {
  cursor: pointer;
}
.specification__icon img {
  vertical-align: middle;
}
.specification__extraInformation {
  display: none;
}

.text {
  width: 80%;
  margin: 1.5rem auto;
}
@media screen and (max-width: 1024px) {
  .text {
    width: auto;
  }
}
.text__content > p {
  margin-bottom: 4rem;
}
.text h2 {
  font-size: 2.4rem;
  color: #000000;
  font-family: DINPro-Bold, Arial, sans-serif;
}
.text h3 {
  font-size: 1.8rem;
  color: #EE3224;
  text-transform: uppercase;
}
.contentArea__sidebar .text {
  width: auto;
  background-color: #ffffff;
  padding: 1.5rem;
}
.contentArea__mobileSidebar .text {
  width: auto;
  color: #ffffff;
  padding: 1.5rem;
}
.contentArea__mobileSidebar .text:first-child {
  margin-top: 0;
}
.contentArea__mobileSidebar .text h2 {
  color: inherit;
}
.text .readMoreTag {
  text-decoration: none;
  display: block;
  text-align: center;
  border: 1px dashed #EE3224;
}
.text .extendedContent {
  display: none;
}

.contacts {
  padding: 1.5rem;
  background-color: #E1E2E3;
}

.contact {
  background-color: #ffffff;
  margin-top: 1.5rem;
  padding: 1.5rem;
}
.contact__image {
  padding-bottom: 125%;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.4rem;
}
.contact__location {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #EE3224;
}
.contact__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 1.5rem;
}
.contact__jobTitle {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #EE3224;
  margin-bottom: 1.5rem;
  margin-top: -1.5rem;
}
.contact__description p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.contact table, .contact td, .contact th {
  vertical-align: top;
}
.contact table {
  font-size: 1.5rem;
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
}
.contact table td:first-child {
  width: 4em;
}
.contact table tr td {
  padding-bottom: 0.5em;
}
.contact table tr:last-of-type td {
  padding-bottom: 0;
}
.contact table a {
  text-decoration: none;
  color: inherit;
}
.contact table a:hover {
  text-decoration: underline;
  color: #EE3224;
}

.heroSideBySide {
  position: relative;
  padding-bottom: 37.5%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1023px) {
  .heroSideBySide {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.heroSideBySide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  padding-left: 7.25%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-clip-path: polygon(0 0, 100% 0%, 65.5% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 65.5% 100%, 0% 100%);
}
@media screen and (max-width: 1023px) {
  .heroSideBySide__content {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-clip-path: none;
    clip-path: none;
    padding-left: 0;
    position: static;
    background: transparent;
  }
}
.heroSideBySide__textArea {
  color: #ffffff;
  padding: 1.5rem;
  padding-top: 6rem;
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .heroSideBySide__textArea {
    width: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: inherit;
  }
}
.heroSideBySide__imageWrapper {
  flex: 1 1 auto;
}
.heroSideBySide__image {
  display: block;
  width: 100%;
}
.heroSideBySide__imageDiv {
  width: 100%;
  height: 0;
  padding-bottom: 33.75%;
  background-size: cover;
  background-position: center;
}
.heroSideBySide__textContainer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.heroSideBySide .strapline {
  margin-bottom: 0;
  font-size: clamp(2rem, 2.5rem, 3vw);
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .heroSideBySide .strapline {
    font-size: inherit;
  }
}

@media screen and (max-width: 1023px) {
  .heroTiled {
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .heroTiled {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media screen and (max-width: 1023px) {
  .heroTiled .mainStory,
.heroTiled .subStory {
    display: block;
    height: 0;
    padding-bottom: 32.1428571429%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: inherit;
    text-decoration: none;
    position: relative;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1023px) and (max-width: 490px) {
  .heroTiled .mainStory,
.heroTiled .subStory {
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 1023px) {
  .heroTiled .mainStory:hover,
.heroTiled .subStory:hover {
    color: inherit;
    opacity: 0.8;
  }
}
@media screen and (max-width: 1023px) {
  .heroTiled .mainStory__content,
.heroTiled .subStory__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 0.75rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1023px) {
  .heroTiled .mainStory h1 {
    margin-bottom: 0.5rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .heroTiled .mainStory h1 {
    font-size: 2.85rem;
  }
}
@media screen and (max-width: 1023px) {
  .heroTiled .subStories {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
    margin-right: -1px;
    margin-left: -1px;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
  }
  .heroTiled .subStories .subStory {
    flex: 0 0 50%;
    padding-bottom: 25%;
    border: 1px solid #F0F0F0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 490px) {
  .heroTiled .subStories .subStory {
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 1023px) {
  .heroTiled .subStories .subStory h3 {
    line-height: 1.1;
    margin-bottom: 0;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1024px) {
  .heroTiled .subStories .subStory__description {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .heroTiled {
    height: 0;
    padding-bottom: 32.1428571429%;
    position: relative;
  }
  .heroTiled__container {
    background-color: #000000;
    color: #ffffff;
    display: flex;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .heroTiled .mainStory,
.heroTiled .subStories {
    flex: 1 1 100%;
  }
  .heroTiled .mainStory {
    border-right: 1px solid #F0F0F0;
  }
  .heroTiled .mainStory h1 {
    margin-bottom: 0.5rem;
    max-width: 880px;
  }
  .heroTiled .subStory {
    border: 1px solid #F0F0F0;
    min-height: 50%;
  }
  .heroTiled .subStory h3 {
    line-height: 1.1;
    margin-bottom: 0.5rem;
    font-size: 2.44rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .heroTiled .subStory h3 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .heroTiled .subStory__description {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .heroTiled .subStory__description {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .heroTiled .subStories {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
    margin-right: -1px;
    margin-bottom: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .heroTiled--rows .subStories {
    flex: 1 1 35%;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .heroTiled .mainStory,
.heroTiled .subStory {
    text-decoration: none;
    color: inherit;
    flex: 1 0 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    transition: opacity 0.3s;
  }
  .heroTiled .mainStory:hover,
.heroTiled .subStory:hover {
    opacity: 0.8;
  }
  .heroTiled .mainStory__content,
.heroTiled .subStory__content {
    flex: 0 0 100%;
    border: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 1.5rem;
    line-height: 1.2;
  }
}
.heroList {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .heroList {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.heroList__container {
  background-color: #000000;
  color: #ffffff;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .heroList__container {
    display: block;
  }
}
.heroList .subStory {
  display: flex;
  padding: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .heroList .subStory {
    padding: 0.75rem 0;
  }
}
.heroList .subStory img {
  width: 30rem;
}
.heroList .subStory__content:nth-child(2) {
  margin-left: 1.5rem;
  flex: 1 1 100%;
}
.heroList .subStory h3 {
  line-height: 1.1;
  margin-bottom: 0.5rem;
  font-size: 2.44rem;
}
@media screen and (max-width: 1023px) {
  .heroList .subStory h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .heroList .subStory__description {
    display: none;
  }
}
.heroList .subStories {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .heroList .subStories {
    width: auto;
    max-height: 30rem;
    overflow: auto;
  }
}
.heroList .subStories__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .heroList .subStories__container {
    position: static;
  }
}
.heroList .subStories__container a {
  color: inherit;
  text-decoration: none;
}
.heroList .mainStory {
  text-decoration: none;
  color: inherit;
  width: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .heroList .mainStory {
    width: 100%;
    display: block;
  }
}
.heroList .mainStory h1 {
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 1023px) {
  .heroList .mainStory h1 {
    font-size: 2.85rem;
  }
}
.heroList .mainStory img {
  display: block;
}
.heroList .mainStory .imagePlaceholder {
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000000;
}
.heroList .mainStory__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  flex: 0 0 100%;
  border: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .heroList .mainStory__content {
    position: static;
  }
}

.section__title {
  max-width: 80%;
  margin: 1.5rem auto;
}
@media screen and (max-width: 1024px) {
  .section__title {
    max-width: 100%;
  }
}

.documents {
  padding: 1.5rem;
  background-color: #E1E2E3;
}

.document {
  background-color: #ffffff;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  padding-right: 4.5rem;
  display: block;
  text-decoration: none;
  word-break: break-word;
  position: relative;
}
.document .nammoIcon {
  position: absolute;
  right: 1.5rem;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
}

.gallery {
  padding: 1.5rem;
  background-color: #E1E2E3;
}
.gallery .swiperjs {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.gallery-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery .swiper-slide {
  opacity: 0.25;
  transition: opacity 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.gallery .swiper-slide:hover {
  cursor: pointer;
}
.gallery .swiper-slide-active {
  opacity: 1;
}
.gallery .swiper-button-next:after, .gallery .swiper-button-prev:after {
  font-size: 3rem;
}
.gallery .gallerySlideContainer {
  width: 100%;
  height: 24rem;
}
.gallery .gallerySlideContainer img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
  color: #ffffff;
}

.location {
  padding: 1.5rem;
  background-color: #E1E2E3;
}
.location__details {
  background-color: #ffffff;
}
.location .acf-map {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}
.location .acf-map img {
  max-width: inherit !important;
}
.location__title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #EE3224;
  display: block;
}
.location__address {
  padding: 1.5rem;
}

.brands {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.brands__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1.5rem;
}
.brands__title {
  font-size: 2.8rem;
  text-transform: uppercase;
}

.brand__logo {
  display: block;
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1.5rem solid #ffffff;
  margin-bottom: 1.5rem;
}
.brand__title {
  font-size: 2.8rem;
}
.brand__link {
  text-transform: uppercase;
  font-family: DINPro-Medium, Arial, sans-serif;
}

.tabbedBlock {
  background-color: #ffffff;
  margin: 1.5rem 0;
}
.tabbedBlock__tabList {
  list-style: none;
  margin: 0;
  padding: 1.5rem;
  padding-bottom: 0;
}
.tabbedBlock__tabItem {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.tabbedBlock__tabLink {
  display: inline-block;
  text-decoration: none;
  background-color: #EE3224;
  color: #ffffff;
  padding: 0.25em 0.5em;
  transition: all 0.3s;
}
.tabbedBlock__tabLink:hover {
  background-color: #E1E2E3;
  color: #EE3224;
}
.tabbedBlock__tabButton {
  display: inline-block;
  border: none;
  background-color: #EE3224;
  padding: 0.25em 0.5em;
  padding-right: calc(0.5em + 10px);
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
  transition: all 0.3s;
  outline: none;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  margin-right: 2rem;
  font-family: DINPro-Medium, Arial, sans-serif;
  text-transform: uppercase;
}
.tabbedBlock__tabButton:hover {
  cursor: pointer;
}
.tabbedBlock__tabButton--active {
  background-color: #A7A9AC;
}
.tabbedBlock__textWrapper {
  padding-bottom: 1.5rem;
}
.tabbedBlock__textWrapper .text {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .tabbedBlock__textWrapper .text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.tabbedBlock__tabContent {
  display: none;
}
.tabbedBlock__tabContent--active {
  display: block;
}

.dynamic {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.dynamic--bleed {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (max-width: 1024px) {
  .dynamic--bleed {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    left: auto;
    right: auto;
  }
}
.dynamic--bleed .dynamic__titleBar h5,
.dynamic--bleed .dynamic__description {
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .dynamic--bleed .dynamic__titleBar h5,
.dynamic--bleed .dynamic__description {
    max-width: 100%;
  }
}
.dynamic--bleed .dynamic-swiper {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.dynamic--bleed .pageContainer {
  position: relative;
}
.dynamic--bleed .pageContainer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5vw;
  height: 100%;
  width: 5vw;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  opacity: 0.9;
}
.dynamic--bleed .pageContainer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -5vw;
  height: 100%;
  width: 5vw;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  opacity: 0.9;
}
.dynamic__titleBar {
  color: #ffffff;
  padding: 0 1.5rem;
  text-transform: uppercase;
  background-color: #E1E2E3;
  font-family: DINPro-Medium, Arial, sans-serif;
  margin-bottom: 0;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 1024px) {
  .dynamic__titleBar {
    padding: 0 0.75rem;
  }
}
.dynamic__titleBar h5 {
  margin-bottom: 0;
  position: relative;
}
.dynamic__titleBar p {
  font-size: 2.44rem;
}
.dynamic__titleBar a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.dynamic__titleBar a:hover .dynamicArrow {
  transform: translateX(5px);
}
.dynamic__titleBar a .dynamicArrow {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1em;
  background-image: url(../img/icons/arrow_right.svg);
  background-size: 1.892rem 1.892rem;
  background-size: 0.7em 0.8em;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-left: 0.25em;
  transition: transform 0.3s;
}
.dynamic__accent--grey .dynamic__titleBar a .dynamicArrow {
  background-image: url(../img/icons/arrow_right_black.svg);
}
.dynamic__titleBar .nammoIcon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #A7A9AC;
}
.dynamic__titleBar + .swiper-wrapper {
  margin-top: 1.5rem !important;
}
.dynamic__description {
  padding: 0 1.5rem;
  margin-top: 1.5rem;
  line-height: 1.3;
}
.dynamic__description p {
  margin-bottom: 1.5rem;
}
.dynamic__theme--product .dynamic__description {
  padding: 0;
}
.dynamic__eventMeta {
  position: absolute;
  background-color: #EE3224;
  color: #ffffff;
  width: 100%;
  padding: 0.75rem;
}
.dynamic__posts {
  display: flex;
}
.dynamic__post {
  flex: 1 1 30%;
  padding: 1.5rem;
}
.dynamic__image {
  display: block;
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 0.5rem;
  transition: opacity 0.3s;
}
.dynamic__postSlide {
  padding: 1.5rem;
  height: auto !important;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .dynamic__postSlide {
    padding: 0.75rem;
  }
}
.dynamic__slideContainer {
  padding-bottom: 1.5rem;
  flex: 1 1 auto;
}
.dynamic__slideContainer a {
  color: inherit;
  text-decoration: none;
}
.dynamic__slideContainer--red {
  border-bottom: 4px solid #EE3224;
}
.dynamic__slideContainer--grey {
  border-bottom: 4px solid #E1E2E3;
}
.dynamic__slideContainer--blue {
  border-bottom: 4px solid #005288;
}
.dynamic__slideContainer--green {
  border-bottom: 4px solid #006270;
}
.dynamic__slideContainer--white {
  border-bottom: 4px solid #ffffff;
}
.dynamic--product .dynamic__slideContainer {
  border-bottom: none;
}
.dynamic__slideContainer p {
  line-height: 1.3;
}
.dynamic__theme--light {
  background-color: #ffffff;
}
.dynamic__theme--dark {
  background-color: #383838;
  color: #ffffff;
}
.dynamic__theme--blue {
  background-color: #005288;
  color: #ffffff;
}
.dynamic__theme--green {
  background-color: #006270;
  color: #ffffff;
}
.dynamic__theme--product {
  background-color: #F0F0F0;
}
@media screen and (max-width: 1023px) {
  .contentArea__mobileSidebar .dynamic__theme--product {
    background-color: #383838;
  }
}
.dynamic__theme--product .dynamic-swiper {
  margin: 0 -1.5rem;
}
.dynamic__theme--product .dynamic__image {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 15px), 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 15px), 0 100%);
  background-color: #CBCBCB;
}
.dynamic__theme--product .dynamic__slideContainer {
  background-color: #ffffff;
}
.dynamic__accent--red .dynamic__titleBar {
  background-color: #EE3224;
}
.dynamic__accent--red .dynamic__slideContainer,
.dynamic__accent--red .dynamicSlide,
.dynamic__accent--red .featuredPost .dynamic__slideContent {
  border-bottom: 4px solid #E1E2E3;
}
.dynamic__accent--product .dynamic__titleBar {
  background-color: #EE3224;
}
.dynamic__accent--product .dynamic__slideContainer,
.dynamic__accent--product .dynamicSlide,
.dynamic__accent--product .featuredPost .dynamic__slideContent {
  border-bottom: none;
  padding-bottom: 0;
}
.dynamic__accent--grey .dynamic__titleBar {
  color: #383838;
  background-color: #E1E2E3;
}
.dynamic__accent--grey .dynamic__slideContainer,
.dynamic__accent--grey .dynamicSlide,
.dynamic__accent--grey .featuredPost .dynamic__slideContent {
  border-bottom: 4px solid #E1E2E3;
}
.dynamic__accent--blue .dynamic__titleBar {
  background-color: #005288;
}
.dynamic__accent--blue .dynamic__slideContainer,
.dynamic__accent--blue .dynamicSlide,
.dynamic__accent--blue .featuredPost .dynamic__slideContent {
  border-bottom: 4px solid #005288;
}
.dynamic__accent--green .dynamic__titleBar {
  background-color: #006270;
}
.dynamic__accent--none .dynamic__titleBar {
  background-color: transparent;
}
.dynamic__accent--none .dynamic__titleBar .nammoIcon {
  background-color: #A7A9AC;
}
.dynamic__accent--none .dynamic__slideContainer,
.dynamic__accent--none .dynamicSlide,
.dynamic__accent--none .featuredPost .dynamic__slideContent {
  border-bottom: 4px solid #E1E2E3;
}
.dynamic__line--white .dynamic__slideContainer,
.dynamic__line--white .dynamicSlide {
  border-bottom: 4px solid #ffffff;
}

.dynamic-swiper {
  display: flex;
  flex: auto;
  align-self: stretch;
}

.multiColumn {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media screen and (max-width: 1024px) {
  .multiColumn {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .multiColumn {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.multiColumn .column {
  flex: 1 1 100%;
  margin: 0 1.5rem;
  display: flex;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .multiColumn .column {
    margin: 0 0.75rem;
  }
  .multiColumn .column:first-of-type {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .multiColumn .column {
    margin: 0;
  }
}
.multiColumn .column--one_third {
  flex: 1.9 1.9 100%;
}
.multiColumn .dynamic {
  flex: auto;
  display: flex;
  flex-direction: column;
}
.multiColumn .dynamic__wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.dynamicSlides {
  display: flex;
  flex: auto;
  align-self: stretch;
}

.dynamicSlide {
  margin: 1.5rem;
  flex: 1 1 100%;
  padding-bottom: 1.5rem;
  border-bottom: 4px solid #E1E2E3;
}
.dynamicSlide--product {
  border-bottom: none;
  padding-bottom: 0;
}
.dynamicSlide--red {
  border-bottom: 4px solid #EE3224;
}
.dynamicSlide--grey {
  border-bottom: 4px solid #E1E2E3;
}
.dynamicSlide--blue {
  border-bottom: 4px solid #005288;
}
.dynamicSlide--green {
  border-bottom: 4px solid #006270;
}
.dynamicSlide--white {
  border-bottom: 4px solid #ffffff;
}

.dynamicDocument {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 490px) {
  .dynamicDocument {
    display: block;
  }
}
.dynamicDocument__thumbnail {
  flex: 0 0 45%;
  position: relative;
}
@media screen and (max-width: 490px) {
  .dynamicDocument__thumbnail {
    margin-bottom: 0.75rem;
  }
}
.dynamicDocument .nammoIcon {
  position: absolute;
  right: 1.5rem;
}
.dynamicDocument__image {
  display: block;
  height: 0;
  background-color: #E1E2E3;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 141.4285714286%;
  position: relative;
}
.dynamicDocument__text {
  flex: 0 0 50%;
}
.dynamicDocument__fakeCover {
  position: absolute;
  bottom: 0;
  font-size: 1rem;
  color: #787c80;
  padding: 1em;
}
.dynamicDocument .dynamic__slideTitle {
  word-break: break-word;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .dynamicDocument .dynamic__slideTitle {
    font-size: 1.6rem;
  }
}

.dynamic__theme--light.dynamic--bleed .pageContainer:before,
.dynamic__theme--light.dynamic--bleed .pageContainer:after {
  background-color: #ffffff;
}

.dynamic__theme--dark.dynamic--bleed .pageContainer:before,
.dynamic__theme--dark.dynamic--bleed .pageContainer:after {
  background-color: #383838;
}

.dynamic__theme--blue.dynamic--bleed .pageContainer:before,
.dynamic__theme--blue.dynamic--bleed .pageContainer:after {
  background-color: #005288;
}

.dynamic__theme--green.dynamic--bleed .pageContainer:before,
.dynamic__theme--green.dynamic--bleed .pageContainer:after {
  background-color: #006270;
}

.dynamic__theme--product.dynamic--bleed .pageContainer:before,
.dynamic__theme--product.dynamic--bleed .pageContainer:after {
  background-color: #F0F0F0;
}

.swiper-pagination-adm {
  z-index: 50;
}

.swiper-pagination {
  position: static;
}

.dynamicBlock {
  background-color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dynamicBlock .swiper-pagination {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .dynamicBlock .swiper-pagination {
    position: static;
    text-align: left;
  }
}
.contentArea__sidebar .dynamicBlock .swiper-pagination, .contentArea__mobileSidebar .dynamicBlock .swiper-pagination {
  display: none;
}
.dynamicBlock .nammoIcon + .swiper-pagination {
  right: 5.5rem;
}
.dynamicBlock .swiper-button-next,
.dynamicBlock .swiper-button-prev {
  color: #ffffff;
}
.dynamicBlock .swiper-pagination-bullet {
  border-radius: 0;
  margin-left: 8px;
  height: 4px;
  width: 20px;
  vertical-align: middle;
  background-color: #ffffff;
  position: relative;
}
.dynamicBlock .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.dynamicBlock .swiper-pagination-bullet:before, .dynamicBlock .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 8px;
  background-color: transparent;
}
.dynamicBlock .swiper-pagination-bullet:after {
  bottom: auto;
  top: 100%;
}
.dynamic__accent--grey .dynamicBlock .swiper-pagination-bullet {
  background-color: #383838;
}
.dynamicBlock__title {
  position: relative;
  background-color: #E1E2E3;
}
.dynamicBlock .dynamic__description {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .dynamicBlock .dynamic__description {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.dynamic--bleed .dynamicBlock {
  width: calc(1500px + 3rem);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .dynamic--bleed .dynamicBlock {
    width: auto;
    margin: initial;
  }
}
@media screen and (min-width: 1025px) {
  .dynamic--bleed .dynamicBlock:before, .dynamic--bleed .dynamicBlock:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5vw;
    background-color: rgba(255, 255, 255, 0.1);
    background-color: inherit;
    z-index: 2;
    opacity: 0.85;
  }
}
.dynamic--bleed .dynamicBlock:after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .dynamic--bleed .dynamicBlock .dynamic__titleBar {
    width: auto;
    left: auto;
  }
}
.dynamic--bleed .dynamicBlock .dynamic__description {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .dynamic--bleed .dynamicBlock .dynamic__description {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.dynamicBlock .swiper-button-next,
.dynamicBlock .swiper-button-prev {
  color: #383838;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.4);
  outline: none;
  transition: all 0.3s;
}
.dynamic--bleed .dynamicBlock .swiper-button-next,
.dynamic--bleed .dynamicBlock .swiper-button-prev {
  background-color: transparent;
}
.dynamicBlock .swiper-button-next:after,
.dynamicBlock .swiper-button-prev:after {
  background-color: #000000;
  background-color: #ffffff;
  background-color: transparent;
  pointer-events: auto;
}
.dynamicBlock .swiper-button-next:hover,
.dynamicBlock .swiper-button-prev:hover {
  background-color: rgba(56, 56, 56, 0.8);
  color: #ffffff;
}
.dynamicBlock .swiper-button-next.swiper-button-disabled,
.dynamicBlock .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.dynamicBlock .swiper-button-next.swiper-button-disabled:hover,
.dynamicBlock .swiper-button-prev.swiper-button-disabled:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #383838;
}
.dynamicBlock .swiper-button-prev {
  left: 1.5rem;
  left: 0;
}
.related .dynamicBlock .swiper-button-prev {
  display: none;
}
.dynamicBlock .swiper-button-next {
  right: 1.5rem;
  right: 0;
}
.related .dynamicBlock .swiper-button-next {
  display: none;
}

.featuredPost .swiper-button-prev,
.featuredPost .swiper-button-next {
  display: none;
}

.dynamic__theme--product:not(.dynamic--bleed) .swiper-button-prev {
  left: 1.5rem;
}
.dynamic__theme--product:not(.dynamic--bleed) .swiper-button-next {
  right: 1.5rem;
}

.dynamic__theme--dark.dynamic--bleed .swiper-button-prev,
.dynamic__theme--dark.dynamic--bleed .swiper-button-next {
  color: #ffffff;
}
.dynamic__theme--dark.dynamic--bleed .swiper-button-prev:hover,
.dynamic__theme--dark.dynamic--bleed .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #383838;
}

.dynamic__wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.dynamic__superWrapper .dynamic__wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.column--two_thirds .dynamic__wrapper, .column--one_third .dynamic__wrapper {
  width: 100%;
}
.dynamic__wrapper .swiper-slide .dynamic__image {
  transition: filter 0.3s;
}
.dynamic__wrapper .swiper-slide:hover .dynamic__image {
  filter: brightness(0.8);
}

.dynamic__superWrapper {
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.dynamic__postSlide {
  padding-top: 0;
}

.dynamic__theme--product:not(.dynamic--bleed) {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.dynamic__theme--product:not(.dynamic--bleed) .dynamic__titleBar,
.dynamic__theme--product:not(.dynamic--bleed) .dynamic__description {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.dynamic__theme--product:not(.dynamic--bleed) .dynamic__description {
  padding-bottom: 1.5rem;
}
.dynamic__theme--product:not(.dynamic--bleed) .dynamic__wrapper {
  width: 100%;
}

.pressReleaseDate {
  color: #EE3224;
}

.childlessProductBlock {
  display: flex;
  margin: 1.5rem -1.5rem;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .childlessProductBlock {
    margin: 0;
  }
}
.childlessProductBlock .productBlock {
  margin: 1.5rem 1.5rem;
  flex: 0 0 calc(25% - 3rem);
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .childlessProductBlock .productBlock {
    margin: 0.75rem 0.75rem;
    flex: 0 0 calc(50% - 1.5rem);
  }
}
.childlessProductBlock .productBlock .productBlock__title {
  color: #EE3224;
  text-transform: uppercase;
  font-size: 2.4rem;
}
.childlessProductBlock .productBlock .productBlock__title a {
  text-decoration: none;
}
.childlessProductBlock .dynamic__image {
  background-color: #CBCBCB;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 15px), 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 15px), 0 100%);
}

.productBlock__parent {
  font-size: 1.8rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.productBlock__title {
  color: #EE3224;
  text-transform: uppercase;
  font-size: 2.4rem;
  margin-bottom: 0;
}

.productBlock__details {
  padding: 1.5rem;
  background-color: #ffffff;
}

.related .dynamic-swiper,
.related .swiper-wrapper {
  display: block;
}
.related .swiper-slide {
  width: 100% !important;
  min-height: 150px;
}
.related .swiper-pagination-adm {
  display: none;
}
.related .dynamic__image {
  width: 46%;
  float: left;
  margin-right: 4%;
  padding-bottom: 29.25%;
  margin-bottom: 0.5rem;
}
.related .dynamic__slideTitle {
  font-size: 2rem;
}
.related h4 {
  overflow: hidden;
}
.related h4 + p {
  clear: both;
}
.related .productBlock__parent {
  font-size: 1.5rem;
}
.related .productBlock__title {
  font-size: 2rem;
  overflow: hidden;
}

.featuredPost .dynamic__slideContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .featuredPost .dynamic__slideContainer {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.featuredPost .swiper-wrapper {
  height: auto;
}
@media screen and (max-width: 1023px) {
  .featuredPost .dynamic__slideImage {
    width: auto;
    margin-right: 0;
  }
}
.featuredPost .dynamic__image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .featuredPost .dynamic__image {
    margin-bottom: 0.5rem;
  }
}
.dynamic__theme--product .featuredPost .dynamic__image {
  margin-bottom: 3rem;
}
.featuredPost .dynamic__slideContent {
  border-bottom: 4px solid #006270;
}
@media screen and (max-width: 1023px) {
  .featuredPost .dynamic__slideContent {
    width: auto;
    padding-bottom: 1.5rem;
  }
}
.dynamic__line--green .featuredPost .dynamic__slideContent {
  border-bottom: 4px solid #006270;
}
.dynamic__line--white .featuredPost .dynamic__slideContent {
  border-bottom: 4px solid #ffffff;
}
.featuredPost .dynamic__slideTitle,
.featuredPost .productBlock__title {
  font-size: 4.5rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .featuredPost .dynamic__slideTitle,
.featuredPost .productBlock__title {
    font-size: 3.86rem;
  }
}
@media screen and (max-width: 1023px) {
  .featuredPost .dynamic__slideTitle,
.featuredPost .productBlock__title {
    font-size: 2.1rem;
  }
}
.featuredPost .productBlock__parent {
  font-size: 2.85rem;
}
.featuredPost .dynamicDocument {
  width: 100%;
}
.featuredPost .dynamicDocument__thumbnail {
  width: 40%;
  flex: 0 0 40%;
  margin-right: 1.5rem;
}
.featuredPost .dynamicDocument .dynamicDocument__image {
  padding-bottom: 70%;
  position: relative;
}
.featuredPost .dynamicDocument .dynamicDocument__image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(0deg, #383838 10%, rgba(255, 255, 255, 0) 100%);
}
.featuredPost .dynamicDocument .dynamic__slideContent {
  flex: 1 1 60%;
}

.peopleBlock {
  background-color: #ffffff;
  width: 80%;
  margin: 1.5rem auto;
}
@media screen and (max-width: 1024px) {
  .peopleBlock {
    width: auto;
  }
}
.contentArea__fullWidth .peopleBlock {
  width: auto;
}
.peopleBlock__title {
  padding: 0 1.5rem;
  background-color: #EE3224;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
.peopleBlock__people {
  padding: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  grid-gap: 1.5rem;
  justify-content: center;
}
.contentArea__fullWidth .peopleBlock__people {
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}
.peopleBlock__person {
  background-color: #383838;
  color: #ffffff;
}
.peopleBlock__image {
  padding-bottom: 125%;
  background-size: cover;
  background-position: center;
  margin-bottom: 0.4rem;
  border: 1px solid #383838;
}
.peopleBlock__text {
  padding: 1.5rem;
}
.peopleBlock__jobTitle {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.peopleBlock__name {
  text-transform: uppercase;
  font-family: DINPro-Medium, Arial, sans-serif;
  margin-bottom: 0;
}
.peopleBlock__description {
  margin-bottom: 1.5rem;
}
.peopleBlock__description:last-child {
  margin-bottom: 0;
}
.peopleBlock__description p {
  line-height: 1.3;
  font-size: 1.5rem;
}
.peopleBlock table, .peopleBlock td, .peopleBlock th {
  vertical-align: top;
}
.peopleBlock table {
  font-size: 1.5rem;
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
}
.peopleBlock table td:first-child {
  width: 4em;
}
.peopleBlock table tr td {
  padding-bottom: 0.5em;
}
.peopleBlock table tr:last-of-type td {
  padding-bottom: 0;
}
.peopleBlock table a {
  text-decoration: none;
  color: inherit;
}
.peopleBlock table a:hover {
  text-decoration: underline;
  color: #EE3224;
}

.quickLinks {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.quickLinks a {
  text-decoration: none;
  font-size: 1.8rem;
}
.quickLinks__item {
  flex: 1 0 11%;
  text-align: center;
}
.quickLinks__item--together {
  flex: none;
  padding: 0 3rem;
}
.quickLinks__icon {
  display: block;
  width: 10rem;
  height: 7rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}
.quickLinks__linkTitle {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  color: #EE3224;
  font-family: DINPro-Medium, Arial, sans-serif;
  line-height: 1.2;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .quickLinks__linkTitle {
    font-size: 1.4rem;
  }
}
.quickLinks__linkWrapper {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s;
}
.quickLinks__linkWrapper:hover {
  opacity: 0.5;
}

.breakingNews {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #000000;
  padding: 2.25rem;
  padding-top: 3rem;
  color: #ffffff;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .breakingNews {
    display: block;
  }
}
.breakingNews__text {
  flex: 1 1 auto;
}
.breakingNews__image {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .breakingNews__image {
    display: block;
    margin-top: 1.5rem;
  }
}
.breakingNews__intro {
  font-size: 2.85rem;
  text-transform: uppercase;
  vertical-align: top;
}
.breakingNews__title {
  font-size: 4.5rem;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.breakingNews__description {
  font-size: 2.44rem;
  line-height: 1.2;
}
.breakingNews .nammoIcon {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  vertical-align: top;
}
.breakingNews a {
  color: inherit;
  text-decoration: none;
}
.breakingNews img {
  display: block;
}

.tickerNews {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #000000;
  padding: 2.25rem;
  padding-top: 3rem;
  color: #ffffff;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .tickerNews {
    padding: 0.75rem;
    padding-top: 2.25rem;
  }
}
.tickerNews__intro, .tickerNews__marquee {
  font-size: 2.85rem;
}
@media screen and (max-width: 1023px) {
  .tickerNews__intro, .tickerNews__marquee {
    font-size: 2.1rem;
  }
}
.tickerNews__intro {
  flex: 0 0 auto;
  text-transform: uppercase;
  padding-right: 1.5rem;
}
.tickerNews__marquee {
  font-family: DINPro-Regular, Arial, sans-serif;
}
.tickerNews a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin-right: 50vw;
}
.tickerNews a:last-of-type {
  margin-right: 0;
}
.tickerNews .nammoIcon {
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  margin-right: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .tickerNews .nammoIcon {
    display: none;
  }
}

.findNammoBlock__wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #383838;
  color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.findNammoBlock .map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .findNammoBlock .map {
    padding-bottom: 80%;
  }
}
.findNammoBlock select {
  background-color: #EE3224;
  color: #ffffff;
  padding: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  border: none;
  border-right: 0.75rem solid #EE3224;
  border-radius: 0;
  outline: none;
  font-family: inherit;
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .findNammoBlock select {
    font-size: 1.6rem;
    text-align-last: center;
    width: 100%;
  }
}
.findNammoBlock .marker {
  display: none;
}
.findNammoBlock .locationTitle {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #EE3224;
  display: block;
  font-family: DINPro-Regular, Arial, sans-serif;
  margin-bottom: 0.2em;
}
.findNammoBlock .locationAddress {
  font-size: 1.5rem;
}
.findNammoBlock .locationLink {
  text-decoration: none;
  padding: 0.25em 1em;
  padding-right: calc(1em + 10px);
  background-color: #EE3224;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97.5% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 97.5% 100%, 0% 100%);
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: DINPro-Medium, Arial, sans-serif;
  color: #ffffff;
}

.mailchimpSignup {
  background-color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .mailchimpSignup {
    width: auto;
  }
}
.mailchimpSignup__textContainer {
  padding: 1.5rem;
}
.mailchimpSignup__title {
  background-color: #EE3224;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.mailchimpSignup__form {
  padding-top: 1.5rem;
  text-align: center;
}
.mailchimpSignup input[type=text],
.mailchimpSignup input[type=email],
.mailchimpSignup input[type=submit] {
  width: 25rem;
  margin: 0 auto;
  border-radius: 0;
  margin-top: 0.25em;
}
@media screen and (max-width: 1023px) {
  .mailchimpSignup input[type=text],
.mailchimpSignup input[type=email],
.mailchimpSignup input[type=submit] {
    max-width: 100%;
  }
}
.mailchimpSignup .mc4wp-response {
  margin: 1.5rem 0;
}
.mailchimpSignup label {
  display: inline-block;
}
.mailchimpSignup label + label {
  margin-left: 1rem;
}
.mailchimpSignup input[type=text],
.mailchimpSignup input[type=email] {
  border: 1px solid #383838;
  border-radius: 0;
  font-family: DINPro-Regular, Arial, sans-serif;
  font-size: inherit;
  padding: 0.25em;
  outline: none;
}
.mailchimpSignup input[type=submit] {
  border: none;
  background-color: #383838;
  padding: 0.25em 0.5em;
  padding-right: calc(0.5em + 10px);
  font-size: inherit;
  line-height: 1.5;
  color: #ffffff;
  transition: all 0.3s;
  outline: none;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  font-family: DINPro-Medium, Arial, sans-serif;
  text-transform: uppercase;
}
.mailchimpSignup input[type=submit]:hover {
  background-color: #A7A9AC;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .contentArea__fullWidth .mailchimpSignup {
    width: auto;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.contentArea__fullWidth .mailchimpSignup__textContainer {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .contentArea__fullWidth .mailchimpSignup__textContainer {
    width: auto;
    max-width: 100%;
    padding: 1.5rem;
  }
}
.contentArea__fullWidth .mailchimpSignup__text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .contentArea__fullWidth .mailchimpSignup__text {
    max-width: 100%;
    padding: 0;
  }
}
.mailchimpSignup input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 1.8rem;
  width: 1.8rem;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  margin-bottom: 0.4rem;
  cursor: pointer;
  border: 1px solid #383838;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  margin-right: 0.5em;
}
.mailchimpSignup input[type=checkbox]:checked {
  background: #EE3224;
}
.mailchimpSignup input[type=checkbox]:checked:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform 0.2s ease, opacity 0.2s;
  width: 30%;
  height: 60%;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  left: 35%;
  top: 15%;
  transform: rotate(43deg);
  transform-origin: center;
  opacity: 1;
}
.mailchimpSignup input[type=checkbox]:focus {
  box-shadow: none;
}

.embedBlock {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .embedBlock {
    width: auto;
  }
}

.productImage {
  padding-bottom: 56.25%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 10px solid #ffffff;
}
.productImage__wrapper {
  max-width: 80%;
  margin: 1.5rem auto;
}
@media screen and (max-width: 1024px) {
  .productImage__wrapper {
    max-width: 100%;
  }
}
.productImage__container {
  max-width: 70vh;
}

.valueStatementBreakout {
  margin-top: 0;
}

.textblock {
  margin: 0 auto;
  background-color: #E1E2E3;
  padding: 7rem;
  padding: clamp(2rem, 5vw, 7rem);
  text-align: center;
  max-width: 90%;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 210px) 2000px, 0% 1000px);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 210px) 2000px, 0% 1000px);
}
.valueStatementBreakout .textblock {
  -webkit-clip-path: none;
  clip-path: none;
}
@media screen and (max-width: 1024px) {
  .textblock {
    clip-path: none;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}
.textblock p {
  width: 960px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.textblock p.large {
  font-size: 2.8rem;
  font-family: DINPro-Medium, Arial, sans-serif;
  line-height: 1.1;
  width: 1020px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .textblock p.large {
    font-size: 1.6rem;
    font-family: DINPro-Medium, Arial, sans-serif;
  }
}

.downloadsListBlock {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1023px) {
  .contentArea__mobileSidebar + .downloadsListBlock {
    margin-top: 0;
  }
}
.downloadsListBlock + .downloadsListBlock {
  border-top: 1px solid #E1E2E3;
  padding-top: 3rem;
}
.downloadsListBlock__title {
  margin-bottom: 0.75em;
  text-transform: uppercase;
}
.downloadsListBlock__downloads {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .downloadsListBlock__downloads {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .downloadsListBlock__downloads {
    display: block;
  }
}
.downloadsListBlock .featuredDownload {
  padding-right: 2rem;
  flex: 0 0 20vw;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .downloadsListBlock .featuredDownload {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 860px) {
  .downloadsListBlock .featuredDownload {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 2rem;
  }
}
.downloadsListBlock .featuredDownload__imageWrapper {
  width: 80%;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .downloadsListBlock .featuredDownload__imageWrapper {
    width: 100%;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 860px) {
  .downloadsListBlock .featuredDownload__imageWrapper {
    width: 100%;
    padding-right: 2rem;
  }
}
.downloadsListBlock .featuredDownload__image {
  display: block;
  height: 0;
  background-color: #E1E2E3;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 141.4285714286%;
  position: relative;
}
.downloadsListBlock .featuredDownload__title {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.downloadsListBlock .featuredDownload__publicationDate {
  color: #EE3224;
  font-size: 1.4rem;
  font-weight: bold;
}

.downloadsList {
  flex: 1 1 auto;
  list-style: none;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 5px 2rem;
  align-items: stretch;
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 490px) {
  .downloadsList {
    grid-template-columns: 1fr;
  }
}
.downloadsList__item {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .downloadsList__item {
    font-size: 1.4rem;
  }
}
.downloadsList__anchor {
  display: block;
  text-decoration: none;
  margin-bottom: 4px;
  padding: 0.5em 1em;
  position: relative;
  padding-right: 5rem;
  line-height: 1.2;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  transition: background-color 0.3s;
}
.downloadsList__anchor:hover {
  background-color: #E1E2E3;
}
.downloadsList__anchor:hover .downloadsList__downloadIcon {
  background-color: #A7A9AC;
}
.downloadsList__downloadIcon {
  background-image: url(../img/icons/download_black.svg);
  background-color: #E1E2E3;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transition: background-color 0.3s;
}
.downloadsList__downloadIcon:after {
  content: "";
  display: none;
}

.angled-products h5 {
  text-align: center;
  text-transform: uppercase;
}

.angledSlideshow {
  margin: 0 auto;
  position: relative;
  padding: 0 2rem;
}
.angledSlideshow .swiper-slide {
  transform: skewX(-6deg);
}
.angledSlideshow .swiper-slide:hover {
  z-index: 1000000;
}
.angledSlideshow__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  left: 50%;
  width: 150%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%) skewX(6deg);
  transition: opacity 0.1s ease-out;
}
.angledSlideshow__slideWrapper {
  display: block;
  font-size: 4rem;
  color: white;
  text-align: center;
  transition: all 0.1s ease-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 30vw;
  min-height: 35rem;
  max-height: 45rem;
  overflow: hidden;
  position: relative;
  background-color: black;
  text-decoration: none;
}
.angledSlideshow__slideWrapper:hover {
  transform: scale(1.1);
  z-index: 1000000;
  transition: all 0.5s ease-out;
  color: white;
}
.angledSlideshow__slideWrapper:hover .angledSlideshow__image {
  opacity: 0.5;
  transition: opacity 0.5s ease-out;
}
.angledSlideshow__slideContainer {
  transform: skewX(6deg);
  line-height: 1;
}
.angledSlideshow__slideOverlay {
  background-color: rgba(0, 0, 0, 0.4);
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5rem;
}
.angledSlideshow__centered {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: DINPro-Bold, Arial, sans-serif;
}
.angledSlideshow h2 {
  font-size: 2.6rem;
  font-size: clamp(1.6rem, 1.8vw, 2.6rem);
}

/* Modules
------------------------------------------------------------------------------------ */
.mobile-burger-menu-toggle {
  background: url(../img/menu.png) no-repeat;
  display: none;
  /* Turn off for desktop view */
  height: 21px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  cursor: pointer;
}
@media screen and (max-width: 890px) {
  .mobile-burger-menu-toggle {
    display: block;
    /* Turn on for mobile view */
  }
}

/* Utilities
------------------------------------------------------------------------------------ */
.border-bottom {
  border-bottom: 1px solid;
}

.events-archive {
  transition: opacity 0.3s ease;
}
.events-archive.loading {
  opacity: 0.75;
  pointer-events: none;
}
.events-archive__toggle {
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 4rem;
}
.events-archive__toggle__link {
  display: inline-block;
  cursor: pointer;
  border: none;
  padding: 1.25em 3em;
  font-size: 1.25rem;
  line-height: 1;
  transition: all 0.3s;
  outline: none;
  text-decoration: none;
  background-color: #E1E2E3;
  color: #000000;
}
.events-archive__toggle__link.active, .events-archive__toggle__link:hover {
  background-color: #EE3224;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .events-archive__toggle__link {
    font-size: 2rem;
  }
}
.events-archive #events-toolbar {
  overflow: hidden;
}
.events-archive__toolbar > * {
  margin-bottom: 3rem;
}
.events-archive__toolbar h4 {
  margin: 0;
}
.events-archive__toolbar label {
  margin: 0 1.25rem;
}
.events-archive__toolbar select, .events-archive__toolbar input[type=text] {
  position: relative;
  border: 1px solid #ffffff;
  clip-path: polygon(11px 0, 100% 0, calc(100% - 11px) 100%, 0 100%);
  background-color: #fff;
  width: 100%;
  padding: 0.5em 1em 0.5em 1.5em;
  border-radius: 0;
  font-size: 1.8rem;
  outline: none;
}
@media screen and (min-width: 768px) {
  .events-archive__toolbar select, .events-archive__toolbar input[type=text] {
    max-width: 320px;
  }
}
.events-archive__search {
  margin-bottom: 2rem;
}
.events-archive__filters {
  margin-bottom: 2rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .events-archive__filters {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
  }
}
.events-archive__search, .events-archive__filter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .events-archive__search, .events-archive__filter {
    flex-direction: row;
    align-items: center;
  }
}
.events-archive input, .events-archive select, .events-archive button {
  min-height: 4rem;
  font-size: 1.8rem;
}
.events-archive button {
  cursor: pointer;
}
.events-archive__list {
  margin-bottom: 4rem;
}
.events-archive__item {
  background-color: #E1E2E3;
  padding: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  grid-template-areas: "meta" "desc" "cta";
}
.events-archive__item--loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100px;
  position: relative;
}
.events-archive__item:not(:last-child) {
  margin-bottom: 1rem;
}
.events-archive__item-meta {
  grid-area: meta;
  flex: 0 0 10rem;
  font-size: 28px;
  color: #EE3224;
  min-width: 200px;
}
.events-archive__item-date {
  font-family: DINPro-Bold, Arial, sans-serif;
}
.events-archive__item-date span {
  font-family: DINPro-Regular, Arial, sans-serif;
}
.events-archive__item-location {
  font-size: 1.8rem;
  color: #000000;
  padding: 0;
}
.events-archive__item-content {
  grid-area: desc;
  flex-grow: 1;
}
.events-archive__item-content * {
  margin: 0;
}
.events-archive__item-name {
  font-size: 2.85rem;
  margin-bottom: 0.25em;
}
.events-archive__item-cta {
  grid-area: cta;
  display: flex;
  min-width: 20rem;
  align-items: center;
}
.events-archive__item-cta a {
  margin-right: 0;
}
.events-archive__item--hide-link a {
  display: none;
}
@media screen and (min-width: 540px) {
  .events-archive__item {
    grid-template-columns: 1fr auto;
    grid-template-areas: "meta cta" "desc desc";
  }
}
@media screen and (min-width: 768px) {
  .events-archive__item {
    grid-template-columns: 1fr 3fr auto;
    grid-template-areas: "meta desc cta";
  }
  .events-archive__item-meta {
    text-align: center;
  }
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.spinner {
  position: relative;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spinner__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #EE3224;
  border-top-color: transparent;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
}
.spinner__circle--2 {
  animation: spin 1s linear infinite reverse;
  width: 80%;
  height: 80%;
}

.twitter-card-carousel {
  background: #fff;
  padding: 4rem;
}
.twitter-card-carousel .twitter-cards {
  padding: 1rem;
}
.twitter-card-carousel .twitter-cards svg.twitter-icon {
  width: 4rem;
  height: 4rem;
  fill: #EE3224;
  margin: 0 auto 1rem;
  display: block;
}
.twitter-card-carousel .twitter-cards .twitter-heading {
  grid-column: 1/-1;
  text-align: center;
  margin-bottom: 2rem;
}
.twitter-card-carousel .twitter-cards .twitter-heading h2 {
  text-transform: uppercase;
}
.twitter-card-carousel .twitter-cards .twitter-heading h2 a {
  color: currentColor;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .twitter-card-carousel .twitter-cards .twitter-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .twitter-card-carousel .twitter-cards .twitter-card-row .card {
    width: calc(33.333% - 1rem);
  }
}
.twitter-card-carousel .twitter-cards .twitter-card-row .card {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.twitter-card-carousel .twitter-cards .twitter-tweet iframe {
  width: 100% !important;
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

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