/* --------------------
Set root URL
for LESS compiling
-------------------- */
/* --------------------
Imports
-------------------- */
/* Browser reset  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* General  */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
/* Float & align  */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* Grid  */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
  text-align: center;
}
.grid:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
.module {
  text-align: left;
}
/* Columns  */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* Fonts  */
.arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.garamond {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.palatino {
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
/* Mixins  */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(0%);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.84999999999999%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(90%);
  }
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1480px;
}
/* @media (min-width: 576px) {
	.container {
	  max-width: 540px;
	}
  }
  
  @media (min-width: 768px) {
	.container {
	  max-width: 720px;
	}
  }
  
  @media (min-width: 992px) {
	.container {
	  max-width: 960px;
	}
  } */
@media (min-width: 1200px) {
  .container {
    max-width: 1480px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
@charset "UTF-8";
@font-face {
  font-family: "vm-fencing-systems";
  src: url("/wp-content/themes/blaeser/static/styles/fonts/vm-fencing-systems.eot");
  src: url("/wp-content/themes/blaeser/static/styles/fonts/vm-fencing-systems.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/blaeser/static/styles/fonts/vm-fencing-systems.woff") format("woff"), url("/wp-content/themes/blaeser/static/styles/fonts/vm-fencing-systems.ttf") format("truetype"), url("/wp-content/themes/blaeser/static/styles/fonts/vm-fencing-systems.svg#vm-fencing-systems") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "vm-fencing-systems" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "vm-fencing-systems" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angle-down:before {
  content: "a";
}
.icon-angle-left:before {
  content: "b";
}
.icon-angle-right:before {
  content: "c";
}
.icon-angle-up:before {
  content: "d";
}
.icon-play:before {
  content: "e";
}
.icon-file:before {
  content: "f";
}
.icon-remove:before {
  content: "g";
}
.icon-align-justify:before {
  content: "h";
}
.icon-email-envelope:before {
  content: "i";
}
.icon-phone-mobile:before {
  content: "j";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('/wp-content/themes/vmfencingsystems/static/images/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/wp-content/themes/vmfencingsystems/static/fonts/slick.eot');
  src: url('/wp-content/themes/vmfencingsystems/static/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/vmfencingsystems/static/fonts/slick.woff') format('woff'), url('/wp-content/themes/vmfencingsystems/static/fonts/slick.ttf') format('truetype'), url('https://vmfences.de/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
#cookie-notice {
  padding: 15px 20px;
  display: none !important;
}
#cookie-notice .cookie-notice-container {
  display: flex;
  overflow: hidden;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
  padding: 0;
}
@media (max-width: 600px) {
  #cookie-notice .cookie-notice-container {
    flex-flow: row wrap;
  }
}
#cookie-notice #cn-notice-text {
  flex: 0 1 1160px;
  font-size: 14px;
  text-align: left;
}
#cookie-notice #cn-notice-text a {
  font-size: 14px;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice #cn-notice-text a:hover {
  text-decoration: none;
}
#cookie-notice #cn-accept-cookie {
  text-decoration: none;
}
#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-more-info {
  background: #612176;
  color: #ffffff;
  padding: 12px 40px;
  font-size: 16px;
  border: 1px solid transparent;
  line-height: 100%;
  transition: all .2s ease;
  border-radius: 21px;
}
#cookie-notice #cn-accept-cookie:hover,
#cookie-notice #cn-more-info:hover {
  background: #71278a;
}
#cookie-notice #cn-more-info {
  background: none;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice #cn-more-info:hover {
  text-decoration: none;
  background-color: #612176;
  color: #ffffff;
}
@media (max-width: 600px) {
  #cookie-notice #cn-notice-text {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }
  #cookie-notice #cn-notice-text a {
    font-size: 12px;
  }
  #cookie-notice #cn-accept-cookie {
    margin-left: 0;
  }
}
.cookie-settings-modal {
  position: fixed;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  background: white;
  z-index: 0;
  padding: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
}
.cookie-settings-modal .cookie-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  padding: 0;
  background: none;
  cursor: pointer;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookie-settings-modal .cookie-close::before,
.cookie-settings-modal .cookie-close::after {
  position: absolute;
  width: 34px;
  height: 3px;
  left: 0;
  top: 19px;
  content: "";
  background: black;
}
.cookie-settings-modal .cookie-close::before {
  transform: rotate(-45deg);
}
.cookie-settings-modal .cookie-close::after {
  transform: rotate(45deg);
}
.cookie-settings-modal form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cookie-settings-modal ul {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie-settings-modal ul li {
  padding-left: 0;
  margin-bottom: 15px;
}
.cookie-settings-modal ul li::after,
.cookie-settings-modal ul li::before {
  display: none;
}
.cookie-settings-modal ul li:last-child {
  margin-bottom: 0;
}
.cookie-settings-modal ul li label {
  cursor: pointer;
}
.cookie-settings-modal ul li.analytic {
  position: relative;
}
.cookie-settings-modal ul li.analytic:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDBFNjc2IiBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+') top left / 16px no-repeat;
  content: "";
}
.cookie-settings-modal ul li.analytic strong {
  padding-left: 22px;
}
.cookie-settings-modal ul li p {
  margin: 8px 0 0;
  padding-left: 22px;
}
.cookie-settings-modal h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold !important;
}
.cookie-settings-modal p {
  margin-bottom: 16px;
}
.cookie-settings-modal .button {
  line-height: 100%;
  padding: 13px 30px;
  font-family: inherit;
  background: #612176;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  margin: 32px 0 0;
  text-decoration: none;
  font-size: 16px;
  transition: all .2s ease;
  border-radius: 21px;
}
.cookie-settings-modal .button:hover {
  background: #71278a;
}
.cookie-settings-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 640px), screen and (max-height: 768px) {
  .cookie-settings-modal {
    padding: 20px;
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    max-height: calc(100vh - 4%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .cookie-settings-modal .cookie-settings-scroll-inner {
    margin-bottom: 80px;
  }
  .cookie-settings-modal .cookie-close {
    top: 5px;
    right: 5px;
  }
  .cookie-settings-modal ul {
    padding: 10px;
  }
  .cookie-settings-modal.show {
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    z-index: 100001 !important;
  }
  .cookie-settings-modal.editor h3 {
    margin-bottom: 10px;
  }
  .cookie-settings-modal.editor p {
    margin-bottom: 10px;
  }
}
.bottom-bar {
  --bottom-bar-footer-offset: -350px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: auto;
  will-change: transform;
  background-color: #fff;
  box-shadow: 0 -12px 40px rgba(20, 17, 38, 0.08);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.bottom-bar.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 992px) {
  .bottom-bar {
    bottom: 0px;
  }
}
.bottom-bar__title {
  font-size: 20px;
  font-family: "opensans-bold";
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  .bottom-bar__title {
    font-size: 13px;
  }
}
.bottom-bar__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 0px;
}
.bottom-bar__inner .t-h3 {
  line-height: 1;
  font-family: "opensans-bold";
}
@media (max-width: 768px) {
  .bottom-bar__inner {
    flex-flow: row;
    gap: 8px;
    padding: 8px 0px;
  }
}
.bottom-bar__label {
  color: #39a935;
  line-height: 1;
  font-family: "opensans-bold";
  text-transform: uppercase;
  padding: 5px 6px 4px 6px;
  border-radius: 6px;
  letter-spacing: 0.01em;
  border: 1px solid #39a935;
}
@media (max-width: 768px) {
  .bottom-bar__label {
    padding: 3px 5px;
    border-radius: 4px;
    letter-spacing: 0.01em;
    font-size: 13px;
  }
}
.bottom-bar__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.bottom-bar__col {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 16px;
  float: unset;
}
@media (max-width: 768px) {
  .bottom-bar__col {
    flex-flow: row;
    align-items: center;
    width: 50%;
    gap: 10px;
  }
}
.bottom-bar__col--cta {
  margin-left: auto;
  align-self: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .bottom-bar__col--cta {
    margin-left: unset;
  }
}
.bottom-bar__col--cta .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #66116d;
  padding: 0 24px;
  font-family: "opensans-bold";
  text-transform: uppercase;
  color: #fff;
  flex: 1;
}
.bottom-bar__col--cta .cta-button:hover {
  cursor: pointer !important;
  background: #440b4c !important;
}
@media (max-width: 768px) {
  .bottom-bar__col--cta .cta-button {
    width: 100%;
    padding: 0 14px;
    min-height: 48px;
  }
}
@media (max-width: 768px) {
  .bottom-bar__inner {
    align-items: stretch;
  }
}
@media (max-width: 992px) {
  .bottom-bar__description {
    display: none;
  }
}
.bottom-bar__image {
  flex-shrink: 0;
  width: 54px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #d3d3d3;
}
.bottom-bar__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .bottom-bar__image {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 8px;
  }
}
.catalog-presentation {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  z-index: 9999;
  background: #1a171c;
}
.catalog-presentation__navigation {
  position: fixed;
  right: 20px;
  top: 20px;
  display: flex;
  gap: 10px;
  z-index: 99999999;
}
.sd-catalog-loader {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999999;
  background: #300c40;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.sd-catalog-loader.sd-catalog-loader--hidden {
  opacity: 0;
  visibility: hidden;
}
.sd-catalog-loader.sd-catalog-loader--removed {
  display: none;
}
.sd-catalog-loader::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background: linear-gradient(-45deg, #6f1b74 0%, #300c40 100%);
  animation: gradient-flow 2.4s ease-in-out infinite both 0s;
  filter: blur(200px);
  opacity: 0.8;
}
@media (max-width: 768px) {
  .sd-catalog-loader::after {
    animation-name: gradient-flow-mobile;
  }
}
.sd-catalog-loader__title {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.sd-catalog-loader__title img {
  width: 310px;
  animation: enter-logo 2s ease both;
}
@media (max-width: 374px) {
  .sd-catalog-loader__title img {
    width: 280px;
  }
}
.sd-catalog-loader__title h1 {
  font-size: 20px;
  margin-top: 40px;
  margin-left: 10px;
  line-height: 1.2;
  font-family: "opensans-extrabold", sans-serif;
  letter-spacing: 10px;
  color: #fff;
  text-transform: uppercase;
  animation: enter-logo 2s ease both 0.15s;
}
@media (max-width: 768px) {
  .sd-catalog-loader__title h1 {
    font-size: 14px;
    margin-top: 30px;
    margin-left: 14px;
    letter-spacing: 12px;
  }
}
.cmd-contact,
.cmd-exit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.25rem;
  padding: 0 1.5rem;
  font-family: "opensans-extrabold";
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0.25rem;
  background: #000;
  transition: 0.25s ease;
  color: #fff;
  border: 0.0625rem solid #fff;
  z-index: 999999;
}
.cmd-contact:hover,
.cmd-exit:hover {
  background: #fff;
  color: #000;
  transform: scale3d(0.98, 0.98, 1.01);
}
@media (max-width: 325px) {
  .cmd-contact,
  .cmd-exit {
    font-size: 0.75rem;
    padding: 0 1.25rem;
  }
}
.catalog-presentation__navigation .download-pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 3.25rem;
  width: 3.25rem;
  border-radius: 0.25rem;
  background: #007926;
  transition: 0.25s ease;
}
.catalog-presentation__navigation .download-pdf:hover {
  background: #00862a;
  transform: scale3d(0.98, 0.98, 1.01);
}
.catalog-presentation__navigation .download-pdf svg {
  display: block;
  height: 26px;
  width: 26px;
  fill: #fff;
}
@keyframes enter-logo {
  0% {
    opacity: 0;
    filter: blur(1rem);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes gradient-flow {
  0% {
    transform: translate3d(100%, 100%, 0) scale(1.2);
  }
  50% {
    transform: translate3d(0%, 100%, 0) scale(3);
  }
  100% {
    transform: translate3d(150%, 100%, 0) scale(1);
  }
}
@keyframes gradient-flow-mobile {
  0% {
    transform: translate3d(150%, 100%, 0) scale(1);
  }
  50% {
    transform: translate3d(0%, 100%, 0) scale(5);
  }
  100% {
    transform: translate3d(150%, 100%, 0) scale(1);
  }
}
/* --------------------
Fonts
-------------------- */
.icons {
  font-family: "vm-fencing-systems" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "opensans-regular";
  src: url("/wp-content/themes/blaeser/static/styles/fonts/opensans-regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "opensans-semibold";
  src: url("/wp-content/themes/blaeser/static/styles/fonts/opensans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "opensans-bold";
  src: url("/wp-content/themes/blaeser/static/styles/fonts/opensans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "opensans-extrabold";
  src: url("/wp-content/themes/blaeser/static/styles/fonts/opensans-extrabold.ttf") format("truetype");
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "opensans-bold";
}
.nheader__main-nav .menu-item a {
  font-family: "opensans-extrabold";
}
/* --------------------
Colors
-------------------- */
/* --------------------
General
-------------------- */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
/* --------------------
Body
-------------------- */
body {
  font-family: "opensans-regular";
  color: #adadad;
  background: #1f1f1f;
}
body.lock {
  overflow: hidden;
}
body a {
  text-decoration: none;
}
body.dark:after {
  opacity: 1;
  visibility: visible;
  background: rgba(24, 40, 89, 0.8);
  background: rgba(18, 0, 19, 0.8);
}
body.dark-2019:before {
  opacity: 1;
  visibility: visible;
}
body.logged-in {
  background: #1f1f1f;
}
p {
  font-size: 14px;
  line-height: 26px;
  color: #adadad;
}
.editor {
  float: left;
  width: 100%;
}
.editor p {
  float: left;
  width: 100%;
  line-height: 28px;
  margin-bottom: 28px;
}
.editor h1 {
  float: left;
  font-family: "opensans-bold";
  position: relative;
  padding-top: 30px;
  width: 100%;
  max-width: 480px;
  font-size: 34px;
  text-transform: uppercase;
  color: #182859;
}
.editor h1:before {
  position: absolute;
  width: 56px;
  height: 7px;
  background: #182859;
  top: 0;
  left: 0;
  content: "";
}
.editor h3 {
  float: left;
  font-family: "opensans-bold";
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #66116d;
}
.editor h4 {
  float: left;
  font-family: "opensans-bold";
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #66116d;
}
.editor h5 {
  float: left;
  font-family: "opensans-bold";
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #66116d;
}
.editor ul {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.editor ul li {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 32px;
  color: #adadad;
  border-top: none !important;
}
.editor ul li:before {
  float: left;
  width: 7px;
  height: 7px;
  background: #66116d;
  content: "";
  margin: 13px 10px 0 0;
}
.editor ul li a {
  color: #66116d;
}
.editor.big-italic h1 {
  width: 100% !important;
  padding: 0 !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
  font-size: 26px !important;
}
.editor.big-italic h1:before {
  display: none !important;
}
.editor.big-italic p {
  font-family: "opensans-semibold";
  font-size: 18px;
  font-style: italic;
}
.editor.padding {
  padding: 40px 40px 0;
}
.editor.padding .specifications {
  float: left;
  width: 100%;
  margin-bottom: 28px;
}
.editor.padding .specifications .col-1-5 {
  padding: 10px 20px 20px;
  background: #e9ebef;
  border-right: 2px solid white;
}
.editor.padding .specifications .col-1-5 p {
  margin-bottom: 0;
}
.editor.padding .specifications .col-4-5 {
  padding: 10px 20px 20px;
  background: #f3f6fb;
}
.editor.padding .specifications .col-4-5 p {
  margin-bottom: 0;
}
.editor.contact-page {
  width: 50%;
}
.editor.contact-page h1,
.editor.contact-page h2 {
  float: left;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  max-width: 480px;
  font-size: 28px !important;
  margin-bottom: 20px !important;
}
.editor.contact-page h1:before,
.editor.contact-page h2:before {
  display: none !important;
}
.editor.contact-form {
  margin-top: 50px;
  margin-bottom: 20px;
}
.editor.contact-form h1,
.editor.contact-form h2 {
  float: left;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  max-width: 480px;
  font-size: 28px !important;
  margin-bottom: 20px !important;
}
.editor.contact-form h1:before,
.editor.contact-form h2:before {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .editor.padding {
    padding: 30px 20px 0;
  }
  .editor.contact-page .contact-wrapper p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .editor.big-italic p {
    font-size: 14px !important;
    line-height: 26px;
  }
  .editor h1:before {
    top: 10px;
    height: 3px;
    width: 40px;
    left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .editor.contact-page {
    width: 100%;
    margin-bottom: 20px;
  }
  .editor.contact-page .contact-wrapper {
    margin-top: 0;
  }
}
/* --------------------
Buttons
-------------------- */
.button {
  display: inline-block;
  text-align: center !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 44px;
  background: #66116d;
  border: 2px solid #66116d;
  color: white;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
}
.button:hover {
  background: white;
  color: #66116d;
  border: 2px solid white;
}
.button.outline {
  background: none;
}
.button.outline.white {
  border: 2px solid white;
}
.button.outline.white:hover {
  background: white;
  color: #182859;
}
/* --------------------
Sections
-------------------- */
.section {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  z-index: 801;
  /* --------------------
	Page product
	-------------------- */
}
.section .cntr {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /* --------------------
		Product list
		-------------------- */
}
.section .cntr .right.col-1-2 {
  padding: 0 20px 0 40px;
}
.section .cntr .left.col-1-2 {
  padding: 0 20px;
}
.section .cntr .left.col-1-2 .module {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .section .cntr .right.col-1-2 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .section .cntr .right.col-1-2 {
    width: 100%;
  }
  .section .cntr .left.col-1-2 {
    width: 100%;
  }
}
.section .cntr .product-list {
  float: left;
  width: 100%;
}
.section .cntr .product-list ul {
  float: left;
  width: 100%;
}
.section .cntr .product-list ul li {
  text-align: center !important;
  padding: 20px;
}
.section .cntr .product-list ul li .inner {
  float: left;
  position: relative;
  width: 100%;
  background: white;
  overflow: hidden;
  border-bottom: 2px solid #e2e2e2;
  border-radius: 5px 5px 10px 10px;
  -webkit-border-radius: 5px 5px 10px 10px;
  -moz-border-radius: 5px 5px 10px 10px;
}
.section .cntr .product-list ul li .inner .image-wrapper {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 5px solid #2546ae;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.section .cntr .product-list ul li .inner .image-wrapper p {
  position: absolute;
  font-family: "opensans-bold";
  text-align: center !important;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -7px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.section .cntr .product-list ul li .inner .image-wrapper img {
  float: left;
  width: 100%;
  max-height: 162px;
  height: auto;
}
.section .cntr .product-list ul li .inner .image-wrapper:before {
  position: absolute;
  width: 500px;
  height: 500px;
  right: 0;
  bottom: -45px;
  background: #182859;
  opacity: 0.9;
  content: "";
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(30deg) translateX(-100%);
  -moz-transform: rotate(30deg) translateX(-100%);
  -ms-transform: rotate(30deg) translateX(-100%);
  -o-transform: rotate(30deg) translateX(-100%);
  transform: rotate(30deg) translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section .cntr .product-list ul li .inner .image-wrapper:after {
  position: absolute;
  width: 65px;
  height: 135px;
  right: -30px;
  bottom: -45px;
  background: #182859;
  opacity: 0.9;
  content: "";
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(30deg) translateX(0);
  -moz-transform: rotate(30deg) translateX(0);
  -ms-transform: rotate(30deg) translateX(0);
  -o-transform: rotate(30deg) translateX(0);
  transform: rotate(30deg) translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section .cntr .product-list ul li .inner h3 {
  float: left;
  position: relative;
  font-family: "opensans-bold";
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 27px 20px;
  color: #182859;
  border-top: 1px solid #efefef;
}
.section .cntr .product-list ul li .inner h3.small {
  font-size: 16px;
  line-height: 22px;
}
.section .cntr .product-list ul li .inner h3:after {
  position: absolute;
  font-family: "vm-fencing-systems" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 30px;
  width: 30px;
  height: 40px;
  right: 0;
  top: -40px;
  content: "c";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section .cntr .product-list ul li .inner:hover .image-wrapper p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.section .cntr .product-list ul li .inner:hover .image-wrapper:before {
  -webkit-transform: rotate(0deg) translateX(0);
  -moz-transform: rotate(0deg) translateX(0);
  -ms-transform: rotate(0deg) translateX(0);
  -o-transform: rotate(0deg) translateX(0);
  transform: rotate(0deg) translateX(0);
}
.section .cntr .product-list ul li .inner:hover .image-wrapper:after {
  -webkit-transform: rotate(0deg) translateX(100%);
  -moz-transform: rotate(0deg) translateX(100%);
  -ms-transform: rotate(0deg) translateX(100%);
  -o-transform: rotate(0deg) translateX(100%);
  transform: rotate(0deg) translateX(100%);
}
.section .cntr .product-list ul li .inner:hover h3:after {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.section .cntr .product-list ul li .inner.lock .image-wrapper p,
.section .cntr .product-list ul li .inner.lock .image-wrapper:before,
.section .cntr .product-list ul li .inner.lock .image-wrapper:after {
  display: none;
}
.section.products {
  padding: 90px 0;
}
.section.products .cntr {
  max-width: 1200px;
}
.section.products .cntr:after {
  content: "";
  display: table;
  clear: both;
}
.section.products .cntr h2,
.section.products .cntr h1 {
  float: left;
  font-family: "opensans-bold";
  font-size: 30px;
  color: #182859;
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 50px;
}
.section.products .cntr h2.tax-title,
.section.products .cntr h1.tax-title {
  margin-bottom: 10px;
}
.section.products .cntr .tax-h3 {
  display: inline-block;
  clear: left;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 20px;
}
.section.products .cntr .term-desc {
  clear: both;
  padding: 0 20px;
  margin-top: -20px;
  margin-bottom: 20px;
  max-width: 70%;
}
.section.products .cntr .term-desc h1,
.section.products .cntr .term-desc h2,
.section.products .cntr .term-desc h3,
.section.products .cntr .term-desc h4,
.section.products .cntr .term-desc h5,
.section.products .cntr .term-desc h6 {
  display: inline-block;
  color: #182859;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.section.products .cntr .term-desc p {
  margin-bottom: 20px;
}
.section.products .cntr .term-desc p a {
  color: #66116d;
}
.section.products .cntr .term-desc p a:hover {
  text-decoration: underline;
}
.section.products .cntr .term-desc ul,
.section.products .cntr .term-desc ol {
  margin-bottom: 20px;
}
.section.products .cntr .term-desc ul li,
.section.products .cntr .term-desc ol li {
  position: relative;
  font-size: 14px;
  line-height: 32px;
  padding-left: 20px;
}
.section.products .cntr .term-desc ul li a,
.section.products .cntr .term-desc ol li a {
  color: #66116d;
}
.section.products .cntr .term-desc ul li a:hover,
.section.products .cntr .term-desc ol li a:hover {
  text-decoration: underline;
}
.section.products .cntr .term-desc ul li:before {
  position: absolute;
  top: 13px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #66116d;
  content: "";
}
.section.products .cntr .term-desc.content-bottom {
  display: inline-block;
  margin-top: 40px;
}
.section.products .content.has-download {
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .section .product-list ul li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 768px) {
  .section .product-list ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .section .product-list ul li {
    width: 100%;
  }
  .section.products {
    padding: 30px 0;
  }
  .section.products .cntr h2 {
    margin-bottom: 20px;
  }
  .section.products .cntr .term-desc {
    max-width: 100%;
  }
}
.section.single-product-section .cntr {
  overflow: hidden;
}
.section.related-products {
  padding-bottom: 90px;
  background: #1f1f1f;
}
.section.related-products .cntr h2 {
  float: left;
  font-family: "opensans-bold";
  font-size: 24px;
  color: #182859;
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 20px;
}
/* -------------
Sidebar front
------------- */
.sidebar {
  position: absolute;
  right: 0;
  width: 340px;
  padding: 0 20px;
}
.sidebar.taxonomy {
  margin-top: 128px;
}
.sidebar.is_stuck {
  right: calc((100% - 1200px) / 2);
}
.content {
  float: left;
  width: 100%;
  padding-right: 340px;
  padding-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .sidebar.is_stuck {
    right: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .sidebar {
    position: relative;
    float: left;
    width: 100%;
    right: auto;
  }
  .content {
    padding: 0 20px;
  }
  .section.single-product-section .cntr {
    padding-bottom: 0;
  }
  .section.single-product-section .cntr:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .content {
    margin-top: -30px;
    padding: 0;
  }
  .content .module-blok .inner-module {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
.module-blok {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.module-blok .inner-module {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #e2e2e2;
  border-top: 5px solid #2546ae;
  border-radius: 5px 5px 10px 10px;
  -webkit-border-radius: 5px 5px 10px 10px;
  -moz-border-radius: 5px 5px 10px 10px;
}
.module-blok .inner-module .inside {
  float: left;
  position: relative;
  width: 100%;
  background: white;
}
.module-blok .inner-module .inside h2 {
  float: left;
  width: 100%;
  padding: 40px;
  color: #182859;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.module-blok .inner-module .inside .row {
  float: left;
  width: 100%;
}
.module-blok .inner-module .inside .row h3 {
  float: left;
  width: 100%;
  padding: 20px 40px;
  background: #e9ebef;
  color: #182859;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.module-blok .inner-module .inside .row p {
  float: left;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 20px;
}
.module-blok .inner-module .inside .row p a {
  color: #adadad;
}
.module-blok .inner-module .inside .row p a:hover {
  color: #182859;
}
.module-blok .inner-module .inside .row p span {
  float: left;
  font-family: "opensans-bold";
  width: 75px;
  color: #182859;
}
.module-blok .inner-module .inside .row p.no-mb {
  margin-bottom: 0;
}
.module-blok .inner-module ul {
  float: left;
  width: 100%;
  padding: 0;
}
.module-blok .inner-module ul > li {
  float: left;
  width: 100%;
  border-top: 1px solid #efefef;
}
.module-blok .inner-module ul > li a {
  float: left;
  position: relative;
  padding: 20px 40px 20px 70px;
  color: #adadad;
  font-size: 14px;
  line-height: 24px;
}
.module-blok .inner-module ul > li a:before {
  float: left;
  position: absolute;
  font-family: "vm-fencing-systems" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 40px;
  font-size: 16px;
  margin-right: 15px;
  margin-top: 5px;
  content: "f";
  color: #182859;
}
.module-blok .inner-module ul > li a:hover {
  color: #182859;
}
.module-blok .inner-module ul > li a.disabled {
  pointer-events: none;
}
.module-blok .inner-module ul > li a.disabled:before {
  content: "g";
}
.module-blok.hu .inner-module .inside .row p span {
  width: 100px;
}
.module-blok.small .inner-module .inside h2 {
  padding: 30px;
  text-transform: none;
}
.module-blok.small .inner-module ul > li a {
  padding: 20px;
  padding-left: 60px;
}
.module-blok.small .inner-module ul > li a:before {
  left: 30px;
}
.module-blok.small .inner-module .button-wrapper {
  float: left;
  width: 100%;
  padding: 40px 20px 20px;
  border-top: 1px solid #e2e2e2;
}
.module-blok.small .inner-module .button-wrapper .button {
  float: left;
  width: 100%;
}
.module-blok.small .inner-module .button-wrapper .button:hover {
  border: 2px solid #66116d;
}
.module-blok.small .inner-module .button-wrapper p.disclaimer {
  float: left;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}
.module-blok.small.usp .inner-module .inside ul li {
  position: relative;
  padding: 17px 20px 17px 60px;
  font-size: 14px;
  line-height: 24px;
}
.module-blok.small.usp .inner-module .inside ul li:before {
  position: absolute;
  left: 26px;
  top: 20px;
  width: 17px;
  height: 15px;
  content: "";
  background: url("/wp-content/themes/blaeser/static/images/checked.svg") top left / 17px no-repeat;
}
.module-blok.small.cta {
  z-index: 2;
}
.module-blok.small.cta .inner-module .button-wrapper {
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  .module-blok .inner-module .inside h2 {
    padding: 20px;
    font-size: 16px;
  }
  .module-blok .inner-module .inside .row h3 {
    padding: 20px;
  }
  .module-blok .inner-module .inside .row p {
    padding: 0 20px;
  }
  .module-blok .inner-module ul > li a {
    padding: 20px;
    padding-left: 50px;
  }
  .module-blok .inner-module ul > li a:before {
    left: 20px;
  }
  .module-blok.small .inner-module .button-wrapper .button {
    font-size: 14px;
  }
}
.contact-wrapper {
  float: left;
  width: 100%;
}
.contact-wrapper p {
  font-family: "opensans-semibold";
  font-size: 16px;
  line-height: 28px;
}
.contact-wrapper .buttons-wrapper {
  float: left;
  width: 100%;
  margin: 20px 0 20px;
}
.contact-wrapper .buttons-wrapper .button {
  float: left;
  clear: both !important;
  text-transform: none;
  margin: 0 0 10px;
}
.contact-wrapper .buttons-wrapper .button:before {
  float: left;
  margin-right: 10px;
}
.contact-wrapper .buttons-wrapper .button.icon-phone-mobile:before {
  font-size: 24px;
  margin-top: 9px;
}
.contact-wrapper .buttons-wrapper .button.icon-email-envelope:before {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .contact-wrapper {
    margin-top: 20px;
  }
  .contact-wrapper p {
    margin-bottom: 0;
  }
  .contact-wrapper .buttons-wrapper .button {
    text-align: left !important;
    width: 100%;
    padding: 0 15px;
    margin: 5px 0;
  }
  .contact-wrapper .buttons-wrapper .button.icon-phone-mobile:before {
    margin-left: -4px;
    margin-right: 5px;
    margin-top: 9px;
  }
}
.video-wrapper {
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 52.6%;
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 28px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.video-wrapper .video-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .video-wrapper .video-thumb {
    display: none;
  }
}
.video-wrapper .video-thumb:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #182859;
  opacity: 0.8;
  content: "";
  z-index: 4;
}
.video-wrapper .video-thumb:after {
  position: absolute;
  font-family: "vm-fencing-systems" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center !important;
  font-size: 30px;
  line-height: 58px;
  color: white;
  width: 76px;
  margin-top: -28px;
  height: 56px;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  background: #182859;
  content: "e";
  z-index: 5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.video-wrapper .video-thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
}
.video-wrapper .video-thumb:hover {
  opacity: 0;
  visibility: hidden;
}
.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.triggers {
  float: left;
  text-align: center !important;
  width: 100%;
  margin-bottom: 60px;
}
.triggers .trigger-wrapper {
  display: inline-block;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.triggers .trigger-wrapper a {
  position: relative;
}
.triggers .trigger-wrapper a:before {
  position: absolute;
  background: #e4e4e4;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  max-width: 0;
  z-index: -1;
  -webkit-transition: max-width 0.4s ease-in-out;
  -moz-transition: max-width 0.4s ease-in-out;
  -ms-transition: max-width 0.4s ease-in-out;
  -o-transition: max-width 0.4s ease-in-out;
  transition: max-width 0.4s ease-in-out;
}
.triggers .trigger-wrapper a:first-child:before {
  right: 0;
}
.triggers .trigger-wrapper a:last-child:before {
  left: 0;
}
.triggers a {
  float: left;
  font-size: 14px;
  color: #222629;
  padding: 20px;
}
.triggers a.active:before {
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .triggers a {
    font-size: 12px;
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 480px) {
  .triggers {
    margin-bottom: 30px;
  }
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
/* --------------------
Error 404
-------------------- */
.error404 h3 {
  margin-bottom: 20px;
  padding: 0 20px;
}
.error404 .home {
  position: relative;
  padding-right: 20px;
  padding: 0 20px;
}
.error404 .home:before {
  position: absolute;
  top: 5px;
  right: 0;
}
/* --------------------
WPCF7
-------------------- */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 radio {
  font-family: "opensans-regular";
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e7e9ee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus,
.wpcf7 radio:focus,
.wpcf7 input:active,
.wpcf7 textarea:active,
.wpcf7 select:active,
.wpcf7 radio:active {
  border-color: #abb2c4;
}
.wpcf7 textarea {
  resize: none;
}
.wpcf7 button {
  border: 2px solid #66116d;
  cursor: pointer;
}
.wpcf7 button:hover {
  border: 2px solid #66116d;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 14px;
  color: #dd0000;
  padding-top: 4px;
  padding: 7px 0 0 20px;
  margin-bottom: 5px;
}
.wpcf7 .wpcf7-response-output {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: none;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #dd0000;
  border: 2px solid #dd0000;
  margin-top: 10px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #25a700;
  border: 2px solid #25a700;
  margin-top: 10px;
}
/* --------------------
Reference
-------------------- */
.single-reference .module-blok .inside .image-wrapper-main {
  height: 300px;
}
.single-reference .module-blok .inside .image-wrapper-main img {
  display: none;
}
.single-reference .module-blok .inner-module .image-gallery {
  display: inline-block;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.single-reference .module-blok .inner-module .image-gallery li {
  float: left;
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.single-reference .module-blok .inner-module .image-gallery li:before {
  display: none;
}
.single-reference .module-blok .inner-module .image-gallery li a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 150px;
  border-top: 5px solid #2546ae;
  border-bottom: 2px solid #e2e2e2;
  border-radius: 5px 5px 10px 10px;
  -webkit-border-radius: 5px 5px 10px 10px;
  -moz-border-radius: 5px 5px 10px 10px;
}
.single-reference .module-blok .inner-module .image-gallery li a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  margin: 0 !important;
  background: rgba(24, 40, 89, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.single-reference .module-blok .inner-module .image-gallery li a:after {
  position: absolute;
  width: 30px;
  height: 34px;
  left: 50%;
  top: 50%;
  content: "";
  opacity: 0;
  background: url("/wp-content/themes/blaeser/static/images/zoom.svg") left top / 30px no-repeat;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.single-reference .module-blok .inner-module .image-gallery li a:hover:before,
.single-reference .module-blok .inner-module .image-gallery li a:hover:after {
  opacity: 1;
}
.single-reference .module-blok.related-content h3 {
  font-size: 18px;
  padding: 20px;
  color: #182859;
}
.single-reference .module-blok.related-content .inner-module {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 40px;
}
.single-reference .module-blok.related-content .inner-module ul > li a {
  display: inline-block;
  width: 100%;
}
.single-reference .module-blok.related-content .inner-module ul > li a:before {
  display: none;
}
@media only screen and (max-width: 640px) {
  .single-reference .module-blok .inner-module .image-gallery li {
    width: 50%;
  }
}
.fancybox-bg {
  background: #0a1125 !important;
}
.fancybox-slide--image .fancybox-content {
  background: white;
}
body.single-reference .fancybox-slide--image .fancybox-content .fancybox-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  body.single-reference .fancybox-slide--image .fancybox-content .fancybox-image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.fancybox-thumbs {
  background: #222629;
}
.fancybox-thumbs a:before {
  border-color: #590f5e;
}
.fancybox-navigation {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99995;
}
/*
*
* Redesign 2019
*/
body.new-vmf.subsite-3 {
  background: #1f1f1f;
}
.section--grey-bg {
  background: #f6f6f6;
  padding: 100px 0 80px 0;
}
@media only screen and (max-width: 640px) {
  .section--grey-bg {
    padding: 40px 0 20px;
  }
}
.container--medium {
  max-width: 1235px;
}
.container--small {
  max-width: 900px;
}
.nheader {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 901;
  border-bottom: 1px solid #d8d8d8;
  transition: transform 0.4s ease;
}
body.new-vmf .nheader {
  border-bottom: #222629;
}
.nheader.headroom--unpinned {
  transform: translateY(0px);
}
.nheader__top {
  position: relative;
  background: #f6f6f6;
  z-index: 2;
}
body.new-vmf .nheader__top {
  background: #1f1f1f;
}
.nheader__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
}
.nheader__part-of {
  color: rgba(34, 38, 41, 0.4);
  font-size: 12px;
  line-height: 15px;
}
body.new-vmf .nheader__part-of {
  color: rgba(255, 255, 255, 0.6);
}
.nheader__lang-cont {
  flex-grow: 0;
}
.nheader__lang {
  position: relative;
  display: flex;
  align-items: center;
}
.nheader__lang > p {
  font-size: 12px;
  line-height: 24px;
  color: rgba(34, 38, 41, 0.4);
  margin-right: 24px;
}
body.new-vmf .nheader__lang > p {
  color: rgba(255, 255, 255, 0.6);
}
.nheader__bottom {
  position: relative;
  background: white;
}
body.new-vmf .nheader__bottom {
  background: black;
}
.nheader__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 120px;
}
.nheader__logo {
  display: flex;
  text-indent: -9999px;
  width: auto;
  max-width: 100%;
  height: 55px;
}
.nheader__logo svg {
  display: flex;
  text-indent: -9999px;
  width: auto;
  height: auto;
}
@media (max-width: 1400px) {
  .nheader__logo {
    height: 48px;
  }
}
.nheader__main-nav-col {
  flex-grow: 0;
}
.nheader__main-nav ul.menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1400px) {
  .nheader__main-nav ul.menu {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .nheader__main-nav ul.menu {
    gap: 0px;
  }
}
.nheader__main-nav .menu-item.hide {
  display: inline-block;
}
.nheader__main-nav .menu-item.hide-on-new {
  display: none;
}
.nheader__main-nav .menu-item a {
  font-family: "opensans-extrabold";
  display: flex;
  align-items: center;
  height: 120px;
  font-size: 16px;
  line-height: 1;
  color: black;
  text-transform: uppercase;
  transition: color 0.25s ease;
  white-space: nowrap;
}
.nheader__main-nav .menu-item a:hover {
  color: rgba(0, 0, 0, 0.6);
}
body.new-vmf .nheader__main-nav .menu-item a {
  color: #f1f1f1;
}
.nheader__main-nav .menu-item.products-sub {
  position: relative;
}
.nheader__main-nav .menu-item.products-sub > a {
  position: relative;
  gap: 8px;
}
.nheader__main-nav .menu-item.products-sub > a:after {
  position: relative;
  top: 0;
  right: 0;
  width: 12px;
  height: 8px;
  background: url("/wp-content/themes/blaeser/static/images/chevron-black.svg") top left / 12px no-repeat;
  content: "";
  transition: transform 0.25s ease,
							color 0.25s ease;
}
body.new-vmf .nheader__main-nav .menu-item.products-sub > a:after {
  background: url("/wp-content/themes/blaeser/static/images/chevron-white.svg") top left / 12px no-repeat;
}
.nheader__main-nav .menu-item.products-sub > a:hover:after {
  transform: rotate(180deg);
}
.nheader__main-nav .menu-item.products-sub:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nheader__main-nav .menu-item.menu-cta > a {
  font-family: "opensans-bold" !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  height: 60px;
  background: #66116d;
  color: white;
  padding: 0 40px;
  transition: background 0.25s ease;
  border: 0;
  text-transform: none;
}
.nheader__main-nav .menu-item.menu-cta > a:hover {
  background: #590f5e;
}
.nheader__main-nav .menu-item.menu-cta > a__chevron {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -60px;
  width: 100%;
  max-width: 80px;
  height: 60px;
  background: #590f5e;
  transition: transform 0.25s ease;
  z-index: -1;
}
.nheader__main-nav .menu-item.menu-cta > a__chevron > svg {
  transform: rotate(-90deg) translateY(10px);
}
.nheader__main-nav .menu-item.menu-cta > a__chevron:after {
  position: absolute;
  top: 0;
  right: -28px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 28px solid #590f5e;
  border-bottom: 30px solid transparent;
  content: "";
}
.nheader__main-nav .menu-item.menu-cta > a--with-chevron {
  display: inline-flex;
  align-items: center;
  font-size: 16px !important;
  color: white !important;
  text-decoration: none !important;
}
.nheader__main-nav .menu-item.menu-cta > a--with-chevron:hover .nbutton__chevron {
  transform: translateX(20px);
}
.nheader__main-nav .menu-item.menu-cta > a--contact {
  display: inline-flex;
  margin-bottom: 20px;
  color: white !important;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 18px;
  padding-left: 70px;
}
.nheader__main-nav .menu-item.menu-cta > a--contact:before {
  position: absolute;
  left: 30px;
  font-size: 25px;
}
.nheader__main-nav .menu-item.menu-cta > a--mail:before {
  font-size: 18px;
}
.nheader__main-nav .menu-item.menu-cta > a--in-editor {
  display: inline-flex;
  color: white !important;
  text-decoration: none !important;
}
.nheader__main-nav .menu-item.menu-cta > a--in-editor:after {
  position: absolute;
  top: 0;
  right: -28px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 28px solid #66116d;
  border-bottom: 30px solid transparent;
  transition: border 0.25s ease;
  content: "";
}
.nheader__main-nav .menu-item.menu-cta > a--in-editor:hover:after {
  border-left: 28px solid #590f5e;
}
@media only screen and (max-width: 480px) {
  .nheader__main-nav .menu-item.menu-cta > a {
    padding: 0 20px;
  }
  .nheader__main-nav .menu-item.menu-cta > a--contact {
    padding-left: 60px;
  }
  .nheader__main-nav .menu-item.menu-cta > a--contact:before {
    left: 20px;
  }
}
.nheader__main-nav .menu-item > ul.sub-menu {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  background: white;
  top: 120px;
  left: -20px;
  width: fit-content;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  padding: 0 40px 20px 20px;
}
body.new-vmf .nheader__main-nav .menu-item > ul.sub-menu {
  background: black;
}
.nheader__main-nav .menu-item > ul.sub-menu .menu-item a {
  position: relative;
  height: 53px;
  text-transform: none;
}
.nheader__main-nav .menu-item > ul.sub-menu .menu-item a:after {
  position: absolute;
  top: 22px;
  right: 0;
  width: 12px;
  height: 8px;
  background: url("/wp-content/themes/blaeser/static/images/chevron-black.svg") top left / 12px no-repeat;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all 0.25s ease;
  content: "";
}
body.new-vmf .nheader__main-nav .menu-item > ul.sub-menu .menu-item a:after {
  background: url("/wp-content/themes/blaeser/static/images/chevron-white.svg") top left / 12px no-repeat;
}
body.new-vmf .nheader__main-nav .menu-item > ul.sub-menu .menu-item a {
  color: #f1f1f1 !important;
}
.nheader__main-nav .menu-item > ul.sub-menu .menu-item:hover a:after {
  transform: rotate(-90deg) translateY(5px);
  opacity: 1;
}
.nheader #lang_sel {
  float: right;
  position: relative;
  color: #adadad;
  width: auto;
}
body.new-vmf .nheader #lang_sel {
  color: white;
}
body.new-vmf .nheader #lang_sel:before {
  background: #171717;
}
body.new-vmf .nheader #lang_sel ul > li a {
  position: relative;
  color: white;
  background-color: #171717 !important;
}
body.new-vmf .nheader #lang_sel ul > li a svg {
  position: absolute;
  width: 14px;
  height: 14px;
  top: calc(50% - 7xp);
  right: 20px;
}
body.new-vmf .nheader #lang_sel ul > li a svg path {
  fill: rgba(255, 255, 255, 0.8);
}
body.new-vmf .nheader #lang_sel ul > li ul {
  border-color: black;
}
body.new-vmf .nheader #lang_sel ul > li ul li {
  border-color: black;
}
body.new-vmf .nheader #lang_sel ul > li ul li:hover a svg path {
  fill: rgba(255, 255, 255, 0.2);
}
.nheader #lang_sel:before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(((100vw - 1440px) / 2) + 100%) ;
  height: 100%;
  background: #ececec;
  content: "";
}
.nheader #lang_sel ul {
  float: left;
}
.nheader #lang_sel ul > li {
  float: left;
  position: relative;
}
.nheader #lang_sel ul > li a {
  float: left;
  position: relative;
  padding: 22px 25px 22px 52px;
  color: rgba(34, 38, 41, 0.4);
  background-color: #ececec !important;
  font-size: 12px;
  border: 0;
  background: none;
  max-height: 56px;
}
.nheader #lang_sel ul > li a:before {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/themes/blaeser/static/images/flags.png");
  background-repeat: no-repeat;
  background-size: 39px;
  content: "";
  transform: scale(0.8);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.nheader #lang_sel ul > li a:after {
  position: absolute;
  font-family: "vm-fencing-systems" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center !important;
  width: 14px;
  top: 50% !important;
  right: 0 !important;
  margin-top: -7px;
  font-size: 16px;
  content: "a";
  border: none !important;
}
.nheader #lang_sel ul > li a:hover {
  color: rgba(34, 38, 41, 0.7);
}
.nheader #lang_sel ul > li ul {
  position: absolute;
  display: none;
  background: #efefef;
  right: 0;
  top: 56px;
  overflow: hidden;
  width: 190px;
  border-color: #e2e2e2;
}
.nheader #lang_sel ul > li ul li {
  width: 100%;
  border-top: 1px solid #e2e2e2;
}
.nheader #lang_sel ul > li ul li:first-child {
  border-top: none;
}
.nheader #lang_sel ul > li ul li a {
  width: 100%;
}
.nheader #lang_sel ul > li ul li a:after {
  display: none;
}
.nheader #lang_sel ul > li ul li a:hover {
  color: #adadad;
  background: #e2e2e2;
}
.nheader #lang_sel ul > li:hover ul {
  display: block;
}
.nheader__nav-toggle {
  display: none;
}
.nheader--no-nav .nheader__bottom-inner {
  height: 120px;
}
@media only screen and (max-width: 1480px) {
  .nheader #lang_sel:before {
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 1280px) {
  .nheader__main-nav .menu-item a {
    height: 86px;
    font-size: 14px;
  }
  .nheader__main-nav .menu-item.products-sub a:after {
    top: 0;
  }
  .nheader__main-nav .menu-item > ul.sub-menu {
    top: 86px;
  }
  .nheader--no-nav .nheader__bottom-inner {
    height: 86px;
  }
}
@media (max-width: 1200px) {
  .nheader {
    /* &__logo {
			width: 180px;
			height: 34px;
			background-size: 180px;
			body.new-vmf & {
				background-size: 180px;
			}
		} */
  }
  .nheader.headroom--unpinned {
    transform: translateY(0px);
  }
  .nheader__nav-toggle {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 0;
    background: none;
    z-index: 5;
  }
  .nheader__nav-toggle.nheader__nav-toggle--open .nheader__nav-toggle-inner:before {
    transform: rotate(-225deg);
    top: 5px;
  }
  .nheader__nav-toggle.nheader__nav-toggle--open .nheader__nav-toggle-inner:after {
    transform: rotate(-135deg);
    bottom: 5px;
    max-width: 30px;
  }
  .nheader__nav-toggle-inner {
    position: relative;
    width: 30px;
    height: 12px;
    padding: 0;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    cursor: pointer;
  }
  .nheader__nav-toggle-inner:before,
  .nheader__nav-toggle-inner:after {
    position: absolute;
    width: 100%;
    max-width: 30px;
    height: 2px;
    right: 0;
    background: #fff;
    content: "";
    transition: max-width 0.5s ease-in-out, background 0.3s ease-in-out, transform 0.5s ease-in-out, top 0.5s ease-in-out, bottom 0.5s ease-in-out;
  }
  .nheader__nav-toggle-inner:before {
    top: 0;
    transform-origin: 50%;
  }
  .nheader__nav-toggle-inner:after {
    bottom: 0;
    max-width: 25px;
  }
  .nheader__top-inner {
    height: 44px;
  }
  .nheader__main-nav {
    position: fixed;
    padding: 0 20px;
    top: 68px;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100vh - 68px);
    background: white;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  body.new-vmf .nheader__main-nav {
    background: #1f1f1f;
  }
  .nheader__main-nav--open {
    transform: translateX(0);
  }
  .nheader__main-nav.headroom--unpinned {
    height: calc(100vh - 57px);
  }
  .nheader__main-nav ul.menu {
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-top: 10px;
    padding-bottom: 100px;
  }
  .nheader__main-nav .menu-item a {
    height: 40px;
  }
  .nheader__main-nav .menu-item {
    width: 100%;
  }
  .nheader__main-nav .menu-item.products-sub a:after {
    display: none;
  }
  .nheader__main-nav .menu-item.products-sub .nheader__nav-trigger {
    position: absolute;
    top: 0;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("/wp-content/themes/blaeser/static/images/chevron-black.svg") center center / 12px no-repeat;
    content: "";
    transition: transform 0.25s ease,
							color 0.25s ease;
  }
  .nheader__main-nav .menu-item.products-sub .nheader__nav-trigger--open {
    transform: rotate(180deg);
  }
  .nheader__main-nav .menu-item > ul.sub-menu {
    position: relative;
    overflow: hidden;
    left: auto;
    top: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 0 20px 0 20px;
    height: auto;
    max-height: 0;
    transition: max-height 0.5s ease, padding 0.5s ease;
  }
  .nheader__main-nav .menu-item > ul.sub-menu--open {
    max-height: 900px;
    padding: 10px 20px 20px 20px;
    transition: max-height 0.8s ease, padding 0.8s ease;
  }
  .nheader__main-nav .menu-item > ul.sub-menu .menu-item a {
    height: 38px;
  }
  .nheader__main-nav .menu-item > ul.sub-menu .menu-item:last-child {
    padding: 0;
  }
  .nheader__bottom {
    z-index: 1;
  }
  .nheader__bottom-inner {
    height: 68px;
  }
  .nheader #lang_sel ul > li a {
    max-height: 44px;
    padding: 16px 25px 15px 52px;
  }
  .nheader #lang_sel ul > li a:before {
    top: 9px;
  }
  .nheader #lang_sel ul > li ul {
    top: 44px;
    width: 100%;
  }
  .nheader--no-nav .nheader__bottom-inner {
    height: 68px;
  }
}
@media only screen and (max-width: 640px) {
  .nheader__part-of {
    display: none;
  }
}
.npage-header {
  z-index: 802;
}
@media only screen and (max-width: 1400px) {
  .npage-header--detection-small {
    margin-top: 236px;
  }
}
@media only screen and (max-width: 1280px) {
  .npage-header--detection-small {
    margin-top: 202px;
  }
}
.nheader-image {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  max-width: 100%;
  height: 250px;
  transition: max-width 0.6s ease;
}
.nheader-image--detection-open {
  max-width: 100%;
}
body.home .nheader-image {
  height: 500px;
}
body.home .nheader-image:after {
  left: 60%;
  height: 100%;
  background-size: 2730px;
}
body.home .nheader-image .header-content {
  padding-left: 20px;
}
body.page-template-page-contact .nheader-image:after {
  display: none;
}
.nheader-image__bg {
  position: absolute;
  min-width: 100vw;
  min-height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  filter: grayscale(1);
}
.nheader-image__content-container {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.nheader-image__map-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1480px) {
  body.home .nheader-image .header-content {
    padding: 0;
  }
}
@media only screen and (max-width: 1400px) {
  body.home .nheader-image {
    height: 520px;
  }
  body.home .nheader-image:after {
    height: 520px;
  }
}
@media only screen and (max-width: 1280px) {
  .nheader-image--detection-open {
    max-width: calc(100% - 310px);
  }
}
@media only screen and (max-width: 1024px) {
  .nheader-image {
    height: 250px;
  }
  .nheader-image:after {
    height: 100%;
    left: 80%;
  }
  body.home .nheader-image {
    height: 300px;
  }
  body.home .nheader-image:after {
    height: 100%;
    left: 80%;
  }
  .nheader-image--detection-open {
    margin-top: 120px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .nheader-image:after {
    left: 86%;
  }
  body.home .nheader-image:after {
    left: 86%;
  }
}
@media only screen and (max-width: 640px) {
  .nheader-image {
    height: 150px;
  }
  .nheader-image:after {
    height: 100%;
    left: 150%;
  }
  body.home .nheader-image {
    height: 250px;
  }
  body.home .nheader-image:after {
    height: 100%;
    left: 150%;
  }
  .nheader-image__bg {
    width: 120%;
  }
  .nheader-image--detection-open {
    margin-top: 0;
  }
}
.header-content {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  z-index: 3;
  max-width: 560px;
}
body.home .header-content {
  max-width: 670px;
}
body.home .header-content .header-content__title {
  font-size: 52px;
  line-height: 58px;
}
.header-content__subtitle {
  font-family: "opensans-semibold";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.header-content__title {
  font-family: "opensans-extrabold";
  font-size: 52px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}
.header-content__anchor {
  margin-top: 30px;
}
.header-content > .breadcrumbs {
  display: flex;
  flex-flow: column nowrap;
}
.header-content > .breadcrumbs > span {
  display: inline-block;
}
.header-content > .breadcrumbs > span > a {
  font-family: "opensans-semibold";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 8px;
  transition: color 0.25s ease;
}
.header-content > .breadcrumbs > span > a:hover {
  color: white;
}
.header-content > .breadcrumbs > span > span {
  font-family: "opensans-extrabold";
  display: inline-block;
  font-size: 42px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}
body.single .header-content > .breadcrumbs > span > span {
  font-size: 42px;
}
.header-content > .breadcrumbs > span.span-1-3,
.header-content > .breadcrumbs > span.span-2-3 {
  position: relative;
  padding-right: 30px;
}
.header-content > .breadcrumbs > span.span-1-3:after,
.header-content > .breadcrumbs > span.span-2-3:after {
  position: absolute;
  right: 10px;
  top: 4px;
  width: 11px;
  height: 9px;
  opacity: 0.5;
  content: "";
  background: url("/wp-content/themes/blaeser/static/images/chevron-white.svg") top left / 10px no-repeat;
  transform: rotate(-90deg);
}
.header-content > .breadcrumbs--has-three {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .header-content > .breadcrumbs > span > span {
    font-size: 42px;
  }
  .header-content__title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 768px) {
  body.home .header-content .header-content__title {
    font-size: 40px;
    line-height: 46px;
  }
  body.home .header-content .header-content__anchor {
    margin-top: 20px;
  }
  .header-content__title {
    font-size: 40px;
  }
  .header-content__anchor {
    margin-top: 20px;
  }
  .header-content > .breadcrumbs > span > span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  body.home .header-content .header-content__subtitle {
    font-size: 12px;
  }
  body.home .header-content .header-content__title {
    font-size: 24px;
    line-height: 30px;
  }
  body.home .header-content .header-content__anchor {
    margin-top: 10px;
    transform: scale(0.7);
    transform-origin: 0 0;
  }
  .header-content__title {
    font-size: 24px;
  }
  .header-content__anchor {
    margin-top: 10px;
    transform: scale(0.7);
    transform-origin: 0 0;
  }
  .header-content > .breadcrumbs > span > a {
    font-size: 12px;
  }
  .header-content > .breadcrumbs > span > span {
    font-size: 24px;
  }
}
.sub-menu-2019 {
  display: none;
}
.button-2019 {
  font-family: "opensans-bold";
  font-size: 16px;
  line-height: 18px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 36px;
  background: #66116d;
  color: white;
  transition: background 0.25s ease,
		color 0.25s ease,
		border 0.25s ease;
}
.button-2019--white-ghost {
  background: none;
  border: 2px solid white;
}
.button-2019--white-ghost:hover {
  background: white;
  color: #66116d;
}
.button-2019--no-border {
  border: 0;
}
button.button-2019 {
  cursor: pointer;
  border: 0;
}
.nbutton {
  font-family: "opensans-bold" !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  height: 60px;
  background: #66116d;
  color: white;
  padding: 0 40px;
  transition: background 0.25s ease;
  border: 0;
}
.nbutton:hover {
  background: #590f5e;
}
.nbutton__chevron {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -60px;
  width: 100%;
  max-width: 80px;
  height: 60px;
  background: #590f5e;
  transition: transform 0.25s ease;
  z-index: -1;
}
.nbutton__chevron > svg {
  transform: rotate(-90deg) translateY(10px);
}
.nbutton__chevron:after {
  position: absolute;
  top: 0;
  right: -28px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 28px solid #590f5e;
  border-bottom: 30px solid transparent;
  content: "";
}
.nbutton--with-chevron {
  display: inline-flex;
  align-items: center;
  font-size: 16px !important;
  color: white !important;
  text-decoration: none !important;
}
.nbutton--with-chevron:hover .nbutton__chevron {
  transform: translateX(20px);
}
.nbutton--contact {
  display: inline-flex;
  margin-bottom: 20px;
  color: white !important;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 18px;
  padding-left: 70px;
}
.nbutton--contact:before {
  position: absolute;
  left: 30px;
  font-size: 25px;
}
.nbutton--mail:before {
  font-size: 18px;
}
.nbutton--in-editor {
  display: inline-flex;
  color: white !important;
  text-decoration: none !important;
}
.nbutton--in-editor:after {
  position: absolute;
  top: 0;
  right: -28px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 28px solid #66116d;
  border-bottom: 30px solid transparent;
  transition: border 0.25s ease;
  content: "";
}
.nbutton--in-editor:hover:after {
  border-left: 28px solid #590f5e;
}
@media only screen and (max-width: 480px) {
  .nbutton {
    padding: 0 20px;
  }
  .nbutton--contact {
    padding-left: 60px;
  }
  .nbutton--contact:before {
    left: 20px;
  }
}
@media (max-width: 1200px) {
  .nheader__main-nav .menu-item:last-child > a {
    height: 48px;
    margin-top: 14px;
  }
}
button.nbutton {
  cursor: pointer;
}
.neditor {
  font-family: "opensans-regular";
  font-size: 14px;
  line-height: 26px;
  color: rgba(34, 38, 41, 0.8);
}
body.new-vmf .neditor {
  color: rgba(255, 255, 255, 0.6);
}
.neditor.big-italic {
  padding: 40px;
}
.neditor.big-italic p {
  font-family: "opensans-semibold";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  font-style: italic;
  color: rgba(34, 38, 41, 0.6);
}
body.new-vmf .neditor.big-italic p {
  color: rgba(255, 255, 255, 0.6);
}
.neditor h1,
.neditor h2,
.neditor h3,
.neditor h4,
.neditor h5,
.neditor h6 {
  font-family: "opensans-bold";
  margin-bottom: 10px;
}
body.new-vmf .neditor h1,
body.new-vmf .neditor h2,
body.new-vmf .neditor h3,
body.new-vmf .neditor h4,
body.new-vmf .neditor h5,
body.new-vmf .neditor h6 {
  color: white;
}
.neditor h1 {
  font-size: 20px;
}
.neditor h2 {
  font-size: 18px;
}
.neditor h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.neditor p {
  margin-bottom: 20px;
}
.neditor p,
.neditor a {
  font-family: "opensans-regular";
  font-size: 14px;
  line-height: 26px;
  color: rgba(34, 38, 41, 0.8);
}
body.new-vmf .neditor p,
body.new-vmf .neditor a {
  color: rgba(255, 255, 255, 0.6);
}
.neditor a {
  text-decoration: underline;
}
.neditor a:hover {
  text-decoration: none;
}
.neditor ol,
.neditor ul {
  margin-bottom: 20px;
}
.neditor ol li,
.neditor ul li {
  position: relative;
  padding-left: 18px;
}
.neditor ol li:before,
.neditor ul li:before {
  position: absolute;
  left: 0;
  content: "";
}
.neditor ul li:before {
  width: 8px;
  height: 12px;
  top: 7px;
  background: url("/wp-content/themes/blaeser/static/images/chevron-purple-right.svg") center center / 100% no-repeat;
}
.neditor ol {
  counter-reset: li-counter;
}
.neditor ol li:before {
  font-family: "opensans-bold";
  color: #66116d;
  content: counter(li-counter);
  counter-increment: li-counter;
}
.nform .wpcf7 .button {
  font-family: "opensans-bold" !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  height: 60px;
  background: #66116d;
  color: white;
  padding: 0 40px;
  transition: background 0.25s ease;
  border: 0;
  border-radius: 0;
}
.nform .wpcf7 .button:hover {
  background: #590f5e;
}
.nform .wpcf7 .button__chevron {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -60px;
  width: 100%;
  max-width: 80px;
  height: 60px;
  background: #590f5e;
  transition: transform 0.25s ease;
  z-index: -1;
}
.nform .wpcf7 .button__chevron > svg {
  transform: rotate(-90deg) translateY(10px);
}
.nform .wpcf7 .button__chevron:after {
  position: absolute;
  top: 0;
  right: -28px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 28px solid #590f5e;
  border-bottom: 30px solid transparent;
  content: "";
}
.nform .wpcf7 .button--with-chevron {
  display: inline-flex;
  align-items: center;
  font-size: 16px !important;
  color: white !important;
  text-decoration: none !important;
}
.nform .wpcf7 .button--with-chevron:hover .nbutton__chevron {
  transform: translateX(20px);
}
.nform .wpcf7 .button--contact {
  display: inline-flex;
  margin-bottom: 20px;
  color: white !important;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 18px;
  padding-left: 70px;
}
.nform .wpcf7 .button--contact:before {
  position: absolute;
  left: 30px;
  font-size: 25px;
}
.nform .wpcf7 .button--mail:before {
  font-size: 18px;
}
.nform .wpcf7 .button--in-editor {
  display: inline-flex;
  color: white !important;
  text-decoration: none !important;
}
.nform .wpcf7 .button--in-editor:after {
  position: absolute;
  top: 0;
  right: -28px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 28px solid #66116d;
  border-bottom: 30px solid transparent;
  transition: border 0.25s ease;
  content: "";
}
.nform .wpcf7 .button--in-editor:hover:after {
  border-left: 28px solid #590f5e;
}
@media only screen and (max-width: 480px) {
  .nform .wpcf7 .button {
    padding: 0 20px;
  }
  .nform .wpcf7 .button--contact {
    padding-left: 60px;
  }
  .nform .wpcf7 .button--contact:before {
    left: 20px;
  }
}
.nform .wpcf7 input,
.nform .wpcf7 textarea,
.nform .wpcf7 select {
  font-size: 13px;
}
body.new-vmf .nform .wpcf7 input,
body.new-vmf .nform .wpcf7 textarea,
body.new-vmf .nform .wpcf7 select {
  background: black;
  color: white;
  border: 1px solid black;
}
.popular-products,
.nproducts {
  background: white;
  padding: 95px 0 55px 0;
}
.popular-products__title,
.nproducts__title {
  font-family: "opensans-extrabold";
  font-size: 30px;
  color: #222629;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.popular-products__intro,
.nproducts__intro {
  max-width: 830px;
  margin-bottom: 40px;
}
body.new-vmf .popular-products,
body.new-vmf .nproducts {
  background: #1f1f1f;
}
@media only screen and (max-width: 1024px) {
  .popular-products,
  .nproducts {
    padding: 55px 0 35px;
  }
}
@media only screen and (max-width: 640px) {
  .popular-products,
  .nproducts {
    padding: 25px 0 0;
  }
}
.popular-product__inner,
.nproduct__inner {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 40px;
}
.popular-product__inner:hover .popular-product__anchor,
.nproduct__inner:hover .popular-product__anchor,
.popular-product__inner:hover .nproduct__anchor,
.nproduct__inner:hover .nproduct__anchor {
  max-width: 80px;
}
.popular-product__inner:hover .popular-product__image,
.nproduct__inner:hover .popular-product__image,
.popular-product__inner:hover .nproduct__image,
.nproduct__inner:hover .nproduct__image {
  border-color: #c5c5c5;
}
.popular-product__inner--is-image,
.nproduct__inner--is-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.popular-product__inner--is-image:after,
.nproduct__inner--is-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #66116d;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease,
					visibility 0.25s ease;
  content: "";
}
.popular-product__inner--is-image:hover:after,
.nproduct__inner--is-image:hover:after {
  opacity: 0.3;
  visibility: visible;
}
.popular-product__image,
.nproduct__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  height: 330px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  transition: border 0.25s ease;
  overflow: hidden;
}
.page-template-page-products .popular-product__image,
.page-template-page-products .nproduct__image,
.archive .popular-product__image,
.archive .nproduct__image {
  height: 268.75px;
}
.page-template-page-products .popular-product__image img,
.page-template-page-products .nproduct__image img,
.archive .popular-product__image img,
.archive .nproduct__image img {
  max-height: 160px;
}
body.new-vmf .popular-product__image,
body.new-vmf .nproduct__image {
  background: #f1f1f1;
  background: white;
  border: 0;
}
.popular-product__img,
.nproduct__img {
  max-width: calc(100% - 30px);
  max-height: 230px;
  /*
		max-width: none;
	    max-height: none;
	    object-fit: cover;
	    width: 100%;
	    height: 100%;
	    filter: grayscale(100%);
*/
}
.popular-product__anchor,
.nproduct__anchor {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 60px;
  height: 60px;
  background: #66116d;
  transition: max-width 0.25s ease;
}
.popular-product__anchor > svg,
.nproduct__anchor > svg {
  transform: rotate(-90deg);
}
.popular-product__anchor:after,
.nproduct__anchor:after {
  position: absolute;
  top: 0;
  right: -28px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 28px solid #66116d;
  border-bottom: 30px solid transparent;
  content: "";
}
.popular-product__name,
.nproduct__name {
  color: #222629;
  line-height: 20px;
  margin-bottom: 12px;
}
body.new-vmf .popular-product__name,
body.new-vmf .nproduct__name {
  color: #f1f1f1;
}
.popular-product__description,
.nproduct__description {
  color: #222629;
  font-size: 14px;
  line-height: 26px;
}
body.new-vmf .popular-product__description,
body.new-vmf .nproduct__description {
  color: #f1f1f1;
}
body.new-vmf .popular-product--download .nproduct__image,
body.new-vmf .nproduct--download .nproduct__image {
  height: 250px;
  background: #000000 url("/wp-content/themes/blaeser/static/images/pdf-file.svg") center center / 50px no-repeat;
}
@media only screen and (max-width: 1280px) {
  .popular-product__image,
  .nproduct__image {
    height: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .popular-product__image,
  .nproduct__image {
    height: 200px;
    margin-bottom: 15px;
  }
}
.cta-section {
  padding: 0 0 0 0;
  background: white;
}
body.new-vmf .cta-section {
  background: #1f1f1f;
}
.cta__inner {
  display: flex;
  height: 680px;
}
.cta__left {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 47.2222%;
  height: 100%;
  background: #66116d;
  z-index: 2;
  padding: 40px;
}
.cta__left:after {
  position: absolute;
  top: 0;
  right: -306px;
  width: 0;
  height: 0;
  border-top: 340px solid transparent;
  border-left: 306px solid #66116d;
  border-bottom: 340px solid transparent;
  content: "";
}
.cta__title {
  font-family: "opensans-extrabold";
  font-size: 45px;
  line-height: 48px;
  color: white;
  text-transform: uppercase;
}
.cta__subtitle {
  font-family: "opensans-regular";
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 18px;
  max-width: 380px;
}
.cta__buttons {
  margin-top: 37px;
  display: flex;
}
.cta__button {
  margin-right: 20px;
}
.cta__right {
  position: relative;
  display: flex;
  width: 52.7777%;
  height: 100%;
}
.cta__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
@media only screen and (max-width: 1024px) {
  .cta__inner {
    height: 450px;
  }
  .cta__left {
    padding-right: 0;
  }
  .cta__left:after {
    right: -202px;
    border-top: 225px solid transparent;
    border-left: 202px solid #66116d;
    border-bottom: 225px solid transparent;
  }
  .cta__title {
    font-size: 36px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 900px) {
  .cta__buttons {
    flex-flow: column nowrap;
  }
  .cta__buttons a {
    margin-right: 0;
  }
  .cta__buttons a:last-of-type {
    margin-top: 10px;
    background: #590f5e;
  }
}
@media only screen and (max-width: 768px) {
  .cta__left {
    width: 55%;
    padding: 20px 0 20px 20px;
  }
  .cta__title {
    font-size: 28px;
    line-height: 30px;
  }
  .cta__right {
    width: 45%;
  }
}
@media only screen and (max-width: 640px) {
  .cta__inner {
    flex-flow: column nowrap;
    height: auto;
  }
  .cta__title {
    font-size: 24px;
    line-height: 26px;
  }
  .cta__subtitle {
    margin-top: 10px;
  }
  .cta__buttons {
    margin-top: 20px;
  }
  .cta__left {
    width: 100%;
    padding: 20px;
    order: 2;
    align-items: stretch;
    flex: 0 1 auto;
  }
  .cta__left:after {
    display: none;
  }
  .cta__left-content {
    display: flex;
    flex-flow: column nowrap;
  }
  .cta__right {
    order: 1;
    width: 100%;
    flex: 0 0 auto;
    height: 200px;
  }
  .cta__image {
    height: 200px;
  }
}
.footer-2019 {
  background: #222629;
  background: black;
  padding: 96px 0;
  margin-top: 0px;
  z-index: 801;
}
@media only screen and (max-width: 1024px) {
  .footer-2019 {
    padding: 46px 0;
  }
}
@media only screen and (max-width: 1000px) {
  .footer-2019 {
    margin-bottom: 60px;
    border-bottom: 1px solid black;
  }
}
.footer--no-margin {
  margin-top: 0;
}
.logos-footer.logos-footer-2019 {
  display: inline-flex;
  width: 100%;
  margin: 0;
  margin-top: 0px;
  padding: 80px 0;
  background: white;
}
.logos-footer.logos-footer-2019 .container .logo-footer {
  display: flex;
  justify-content: center;
}
.logos-footer.logos-footer-2019 .container .logo-footer img {
  max-height: 80px;
  max-width: 215px;
  align-self: center;
}
body.new-vmf .logos-footer.logos-footer-2019 {
  background: #1f1f1f;
}
@media only screen and (max-width: 1024px) {
  .logos-footer.logos-footer-2019 {
    padding: 20px 0;
  }
  .logos-footer.logos-footer-2019 .container .logo-footer img {
    margin: 40px 0px 40px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .logos-footer.logos-footer-2019 {
    margin-top: 0;
    padding: 0;
  }
  .logos-footer.logos-footer-2019 .container .logo-footer img {
    margin: 40px 0px 40px 0px;
  }
}
@media only screen and (max-width: 640px) {
  .logos-footer.logos-footer-2019 {
    margin-top: 0px;
  }
}
.footer__nav-container {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.footer__nav-container > ul {
  display: flex;
}
.footer__nav-container li:last-of-type a {
  margin-right: 0;
}
.footer__nav-container a {
  font-family: "opensans-bold";
  font-size: 16px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  margin-right: 40px;
  transition: color 0.25s ease;
}
.footer__nav-container a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer__logo {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}
.footer__logo:before,
.footer__logo:after {
  position: absolute;
  left: 0;
  top: 19px;
  width: calc(50% - 56px);
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.footer__logo:after {
  left: auto;
  right: 0;
}
.footer__logo-center {
  position: relative;
  display: flex;
  justify-content: center;
  width: 112px;
  height: 38px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
@media (max-width: 1200px) {
  .footer__bottom {
    flex-flow: wrap;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    gap: 30px;
  }
}
.footer__bottom-left {
  display: flex;
  flex-flow: column nowrap;
}
.footer__site-name {
  font-family: "opensans-bold";
  font-size: 16px;
  line-height: 1;
  color: white;
  margin-bottom: 16px;
}
.footer__contact-info {
  display: flex;
  justify-content: space-between;
}
.footer__contact-info-left {
  display: flex;
  flex-flow: column nowrap;
  margin-right: 70px;
}
.footer__contact-info-left > p {
  font-family: "opensans-regular";
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.footer__contact-info-right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.footer__contact-info-right > a {
  font-family: "opensans-bold";
  font-size: 14px;
  line-height: 24px;
  color: white;
  transition: color 0.25s ease;
}
.footer__contact-info-right > a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer__bottom-right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer__bottom-right p,
.footer__bottom-right a {
  font-family: "opensans-regular";
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.3);
}
.footer__bottom-right a {
  transition: color 0.25s ease;
}
.footer__bottom-right a:hover {
  color: white;
}
@media (max-width: 1200px) {
  .footer__bottom-right {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__contact-info {
    flex-flow: column nowrap;
  }
  .footer__contact-info-right {
    margin-top: 10px;
  }
  .footer__nav-container {
    margin-bottom: 30px;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__bottom {
    flex-flow: column nowrap;
  }
  .footer__bottom-right {
    align-items: flex-start;
    margin-top: 30px;
  }
  .footer__nav-container {
    margin-bottom: 10px;
  }
  .footer__nav-container > ul {
    flex-flow: row wrap;
  }
  .footer__nav-container > ul > li {
    text-align: center;
    width: 50%;
    flex-basis: 50%;
    margin-bottom: 20px;
  }
  .footer__nav-container a {
    margin-right: 0;
  }
}
.nsproduct {
  padding: 40px 0 0 0;
}
.nsproduct__nav {
  font-family: "opensans-regular";
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(34, 38, 41, 0.6);
  transition: color 0.25s ease;
  padding-left: 28px;
  margin-bottom: 40px;
}
body.new-vmf .nsproduct__nav {
  color: #f1f1f1;
}
body.new-vmf .nsproduct__nav:hover {
  color: white;
}
body.new-vmf .nsproduct__nav:before {
  background: url("/wp-content/themes/blaeser/static/images/chevron-left-white.svg") center center / 100% no-repeat;
}
.nsproduct__nav:hover {
  color: #222629;
}
.nsproduct__nav:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 10px;
  background: url("/wp-content/themes/blaeser/static/images/chevron-left-grey.svg") center center / 100% no-repeat;
  content: "";
}
.nsproduct__nav > span {
  text-transform: uppercase;
}
.nsproduct__image-container {
  padding-right: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.nsproduct__image-link {
  position: relative;
  display: block;
  width: 100%;
  flex: 1;
  min-height: 0;
  padding: 50px;
  border: 0;
  background: white;
}
.nsproduct__image-link:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #66116d;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease,
				visibility 0.25s ease;
  content: "";
}
.nsproduct__image-link:hover:after {
  opacity: 0.3;
  visibility: visible;
}
.nsproduct__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nsproduct__basic-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding-left: 15px;
}
.nsproduct .row > [class*="col-"]:has(.nsproduct__image-container),
.nsproduct .row > [class*="col-"]:has(.nsproduct__basic-info) {
  display: flex;
  flex-direction: column;
}
.nsproduct__title {
  display: flex;
  flex-flow: column nowrap;
  font-family: "opensans-extrabold";
  font-weight: 800 !important;
  font-size: 40px !important;
  line-height: 48px;
  color: #222629;
  text-transform: uppercase;
  margin-bottom: 24px !important;
}
body.new-vmf .nsproduct__title {
  color: white;
}
.nsproduct__large {
  margin-bottom: 6px;
}
.nsproduct__sub {
  font-family: "opensans-semibold";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(34, 38, 41, 0.6);
}
body.new-vmf .nsproduct__sub {
  color: rgba(255, 255, 255, 0.6);
}
.nsproduct__security-container {
  display: inline-flex;
  padding: 18px 25px;
  background: #f1f1f1;
  margin-bottom: 32px;
}
body.new-vmf .nsproduct__security-container {
  background: black;
}
.nsproduct__sec-g path.active {
  fill: #6f1b74;
  opacity: 1;
}
body.new-vmf .nsproduct__sec-g path.active {
  fill: white;
}
.nsproduct__downloads {
  display: flex;
  flex-flow: column nowrap;
  align-items: baseline;
}
.nsproduct__downloads a {
  margin-bottom: 16px;
  min-width: 230px;
}
.nsproduct__security-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding-left: 17px;
}
.nsproduct__security-content p {
  font-family: "opensans-bold";
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #66116d;
  margin: 0 !important;
}
body.new-vmf .nsproduct__security-content p {
  color: white;
}
.nsproduct__security-content p.nsproduct__security-note {
  font-family: "opensans-semibold";
  font-size: 12px;
  line-height: 14p;
  margin-top: 8px !important;
  color: rgba(34, 38, 41, 0.6);
  text-transform: none;
}
body.new-vmf .nsproduct__security-content p.nsproduct__security-note {
  color: rgba(255, 255, 255, 0.6);
}
.nsproduct__security-svg {
  position: relative;
  width: 52px;
  height: 45px;
}
.nsproduct__security-nr {
  font-family: "opensans-extrabold" !important;
  font-size: 14px !important;
  line-height: 1 !important;
  color: #66116d !important;
  position: absolute;
  bottom: 12px;
  margin-bottom: 0 !important;
  left: 50%;
  transform: translateX(-50%);
}
body.new-vmf .nsproduct__security-nr {
  color: white !important;
}
.nsproduct__short-desc {
  margin-bottom: 32px;
}
.nsproduct__short-desc p {
  color: rgba(34, 38, 41, 0.8);
  margin-bottom: 18px;
}
body.new-vmf .nsproduct__short-desc p {
  color: rgba(255, 255, 255, 0.6);
}
.nsproduct__applications {
  display: flex;
  flex-flow: row wrap;
  max-width: 550px;
  margin-bottom: 32px !important;
}
body.new-vmf .nsproduct__applications-title {
  color: white;
}
.nsproduct__application {
  width: 50%;
  padding-right: 18px;
}
body.new-vmf .nsproduct__application {
  color: rgba(255, 255, 255, 0.6);
}
.nsproduct__show-form {
  margin-top: 16px;
}
.nsproduct__tabs {
  background: white;
}
body.new-vmf .nsproduct__tabs {
  background: #1f1f1f;
}
.nsproduct__tab-buttons {
  display: flex;
  flex-flow: row nowrap;
}
.nsproduct__tab-button {
  font-family: "opensans-semibold";
  font-size: 13px;
  line-height: 28px;
  color: rgba(34, 38, 41, 0.6);
  text-transform: uppercase;
  height: 56px;
  padding: 0 32px;
  border: 0;
  transition: color 0.25s ease,
			background 0.25s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  white-space: nowrap;
}
body.new-vmf .nsproduct__tab-button {
  background: #171717;
  color: rgba(255, 255, 255, 0.6);
}
body.new-vmf .nsproduct__tab-button:hover {
  color: white;
}
body.new-vmf .nsproduct__tab-button--active {
  background: black;
  color: white;
}
.nsproduct__tab-button:hover {
  color: #66116d;
}
.nsproduct__tab-button--active {
  font-family: "opensans-bold";
  background: #f6f6f6;
  color: #66116d;
}
.nsproduct__tab-content-wrapper {
  background: #f6f6f6;
}
body.new-vmf .nsproduct__tab-content-wrapper {
  background: black;
}
.nsproduct__tab-content-container {
  position: relative;
  min-height: 300px;
  transition: all 0.4s ease;
}
.nsproduct__tab-content {
  position: absolute;
  top: 88px;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease,
			visibility 0.25s ease;
}
.nsproduct__tab-content--active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s 0.2s ease,
				visibility 0.25s 0.2s ease;
}
.nsproduct__tab-content-left,
.nsproduct__tab-content-right {
  flex-shrink: 0;
  flex-basis: 50%;
}
.nsproduct__tab-content-left {
  padding-right: 30px;
}
.nsproduct__tab-content-right {
  padding-left: 30px;
}
.nsproduct__related-title {
  display: flex;
  justify-content: center;
}
.nsproduct__related-title h2 {
  font-family: "opensans-extrabold";
  font-size: 32px;
  line-height: 1;
  color: #222629;
  text-transform: uppercase;
  margin-bottom: 48px;
}
body.new-vmf .nsproduct__related-title h2 {
  color: white;
}
.nsproduct__wp-content {
  max-width: 730px;
}
.nsproduct__gal-image {
  position: relative;
  display: flex;
  width: 100%;
  height: 395px;
  overflow: hidden;
  margin-bottom: 40px;
}
.nsproduct__gal-image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #66116d;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease,
				visibility 0.25s ease;
  content: "";
}
.nsproduct__gal-image:hover:after {
  opacity: 0.3;
  visibility: visible;
}
.nsproduct__gal-image--video {
  background-color: white;
}
.nsproduct__gal-image--video:before {
  top: calc(50% - 25px);
  left: calc(50% - 20px);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 40px;
  border-color: transparent transparent transparent #66116d;
  opacity: 1;
  content: "";
  z-index: 10;
}
.nsproduct__gal-img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.nsproduct__gal-img--video {
  max-width: 80%;
  max-height: 80%;
  min-width: 80%;
  min-height: 0;
  opacity: 0.7;
}
.nsproduct--tabs,
.nsproduct--gallery {
  padding: 0 0 0 0;
  margin-top: 100px;
  background: #f6f6f6;
}
body.new-vmf .nsproduct--tabs,
body.new-vmf .nsproduct--gallery {
  background: black;
}
.nsproduct--gallery {
  padding: 90px 0;
}
.nsproduct--tabs-wp-content {
  padding: 90px 0;
}
.nsproduct--related {
  padding: 100px 0 40px;
}
@media only screen and (max-width: 1400px) {
  .nsproduct {
    margin-top: 60px;
  }
  .nsproduct--gallery,
  .nsproduct--related,
  .nsproduct--tabs {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .nsproduct__title {
    font-size: 32px !important;
    line-height: 40px;
  }
  .nsproduct__tab-content {
    top: 44px;
  }
  .nsproduct--gallery,
  .nsproduct--related {
    margin-top: 0;
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .nsproduct {
    margin-top: 0;
  }
  .nsproduct--tabs {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .nsproduct__tab-content-wrapper {
    background: none;
  }
  .nsproduct__tab-content-container {
    background: #f6f6f6;
  }
  .nsproduct__tab-buttons {
    flex-flow: row wrap;
  }
  .nsproduct__tab-button {
    border: 1px solid #f6f6f6;
    width: 50%;
    flex-basis: 50%;
    padding: 0 15px;
  }
  .nsproduct__tab-content {
    padding: 0 20px;
  }
  .nsproduct--tabs {
    background: none;
  }
}
@media only screen and (max-width: 768px) {
  .nsproduct__image-container {
    padding-right: 0;
  }
  .nsproduct__basic-info {
    padding-top: 30px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .nsproduct__nav {
    margin-bottom: 20px;
  }
  .nsproduct__image-link {
    padding: 20px;
  }
  .nsproduct__title {
    font-size: 24px !important;
    line-height: 32px;
  }
  .nsproduct__security-container {
    padding: 18px;
  }
  .nsproduct__tab-button {
    font-size: 11px;
    line-height: 14px;
    white-space: normal;
    padding: 0 8px;
  }
  .nsproduct--tabs {
    margin-top: 10px;
  }
  .nsproduct--tabs-wp-content {
    padding: 40px 0 25px 0;
  }
  .nsproduct__tab-content {
    flex-flow: column nowrap;
    top: 30px;
  }
  .nsproduct__tab-content-left {
    padding-right: 0;
  }
  .nsproduct__tab-content-right {
    padding-left: 0;
  }
  .nsproduct__related-title {
    justify-content: flex-start;
  }
  .nsproduct__related-title h2 {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .nsproduct__gal-image {
    height: 250px;
  }
  .nsproduct--first {
    padding-top: 20px;
  }
  .nsproduct--gallery,
  .nsproduct--related {
    padding: 40px 0 0 0;
  }
}
.ncontent h1,
.ncontent h2,
.ncontent h3,
.ncontent h4,
.ncontent h5,
.ncontent h6 {
  color: #66116d;
}
body.new-vmf .ncontent h1,
body.new-vmf .ncontent h2,
body.new-vmf .ncontent h3,
body.new-vmf .ncontent h4,
body.new-vmf .ncontent h5,
body.new-vmf .ncontent h6 {
  color: white;
}
.ncontent__block-title {
  font-size: 20px !important;
  padding: 30px 40px !important;
  color: #66116d !important;
}
body.new-vmf .ncontent__block-title {
  color: white !important;
}
.ncontent__block-list li a {
  color: #222629 !important;
  padding-left: 80px !important;
}
.ncontent__block-list li a:hover {
  color: #66116d !important;
}
.ncontent__block-list li a:before {
  display: none;
}
.ncontent__block-list li a:after {
  position: absolute;
  left: 40px;
  top: 20px;
  width: 19px;
  height: 21px;
  background: url("/wp-content/themes/blaeser/static/images/pdf-file.svg") center center / 100% no-repeat;
  content: "";
}
body.new-vmf .ncontent__block-list li {
  border-top: 1px solid #1f1f1f;
}
body.new-vmf .ncontent__block-list li a {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.new-vmf .ncontent__block-list li a:hover {
  color: white !important;
}
.ncontent__buttons-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: baseline;
}
.ncontent__locations {
  display: flex;
}
.ncontent__location {
  flex-shrink: 0;
  flex-basis: 50%;
}
.ncontent__inside {
  background: none !important;
}
.ncontent__row {
  margin-left: 0;
  margin-right: 0;
}
.ncontent__row h3 {
  background: #e9e9e9 !important;
  color: #66116d !important;
}
body.new-vmf .ncontent__row h3 {
  background: #171717 !important;
  color: white !important;
}
@media only screen and (max-width: 640px) {
  .ncontent__block-title {
    padding: 20px !important;
  }
  .ncontent__block-list li a {
    padding: 15px 20px !important;
    padding-left: 60px !important;
  }
  .ncontent__block-list li a:after {
    left: 20px;
    top: 16px;
  }
}
.ncontent--page {
  padding: 7rem 0;
}
.ncontent--page h1,
.ncontent--page h2,
.ncontent--page h3,
.ncontent--page h4,
.ncontent--page h5,
.ncontent--page h6 {
  margin-bottom: 2.4rem;
}
.ncontent__block .ncontent__inner {
  border-top: 0;
  border-bottom: 0;
  background: #f6f6f6;
  padding-bottom: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
body.new-vmf .ncontent__block .ncontent__inner {
  background: black;
}
.triggers-2019 .trigger-wrapper {
  border-color: #66116d;
  border-radius: 0;
}
.triggers-2019 .trigger-wrapper a {
  transition: color 0.4s ease;
}
.triggers-2019 .trigger-wrapper a:before {
  background: #66116d;
}
.triggers-2019 .trigger-wrapper a.active {
  color: white;
}
body.new-vmf .triggers-2019 a {
  color: rgba(255, 255, 255, 0.6);
}
body.new-vmf .triggers-2019 a.active {
  color: white;
}
.popup-container.popup-container-2019 {
  border-top: 0;
}
.popup-container.popup-container-2019 .close:before,
.popup-container.popup-container-2019 .close:after {
  background: #66116d;
}
.ncontact {
  padding: 90px 0;
}
@media only screen and (max-width: 640px) {
  .ncontact {
    padding: 30px 0;
  }
}
.ncontact-block {
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ncontact-block__inner {
  display: flex;
  height: 100%;
}
.ncontact-block__left,
.ncontact-block__right {
  display: flex;
  flex-flow: column nowrap;
}
.ncontact-block__left {
  padding-right: 12px;
  width: 100%;
}
.ncontact-block__right {
  width: 55%;
  padding: 16px;
  background: black;
}
.ncontact-block__location {
  color: white;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 24px;
  min-height: 40px;
}
.ncontact-block__address {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 48px;
}
.ncontact-block__buttons {
  display: flex;
  flex-flow: column nowrap;
  margin-top: auto;
}
.ncontact-block__button {
  font-size: 13px;
  height: 50px;
  line-height: 26px;
  text-align: center;
  padding: 0 15px 0 35px;
  white-space: nowrap;
}
.ncontact-block__button:before {
  left: 15px;
}
.ncontact-block__button:last-of-type {
  margin-bottom: 0;
}
.ncontact-block__button.nbutton--phone:before {
  left: 12px;
}
.ncontact-block__title {
  color: white;
  line-height: 1.5;
  margin-bottom: 21px;
}
.ncontact-block__person {
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ncontact-block__person:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.ncontact-block__name,
.ncontact-block__function {
  color: white;
  line-height: 1.5;
  font-size: 14px;
}
.ncontact-block__name {
  font-weight: 700;
}
.ncontact-block__function {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
  font-size: 14px;
}
.ncontact-block__email,
.ncontact-block__phone {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  line-height: 1.5;
}
.ncontact-block__email:hover,
.ncontact-block__phone:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .ncontact-block {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .ncontact-block__inner {
    flex-flow: column nowrap;
  }
  .ncontact-block__left,
  .ncontact-block__right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .ncontact-block__right {
    margin-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .ncontact-block__address {
    margin-bottom: 20px;
  }
  .ncontact-block__location {
    min-height: 0;
    margin-bottom: 14px;
  }
}
/* --------------------
New 22-02-2022
-------------------- */
.page-2022 p {
  margin-bottom: 1.8rem;
}
.page-2022 h2 {
  margin-bottom: 1rem;
}
.page-2022 h3,
.page-2022 h4 {
  margin-bottom: 0.7rem;
}
.page-2022 ul {
  margin: -20px 0px 28px 0px;
}
.page-2022 li {
  list-style-type: disc;
  margin-left: 30px;
  font-size: 14px;
  line-height: 28px;
}
.page-2022 a {
  color: #ffffff;
}
.page-2022 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* Homepage */
.page-id-3201 .new-col-lg-3 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1200px) {
  .page-id-3201 .new-col-lg-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 992px) {
  .page-id-3201 .new-col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .page-id-3201 .new-col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-id-3201 .popular-product__image,
.page-id-3201 .nproduct__image {
  height: 256px;
}
@media (max-width: 480px) {
  .page-id-3201 .popular-product__image,
  .page-id-3201 .nproduct__image {
    height: 220px;
  }
}
/* --------------------
Introduction Block
-------------------- */
.section__mobile-only {
  margin-bottom: -45px;
  position: relative;
  z-index: 899;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  .section__mobile-only {
    margin-bottom: 0px;
  }
}
.section__mobile-only .col-middle {
  flex: 0 0 45%;
  margin: 0 auto;
  margin-top: 45px;
  position: relative;
  border: 1px solid #3b3b3b;
  padding: 20px;
}
@media only screen and (max-width: 1200px) {
  .section__mobile-only .col-middle {
    flex: 0 0 90%;
    margin: 50px auto 0px auto;
  }
}
@media only screen and (max-width: 1050px) {
  .section__mobile-only .col-middle {
    flex: 0 0 90%;
    margin: 75px auto 0px auto;
  }
}
@media only screen and (max-width: 1025px) {
  .section__mobile-only .col-middle {
    margin: 55px auto 0px auto;
  }
}
@media only screen and (max-width: 640px) {
  .section__mobile-only .col-middle {
    flex: unset;
    width: 100%;
    margin: 25px 20px 0px 20px;
  }
}
.section__mobile-only .col-middle p {
  color: #ffffff;
}
.section__mobile-only .col-middle h3 {
  color: #ffffff;
  width: 90%;
  line-height: 24px;
}
.section__mobile-only .col-middle .close-window {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 30px;
  transition: 0.3s ease;
}
.section__mobile-only .col-middle .close-window:hover {
  color: #ffffff;
}
.msg-container {
  position: relative;
}
.col-middle-header {
  position: absolute;
  background: #0000008a;
  padding: 20px;
  width: 420px;
  right: 20px;
  top: 200px;
  z-index: 900;
}
@media only screen and (max-width: 1050px) {
  .col-middle-header {
    display: none;
  }
}
.col-middle-header p {
  color: #ffffff;
}
.col-middle-header h3 {
  margin-bottom: 0.7rem;
  color: #ffffff;
  width: 90%;
  line-height: 22px;
}
.col-middle-header .close-window {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 30px;
  transition: 0.3s ease;
}
.col-middle-header .close-window:hover {
  color: #ffffff;
}
@media only screen and (max-width: 1000px) {
  .col-middle,
  .col-middle-header {
    flex: unset;
    margin: 45px 20px 0px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .col-middle,
  .col-middle-header {
    flex: unset;
    margin: 30px 20px 0px 20px;
  }
}
/* --------------------
FAQ Section
-------------------- */
.gutter-content {
  margin: 90px 0px 0px 0px;
}
.faq-container-1 {
  max-width: 622px;
  margin: 0 auto;
}
.faq-container-1 p {
  color: #c6c6c6;
}
.faq-container-1 .faq-section-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 20px;
}
.accordion {
  margin: 15px 0px 0px 0px;
}
.accordion-item {
  background: #000000;
  margin: 0px 0px 15px 0px;
  transition: 0.25s ease;
  border-bottom: 3px solid #530061;
}
.accordion-item:last-child {
  margin: 0px 0px 0px 0px;
}
button#accordion-button {
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  transition: 0.25s ease;
  padding: 20px 30px 20px 30px;
}
/* Hover state */
button#accordion-button:hover {
  color: rgba(255, 255, 255, 0.6);
}
.accordion-title {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: left;
  padding-right: 15px;
}
.faq-chevron {
  width: 14px;
  height: 100%;
  margin-left: auto;
  will-change: transform;
  transform: rotate(0deg);
  transition: 0.25s ease;
}
.chevron-svg {
  background: #ffffff;
}
/* Aria states */
.accordion .accordion-item button[aria-expanded="false"] {
  color: #ffffff;
}
.accordion .accordion-item button[aria-expanded="true"] {
  color: #ffffff;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 0.25s ease;
  will-change: opacity, max-height;
}
button[aria-expanded="true"] .faq-chevron {
  transform: rotate(180deg);
}
/* Content */
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.25s ease;
  will-change: opacity, max-height;
  font-size: 1rem;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}
.accordion .accordion-content p {
  padding: 0px 65px 20px 30px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .gutter-content {
    margin: 50px 0px 0px 0px;
  }
  button#accordion-button {
    padding: 18px 20px 18px 20px;
  }
  .accordion .accordion-content p {
    padding: 0px 20px 20px 20px;
  }
}
/* --------------------
Contact Block
-------------------- */
.cta__locationtitle {
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  color: #ffffff;
  margin-top: 32px;
}
.cta__buttons {
  margin-top: 22px;
}
/* --------------------
Homepage - Contact Block
-------------------- */
.contact-block {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: wrap;
}
.contact-block__inner {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  background: #6f1a73;
  padding: 140px 40px 140px 40px;
  position: relative;
  width: calc(25%);
}
.contact-block__inner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 60px solid #500053;
  border-bottom: 50px solid transparent;
  transform: rotate(90deg);
  top: -20px;
  left: 60px;
}
.contact-block__inner:first-child {
  margin-right: 10px;
}
.contact-block__inner:nth-child(2) {
  margin: 0px 5px 0px 5px;
}
.contact-block__inner:last-child {
  margin-left: 10px;
}
.contact-block__location-title {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-block__contact-info-container {
  display: flex;
  flex-flow: column;
  margin-top: 30px;
}
.contact-block__contact-info {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  padding: 0px 0px 20px 0px;
  transition: 0.25s ease;
}
.contact-block__contact-info:hover {
  color: #bdbdbd;
}
@media only screen and (max-width: 1000px) {
  .contact-block__inner {
    padding: 90px 30px 60px 30px;
    width: 100%;
  }
  .contact-block__inner:before {
    left: 50px;
  }
  .contact-block__inner:first-child {
    margin-right: 0px;
  }
  .contact-block__inner:nth-child(2) {
    margin: 20px 0px 20px 0px;
  }
  .contact-block__inner:last-child {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-block__contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    padding: 20px;
  }
  .contact-block__contact-info:last-child {
    border: 0px;
    margin-top: 10px;
    background: #590f5e;
  }
}
/* --------------------
Footer - Social Icons
-------------------- */
.footer-social-icon-wrapper {
  display: flex;
  flex-flow: column;
}
.footer-social-inner {
  display: flex;
  margin-top: 6px;
}
.footer__bottom {
  justify-content: normal;
}
.footer__contact-info-right {
  margin-top: 10px;
}
.footer__bottom-right {
  margin-left: auto;
  justify-content: space-between;
}
.footer-social-icon {
  will-change: transform;
  transition: 0.3s ease;
  margin-right: 15px;
}
.footer-social-icon:last-child {
  margin-right: 0px;
}
.footer-social-icon:hover {
  transform: translate3d(0px, -3px, 0px);
}
.footer-social-title {
  text-transform: uppercase;
}
.facebook-icon,
.instagram-icon,
.twitter-icon,
.linkedin-icon,
.youtube-icon {
  height: 34px;
  width: 34px;
  background-size: contain;
  background-repeat: no-repeat;
}
.facebook-icon {
  background-image: url("/wp-content/themes/blaeser/static/images/facebook-light-dark.svg");
}
.instagram-icon {
  background-image: url("/wp-content/themes/blaeser/static/images/instagram-light-dark.svg");
}
.twitter-icon {
  background-image: url("/wp-content/themes/blaeser/static/images/twitter-light-dark.svg");
}
.linkedin-icon {
  background-image: url("/wp-content/themes/blaeser/static/images/linkedin-light-dark.svg");
}
.youtube-icon {
  background-image: url("/wp-content/themes/blaeser/static/images/youtube-light-dark.svg");
}
.footer-logo-badge {
  max-height: 110px;
  padding-bottom: 10px;
}
/* Padding turned off because there are no logos left to display */
.logos-footer.logos-footer-2019 {
  padding: 0px;
}
.footer-2019 {
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .footer-social-icon-wrapper {
    margin-top: 32px;
  }
  .footer__bottom-right {
    margin-left: unset;
  }
  .footer-logo-badge {
    margin: 10px 0px 30px 0px;
  }
  .footer-2019 {
    margin-top: 35px;
  }
}
/* --------------------
About us
-------------------- */
.about-us-full-column {
  display: flex;
  margin: 0 auto;
  width: 70%;
}
.neditor.big-italic p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.neditor.big-italic p:last-child {
  margin-bottom: 0px;
}
.inner-module .ncontent__inner {
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .about-us-full-column {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* New Product Block */
.product-announcement-container {
  display: flex;
  flex-flow: wrap;
  margin-top: 20px;
}
.product-announcement-content {
  flex-basis: 30%;
}
.product-announcement-content-top {
  padding: 20px 40px 20px 40px;
  background: #66116d;
  color: #fff;
  font-size: 22px;
}
h2.product-announcement-title {
  font-family: "opensans-extrabold";
  line-height: 26px;
}
.product-announcement-content-body {
  padding: 35px 40px 40px 40px;
  background: #fff;
}
.product-announcement-content-body h3 {
  font-family: "opensans-extrabold";
  color: #66116d;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 20px;
}
.product-announcement-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-announcement-image-container {
  flex-basis: 70%;
  position: relative;
}
.product-announcement-image-container a {
  position: absolute;
  right: 40px;
  top: 40px;
}
.product-announcement-image,
.product-announcement-main-image {
  height: 100%;
  width: 100%;
  display: flex;
}
.product-announcement-image {
  margin: 25px 0 25px 0;
}
.product-announcement-main-image {
  padding-left: 20px;
  object-fit: cover;
}
.product-announcement-usp p {
  color: #1d1d1b;
}
.product-announcement-usp svg {
  height: 12px;
  width: fit-content;
  fill: #5bbe00;
  margin-right: 10px;
}
.product-announcement-button {
  margin-top: 25px;
}
@media only screen and (max-width: 1200px) {
  .product-announcement-content {
    flex-basis: 35%;
  }
  .product-announcement-image-container {
    flex-basis: 65%;
  }
}
@media only screen and (max-width: 992px) {
  .product-announcement-content,
  .product-announcement-image-container {
    flex-basis: 100%;
  }
  .product-announcement-main-image {
    padding-left: 0px;
  }
  .product-announcement-image-container a {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .product-announcement-container {
    margin-top: 20px;
  }
  .product-announcement-image-container a {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .product-announcement-content-body {
    padding: 25px 30px 30px 30px;
    background: #fff;
  }
  .product-announcement-content-top {
    padding: 25px 30px 25px 30px;
  }
  .product-announcement-content-body h3 {
    margin-bottom: 10px;
  }
  .product-announcement-image {
    margin: 20px 0 20px 0;
  }
}
.popular-product:nth-child(1) {
  order: 1;
}
.popular-product:nth-child(5) {
  order: 2;
}
.popular-product:nth-child(7) {
  order: 3;
}
.popular-product:nth-child(6) {
  order: 4;
}
.popular-product:nth-child(2) {
  order: 5;
}
.popular-product:nth-child(1) {
  order: 6;
}
.popular-product:nth-child(3) {
  order: 7;
}
.popular-product:nth-child(8) {
  order: 8;
}
/* --------------------
Animations
-------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left-1
 * ----------------------------------------
 */
.slide-in-left-1 {
  -webkit-animation: slide-in-left-1 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  animation: slide-in-left-1 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
@-webkit-keyframes slide-in-left-1 {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-1 {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-left-2
 * ----------------------------------------
 */
.slide-in-left-2 {
  -webkit-animation: slide-in-left-2 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both 0.15s;
  animation: slide-in-left-2 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both 0.15s;
}
@-webkit-keyframes slide-in-left-2 {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-2 {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-left-3
 * ----------------------------------------
 */
.slide-in-left-3 {
  -webkit-animation: slide-in-left-3 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  animation: slide-in-left-3 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
@-webkit-keyframes slide-in-left-3 {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-3 {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom-scroll
 * ----------------------------------------
 */
.show,
.time-item {
  opacity: 0;
}
.fade-in-bottom-scroll {
  animation: fade-in-bottom-scroll 0.6s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) 0.3s both;
}
@keyframes fade-in-bottom-scroll {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-bottom-scroll-1 {
  animation: fade-in-bottom-scroll-1 0.6s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) 0.4s both;
}
@keyframes fade-in-bottom-scroll-1 {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-bottom-scroll-2 {
  animation: fade-in-bottom-scroll-2 0.6s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) 0.5s both;
}
@keyframes fade-in-bottom-scroll-2 {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom-time-line
 * ----------------------------------------
 */
.time-item {
  visibility: hidden;
  opacity: 0;
}
.fade-in-bottom-time-line {
  visibility: visible;
  animation: fade-in-bottom-time-line 0.6s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) both;
}
@keyframes fade-in-bottom-time-line {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s both;
  animation: fade-in-bottom 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
.fade-in {
  -webkit-animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) both;
  animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gradient-overlay {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.79877889) 40%, #6f1b74 130%);
  z-index: 2;
}
.wire-banner-container {
  display: flex;
  justify-content: center;
  background: #e30613;
}
.wire-banner {
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s ease;
}
.wire-banner img {
  height: auto;
  width: 480px;
}
@media only screen and (max-width: 470px) {
  .wire-banner img {
    height: auto;
    width: 90%;
  }
}
.countdown-cont {
  width: 100vw;
  display: flex;
  justify-content: center;
  background: #1e1e1e;
  padding: 0 16px;
}
#countdown {
  color: #fff;
  min-height: 48px;
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (max-width: 650px) {
  #countdown {
    justify-content: center;
  }
}
.countdown-numbers {
  font-family: "opensans-semibold";
  color: #e30613;
  font-size: 26px;
  /* Larger font size for numeric values */
}
.countdown-other {
  font-family: "opensans-semibold";
  font-size: 26px;
  margin-left: 6px;
  margin-right: 40px;
}
.countdown-other:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 650px) {
  .countdown-numbers {
    font-size: 18px;
    /* Larger font size for numeric values */
  }
  .countdown-other {
    font-size: 18px;
    /* Smaller font size for text labels */
    margin-right: 16px;
  }
}
.job-notice {
  z-index: 10;
  position: relative;
  background: #66106d;
  padding: 30px;
  color: #fff;
}
.job-notice p {
  color: #fff;
}
.job-notice a {
  background: #000;
}
.job-notice a:hover {
  background: #2e0930;
}
.job-notice h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "opensans-extrabold", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .job-notice.desktop-version {
    display: none;
  }
}
.job-notice-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .job-notice-mobile {
    display: block;
    margin-top: 20px;
  }
  .job-notice-mobile .job-notice {
    margin-bottom: 20px;
  }
  .job-notice-mobile .job-notice:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .job-notice-mobile .job-notice {
    padding: 1.25rem;
  }
}
@media (max-width: 768px) {
  .product-announcement-content-top {
    padding: 20px 20px 20px 20px;
  }
  .product-announcement-content-body {
    padding: 20px 20px 20px 20px;
  }
  .section__mobile-only.col-middle {
    padding: 20px 20px 20px 20px;
  }
}
.vacature {
  padding-bottom: 1rem;
}
.vacature h2 {
  margin-bottom: 2.4rem;
}
.product-announcement-button:hover {
  text-decoration: none !important;
}
.vacature-special h2 {
  font-size: 1.375rem !important;
}
.vacature-special .spacer {
  margin-bottom: 2.875rem !important;
  line-height: 1.6;
}
.vacature-special p {
  color: #909090 !important;
}
@media (max-width: 768px) {
  .vacature-special .ncontent--page {
    padding: 4rem 0 !important;
  }
}
.solar {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.79);
}
.solar .row {
  margin-left: -10px;
  margin-right: -10px;
}
.solar .col-xl-6 {
  padding-right: 10px;
  padding-left: 10px;
}
.solar__bg {
  position: absolute;
  right: 0;
  top: -30px;
  width: 100%;
  height: auto;
}
.solar__cover {
  object-fit: cover;
  height: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: auto;
}
.solar__content {
  position: relative;
  align-items: center;
  display: flex;
  gap: 1.875rem;
  padding: 20px;
  margin: 20px 0 20px 0;
  background: linear-gradient(296deg, #000000 -100%, #f59c00 100%);
  border-radius: 0px;
  justify-content: space-between;
  overflow: hidden;
  min-height: 160px;
}
@media (max-width: 776px) {
  .solar__content {
    align-items: flex-start;
    flex-flow: column;
    min-height: unset;
    gap: 26px;
  }
}
.solar__content__logo {
  z-index: 1;
}
.solar__content__logo img {
  width: 170px;
  padding-bottom: 10px;
}
@media (max-width: 776px) {
  .solar__content__logo img {
    width: 100px;
    padding-bottom: 0px;
  }
}
.solar__content__title .label {
  background: #fff;
  width: fit-content;
  padding: 4px 6px 5px 6px;
  line-height: 1;
  font-family: "opensans-bold";
  color: #000;
  font-size: 14px;
  margin-right: 10px;
}
@media (max-width: 776px) {
  .solar__content__title .label {
    font-size: 12px;
  }
}
.solar__content__title h2 {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "opensans-extrabold";
  font-size: 20px;
}
@media (max-width: 776px) {
  .solar__content__title h2 {
    font-size: 14px;
  }
}
.solar__content__title h3 {
  font-family: "opensans-extrabold";
  color: #000;
  text-transform: uppercase;
  margin-top: 11px;
  font-size: 26px;
}
@media (max-width: 776px) {
  .solar__content__title h3 {
    font-size: 22px;
  }
}
.solar__content__title h3 span {
  font-family: "opensans-semibold";
}
.solar__content__buttons {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 776px) {
  .solar__content__buttons {
    gap: 12px;
    width: 100%;
  }
}
.solar__content__buttons a {
  background: #000000;
  height: 48px;
  padding: 0 20px 0 20px;
}
@media (max-width: 776px) {
  .solar__content__buttons a {
    font-size: 14px;
    height: 42px;
    padding: 0 10px 0 10px;
  }
}
.solar__content__buttons a img {
  height: 14px;
  margin-right: 10px;
}
.solar__content__buttons a:hover {
  background: #181818;
}
@media (max-width: 992px) {
  .solar .first-block {
    margin: 20px 0 0 0;
  }
}
.page-template-vacature .nheader-image {
  height: unset;
}
.page-template-vacature .header-content {
  padding: 2.5rem 0 2.5rem 0;
}
.page-template-vacature .header-content__title {
  font-size: 2.625rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .page-template-vacature .header-content__title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
.single-stellenangebote .nheader-image {
  height: unset;
}
.single-stellenangebote .header-content {
  padding: 2.5rem 0 2.5rem 0;
}
.single-stellenangebote .header-content__title {
  font-size: 2.625rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .single-stellenangebote .header-content__title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
.single-stellenangebote .vacature-back {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  color: #909090 !important;
  font-size: 14px;
}
.single-stellenangebote .vacature-back svg {
  margin-right: 10px;
}
.single-stellenangebote .vacature-back.center {
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}
.single-stellenangebote .vacature-back-purple {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  color: #fff !important;
}
.single-stellenangebote .vacature-back-purple svg {
  margin-right: 10px;
}
.single-stellenangebote .vacature-back-purple.center {
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}
.post-type-archive-stellenangebote .nproduct__image {
  align-items: center;
  padding: 0;
}
.vacancies-found {
  margin-bottom: 60px;
  color: #fff;
}
.page-2022 li {
  line-height: 23px;
  padding-bottom: 10px;
}
.custom-form {
  border-radius: 1rem;
  padding: 46px;
  flex-direction: column !important;
  display: flex;
  background: #171717;
  border: 1px solid #2e2e2e;
  flex-flow: column;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 60px;
  margin: 3rem 0 0 0;
}
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form textarea {
  height: 52px;
  border: 1px solid transparent;
  background: #ffffff;
  border-radius: 0.375rem !important;
  padding: 0 16px 0 16px !important;
  font-family: "opensans-regular", sans-serif !important;
  font-size: 0.875rem;
  transition: box-shadow 0.25s ease;
  font-size: 14px !important;
}
.custom-form textarea {
  padding: 12px 16px !important;
}
.custom-form .gform_wrapper.gravity-theme .gfield textarea {
  font-family: "opensans-regular", sans-serif !important;
}
.custom-form label {
  font-family: "opensans-bold", sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  margin-bottom: 16px !important;
  font-size: 14px !important;
}
.custom-form legend {
  font-family: "opensans-bold", sans-serif;
  font-size: 0.875rem;
  color: #a4a4a4;
  margin-bottom: 16px !important;
  font-size: 14px !important;
}
.custom-form .gfield--type-name legend {
  color: #fff;
}
.custom-form .gfield--type-name label {
  color: #a4a4a4;
  margin-bottom: 0 !important;
}
.custom-form .gform_button,
.custom-form .gform_button_select_files {
  height: 60px;
  padding: 0px 24px;
  border-radius: 0;
  font-family: "opensans-extrabold", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  cursor: pointer;
  background: #129d46;
  color: #ffffff;
  transition: 0.25s ease;
  font-size: 14px !important;
  border-radius: 0.375rem;
}
.custom-form #gform_submit_button_1 {
  width: 100%;
}
.custom-form .gform_button_select_files {
  background: #fff;
  color: #000;
  margin: 16px auto 0 auto;
}
.custom-form .gform_wrapper.gravity-theme .ginput_complex label {
  padding-top: 10px;
}
.custom-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 50px;
}
.custom-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 14px !important;
}
.custom-form .gform_wrapper.gravity-theme .description,
.custom-form .gform_wrapper.gravity-theme .gfield_description,
.custom-form .gform_wrapper.gravity-theme .gsection_description,
.custom-form .gform_wrapper.gravity-theme .instruction {
  font-weight: 500 !important;
  font-family: "opensans-bold";
  font-size: 14px;
  border-radius: 5px;
}
.custom-form .gform_wrapper.gravity-theme .gfield_validation_message,
.custom-form .gform_wrapper.gravity-theme .validation_message {
  padding: 15px 16px !important;
}
.custom-form span {
  font-size: 14px;
}
.custom-form .gform_confirmation_message {
  display: flex;
  background: rgb(18 157 70 / 8%);
  border: 1px solid #129d46;
  padding: 24px;
  border-radius: 6px;
}
.custom-form .gform_confirmation_message p {
  margin: 0;
  padding: 0;
  font-family: "opensans-bold";
  font-size: 14px;
  color: #fff !important;
}
.cta-button-container .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #66116d;
  padding: 0 24px;
  font-family: "opensans-bold";
  text-transform: uppercase;
  color: #fff !important;
  flex: 1;
  width: fit-content;
  height: 48px;
  text-decoration: none;
}
.cta-button-container .cta-button:hover {
  cursor: pointer !important;
  background: #440b4c !important;
}
@media (max-width: 768px) {
  .cta-button-container .cta-button {
    width: 100%;
    padding: 0 14px;
    min-height: 48px;
  }
}
