@import url(https://use.typekit.net/aci6nzp.css);@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

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

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

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

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
      justify-content: center; }

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .cell.shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "\2014   "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }

.clearfix::after {
  clear: both; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
  .menu.vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column; }
  .menu.expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .menu.simple {
    -ms-flex-align: center;
        align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.medium-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.medium-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.medium-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.large-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.large-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.large-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .menu.align-right li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .menu.align-center li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -ms-flex-pack: center;
      justify-content: center; }
  .menu-centered > .menu li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
@font-face {
  font-family: "Forme-Grotesque-Bold-Pro";
  src: url("/wp-content/themes/pmdtheme/assets/fonts/forme-grotesque-bold-pro.woff2") format("woff2"), url("/wp-content/themes/pmdtheme/assets/fonts/forme-grotesque-bold-pro.woff") format("woff"), url("/wp-content/themes/pmdtheme/assets/fonts/forme-grotesque-bold-pro.ttf") format("truetype");
  /*  font-display:auto;
  font-style:normal;
  font-weight:400;
  font-stretch:normal;*/ }

@font-face {
  font-family: "Forme-Grotesque-Pro-Medium";
  src: url("/wp-content/themes/pmdtheme/assets/fonts/forme-grotesque-medium-pro.woff2") format("woff2"), url("/wp-content/themes/pmdtheme/assets/fonts/forme-grotesque-medium-pro.woff") format("woff"), url("/wp-content/themes/pmdtheme/assets/fonts/forme-grotesque-medium-pro.ttf") format("truetype");
  /*  font-display:auto;
	font-style:normal;
	font-weight:400;
	font-stretch:normal;*/ }

/*h1 {
  font-family: "Forme-Grotesque-Bold-Pro, sans-serif"!important;
  color: red!important;
}
p {
  font-family: "Forme-Grotesque-Pro-Medium, sans-serif"!important;
  color: green!important;
}*/
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
a, a:hover, a:visited:hover, a:focus, a:visited:focus {
  color: #d8232a; }

.custom-heart-like-button {
  width: 100%;
  text-align: center;
  padding: 20px; }

/* Wrapper */
.sl-wrapper a {
  border-bottom: 0 !important;
  text-decoration: none !important;
  opacity: 0.5; }
  .sl-wrapper a svg {
    width: 28px; }
  .sl-wrapper a.liked {
    opacity: 1; }
    .sl-wrapper a.liked .sl-count {
      opacity: 0.5; }

.sl-button {
  padding: 0.375em 0.625em;
  font-size: 1em;
  line-height: 1;
  font-weight: normal; }

/* Colors */
a.liked {
  color: #d8232a; }
  a.liked .sl-icon svg {
    color: #d8232a;
    opacity: 1; }

a.liked:hover,
a.liked:active,
a.liked span.sl-count,
.sl-count {
  color: black; }

/* Icon */
.sl-icon {
  margin-right: 0.3125em;
  font-family: 'Arial Unicode MS', Arial, sans-serif;
  vertical-align: middle; }
  .sl-icon svg {
    color: black;
    opacity: 0.5;
    fill: currentColor;
    width: 25px;
    height: 25px; }

.sl-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* Count */
.sl-count {
  color: #0a0a0a;
  padding: 0; }

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -.375em;
  animation-delay: -0.32s; }

.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  transform: translateZ(0);
  animation-delay: -0.16s; }

.loader:after {
  left: .375em; }

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em; }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em; } }

.blog-template-section {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 0; }
  .blog-template-section .pmd-blog-cell .pmd-blog-tabs {
    background: #F0F0F0;
    width: 100%;
    height: auto;
    margin: 50px 0; }
    .blog-template-section .pmd-blog-cell .pmd-blog-tabs .pmd-blog-row .tabs {
      border: none;
      background: #F0F0F0;
      padding: 30px 20px; }
      .blog-template-section .pmd-blog-cell .pmd-blog-tabs .pmd-blog-row .tabs .tabs-title {
        padding: 5px; }
        .blog-template-section .pmd-blog-cell .pmd-blog-tabs .pmd-blog-row .tabs .tabs-title.is-active a {
          background: #4a4a4a; }
        .blog-template-section .pmd-blog-cell .pmd-blog-tabs .pmd-blog-row .tabs .tabs-title a {
          background: #d8232a;
          color: white;
          outline: none;
          font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
          font-weight: 700;
          font-size: 18px;
          border-radius: 3px;
          padding: 0.95rem 1.5rem; }
          .blog-template-section .pmd-blog-cell .pmd-blog-tabs .pmd-blog-row .tabs .tabs-title a.active {
            background: #4a4a4a; }
    .blog-template-section .pmd-blog-cell .pmd-blog-tabs .pmd-blog-search-row {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .blog-template-section .pmd-blog-cell .pmd-blog-tabs .pmd-blog-search-row .search-presse-media {
        padding: 40px 0; }
    .blog-template-section .pmd-blog-cell .pmd-blog-tabs:after {
      display: none;
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      border-style: solid;
      border-width: 40px 35.5px 0 35.5px;
      border-color: #f0f0f0 transparent transparent transparent;
      content: " "; }
  .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content {
    padding: 50px 0;
    border: none;
    width: 100%;
    position: relative;
    height: 100%; }
    .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry {
      padding: 20px 0; }
      .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-image {
        min-height: 350px;
        overflow: hidden;
        position: relative;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat;
        height: 100%;
        -ms-flex-align: center;
        align-items: center;
        /* width: 100%; */
        padding-top: 30%;
        transition: all 0.5s ease; }
        @media screen and (max-width: 39.9375em) {
          .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-image {
            padding-top: 50%; } }
      .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-contents .blog-preview-date-author {
        width: 50%;
        display: inline-block; }
        .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-contents .blog-preview-date-author .date {
          opacity: 0.5; }
      .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-contents .blog-preview-icons {
        width: 50%;
        text-align: right;
        float: right;
        display: inline;
        padding: 0 20px; }
        .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-contents .blog-preview-icons .custom-comment-icon svg {
          width: 30px;
          opacity: 0.5; }
        .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-contents .blog-preview-icons .custom-comment-count {
          opacity: 0.5; }
      .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-contents .blog-preview-contents {
        width: 100%; }
        .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-contents .blog-preview-contents .title {
          color: black;
          line-height: 1.2;
          font-weight: 700;
          font-size: 26px; }
          .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-contents .blog-preview-contents .title:hover {
            text-decoration: underline; }
        .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-contents .blog-preview-contents .subtitle {
          font-weight: 700; }
        .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .blog-entry .blog-entry-grid .blog-entry-contents .blog-preview-contents .read-more {
          font-weight: 700;
          color: #d8232a;
          border-bottom: 1px solid #d8232a; }
    .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content .line {
      border-bottom: 2px dotted black; }
    @media screen and (max-width: 39.9375em) {
      .blog-template-section .pmd-blog-cell .pmd-tabs-blog-content-row .tabs-content {
        padding: 50px 10px; } }

.blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .blog-post-contents {
  text-align: center; }
  .blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .blog-post-contents .blog-post-image {
    background-size: cover;
    height: 450px;
    background-position: center center;
    width: 100%; }
  .blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .blog-post-contents img {
    width: 100%; }
  .blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .blog-post-contents .title {
    font-weight: 700; }
  .blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .blog-post-contents .date {
    opacity: 0.4; }
  .blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .blog-post-contents .post-text {
    padding: 25px 0;
    text-align: left; }
    .blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .blog-post-contents .post-text .gallery .gallery-item {
      display: inline-block;
      padding: 0 10px 10px 0;
      margin: 0;
      line-height: 0; }
    @media screen and (max-width: 39.9375em) {
      .blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .blog-post-contents .post-text .gallery {
        display: -ms-flexbox;
        display: flex; } }

.blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .post-single-view-tags-at-bottom {
  border-bottom: 2px dotted black;
  border-top: 2px dotted black;
  padding: 20px 0 40px 0; }
  .blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .post-single-view-tags-at-bottom.social-share-block {
    border-top: none;
    padding: 20px 0 20px 0;
    margin-bottom: 5px; }
  .blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .post-single-view-tags-at-bottom .title {
    font-weight: 700; }
  .blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .post-single-view-tags-at-bottom .psv-tags-button {
    font-size: 18px;
    margin: 10px 10px 0 0;
    border-radius: 3px;
    display: inline-block;
    padding: 0.95rem 1rem;
    background: #d8232a;
    text-align: center;
    outline: none;
    font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
    font-weight: 700;
    color: white;
    transition: 0.3s ease-out; }
    .blog-post-single-view-container .blog-post-single-view-grid .blog-post-single-view-contents .post-single-view-tags-at-bottom .psv-tags-button:hover {
      background: #4a4a4a; }

.header-blog-single-view-container .header-blog-single-view-grid .breadcrumbs {
  position: relative;
  padding: 50px 0; }
  .header-blog-single-view-container .header-blog-single-view-grid .breadcrumbs .breadcrumb-links {
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 39.9375em) {
      .header-blog-single-view-container .header-blog-single-view-grid .breadcrumbs .breadcrumb-links {
        margin-top: 50px; } }
  .header-blog-single-view-container .header-blog-single-view-grid .breadcrumbs .breadcrumb-link {
    font-weight: 400;
    color: black;
    text-decoration: underline; }

.blog-post-comment {
  margin: 20px 0;
  background: #eeeeee;
  padding: 15px; }

.comment-respond {
  margin: 30px 0; }
  .comment-respond .comment-form textarea {
    border: 1px solid black; }
  .comment-respond .comment-form .form-submit #submit {
    box-shadow: none;
    font-family: inherit;
    padding: 0.85em 1.5em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    background-color: #d8232a;
    color: #fefefe !important; }

.modaal-gallery-control:hover:before, .modaal-gallery-control:focus:before {
  background: rgba(186, 35, 42, 0.87) !important; }

.modaal-gallery-control:hover:after, .modaal-gallery-control:focus:after {
  background: rgba(186, 35, 42, 0.87) !important; }

.gallery-background {
  padding-top: 100%;
  width: calc(100% - 10px);
  background-size: cover;
  background-position: center center;
  margin: 5px; }

.gallery-wrapper {
  margin: 0 -5px; }

/* Common styles
* --------------------------------------- */
.grecaptcha-badge {
  opacity: 0; }

/*screen resolutions lower than 620px*/
.contact-form-layout .contact-wrap {
  background: white; }
  .contact-form-layout .contact-wrap .contact-form {
    padding: 40px; }
    @media screen and (max-width: 39.9375em) {
      .contact-form-layout .contact-wrap .contact-form {
        padding: 0; } }

@media (min-width: 768px) {
  .contact-wrap {
    margin: auto; } }

@media (max-width: 868px) {
  .contact-form {
    width: 100%;
    padding: 40px; } }

@media (max-width: 568px) {
  .contact-form {
    padding: 10px; } }

/*----page styles---*/
.contact-wrap {
  padding: 15px;
  background: #ecf0f1; }

.contact-wrap h1 {
  background-color: white;
  color: #ff7c62;
  padding: 40px;
  margin: 0 0 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center; }

.contact-wrap h1 small {
  font-size: 18px;
  display: block;
  text-transform: none;
  font-weight: 300;
  margin-top: 10px;
  color: #ff7c62; }

.contact-reveal-thank-you {
  background: #84bf41;
  text-align: center;
  width: 250px;
  border: none;
  outline: none;
  padding: 30px; }
  @media screen and (max-width: 39.9375em) {
    .contact-reveal-thank-you {
      min-height: 25vh;
      height: 25vh;
      width: 100%; } }
  .contact-reveal-thank-you p {
    color: white; }

/* Common styles
* --------------------------------------- */
/*screen resolutions lower than 620px*/
.reveal-overlay .contact-wrap {
  background: white;
  outline: none; }
  .reveal-overlay .contact-wrap .contact-form {
    padding: 40px; }
    @media screen and (max-width: 39.9375em) {
      .reveal-overlay .contact-wrap .contact-form {
        padding: 0; } }

section.content .pmd-custom-box {
  position: relative; }
  section.content .pmd-custom-box.pmd-background-grey {
    background: #F4F4F4; }
    section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox {
      height: auto;
      width: 100%;
      position: relative;
      display: inline-block; }
      section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contentbox-image {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 50%;
        padding-top: 50%; }
        section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contentbox-image.full-grid-image {
          padding-top: 40%; }
          @media screen and (max-width: 39.9375em) {
            section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contentbox-image.full-grid-image {
              padding-top: 50%; } }
      section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents {
        position: relative;
        height: auto;
        width: 100%;
        padding: 50px; }
        @media screen and (max-width: 63.9375em) {
          section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents {
            padding: 50px 20px; } }
        section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents.one-grid-position {
          padding: 30px 20px 50px 20px; }
          section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents.one-grid-position .content-box-one-grid-title, section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents.one-grid-position .content-box-one-grid-text {
            text-align: center; }
            @media screen and (max-width: 39.9375em) {
              section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents.one-grid-position .content-box-one-grid-title, section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents.one-grid-position .content-box-one-grid-text {
                text-align: left; } }
          @media screen and (max-width: 39.9375em) {
            section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents.one-grid-position {
              padding: 10px 0 30px 0; } }
        section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents .pmd-contentbox-title {
          word-wrap: break-word;
          text-align: center; }
          section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents .pmd-contentbox-title h3 {
            text-transform: uppercase;
            font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
            font-size: 26px;
            font-style: normal;
            font-stretch: normal;
            font-weight: 700; }
        section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents .pmd-contentbox-text {
          text-align: center;
          padding-bottom: 20px; }
          section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents .pmd-contentbox-text.column-split {
            column-count: 2;
            column-gap: 50px; }
          section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents .pmd-contentbox-text.one-grid-position {
            padding-bottom: 30px; }
          section.content .pmd-custom-box.pmd-background-grey .pmd-contentbox .pmd-contents .pmd-contentbox-text p {
            font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
            font-size: 16px; }
    section.content .pmd-custom-box.pmd-background-grey .pmd-button-position-center {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px 0 10px 0;
      text-align: center; }
    section.content .pmd-custom-box.pmd-background-grey .custom-pmd-button-box {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px 0 10px 0;
      text-align: center; }
      @media screen and (max-width: 39.9375em) {
        section.content .pmd-custom-box.pmd-background-grey .custom-pmd-button-box {
          text-align: left; } }
  section.content .pmd-custom-box.pmd-background-white .pmd-contentbox {
    padding-bottom: 60px;
    height: auto;
    width: 100%;
    position: relative;
    display: inline-block; }
    section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contentbox-image {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 50%;
      padding-top: 50%; }
      section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contentbox-image.full-grid-image {
        padding-top: 40%; }
        @media screen and (max-width: 39.9375em) {
          section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contentbox-image.full-grid-image {
            padding-top: 50%; } }
    section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contents.one-grid-position {
      padding: 30px 20px 30px 20px; }
      section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contents.one-grid-position .content-box-one-grid-title, section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contents.one-grid-position .content-box-one-grid-text {
        text-align: center; }
        @media screen and (max-width: 39.9375em) {
          section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contents.one-grid-position .content-box-one-grid-title, section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contents.one-grid-position .content-box-one-grid-text {
            text-align: left; } }
      @media screen and (max-width: 39.9375em) {
        section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contents.one-grid-position {
          padding: 10px 0 30px 0; } }
    section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .column-split {
      column-count: 2;
      column-gap: 50px; }
    section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contents-white-background {
      position: relative;
      height: auto;
      width: 100%; }
      section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contents-white-background .pmd-contentbox-title-white-background {
        word-wrap: break-word;
        text-align: left;
        padding-top: 10px; }
        section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contents-white-background .pmd-contentbox-title-white-background h3 {
          font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
          font-size: 26px;
          font-style: normal;
          font-stretch: normal;
          font-weight: 700; }
      section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contents-white-background .pmd-contentbox-text-white-background {
        text-align: left; }
        section.content .pmd-custom-box.pmd-background-white .pmd-contentbox .pmd-contents-white-background .pmd-contentbox-text-white-background p {
          font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
          font-size: 16px; }
  section.content .pmd-custom-box.pmd-background-white .pmd-button-position-center {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  section.content .pmd-custom-box.pmd-background-white .custom-pmd-button-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0 10px 0;
    text-align: center; }
    @media screen and (max-width: 39.9375em) {
      section.content .pmd-custom-box.pmd-background-white .custom-pmd-button-box {
        text-align: left; } }
  section.content .pmd-custom-box .custom-pmd-left-button {
    position: absolute;
    bottom: 0; }

.content-box-one-grid-title {
  word-wrap: break-word;
  padding-top: 10px; }
  .content-box-one-grid-title h3 {
    font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700; }

.contentbox-sidebar {
  padding: 0 10px; }
  .contentbox-sidebar .pmd-contentbox .pmd-contentbox-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 50%;
    padding-top: 50%; }
  .contentbox-sidebar .pmd-contentbox .pmd-contentbox-title {
    padding: 10px 0 0 0; }
    .contentbox-sidebar .pmd-contentbox .pmd-contentbox-title h3 {
      font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
      font-size: 26px;
      font-style: normal;
      font-stretch: normal;
      font-weight: 700; }
  .contentbox-sidebar .pmd-contentbox .pmd-contentbox-text {
    padding: 0 0 10px 0; }
  .contentbox-sidebar .pmd-contentbox .pmd-button-div .pmd-button button {
    cursor: pointer; }

.cookie-message-translate {
  display: none; }
  .cookie-message-translate.de:lang(de-DE) {
    display: inline-block; }
  .cookie-message-translate.fr:lang(fr-FR) {
    display: inline-block; }
  .cookie-message-translate.it:lang(it-IT) {
    display: inline-block; }
  .cookie-message-translate.en:lang(en-EN) {
    display: inline-block; }

.custom-breadcrumbs {
  position: relative;
  padding: 50px 0; }
  .custom-breadcrumbs .breadcrumb-links {
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 39.9375em) {
      .custom-breadcrumbs .breadcrumb-links {
        margin-top: 50px; } }
  .custom-breadcrumbs .breadcrumb-link {
    font-weight: 400;
    color: black;
    text-decoration: underline; }

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

.custom-search-field-container {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 50px; }
  .custom-search-field-container .custom-search-field {
    border: 1px solid #b0b0b0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background: white;
    margin: 0;
    transition: all 0.4s ease; }
    .custom-search-field-container .custom-search-field.focus {
      outline: none; }
      .custom-search-field-container .custom-search-field.focus + .icons-container .icon-close {
        opacity: 1;
        transform: translateX(0); }
      .custom-search-field-container .custom-search-field.focus + .icons-container .icon-search {
        opacity: 0;
        transform: translateX(200%); }
  .custom-search-field-container .custom-search-icons-container {
    position: absolute;
    top: 11px;
    right: 0;
    width: 35px;
    height: 35px;
    overflow: hidden; }
    .custom-search-field-container .custom-search-icons-container .icon-search {
      position: relative;
      opacity: 1;
      transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1); }
      .custom-search-field-container .custom-search-icons-container .icon-search:after {
        content: url("/wp-content/themes/pmdtheme/assets/images/svg/lupe.svg");
        position: absolute;
        top: 5px;
        right: 10px; }
  .custom-search-field-container #icon-search {
    cursor: pointer; }
  .custom-search-field-container .custom-search-results {
    border: 1px solid #b0b0b0;
    border-top: none;
    background: #ffffff;
    position: absolute;
    width: 100%;
    z-index: 10; }
    .custom-search-field-container .custom-search-results a {
      color: black;
      font-weight: 700; }
      .custom-search-field-container .custom-search-results a .search-result {
        margin: 0 15px;
        padding: 2px 0; }

.table-line-top,
.table-line-between,
.table-line-bottom {
  margin-top: 0;
  margin-bottom: 0; }

.custom-table-contents-left,
.custom-table-contents-right {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-left: 5px; }
  .custom-table-contents-left p,
  .custom-table-contents-right p {
    margin-bottom: 0 !important; }
  .custom-table-contents-left a,
  .custom-table-contents-right a {
    font-weight: 700;
    color: rgba(186, 35, 42, 0.87); }

.custom-table-contents-left p {
  font-weight: 700; }

.table-line-top, .table-line-bottom {
  border-bottom: 2px dotted black; }

.table-line-between {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .table-line-between.last-element {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0; }

.pmd-download-box-w-thumbnail {
  width: 100%;
  background: #f4f4f4;
  position: relative;
  height: 100%; }
  .pmd-download-box-w-thumbnail .pmd-downloadbox-contents {
    position: relative;
    height: 100%;
    padding: 10px; }
    .pmd-download-box-w-thumbnail .pmd-downloadbox-contents .pmd-downloadbox-contents-left .pmd-downloadbox-preview {
      width: 100%;
      min-height: 175px;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .pmd-download-box-w-thumbnail .pmd-downloadbox-contents .pmd-downloadbox-contents-right {
      padding: 40px 0 20px 25px; }
      .pmd-download-box-w-thumbnail .pmd-downloadbox-contents .pmd-downloadbox-contents-right .pmd-downloadbox-inner .pmd-downloadbox-inner-texts p {
        line-height: 1.3;
        margin-bottom: 0.2rem; }
      .pmd-download-box-w-thumbnail .pmd-downloadbox-contents .pmd-downloadbox-contents-right .pmd-downloadbox-inner .pmd-downloadbox-inner-texts .title {
        font-weight: 700; }
      .pmd-download-box-w-thumbnail .pmd-downloadbox-contents .pmd-downloadbox-contents-right .pmd-downloadbox-inner .pmd-downloadbox-inner-button {
        position: absolute; }
        .pmd-download-box-w-thumbnail .pmd-downloadbox-contents .pmd-downloadbox-contents-right .pmd-downloadbox-inner .pmd-downloadbox-inner-button a {
          color: #d8232a;
          font-weight: 700;
          font-family: "Forme-Grotesque-Pro-Medium", sans-serif; }
          .pmd-download-box-w-thumbnail .pmd-downloadbox-contents .pmd-downloadbox-contents-right .pmd-downloadbox-inner .pmd-downloadbox-inner-button a:hover {
            text-decoration: underline; }

body.exponat-modal-open {
  overflow: hidden; }
  body.exponat-modal-open .box-contents-with-modal {
    pointer-events: none; }

a.handleExponatModal h3 {
  color: initial; }

a.handleExponatModal.exponat-modal-open .exponat-inline-modal {
  transform: scale(1); }

a.handleExponatModal .exponat-inline-modal {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(150, 150, 150, 0.25);
  overflow-y: scroll;
  transform: scale(0);
  transition: scale .3s ease;
  width: 100%;
  height: 100%; }
  a.handleExponatModal .exponat-inline-modal .exponat-modal-inner {
    z-index: 1000;
    margin: auto;
    max-width: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-height: 800px;
    background-color: #F4F4F4;
    box-shadow: 0 0 30px #0a0a0a78;
    width: 100%; }
    a.handleExponatModal .exponat-inline-modal .exponat-modal-inner .swiper-button-prev svg {
      transform: rotate(180deg); }
    a.handleExponatModal .exponat-inline-modal .exponat-modal-inner .contents {
      padding: 20px 20px 30px 20px; }
      a.handleExponatModal .exponat-inline-modal .exponat-modal-inner .contents span {
        color: #d8232a;
        text-transform: uppercase; }
      a.handleExponatModal .exponat-inline-modal .exponat-modal-inner .contents span.sector {
        color: black;
        text-transform: uppercase; }
      a.handleExponatModal .exponat-inline-modal .exponat-modal-inner .contents h3 {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 700; }
      a.handleExponatModal .exponat-inline-modal .exponat-modal-inner .contents p {
        word-wrap: break-word; }

.exponate-datenbank-section {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }
  .exponate-datenbank-section .exponate-datenbank-grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

.grid-container-box-contents {
  padding: 100px 0; }
  .grid-container-box-contents .exponate-grid-x {
    position: relative; }
    .grid-container-box-contents .exponate-grid-x .tabs-panel {
      width: 100%;
      overflow: hidden; }

.exponate-grid-x {
  margin-right: 0;
  margin-left: 0; }

.grid-container.ie-overflow {
  overflow: hidden; }

.grid-container .cell.box-contents-with-modal {
  height: 100%; }
  .grid-container .cell.box-contents-with-modal .box-contents {
    position: relative;
    height: 100%; }
    @media print, screen and (min-width: 40em) {
      .grid-container .cell.box-contents-with-modal .box-contents {
        height: 580px; } }
    .grid-container .cell.box-contents-with-modal .box-contents .image {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 180px;
      padding-top: 180px; }
      .grid-container .cell.box-contents-with-modal .box-contents .image.exponate-images-element {
        background-size: contain; }
      @media print, screen and (min-width: 40em) {
        .grid-container .cell.box-contents-with-modal .box-contents .image {
          height: 40%;
          padding-top: 40%; } }
    .grid-container .cell.box-contents-with-modal .box-contents .contents {
      height: 60%;
      position: relative;
      background: #F4F4F4;
      padding: 20px; }
      .grid-container .cell.box-contents-with-modal .box-contents .contents span.sector {
        color: black;
        text-transform: uppercase; }
      .grid-container .cell.box-contents-with-modal .box-contents .contents span {
        color: #d8232a;
        text-transform: uppercase; }
      .grid-container .cell.box-contents-with-modal .box-contents .contents h3 {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 700; }
      .grid-container .cell.box-contents-with-modal .box-contents .contents p {
        word-wrap: break-word;
        padding-bottom: 130px; }
      .grid-container .cell.box-contents-with-modal .box-contents .contents .pmd-button {
        position: absolute;
        bottom: 0; }

.exponate-reveal-box {
  padding: 0;
  border: 0;
  top: 150px !important;
  outline: none; }
  .exponate-reveal-box button.close-button {
    top: 0;
    right: 0; }
  .exponate-reveal-box .exponate-reveal-box-contents {
    height: 100%;
    position: relative; }
    .exponate-reveal-box .exponate-reveal-box-contents .swiper-container {
      z-index: 0; }
      .exponate-reveal-box .exponate-reveal-box-contents .swiper-container .swiper-wrapper {
        background: #f4f4f4; }
        .exponate-reveal-box .exponate-reveal-box-contents .swiper-container .swiper-wrapper .image {
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          border-bottom: 35px solid #f4f4f4;
          min-height: 400px; }
      .exponate-reveal-box .exponate-reveal-box-contents .swiper-container .swiper-button-next, .exponate-reveal-box .exponate-reveal-box-contents .swiper-container .swiper-button-prev {
        width: 27px;
        height: 44px;
        background-image: none; }
        .exponate-reveal-box .exponate-reveal-box-contents .swiper-container .swiper-button-next.flip-svg svg, .exponate-reveal-box .exponate-reveal-box-contents .swiper-container .swiper-button-prev.flip-svg svg {
          transform: rotate(180deg); }
    .exponate-reveal-box .exponate-reveal-box-contents .contents {
      height: 50%;
      position: relative;
      background: #F4F4F4;
      padding: 20px 20px 30px 20px; }
      .exponate-reveal-box .exponate-reveal-box-contents .contents span {
        color: #d8232a;
        text-transform: uppercase; }
      .exponate-reveal-box .exponate-reveal-box-contents .contents h3 {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 700; }
      .exponate-reveal-box .exponate-reveal-box-contents .contents p {
        word-wrap: break-word; }
      .exponate-reveal-box .exponate-reveal-box-contents .contents .pmd-button {
        position: absolute;
        bottom: 0; }
  .exponate-reveal-box button {
    width: 50px;
    height: 50px;
    background: white; }
    .exponate-reveal-box button span svg {
      width: 20px;
      height: 20px; }

.exponate-lm-button {
  position: absolute;
  bottom: -100px;
  right: 10px; }
  @media print, screen and (min-width: 40em) {
    .exponate-lm-button {
      right: 15px; } }

.tch-tabs {
  background: #F0F0F0;
  width: 100%;
  height: auto; }
  .tch-tabs .tch-tabs-row .tabs {
    border: none;
    background: #F0F0F0;
    padding: 30px 20px; }
    .tch-tabs .tch-tabs-row .tabs .tabs-title {
      padding: 5px; }
      .tch-tabs .tch-tabs-row .tabs .tabs-title.is-active a {
        background: #4a4a4a; }
      .tch-tabs .tch-tabs-row .tabs .tabs-title a {
        background: #d8232a;
        color: white;
        outline: none;
        font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
        font-weight: 700;
        font-size: 18px;
        border-radius: 3px;
        padding: 0.95rem 1.5rem; }
  .tch-tabs .tch-tabs-row .tch-tabs-ul-exponate {
    margin: 0 calc(0.9375rem - 5px); }
  .tch-tabs:after {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    border-style: solid;
    border-width: 40px 35.5px 0 35.5px;
    border-color: #f0f0f0 transparent transparent transparent;
    content: " "; }

.search-exponate {
  padding: 25px 0; }

.swiper-exponate .swiper-pagination-bullet-active {
  background: #da2a2f; }

.exponat-detail-swiper-wrapper {
  width: auto;
  height: 300px; }
  @media screen and (min-width: 40em) {
    .exponat-detail-swiper-wrapper {
      height: 500px; } }
  .exponat-detail-swiper-wrapper .swiper-slide {
    height: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white; }
    @media screen and (min-width: 40em) {
      .exponat-detail-swiper-wrapper .swiper-slide {
        height: 500px; } }
  .exponat-detail-swiper-wrapper .swiper-button-prev svg {
    transform: rotate(180deg); }
  .exponat-detail-swiper-wrapper .swiper-pagination-bullet-active {
    background: #da2a2f; }

.exhibit-fieldgroup p.title {
  margin-bottom: 0.3rem; }

#exhibit-selektor {
  top: -140px;
  visibility: hidden;
  position: relative;
  display: block; }
  @media screen and (min-width: 40em) {
    #exhibit-selektor {
      top: -120px; } }

.expand-topics-button {
  color: black;
  background-color: #FEFEFE;
  outline: none;
  font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border-radius: 3px;
  padding: 0.95rem 1.5rem;
  cursor: pointer;
  margin: auto; }
  .expand-topics-button span {
    padding-right: 10px; }
  .expand-topics-button:after {
    content: " ";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg); }

.pmd-faq-container {
  width: 100%;
  height: 100%;
  position: relative; }
  .pmd-faq-container .pmd-faq-row .accordion {
    padding: 0 5px;
    width: 100%; }
    .pmd-faq-container .pmd-faq-row .accordion .accordion-item.is-active .accordion-title {
      color: #d8232a;
      font-weight: 700; }
      .pmd-faq-container .pmd-faq-row .accordion .accordion-item.is-active .accordion-title:before {
        content: " ";
        background: url("/wp-content/themes/pmdtheme/assets/images/svg/faq-pfeil_rauf_rot.svg"); }
    .pmd-faq-container .pmd-faq-row .accordion .accordion-item .accordion-title {
      background: inherit;
      border-bottom: none;
      border-right: none;
      border-left: none;
      border-top: 3px dotted black;
      font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
      font-size: 16px;
      color: black;
      padding-left: 40px; }
      .pmd-faq-container .pmd-faq-row .accordion .accordion-item .accordion-title:before {
        left: 0;
        height: 30px;
        width: 30px;
        margin-top: -1rem;
        content: " ";
        background: url("/wp-content/themes/pmdtheme/assets/images/svg/faq-pfeil_runter.svg"); }
      .pmd-faq-container .pmd-faq-row .accordion .accordion-item .accordion-title:hover {
        background: inherit;
        color: #d8232a;
        font-weight: 700;
        transition: all 250ms ease-in; }
    .pmd-faq-container .pmd-faq-row .accordion .accordion-item:last-child {
      border-bottom: 3px dotted black; }
    .pmd-faq-container .pmd-faq-row .accordion .accordion-item .accordion-content {
      border: none; }
      .pmd-faq-container .pmd-faq-row .accordion .accordion-item .accordion-content ol {
        padding-left: 10px; }
      .pmd-faq-container .pmd-faq-row .accordion .accordion-item .accordion-content ul {
        margin-left: 2.25rem; }
      .pmd-faq-container .pmd-faq-row .accordion .accordion-item .accordion-content.row {
        margin: 0; }
      .pmd-faq-container .pmd-faq-row .accordion .accordion-item .accordion-content p {
        padding-left: 20px; }
        .pmd-faq-container .pmd-faq-row .accordion .accordion-item .accordion-content p a {
          font-weight: 700;
          color: #CC0A20; }

.footer {
  background-color: #4a4a4a;
  font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
  font-weight: 400; }
  .footer .pmd-footer-welle {
    height: 0;
    z-index: 9; }
  .footer .the-map .footer-map {
    cursor: pointer;
    width: 100%;
    height: 500px; }
  .footer .footer-info-items {
    padding: 25% 0 0 40px; }
    @media screen and (max-width: 63.9375em) {
      .footer .footer-info-items {
        padding: 15% 0 0 40px; } }
    .footer .footer-info-items h2 {
      font-weight: 700;
      color: white;
      font-size: 1rem; }
    .footer .footer-info-items .textwidget {
      font-size: 0.90em;
      color: #ffffff; }
      .footer .footer-info-items .textwidget a {
        font-weight: 400;
        color: #ffffff; }
      .footer .footer-info-items .textwidget p {
        color: white; }
    .footer .footer-info-items .footer-social {
      padding: 10px 0 20px 0; }
      .footer .footer-info-items .footer-social img {
        padding-right: 10px; }
    .footer .footer-info-items .footer-lang {
      padding-bottom: 20px; }
      .footer .footer-info-items .footer-lang a {
        text-transform: uppercase;
        font-weight: 400;
        color: #ffffff; }
        .footer .footer-info-items .footer-lang a:hover {
          color: rgba(255, 255, 255, 0.69); }
    .footer .footer-info-items .footer-copyright p {
      color: rgba(255, 255, 255, 0.42); }
  .footer .pmd-divider-left {
    border-left: 2px solid rgba(136, 136, 136, 0.24); }
  .footer .footer-info-right .footer-info-items-right {
    padding: 16% 0 0 40px; }
    @media screen and (max-width: 39.9375em) {
      .footer .footer-info-right .footer-info-items-right {
        padding: 10px 30px; } }
    .footer .footer-info-right .footer-info-items-right .footer-newsletter p {
      font-size: 1rem;
      color: #ffffff;
      font-weight: 700; }
    .footer .footer-info-right .footer-info-items-right .footer-newsletter .button-footer {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 1rem 0;
      font-family: inherit;
      padding: 0.85em 1.5em;
      border: 1px solid transparent;
      border-radius: 3px;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-size: 18px;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      background-color: #d8232a;
      color: #fefefe !important; }
      .footer .footer-info-right .footer-info-items-right .footer-newsletter .button-footer:hover {
        background-color: #cc1a2c; }
    .footer .footer-info-right .footer-info-items-right .footer-quicklinks {
      padding: 40px 0 0 0; }
      .footer .footer-info-right .footer-info-items-right .footer-quicklinks p {
        color: #ffffff;
        margin: 0;
        padding-bottom: 10px;
        font-weight: 700; }
      .footer .footer-info-right .footer-info-items-right .footer-quicklinks .quicklinks-container li {
        list-style: none;
        line-height: 1.1;
        margin: 0;
        padding-bottom: 15px;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        width: 50%; }
        @media screen and (max-width: 39.9375em) {
          .footer .footer-info-right .footer-info-items-right .footer-quicklinks .quicklinks-container li {
            width: 100%;
            display: block; } }
        .footer .footer-info-right .footer-info-items-right .footer-quicklinks .quicklinks-container li a {
          margin: 0;
          color: #ffffff;
          line-height: 1.1; }
          .footer .footer-info-right .footer-info-items-right .footer-quicklinks .quicklinks-container li a:hover {
            color: rgba(255, 255, 255, 0.69); }

#menu-footer-quicklinks {
  max-width: 50%; }
  @media screen and (max-width: 63.9375em) {
    #menu-footer-quicklinks {
      max-width: 100%; } }

.custom-quicklinks-container {
  padding-left: 0; }

.svg-welle-footer {
  margin-top: -1px;
  background-color: white; }

.custom-login-quicklinks {
  margin: 0;
  color: #ffffff;
  line-height: 1.1; }
  .custom-login-quicklinks:hover {
    color: rgba(255, 255, 255, 0.69); }

.made-by-ref {
  color: white;
  margin-bottom: 0; }
  .made-by-ref a {
    color: white; }
    .made-by-ref a:hover {
      text-decoration: underline; }

.footer-google-map {
  background-position: center center;
  background-size: cover;
  text-align: center; }
  .footer-google-map a {
    display: inline-block;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 63.9375em) {
    .footer-google-map {
      height: 400px; } }

.square-button {
  background-color: #d8232a;
  text-align: center;
  padding: 0 -5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1.5em;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 18px;
  line-height: 1;
  color: #fefefe !important;
  outline: none;
  border: none; }

.form-group-dropdown {
  border-radius: 2px;
  background-color: #D9D9D9;
  cursor: pointer;
  width: 100%;
  height: 60px;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s ease-out; }
  .form-group-dropdown .arrow {
    position: absolute;
    top: 15px;
    right: 0;
    margin: auto;
    /* bottom: 15px; */
    height: 25px;
    width: 15px; }
  .form-group-dropdown .subject-lead {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #aaa;
    font-size: 15px; }
  .form-group-dropdown .subject-lead-chosen {
    position: absolute;
    left: 10px;
    bottom: 10px; }
  .form-group-dropdown.active .arrow {
    transform: rotatex(180deg); }
  .form-group-dropdown.active .initials {
    height: auto;
    top: 59px;
    opacity: 1;
    z-index: 10;
    padding: 0; }
  .form-group-dropdown .states {
    padding: 10px 20px;
    border: 1px solid #000;
    position: relative;
    cursor: pointer; }
    .form-group-dropdown .states:after {
      content: '';
      position: absolute;
      right: 22px;
      top: calc(50% - 5px);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10.4px 6px 0;
      border-color: #000 transparent transparent;
      transition: transform .3s ease; }
  .form-group-dropdown .initials {
    margin: 0;
    position: absolute;
    top: 59px;
    background: #D9D9D9;
    width: 100%;
    height: 0px;
    padding: 0 0;
    opacity: 0;
    overflow: auto;
    transition: opacity 200ms ease, height 200ms ease;
    box-sizing: border-box;
    cursor: pointer; }
    .form-group-dropdown .initials li {
      padding: 7px 10px;
      font-size: 16px;
      color: black; }
      .form-group-dropdown .initials li:hover {
        color: white;
        background: #d8232a; }

.input-block {
  background-color: transparent;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s ease-out; }
  .input-block.textarea {
    height: auto;
    resize: none; }
    .input-block.textarea .icon-aside-hell {
      transition: 0.3s ease-out;
      position: absolute;
      right: -35px;
      top: 60px; }
      .input-block.textarea .icon-aside-hell .icon-grey svg {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 100%; }
    .input-block.textarea .icon-aside-green {
      transition: 0.3s ease-out;
      display: none;
      position: absolute;
      right: -35px;
      top: 60px; }
      .input-block.textarea .icon-aside-green .icon-green svg {
        border-radius: 100%; }
    .input-block.textarea .icon-aside-red {
      transition: 0.3s ease-out;
      display: none;
      position: absolute;
      right: -35px;
      top: 60px; }
      .input-block.textarea .icon-aside-red .icon-red svg {
        border-radius: 100%; }
    .input-block.textarea.this-is-empty {
      transition: 0.3s ease-out;
      border: 1px solid rgba(216, 35, 42, 0.8); }
      .input-block.textarea.this-is-empty .icon-aside-hell {
        display: none; }
      .input-block.textarea.this-is-empty .icon-aside-red {
        display: block; }
      .input-block.textarea.this-is-empty .icon-aside-green {
        display: none; }
    .input-block.textarea.this-is-not-empty {
      transition: 0.3s ease-out; }
      .input-block.textarea.this-is-not-empty .icon-aside-hell {
        display: none; }
      .input-block.textarea.this-is-not-empty .icon-aside-red {
        display: none; }
      .input-block.textarea.this-is-not-empty .icon-aside-green {
        display: block; }
  .input-block .form-control {
    height: auto;
    resize: none; }
  .input-block label {
    position: absolute;
    left: 10px;
    top: 25px;
    display: block;
    margin: 0;
    font-weight: 400;
    z-index: 1;
    color: #aaa;
    font-size: 18px;
    line-height: 10px; }
  .input-block .form-control {
    background-color: transparent;
    margin: 0;
    outline: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    height: auto;
    padding: 23px 10px;
    width: 100%;
    position: relative;
    z-index: 2;
    font-size: 23px;
    color: #333; }
    .input-block .form-control:-webkit-autofill {
      transition: 0s ease-out;
      -webkit-box-shadow: 0 0 0 30px white inset;
      padding: 23px 10px 0 10px; }
    .input-block .form-control:focus {
      top: 0; }
  .input-block .icon-aside-hell {
    transition: 0.3s ease-out;
    position: absolute;
    right: -35px;
    top: 15px; }
    .input-block .icon-aside-hell .icon-grey svg {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 100%; }
  .input-block .icon-aside-green {
    transition: 0.3s ease-out;
    display: none;
    position: absolute;
    right: -35px;
    top: 15px; }
    .input-block .icon-aside-green .icon-green svg {
      border-radius: 100%; }
  .input-block .icon-aside-red {
    transition: 0.3s ease-out;
    display: none;
    position: absolute;
    right: -35px;
    top: 15px; }
    .input-block .icon-aside-red .icon-red svg {
      border-radius: 100%; }
  .input-block.this-is-empty {
    transition: 0.3s ease-out;
    border: 1px solid rgba(216, 35, 42, 0.8); }
    .input-block.this-is-empty .icon-aside-hell {
      display: none; }
    .input-block.this-is-empty .icon-aside-red {
      display: block; }
    .input-block.this-is-empty .icon-aside-green {
      display: none; }
  .input-block.this-is-not-empty {
    transition: 0.3s ease-out; }
    .input-block.this-is-not-empty .icon-aside-hell {
      display: none; }
    .input-block.this-is-not-empty .icon-aside-red {
      display: none; }
    .input-block.this-is-not-empty .icon-aside-green {
      display: block; }

.input-block-error-message {
  display: none; }
  .input-block-error-message p {
    color: #D8232A; }

.list {
  list-style: none;
  margin: 0;
  padding: 20px 0; }
  .list .list__item {
    padding: 5px 0;
    display: inline-block;
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* disabled checkbox */
    /* accessibility */ }
    .list .list__item .newsletter-privacy-policy {
      color: black;
      text-decoration: underline; }
    .list .list__item.checkboxes {
      display: block; }
    .list .list__item .radio:checked,
    .list .list__item .radio:not(:checked) {
      opacity: 0; }
    .list .list__item .radio:checked + label,
    .list .list__item .radio:not(:checked) + label {
      margin-left: 0;
      margin-right: 1.5rem;
      font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
      line-height: 135%;
      position: relative;
      padding-left: 35px;
      padding-top: 6px;
      cursor: pointer;
      display: inline-block;
      color: black; }
    .list .list__item .radio:checked + label:before,
    .list .list__item .radio:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      border: 1px solid #B0B0B0;
      border-radius: 100%;
      background: #F0F0F0; }
    .list .list__item .radio:checked + label:after,
    .list .list__item .radio:not(:checked) + label:after {
      content: '';
      width: 18px;
      height: 18px;
      background: black;
      position: absolute;
      top: 6px;
      left: 6px;
      border-radius: 100%;
      transition: all 0.2s ease; }
    .list .list__item .radio:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }
    .list .list__item .radio:checked + label:after {
      opacity: 1;
      transform: scale(1); }
    .list .list__item .checkbox:not(:checked),
    .list .list__item .checkbox:checked {
      position: absolute;
      left: -9999px; }
    .list .list__item .checkbox:not(:checked) + label,
    .list .list__item .checkbox:checked + label {
      margin-left: 0;
      position: relative;
      padding-top: 6px;
      padding-left: 40px;
      cursor: pointer;
      margin-right: 1.5rem;
      font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
      line-height: 135%; }
    .list .list__item .checkbox:not(:checked) + label:before,
    .list .list__item .checkbox:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      border: 1px solid #B0B0B0;
      background: #fff;
      border-radius: 2px;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
    .list .list__item .checkbox:not(:checked) + label:after,
    .list .list__item .checkbox:checked + label:after {
      content: '\2714';
      position: absolute;
      top: 8px;
      left: 8px;
      font-size: 1.4em;
      line-height: 0.8;
      color: black;
      transition: all .2s;
      font-family: Helvetica, Arial, sans-serif; }
    .list .list__item .checkbox:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }
    .list .list__item .checkbox:checked + label:after {
      opacity: 1;
      transform: scale(1); }
    .list .list__item .checkbox:disabled:not(:checked) + label:before,
    .list .list__item .checkbox:disabled:checked + label:before {
      box-shadow: none;
      border-color: #bbb;
      background-color: #ddd; }
    .list .list__item .checkbox:disabled:checked + label:after {
      color: #999; }
    .list .list__item .checkbox:disabled + label {
      color: #aaa; }
    .list .list__item .checkbox:checked:focus + label:before,
    .list .list__item .checkbox:not(:checked):focus + label:before {
      border: 1px solid #B0B0B0; }

.file-upload-section {
  position: relative; }
  .file-upload-section .file-upload-result {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: block;
    padding: 14px 0; }
  .file-upload-section .file-upload {
    padding: 15px 0;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .file-upload-section .file-upload .file-upload-button {
      display: block;
      font-size: 18px;
      padding: 12px 16px;
      border-radius: 2px;
      background: #595858;
      color: #fff; }
    .file-upload-section .file-upload .file-upload-input {
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      cursor: pointer; }
  .file-upload-section .icon-aside-hell {
    transition: 0.3s ease-out;
    position: absolute;
    right: -35px;
    top: 35px; }
    .file-upload-section .icon-aside-hell .icon-grey svg {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 100%; }
  .file-upload-section .icon-aside-green {
    transition: 0.3s ease-out;
    display: none;
    position: absolute;
    right: -35px;
    top: 35px; }
    .file-upload-section .icon-aside-green .icon-green svg {
      border-radius: 100%; }
  .file-upload-section .icon-aside-red {
    transition: 0.3s ease-out;
    display: none;
    position: absolute;
    right: -35px;
    top: 35px; }
    .file-upload-section .icon-aside-red .icon-red svg {
      border-radius: 100%; }
  .file-upload-section.this-is-empty {
    transition: 0.3s ease-out;
    border: 1px solid rgba(216, 35, 42, 0.8); }
    .file-upload-section.this-is-empty .icon-aside-hell {
      display: none; }
    .file-upload-section.this-is-empty .icon-aside-red {
      display: block; }
    .file-upload-section.this-is-empty .icon-aside-green {
      display: none; }
  .file-upload-section.this-is-not-empty {
    transition: 0.3s ease-out; }
    .file-upload-section.this-is-not-empty .icon-aside-hell {
      display: none; }
    .file-upload-section.this-is-not-empty .icon-aside-red {
      display: none; }
    .file-upload-section.this-is-not-empty .icon-aside-green {
      display: block; }

body {
  font-family: "Forme-Grotesque-Pro-Medium", sans-serif; }

.reveal-overlay .contact-wrap::-webkit-scrollbar {
  width: 10px; }

.reveal-overlay .contact-wrap::-webkit-scrollbar-thumb {
  background: #D7D7D7;
  border-radius: 20px; }

.reveal-overlay .contact-wrap::-webkit-scrollbar-track {
  background: #fff; }

.acf.field {
  min-height: 155px !important; }

p {
  font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
  font-size: 17px;
  color: black; }

h3 {
  line-height: 1.2; }

button {
  color: white;
  font-family: "Forme-Grotesque-Pro-Medium", sans-serif; }

.grid-container-content-w-sidebar {
  padding: 50px 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Forme-Grotesque-Bold-Pro", sans-serif; }

.button-general-red {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1.5em;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #d8232a;
  outline: none;
  color: white; }
  .button-general-red:focus {
    color: white;
    outline: none; }
  .button-general-red:hover, .button-general-red:visited:hover {
    background-color: #cc1a2c;
    color: white !important; }
  .button-general-red.search {
    margin: 0; }

.button-arrow-right:after {
  content: " ";
  border: solid white;
  margin-left: 24px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg); }

.button-arrow-left:before {
  content: " ";
  border: solid white;
  margin-right: 10px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg); }

.media-archive-presse-preview-title {
  text-align: center; }
  .media-archive-presse-preview-title h4 {
    font-weight: 700; }

.media-archive-presse-preview-button {
  text-align: center;
  margin-bottom: 100px; }

.pmd-button-arrow-left {
  font-family: inherit;
  padding: 0.85em 1.5em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  background-color: #d8232a;
  color: #fefefe; }
  .pmd-button-arrow-left:after {
    display: none; }
  .pmd-button-arrow-left.black {
    background-color: #4a4a4a; }
  .pmd-button-arrow-left:before {
    content: " ";
    border: solid white;
    margin-right: 10px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg); }

.custom-radio-button-tabs {
  border: none;
  background: #F0F0F0;
  padding: 30px 20px; }
  .custom-radio-button-tabs .tabs-title {
    background: inherit;
    padding: 0;
    display: inline-block; }
    .custom-radio-button-tabs .tabs-title.is-active a {
      background: inherit; }
      .custom-radio-button-tabs .tabs-title.is-active a[aria-selected='true'] {
        background: inherit;
        color: inherit;
        outline: none; }
      .custom-radio-button-tabs .tabs-title.is-active a .label--radio .radio:before {
        transform: scale(1, 1); }
    .custom-radio-button-tabs .tabs-title a {
      display: inline-block;
      outline: none; }
      .custom-radio-button-tabs .tabs-title a[aria-selected='true'] {
        background: inherit;
        color: inherit;
        outline: none; }
      .custom-radio-button-tabs .tabs-title a:hover {
        background: inherit; }
      .custom-radio-button-tabs .tabs-title a .label--radio {
        position: relative;
        margin-right: 0.3rem;
        font-family: Arial, sans-serif;
        line-height: 135%;
        cursor: pointer; }
        .custom-radio-button-tabs .tabs-title a .label--radio .radio {
          position: relative;
          margin: 0 1rem 0 0;
          cursor: pointer; }
          .custom-radio-button-tabs .tabs-title a .label--radio .radio:before {
            transition: transform .4s;
            transform: scale(0, 0);
            content: "";
            position: absolute;
            z-index: 1;
            top: -0.05rem;
            left: 0.375rem;
            width: 1rem;
            height: 1rem;
            background: black;
            border-radius: 50%; }
          .custom-radio-button-tabs .tabs-title a .label--radio .radio:checked:before {
            transform: scale(1, 1); }
          .custom-radio-button-tabs .tabs-title a .label--radio .radio:after {
            content: "";
            position: absolute;
            top: -0.55rem;
            left: -0.125rem;
            width: 2rem;
            height: 2rem;
            background: #F0F0F0;
            border: 1px solid #B0B0B0;
            border-radius: 50%; }
    .custom-radio-button-tabs .tabs-title p {
      display: inline-block;
      margin-bottom: 0;
      cursor: pointer; }

.page-404 {
  padding: 100px 0; }
  .page-404 a {
    color: #d8232a; }
    .page-404 a:hover {
      text-decoration: underline; }

.back-to-home-button {
  position: absolute;
  top: 30px;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .back-to-home-button {
      left: 0;
      right: 0;
      display: block; } }
  .back-to-home-button .pmd-button {
    font-family: inherit;
    padding: 0.85em 1.5em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    background-color: #d8232a;
    color: #fefefe !important; }
    .back-to-home-button .pmd-button:after {
      display: none; }
    .back-to-home-button .pmd-button:before {
      content: " ";
      border: solid white;
      margin-right: 10px;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      transform: rotate(135deg); }

@media screen and (max-width: 39.9375em) {
  p iframe {
    width: 350px; } }

.load-more-blog-posts {
  font-family: inherit;
  padding: 0.85em 1.5em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  background-color: #d8232a;
  color: #fefefe;
  overflow-anchor: none; }
  .load-more-blog-posts:hover, .load-more-blog-posts:visited:hover {
    color: #fefefe; }
  .load-more-blog-posts:visited {
    color: #fefefe; }
  .load-more-blog-posts:focus {
    color: #fefefe; }

#loaderDiv {
  background-image: url("/wp-content/themes/pmdtheme/assets/images/gif/contact-loader.gif");
  background-size: cover;
  background-position: center center;
  height: 31px;
  width: 30px;
  display: inline-block;
  margin: 0 0 0 10px; }

#cn-notice-text a {
  color: #fff;
  border-bottom: 1px solid #fff; }

.cn-set-cookie {
  margin: 10px 20px; }
  .cn-set-cookie.wp-default, .cn-set-cookie.button, .cn-set-cookie.bootstrap {
    font-family: inherit;
    padding: 0.55em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    background: #d8232a;
    color: #fefefe; }
    .cn-set-cookie.wp-default:hover, .cn-set-cookie.button:hover, .cn-set-cookie.bootstrap:hover {
      color: #fefefe;
      background: #d8232a;
      border: 1px solid transparent; }

.pmd-giftbox .pmd-giftbox-contents {
  position: relative;
  background: #f4f4f4;
  text-align: center;
  height: 100%;
  padding: 40px 0; }
  .pmd-giftbox .pmd-giftbox-contents .pmd-giftbox-icon {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0; }
  .pmd-giftbox .pmd-giftbox-contents .text-contents {
    padding: 100px 0; }
    .pmd-giftbox .pmd-giftbox-contents .text-contents .pmd-giftbox-titel,
    .pmd-giftbox .pmd-giftbox-contents .text-contents .pmd-giftbox-subtitel,
    .pmd-giftbox .pmd-giftbox-contents .text-contents .pmd-giftbox-description {
      padding-bottom: 10px; }
    .pmd-giftbox .pmd-giftbox-contents .text-contents .pmd-giftbox-titel h3 {
      font-weight: 700;
      font-size: 26px;
      font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
      margin-bottom: 0; }
    .pmd-giftbox .pmd-giftbox-contents .text-contents .pmd-giftbox-subtitel {
      font-weight: 700;
      width: 80%;
      margin: 0 auto; }
    .pmd-giftbox .pmd-giftbox-contents .text-contents .pmd-giftbox-description {
      width: 80%;
      margin: 0 auto; }
  .pmd-giftbox .pmd-giftbox-contents .pmd-giftbox-button {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0; }
    .pmd-giftbox .pmd-giftbox-contents .pmd-giftbox-button button {
      width: 100%;
      max-width: 100%;
      height: 45px;
      margin-top: 10px;
      text-align: center; }

/*
overlay (main navigation) defined in mainnavigation.scss
 */
header .grid-container.fluid {
  position: fixed;
  width: 100%;
  background: black;
  color: white;
  z-index: 200; }
  header .grid-container.fluid .pmd-header-nav {
    position: relative;
    height: 100px;
    padding: 25px 20px 20px 25px; }
    header .grid-container.fluid .pmd-header-nav .logo img {
      width: auto;
      max-width: 100%;
      height: 60px;
      display: inline-block; }
    header .grid-container.fluid .pmd-header-nav .logo {
      width: 273px;
      padding-top: 4px; }
      @media screen and (max-width: 39.9375em) {
        header .grid-container.fluid .pmd-header-nav .logo {
          width: 225px;
          padding-top: 7px; } }
    header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container {
      position: absolute;
      right: 0;
      top: 0;
      width: 175px; }
      @media screen and (max-width: 39.9375em) {
        header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container {
          width: 105px; } }
      header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-language-grid .nav-language-switcher {
        text-align: center; }
        header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-language-grid .nav-language-switcher .select-language {
          padding: 1em 0;
          outline: none;
          background: black;
          border: none;
          margin: 0;
          font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
          font-size: 14px; }
          header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-language-grid .nav-language-switcher .select-language:active {
            border: none; }
          header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-language-grid .nav-language-switcher .select-language svg {
            margin: 0 5px; }
          header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-language-grid .nav-language-switcher .select-language.hover svg {
            transform: rotate(180deg); }
        header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-language-grid .nav-language-switcher .dropdown-pane {
          background-color: black;
          text-align: left;
          width: 150px; }
          header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-language-grid .nav-language-switcher .dropdown-pane ul li {
            list-style-type: none; }
            header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-language-grid .nav-language-switcher .dropdown-pane ul li a {
              outline: none;
              font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
              color: #ffffff;
              font-size: 14px; }
              header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-language-grid .nav-language-switcher .dropdown-pane ul li a:hover {
                color: #cccac7; }
      header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-search-item {
        margin: 0;
        text-align: right;
        padding: 5px 10px; }
        header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-search-item .header-search-button {
          outline: none;
          border: none;
          cursor: pointer; }
        header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-search-item #toggle-header-search {
          float: right;
          background-position: -60px 0; }
        header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-search-item #header-search-form {
          transition: max-height 0.5s;
          position: absolute;
          overflow: hidden;
          top: 98px;
          right: 110px;
          width: 250px;
          max-height: 0;
          border: 1px solid black;
          background-color: white;
          z-index: 9; }
          header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-search-item #header-search-form.open {
            max-height: 60px;
            top: 100px; }
          header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-search-item #header-search-form fieldset {
            position: relative;
            padding: 0;
            border: none; }
          header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-search-item #header-search-form input {
            box-sizing: border-box;
            display: block;
            height: 77px; }
          header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-search-item #header-search-form input[type="search"] {
            width: 100%;
            padding: 18px 0 0 18px;
            background: transparent;
            border: none;
            margin: 0; }
          header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-search-item #header-search-form input[type="submit"] {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60px;
            margin: 0;
            padding: 0;
            font-weight: 700;
            text-transform: uppercase;
            color: #516270;
            background: #c6cacd;
            border: none;
            cursor: pointer; }
      header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-burger-item {
        margin: 0; }
        header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-burger-item .hamburger {
          padding: 10px; }
          @media screen and (max-width: 39.9375em) {
            header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-burger-item .hamburger {
              float: right; } }
          header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-burger-item .hamburger:focus {
            outline: none; }
        header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-burger-item .hamburger-inner, header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-burger-item .hamburger-inner::before, header .grid-container.fluid .pmd-header-nav .pmd-header-nav-grid-container .nav-search-and-burger-grid .nav-burger-item .hamburger-inner::after {
          background-color: white;
          border-radius: 10px; }

.pagehead .pmd-header {
  max-height: calc(100vh - 270px);
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 36vw; }
  .pagehead .pmd-header.no-image-and-video {
    height: auto; }
    @media screen and (max-width: 39.9375em) {
      .pagehead .pmd-header.no-image-and-video {
        display: none; } }
  .pagehead .pmd-header .pmd-moebius-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*	  z-index: 999;*/
    background-image: url("/wp-content/themes/pmdtheme/assets/images/svg/Moebiusband_Ecke.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5; }
  .pagehead .pmd-header .pmd-header-overlay {
    display: none; }
    .pagehead .pmd-header .pmd-header-overlay svg {
      position: absolute;
      bottom: -1px; }
      @media screen and (max-width: 39.9375em) {
        .pagehead .pmd-header .pmd-header-overlay svg {
          height: 50%; } }
      .pagehead .pmd-header .pmd-header-overlay svg path.path1, .pagehead .pmd-header .pmd-header-overlay svg path.path3 {
        opacity: 0.2;
        fill: #f4f4f4;
        enable-background: new; }
  .pagehead .pmd-header .pmd-header-overlay-color-grey svg path.path2 {
    fill: #f4f4f4; }
  @media screen and (max-width: 39.9375em) {
    .pagehead .pmd-header .pmd-header-overlay-color-white svg {
      height: 50%; } }
  .pagehead .pmd-header .pmd-header-overlay-color-white svg path.path2, .pagehead .pmd-header .pmd-header-overlay-color-white svg path.path3 {
    fill: #FFFFFF; }

.pagehead .pmd-bg-white {
  background: #FFF;
  z-index: 1; }
  .pagehead .pmd-bg-white.no-image-and-video {
    min-height: 0; }

.pagehead .pmd-bg-grey {
  background: #F4F4F4;
  z-index: 1;
  margin-bottom: 30px; }

.pagehead .pmd-bg-white .header-teaser-info-container .header-teaser-info-grid, .pagehead .pmd-bg-grey .header-teaser-info-container .header-teaser-info-grid {
  padding: 20px 0;
  position: relative; }

.pagehead .pmd-header-title {
  text-align: center; }

.pagehead .pmd-header-text {
  margin-bottom: 40px;
  padding: 0 5%; }
  .pagehead .pmd-header-text.pmd-header-text-centered {
    text-align: center;
    padding: 0 20%; }
  @media print, screen and (min-width: 40em) {
    .pagehead .pmd-header-text.pmd-column-split {
      column-count: 2;
      column-gap: 50px; } }

.pagehead .pmd-parent-title {
  text-align: center; }

.pagehead .breadcrumbs .breadcrumb-links {
  text-align: center;
  font-weight: 700; }
  @media screen and (max-width: 39.9375em) {
    .pagehead .breadcrumbs .breadcrumb-links {
      margin-top: 50px; } }

.pagehead .breadcrumbs .breadcrumb-link {
  font-weight: 400;
  color: black;
  text-decoration: underline; }

.pagehead .pmd-parent-title {
  font-size: 20px;
  font-weight: bold; }

.intro-waves {
  display: none; }
  .intro-waves img {
    width: 100%; }

.pmd-custom-image-layout {
  height: auto; }
  .pmd-custom-image-layout .pmd-cil-contents {
    height: auto;
    width: 100%;
    position: relative;
    display: inline-block; }
    .pmd-custom-image-layout .pmd-cil-contents .pmd-cil-image {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 100%;
      padding-top: 100%;
      /* height: 236px; */ }
  .pmd-custom-image-layout.full-content-width .pmd-cil-contents .pmd-cil-image {
    height: 50%;
    padding-top: 50%; }
  .pmd-custom-image-layout.full-screen-width .pmd-cil-contents .pmd-cil-image {
    height: 35%;
    padding-top: 35%; }

.content .grid-container .grid-x .pmd-image-video-layout {
  position: relative;
  height: auto; }
  .content .grid-container .grid-x .pmd-image-video-layout .image-layout {
    height: 500px;
    display: inline-block;
    background-size: cover !important;
    width: 100%; }

body {
  font-family: "Forme-Grotesque-Pro-Medium", sans-serif; }
  body section.content {
    padding-top: 100px; }
    body section.content .pagehead {
      padding-bottom: 30px; }
  body .grid-container.fluid {
    padding: 0; }
  body .pmd-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1.5em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #d8232a;
    color: #fefefe !important; }
    body .pmd-button:after {
      content: " ";
      border: solid white;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      transform: rotate(-45deg); }
    body .pmd-button.pmd-red-button {
      background-color: #d8232a; }
    body .pmd-button.pmd-white-button {
      background-color: #fefefe;
      color: black !important; }
      body .pmd-button.pmd-white-button:after {
        border: solid black;
        border-width: 0 2px 2px 0; }
    body .pmd-button.pmd-black-button {
      background-color: #333333;
      color: #fefefe !important; }
      body .pmd-button.pmd-black-button:after {
        border: none;
        padding: 0; }
  body .pmd-align-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

header.burger .overlay {
  background: #4A4A4A;
  padding: 0;
  display: none;
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 100px;
  top: 0; }
  header.burger .overlay .nav-overlay-container.nav-scrollbar {
    overflow-y: scroll;
    height: 100vh;
    max-width: 100%; }
    header.burger .overlay .nav-overlay-container.nav-scrollbar::-webkit-scrollbar {
      width: 10px; }
    header.burger .overlay .nav-overlay-container.nav-scrollbar::-webkit-scrollbar-thumb {
      background: #D7D7D7;
      border-radius: 20px; }
    header.burger .overlay .nav-overlay-container.nav-scrollbar::-webkit-scrollbar-track {
      background: #fff; }
  @media screen and (max-width: 39.9375em) {
    header.burger .overlay .nav-overlay-container {
      overflow-y: scroll;
      max-height: 100%; }
      header.burger .overlay .nav-overlay-container::-webkit-scrollbar {
        width: 10px; }
      header.burger .overlay .nav-overlay-container::-webkit-scrollbar-thumb {
        background: #D7D7D7;
        border-radius: 20px; }
      header.burger .overlay .nav-overlay-container::-webkit-scrollbar-track {
        background: #fff; } }
  header.burger .overlay .nav-overlay-container .nav-overlay-grid .nav-overlay-menu {
    padding: 20px 0;
    min-height: 800px; }
    @media screen and (max-width: 39.9375em) {
      header.burger .overlay .nav-overlay-container .nav-overlay-grid .nav-overlay-menu {
        margin-bottom: 100px; } }
    header.burger .overlay .nav-overlay-container .nav-overlay-grid .nav-overlay-menu .menu-item .cell a:first-child {
      display: block;
      margin-right: 15%;
      pointer-events: all;
      color: white;
      font-size: 18px;
      border-bottom: 1px dashed white;
      border-top: 1px dashed white;
      padding: 0.7rem 1rem; }
      header.burger .overlay .nav-overlay-container .nav-overlay-grid .nav-overlay-menu .menu-item .cell a:first-child::after {
        content: " ";
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjgiIGhlaWdodD0iMTIiPgoJPGRlZnM+CgkJPGNsaXBQYXRoIGlkPSJjbGlwXzAiPgoJCQk8cmVjdCB4PSItNDk1LjY2MDE2IiB5PSItMTcwLjU0MDA0IiB3aWR0aD0iMTM5Ni43OTk5IiBoZWlnaHQ9IjkzNy45ODk5OSIgY2xpcC1ydWxlPSJldmVub2RkIi8+CgkJPC9jbGlwUGF0aD4KCTwvZGVmcz4KCTxnIGNsaXAtcGF0aD0idXJsKCNjbGlwXzApIj4KCQk8cGF0aCBmaWxsPSJyZ2IoMjU1LDI1NSwyNTUpIiBzdHJva2U9Im5vbmUiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTcgMCAwIDAuOTcgMC4wMDk3NjU2MyAwLjE3OTY4OCkiIGQ9Ik0wLjc1NzUzNiAxMkMwLjU2MzUxIDEyIDAuMzY5NDg0IDExLjkzMDggMC4yMjE2OSAxMS43OTMyQy0wLjA3Mzg5NjcgMTEuNTE3MiAtMC4wNzM4OTY3IDExLjA3MTEgMC4yMjE2OSAxMC43OTUxTDUuMzcwMjEgNi4wMDAwOUwwLjIyMTY5IDEuMjA1MUMtMC4wNzM4OTY3IDAuOTI5MTA0IC0wLjA3Mzg5NjcgMC40ODI5OTMgMC4yMjE2OSAwLjIwNjk5N0MwLjUxODAzNSAtMC4wNjg5OTkgMC45OTc3OTUgLTAuMDY4OTk5IDEuMjkzMzggMC4yMDY5OTdMNi45Nzc3NCA1LjUwMTA0QzcuMjc0MDkgNS43NzcwMyA3LjI3NDA5IDYuMjIzMTQgNi45Nzc3NCA2LjQ5OTE0TDEuMjkzMzggMTEuNzkzMkMxLjE0NTU5IDExLjkzMDggMC45NTE1NjIgMTIgMC43NTc1MzYgMTIiLz4KCTwvZz4KPC9zdmc+Cg==");
        background-position: center center;
        background-repeat: no-repeat;
        width: 8px;
        height: 17px;
        float: right;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px; }
    header.burger .overlay .nav-overlay-container .nav-overlay-grid .nav-overlay-menu .menu-item .cell .sub-menu {
      padding-bottom: 15px;
      margin-left: 0;
      line-height: 1.4; }
      header.burger .overlay .nav-overlay-container .nav-overlay-grid .nav-overlay-menu .menu-item .cell .sub-menu .cell {
        pointer-events: none;
        position: relative;
        float: none;
        margin: 0;
        width: 100%;
        border: 0;
        z-index: 1; }
        header.burger .overlay .nav-overlay-container .nav-overlay-grid .nav-overlay-menu .menu-item .cell .sub-menu .cell a {
          padding-left: 15px;
          border-bottom: none;
          border-top: none;
          font-size: 14px;
          font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
          font-style: normal;
          font-stretch: normal;
          font-weight: 500;
          text-align: left;
          letter-spacing: 0.7px; }
          header.burger .overlay .nav-overlay-container .nav-overlay-grid .nav-overlay-menu .menu-item .cell .sub-menu .cell a:hover {
            background: rgba(255, 255, 255, 0.11); }
          header.burger .overlay .nav-overlay-container .nav-overlay-grid .nav-overlay-menu .menu-item .cell .sub-menu .cell a:after {
            height: 12px;
            margin: 1px 15px;
            float: none;
            position: absolute;
            box-sizing: inherit; }
  header.burger .overlay .svg-bottom {
    margin-top: 50px;
    width: 100%;
    position: absolute;
    bottom: 100px; }
    header.burger .overlay .svg-bottom img {
      width: 100%; }
    header.burger .overlay .svg-bottom.hide-for-small-height {
      display: none; }
    @media screen and (max-width: 39.9375em) {
      header.burger .overlay .svg-bottom {
        display: none; } }

.subsublevel {
  display: none; }

.pmd-media-archive {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 0; }
  .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs {
    background: #F0F0F0;
    width: 100%;
    height: auto; }
    .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs {
        border: none;
        background: #F0F0F0;
        padding: 30px 20px; }
        .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title {
          background: inherit;
          padding: 0;
          display: inline-block; }
          .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title.is-active a {
            background: inherit; }
            .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title.is-active a[aria-selected='true'] {
              background: inherit;
              color: inherit;
              outline: none; }
            .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title.is-active a .label--radio .radio:before {
              transform: scale(1, 1); }
          .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title a {
            display: inline-block;
            outline: none; }
            .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title a[aria-selected='true'] {
              background: inherit;
              color: inherit;
              outline: none; }
            .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title a:hover {
              background: inherit; }
            .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title a .label--radio {
              position: relative;
              margin-right: 0.3rem;
              font-family: Arial, sans-serif;
              line-height: 135%;
              cursor: pointer; }
              .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title a .label--radio .radio {
                position: relative;
                margin: 0 1rem 0 0;
                cursor: pointer; }
                .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title a .label--radio .radio:before {
                  transition: transform .4s;
                  transform: scale(0, 0);
                  content: "";
                  position: absolute;
                  z-index: 1;
                  top: -0.05rem;
                  left: 0.375rem;
                  width: 1rem;
                  height: 1rem;
                  background: black;
                  border-radius: 50%; }
                .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title a .label--radio .radio:checked:before {
                  transform: scale(1, 1); }
                .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title a .label--radio .radio:after {
                  content: "";
                  position: absolute;
                  top: -0.55rem;
                  left: -0.125rem;
                  width: 2rem;
                  height: 2rem;
                  background: #F0F0F0;
                  border: 1px solid #B0B0B0;
                  border-radius: 50%; }
          .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs .pmd-media-archive-row .tabs .tabs-title p {
            display: inline-block;
            margin-bottom: 0;
            cursor: pointer; }
    .pmd-media-archive .pmd-media-archive-cell .pmd-media-archive-tabs:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      border-style: solid;
      border-width: 40px 35.5px 0 35.5px;
      border-color: #f0f0f0 transparent transparent transparent;
      content: " "; }
  .pmd-media-archive .pmd-media-archive-cell .pmd-tabs-content-row .tabs-content {
    padding: 50px 0;
    border: none;
    width: 100%;
    position: relative;
    height: 100%; }
    .pmd-media-archive .pmd-media-archive-cell .pmd-tabs-content-row .tabs-content:has(.tabs-panel.is-active) .tabs-panel {
      display: none !important; }
      .pmd-media-archive .pmd-media-archive-cell .pmd-tabs-content-row .tabs-content:has(.tabs-panel.is-active) .tabs-panel.is-active {
        display: block !important; }

.show-if-single-category {
  display: block !important; }

.media-archive-box-date-modified {
  position: absolute;
  right: 0;
  opacity: 0.4; }

.dropdown-media-archive {
  margin: 30px 10px; }

.pmd-newsletterbox {
  position: relative;
  background: #f4f4f4;
  text-align: center;
  height: 100%;
  padding: 40px 0; }
  .pmd-newsletterbox .newsletter-checkbox-top-spacing {
    margin-top: 30px; }
  .pmd-newsletterbox .text-contents {
    padding-top: 20px; }
    .pmd-newsletterbox .text-contents .pmd-newsletterbox-titel,
    .pmd-newsletterbox .text-contents .pmd-newsletterbox-subtitel,
    .pmd-newsletterbox .text-contents .pmd-newsletterbox-description {
      padding-bottom: 10px; }
    .pmd-newsletterbox .text-contents .pmd-newsletterbox-titel h3 {
      font-weight: 700;
      font-size: 26px;
      font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
      margin-bottom: 0; }
    .pmd-newsletterbox .text-contents .pmd-newsletterbox-subtitel {
      font-weight: bold;
      width: 80%;
      margin: 0 auto; }
    .pmd-newsletterbox .text-contents .pmd-newsletterbox-description {
      width: 80%;
      margin: 0 auto; }
  .pmd-newsletterbox .pmd-newsletterbox-form {
    width: 80%;
    margin: 0 auto; }
    .pmd-newsletterbox .pmd-newsletterbox-form form {
      /*
      SV entschuldigt sich schonmal bei allen zukünftigen Menschen für diesen Override,
      aber wollte nicht den button-mixin, der auf alle input Felder ein paar Zeilen weiter oben angewendet wird,
      anfassen
      */ }
      .pmd-newsletterbox .pmd-newsletterbox-form form .pmd-newsletter-form-container .pmd-newsletter-form-grid .radio-buttons-container, .pmd-newsletterbox .pmd-newsletterbox-form form .pmd-newsletter-form-container .pmd-newsletter-form-grid .checkbox-container {
        text-align: left; }
      .pmd-newsletterbox .pmd-newsletterbox-form form .pmd-newsletter-form-container .pmd-newsletter-form-grid .checkbox-buttons .list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        .pmd-newsletterbox .pmd-newsletterbox-form form .pmd-newsletter-form-container .pmd-newsletter-form-grid .checkbox-buttons .list .list__item {
          padding: 0 0 15px 0; }
      .pmd-newsletterbox .pmd-newsletterbox-form form .pmd-newsletter-form-container .pmd-newsletter-form-grid .checkbox-buttons input {
        max-width: 25px;
        height: 15px;
        margin: 0; }
      .pmd-newsletterbox .pmd-newsletterbox-form form .pmd-newsletter-form-container .pmd-newsletter-form-grid .checkbox-buttons label {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0; }
        .pmd-newsletterbox .pmd-newsletterbox-form form .pmd-newsletter-form-container .pmd-newsletter-form-grid .checkbox-buttons label:before {
          top: 50%;
          transform: translateY(-50%); }
        .pmd-newsletterbox .pmd-newsletterbox-form form .pmd-newsletter-form-container .pmd-newsletter-form-grid .checkbox-buttons label:after {
          top: 50%;
          transform: translateY(-50%); }
      .pmd-newsletterbox .pmd-newsletterbox-form form .pmd-newsletter-form-container .pmd-newsletter-form-grid .input-fist-name input, .pmd-newsletterbox .pmd-newsletterbox-form form .pmd-newsletter-form-container .pmd-newsletter-form-grid .input-last-name input, .pmd-newsletterbox .pmd-newsletterbox-form form .pmd-newsletter-form-container .pmd-newsletter-form-grid .input-email input {
        max-width: 100%;
        margin-top: 0; }
      .pmd-newsletterbox .pmd-newsletterbox-form form input, .pmd-newsletterbox .pmd-newsletterbox-form form button {
        width: 100%;
        max-width: 100%;
        height: 45px;
        margin-top: 10px;
        text-align: center; }
      .pmd-newsletterbox .pmd-newsletterbox-form form input[type=radio] {
        width: initial;
        max-width: initial;
        height: initial;
        margin-top: initial; }

#newsletterFormModal {
  background-color: #f4f4f4; }

.slider-news {
  margin: 25px auto;
  height: 700px; }
  @media screen and (max-width: 39.9375em) {
    .slider-news {
      max-height: 500px; } }
  .slider-news .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-size: cover;
    background-position: center center; }
    .slider-news .swiper-slide .swiper-inner {
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      position: absolute;
      background-size: cover;
      background-position: center center;
      z-index: 7; }
    .slider-news .swiper-slide .swiper-wave {
      bottom: 0;
      left: 0;
      right: 0;
      background-size: cover;
      background-position: top center;
      position: absolute;
      background-repeat: no-repeat;
      z-index: 8;
      height: 47%;
      opacity: 0.6; }
      @media print, screen and (min-width: 40em) {
        .slider-news .swiper-slide .swiper-wave {
          height: 40%; } }
    .slider-news .swiper-slide .swiper-darken {
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      z-index: 9; }
    .slider-news .swiper-slide .swiper-news-caption {
      max-width: 700px;
      position: absolute;
      z-index: 10;
      color: white;
      float: left;
      left: 200px;
      bottom: 0;
      height: 30%;
      width: 60%; }
      .slider-news .swiper-slide .swiper-news-caption h3 {
        text-align: left;
        font-weight: 700;
        font-size: 18px;
        color: white; }
        @media print, screen and (min-width: 40em) {
          .slider-news .swiper-slide .swiper-news-caption h3 {
            font-size: 26px; } }
        @media screen and (max-width: 39.9375em) {
          .slider-news .swiper-slide .swiper-news-caption h3 {
            margin-bottom: 0; } }
      .slider-news .swiper-slide .swiper-news-caption p {
        color: white;
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        font-style: normal;
        font-stretch: normal; }
        @media print, screen and (min-width: 40em) {
          .slider-news .swiper-slide .swiper-news-caption p {
            font-size: 16px; } }
        @media screen and (max-width: 39.9375em) {
          .slider-news .swiper-slide .swiper-news-caption p {
            margin-bottom: 0; } }
      .slider-news .swiper-slide .swiper-news-caption a {
        float: left;
        font-size: 16px; }
        .slider-news .swiper-slide .swiper-news-caption a.pmd-button {
          margin: 10px 14px 0 0; }
          @media print, screen and (min-width: 40em) {
            .slider-news .swiper-slide .swiper-news-caption a.pmd-button {
              margin: 10px 20px 0 0; } }
      @media screen and (max-width: 39.9375em) {
        .slider-news .swiper-slide .swiper-news-caption .pmd-button {
          padding: 0.85em 1em; } }
      @media screen and (max-width: 63.9375em) {
        .slider-news .swiper-slide .swiper-news-caption {
          left: 15px;
          bottom: 15px;
          height: auto;
          width: 95%; } }
  .slider-news .contentslidersnext, .slider-news .contentslidersprev {
    width: 60px;
    height: 60px;
    background-image: none;
    background-size: 0; }
    .slider-news .contentslidersnext.half, .slider-news .contentslidersprev.half {
      width: 40px;
      height: 40px; }
    @media screen and (max-width: 63.9375em) {
      .slider-news .contentslidersnext, .slider-news .contentslidersprev {
        width: 40px;
        height: 40px; } }
  .slider-news .contentslidersnext {
    right: 100px; }
    @media screen and (max-width: 63.9375em) {
      .slider-news .contentslidersnext {
        right: 10px; } }
  .slider-news .contentslidersprev {
    transform: rotate(180deg);
    left: 100px; }
    @media screen and (max-width: 63.9375em) {
      .slider-news .contentslidersprev {
        left: 10px; } }

.medium-6 .slider-news {
  height: 100%;
  min-height: 500px; }

.custom-slider-half .slider-news {
  margin: auto; }
  .custom-slider-half .slider-news .swiper-wrapper .swiper-slide .swiper-news-caption {
    padding-left: 5px;
    max-width: 700px;
    position: absolute;
    z-index: 10;
    color: white;
    float: left;
    left: 15px;
    bottom: 15px;
    height: auto;
    width: 95%; }
    .custom-slider-half .slider-news .swiper-wrapper .swiper-slide .swiper-news-caption .pmd-button {
      margin: 0 20px 0 0; }
  .custom-slider-half .slider-news .contentslidersnext {
    right: 10px; }
  .custom-slider-half .slider-news .contentslidersprev {
    left: 10px; }

.presse-preview-page-contents-box .presse-sw-media {
  min-height: 200px;
  height: 85%;
  background: #f0f0f0;
  position: relative; }
  .presse-preview-page-contents-box .presse-sw-media img, .presse-preview-page-contents-box .presse-sw-media video {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%; }
  .presse-preview-page-contents-box .presse-sw-media .mediathek-video {
    background: #f0f0f0; }

.presse-preview-page-contents-box .presse-sw-contents {
  margin-top: 5px; }
  .presse-preview-page-contents-box .presse-sw-contents a {
    padding-right: 5px;
    color: #d8232a; }
    .presse-preview-page-contents-box .presse-sw-contents a.presse-preview-image-link {
      padding-right: 0;
      text-decoration: underline; }
  .presse-preview-page-contents-box .presse-sw-contents p {
    margin-bottom: 0; }
    .presse-preview-page-contents-box .presse-sw-contents p.date {
      opacity: 0.7; }
    .presse-preview-page-contents-box .presse-sw-contents p.name {
      color: #d8232a; }
  .presse-preview-page-contents-box .presse-sw-contents .title {
    font-weight: 700; }
  .presse-preview-page-contents-box .presse-sw-contents .post-text {
    padding: 25px 0;
    text-align: left; }

.presse-post-single-view-container .count-files {
  opacity: 0.7; }

.presse-post-single-view-container .back-button-and-title {
  padding: 30px 0 15px 0; }
  .presse-post-single-view-container .back-button-and-title button {
    margin-right: 15px; }
  .presse-post-single-view-container .back-button-and-title h4 {
    font-weight: 700;
    display: inline-block; }

.presse-post-single-view-container .presse-post-single-view-grid {
  margin-bottom: 50px; }
  .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel {
    width: 100%; }
    .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container {
      padding: 0; }
      .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-media {
        min-height: 200px;
        height: 85%;
        background: #f0f0f0;
        position: relative; }
        .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-media img, .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-media video {
          margin: auto;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          max-height: 100%; }
        .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-media .mediathek-video {
          background: #f0f0f0; }
        .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-media iframe {
          width: 100%;
          max-height: 100%; }
      .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-contents {
        margin-top: 5px; }
        .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-contents a {
          padding-right: 5px;
          color: #d8232a; }
          .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-contents a.presse-preview-image-link {
            padding-right: 0;
            text-decoration: underline; }
        .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-contents p {
          margin-bottom: 0; }
          .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-contents p.date {
            opacity: 0.7; }
          .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-contents p.name {
            color: #d8232a; }
        .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-contents .title {
          font-weight: 700; }
        .presse-post-single-view-container .presse-post-single-view-grid .tabs-panel .grid-container .grid-x .presse-post-single-view-contents .presse-sw-contents .post-text {
          padding: 25px 0;
          text-align: left; }

.header-presse-single-view-container .header-presse-single-view-grid .breadcrumbs {
  position: relative;
  padding: 50px 0; }
  .header-presse-single-view-container .header-presse-single-view-grid .breadcrumbs .breadcrumb-links {
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 39.9375em) {
      .header-presse-single-view-container .header-presse-single-view-grid .breadcrumbs .breadcrumb-links {
        margin-top: 50px; } }
  .header-presse-single-view-container .header-presse-single-view-grid .breadcrumbs .breadcrumb-link {
    font-weight: 400;
    color: black;
    text-decoration: underline; }

.pmd-presse-gallery-tab {
  background: #F0F0F0;
  width: 100%;
  height: auto; }
  .pmd-presse-gallery-tab .pmd-presse-gallery-row {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .pmd-presse-gallery-tab .pmd-presse-gallery-row .search-presse-media {
      padding: 40px 0; }
      .pmd-presse-gallery-tab .pmd-presse-gallery-row .search-presse-media input {
        margin-bottom: 0;
        height: 50px; }

.presse-single-lead-title {
  text-align: center;
  padding: 25px 0 50px 0; }

.pmd-presse-gallery {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 0; }
  .pmd-presse-gallery .pmd-presse-gallery-cell .pmd-presse-gallery-tab {
    background: #F0F0F0;
    width: 100%;
    height: auto; }
    .pmd-presse-gallery .pmd-presse-gallery-cell .pmd-presse-gallery-tab .pmd-presse-gallery-row {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pmd-presse-gallery .pmd-presse-media-content-row .presse-content {
    padding: 50px 0;
    border: none;
    width: 100%;
    position: relative;
    height: 100%; }

.presse-gallery-box {
  background: #f4f4f4;
  position: relative;
  height: 140px !important; }
  .presse-gallery-box .box-image {
    position: absolute;
    bottom: 10px;
    right: 10px;
    top: 20px;
    background-size: cover;
    left: 20px;
    /* margin: auto; */
    background-position: center center;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%; }
  .presse-gallery-box .contents {
    padding: 15px 15px 0 115px;
    word-wrap: break-word; }
    .presse-gallery-box .contents span {
      opacity: 0.7; }
    .presse-gallery-box .contents a {
      font-weight: 700;
      line-height: 1.4;
      color: black; }
      .presse-gallery-box .contents a:hover {
        text-decoration: underline; }
  .presse-gallery-box .link-arrow {
    position: absolute;
    bottom: 0;
    right: 5px; }
    .presse-gallery-box .link-arrow svg {
      background: inherit;
      width: 30px;
      height: 30px;
      padding: 9px 7px;
      border-radius: 100%;
      transition: 0.2s ease-out; }
      .presse-gallery-box .link-arrow svg:hover {
        background: #eae8e5; }

.pmd-price-listings .pmd-price-listing-single-table {
  padding-bottom: 50px; }
  .pmd-price-listings .pmd-price-listing-single-table .pmd-price-listing-table-title {
    font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0; }
  .pmd-price-listings .pmd-price-listing-single-table .pmd-price-listing-table .pmd-price-listing-table-head {
    border: none;
    background: inherit; }
    .pmd-price-listings .pmd-price-listing-single-table .pmd-price-listing-table .pmd-price-listing-table-head tr th {
      font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
      font-weight: 400; }
  .pmd-price-listings .pmd-price-listing-single-table .pmd-price-listing-table .pmd-price-listing-table-body {
    border: none;
    background: inherit; }
    .pmd-price-listings .pmd-price-listing-single-table .pmd-price-listing-table .pmd-price-listing-table-body tr {
      border-top: 1px dashed black;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background: inherit; }
      .pmd-price-listings .pmd-price-listing-single-table .pmd-price-listing-table .pmd-price-listing-table-body tr td {
        font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
        font-weight: 400; }
        .pmd-price-listings .pmd-price-listing-single-table .pmd-price-listing-table .pmd-price-listing-table-body tr td p {
          margin-bottom: 0;
          max-width: 80%; }
          .pmd-price-listings .pmd-price-listing-single-table .pmd-price-listing-table .pmd-price-listing-table-body tr td p.table-row-title {
            font-weight: 700; }
      .pmd-price-listings .pmd-price-listing-single-table .pmd-price-listing-table .pmd-price-listing-table-body tr .price-chf, .pmd-price-listings .pmd-price-listing-single-table .pmd-price-listing-table .pmd-price-listing-table-body tr .price-eur {
        font-weight: 700; }
    .pmd-price-listings .pmd-price-listing-single-table .pmd-price-listing-table .pmd-price-listing-table-body:last-child tr {
      border-bottom: 1px dashed black; }
  .pmd-price-listings .pmd-price-listing-single-table .table-category-description {
    padding: 0 0.625rem; }
    .pmd-price-listings .pmd-price-listing-single-table .table-category-description p {
      font-size: 14px;
      font-weight: 400; }

.pmd-ressourcen-listings h3 {
  font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: black; }

.pmd-ressourcen-listings .pmd-ressourcen-listing-table .pmd-ressourcen-listing-table-head {
  border: none;
  background: inherit; }
  .pmd-ressourcen-listings .pmd-ressourcen-listing-table .pmd-ressourcen-listing-table-head tr th img {
    max-width: 40px;
    padding-right: 10px; }

.pmd-ressourcen-listings .pmd-ressourcen-listing-table .pmd-ressourcen-listing-table-body {
  border: none;
  background: inherit; }
  .pmd-ressourcen-listings .pmd-ressourcen-listing-table .pmd-ressourcen-listing-table-body tr {
    border-top: 1px dashed black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    background: inherit; }
    .pmd-ressourcen-listings .pmd-ressourcen-listing-table .pmd-ressourcen-listing-table-body tr .pdf-download-contents {
      text-align: right; }
      .pmd-ressourcen-listings .pmd-ressourcen-listing-table .pmd-ressourcen-listing-table-body tr .pdf-download-contents a {
        color: #d8232a;
        font-weight: 700;
        font-family: "Forme-Grotesque-Pro-Medium", sans-serif; }
        .pmd-ressourcen-listings .pmd-ressourcen-listing-table .pmd-ressourcen-listing-table-body tr .pdf-download-contents a:hover {
          text-decoration: underline; }
      .pmd-ressourcen-listings .pmd-ressourcen-listing-table .pmd-ressourcen-listing-table-body tr .pdf-download-contents svg {
        max-width: 35px; }
  .pmd-ressourcen-listings .pmd-ressourcen-listing-table .pmd-ressourcen-listing-table-body:last-child tr {
    border-bottom: 1px dashed black; }

.search-results .search-categories {
  margin: 30px 0; }
  .search-results .search-categories .category-tab-link {
    color: black;
    font-size: 30px;
    padding: 10px 30px;
    font-weight: 500; }
    .search-results .search-categories .category-tab-link.underline {
      border-bottom: 5px solid #d8232a; }
    .search-results .search-categories .category-tab-link.active {
      border-bottom: 5px solid #d8232a; }

.search-all-results-fluid-container {
  background: #F4F4F4; }
  .search-all-results-fluid-container .search-all-results-grid-container .search-all-results-grid-x .search-all-results .results-grid-container .results-grid-x .search-result-container.icon-arrow-right {
    text-align: right;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .search-all-results-fluid-container .search-all-results-grid-container .search-all-results-grid-x .search-all-results .results-grid-container .results-grid-x .search-result-container.icon-left {
    text-align: left;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .search-all-results-fluid-container .search-all-results-grid-container .search-all-results-grid-x .search-all-results .results-grid-container .results-grid-x .title-and-text a h3 {
    color: black; }
  .search-all-results-fluid-container .search-all-results-grid-container .search-all-results-grid-x .search-all-results .results-grid-container .results-grid-x .border {
    border-bottom: 1px solid black; }

.pmd-sidebar-image-layout {
  padding: 0 10px;
  width: 100%;
  overflow: hidden; }
  .pmd-sidebar-image-layout .pmd-sidebar-image-layout-contents {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 50%;
    width: 100%;
    transition: all 0.5s ease; }
    .pmd-sidebar-image-layout .pmd-sidebar-image-layout-contents:hover {
      opacity: 0.9; }

@media screen and (max-width: 39.9375em) {
  .pmd-sidebar-infobox {
    padding: 0 10px; } }

.pmd-sidebar-infobox .pmd-sidebar-infobox-contents {
  background: #EFEDE3;
  border-bottom: 1px dashed white;
  padding: 15px; }
  .pmd-sidebar-infobox .pmd-sidebar-infobox-contents h1, .pmd-sidebar-infobox .pmd-sidebar-infobox-contents h2, .pmd-sidebar-infobox .pmd-sidebar-infobox-contents h3, .pmd-sidebar-infobox .pmd-sidebar-infobox-contents h4, .pmd-sidebar-infobox .pmd-sidebar-infobox-contents h5, .pmd-sidebar-infobox .pmd-sidebar-infobox-contents h6 {
    font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700; }
  .pmd-sidebar-infobox .pmd-sidebar-infobox-contents p {
    font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 10px 0; }
  .pmd-sidebar-infobox .pmd-sidebar-infobox-contents ol, .pmd-sidebar-infobox .pmd-sidebar-infobox-contents ul {
    margin-bottom: 0; }
    .pmd-sidebar-infobox .pmd-sidebar-infobox-contents ol li, .pmd-sidebar-infobox .pmd-sidebar-infobox-contents ul li {
      line-height: 1.3; }

.pmd-sidebar-infobox a {
  color: #d8232a;
  font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
  font-size: 16px; }

.pmd-sidebar-infobox:last-child .pmd-sidebar-infobox-contents {
  border-bottom: none; }

.container-sps-logos {
  padding: 50px 0; }
  .container-sps-logos .grid-sps-logos {
    -ms-flex-pack: center;
        justify-content: center; }
    .container-sps-logos .grid-sps-logos .sps-box {
      background: #f4f4f4;
      position: relative;
      height: 140px !important; }
      .container-sps-logos .grid-sps-logos .sps-box img {
        position: absolute;
        bottom: 10px;
        right: 10px;
        top: 10px;
        left: 10px;
        margin: auto;
        max-width: 90%;
        max-height: 90%; }
      .container-sps-logos .grid-sps-logos .sps-box .link-arrow {
        position: absolute;
        bottom: 0;
        right: 5px; }
        .container-sps-logos .grid-sps-logos .sps-box .link-arrow svg {
          background: inherit;
          width: 30px;
          height: 30px;
          padding: 9px 7px;
          border-radius: 100%;
          transition: 0.2s ease-out; }
          .container-sps-logos .grid-sps-logos .sps-box .link-arrow svg:hover {
            background: #eae8e5; }

.swiper-sponsors-grid-container {
  padding: 100px 0; }
  .swiper-sponsors-grid-container .swiper-sps-grid-x .swiper-sps .swiper-wrapper .sps-box.swiper-slide {
    background: #f4f4f4;
    position: relative;
    height: 140px !important; }
    .swiper-sponsors-grid-container .swiper-sps-grid-x .swiper-sps .swiper-wrapper .sps-box.swiper-slide img {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 90%;
      max-height: 90%;
      right: 0;
      margin: auto;
      bottom: 0;
      display: inline-block; }
    .swiper-sponsors-grid-container .swiper-sps-grid-x .swiper-sps .swiper-wrapper .sps-box.swiper-slide a.link-arrow[href=""] {
      pointer-events: none; }
      .swiper-sponsors-grid-container .swiper-sps-grid-x .swiper-sps .swiper-wrapper .sps-box.swiper-slide a.link-arrow[href=""] svg {
        opacity: 0; }

section.content .pmd-sticky-container {
  display: none;
  padding: 10px;
  background-color: #0e0e0e;
  position: fixed;
  right: -400px;
  top: 130px;
  z-index: 11;
  width: 500px;
  margin-top: 50px;
  transition: 0.25s ease-in-out; }
  @media screen and (min-width: 90em) {
    section.content .pmd-sticky-container {
      display: block; } }
  section.content .pmd-sticky-container p, section.content .pmd-sticky-container span {
    opacity: 1;
    pointer-events: none;
    display: block; }
  section.content .pmd-sticky-container:hover {
    transition: 0.25s ease-in-out;
    right: 0; }
  section.content .pmd-sticky-container .sticky {
    transition: all 0.25s ease-in-out;
    position: relative;
    margin: 0; }
    section.content .pmd-sticky-container .sticky li {
      list-style-type: none;
      color: #efefef;
      height: 70px;
      padding: 0;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
      transition: all 0.25s ease-in-out;
      cursor: pointer; }
      section.content .pmd-sticky-container .sticky li:hover .custom-arrow-right {
        transition: all 0.25s ease-in-out;
        right: 20px; }
      section.content .pmd-sticky-container .sticky li img {
        float: left;
        margin: 5px 25px 5px 15px;
        padding-top: 3px; }
      section.content .pmd-sticky-container .sticky li p {
        color: white;
        padding-top: 10px;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        position: relative; }
        section.content .pmd-sticky-container .sticky li p i {
          border: solid white;
          border-width: 0 2px 2px 0;
          display: inline-block;
          margin-bottom: -10px;
          padding: 6px;
          transform: rotate(-45deg);
          right: 15px;
          position: absolute;
          margin-top: 18px; }
      section.content .pmd-sticky-container .sticky li span {
        padding-bottom: 5px;
        font-size: 16px;
        font-weight: lighter; }
    section.content .pmd-sticky-container .sticky a:last-child li {
      border-bottom: none; }

section.content .pmd-stoerer {
  position: absolute;
  left: 5%;
  bottom: -35px;
  width: 100px;
  height: 100px;
  z-index: 100;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  transform: rotate(-15deg); }
  @media print, screen and (min-width: 40em) {
    section.content .pmd-stoerer {
      left: 15%;
      width: 220px;
      height: 220px;
      bottom: 25px; } }
  section.content .pmd-stoerer .pmd-stoerer-inner {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%; }
    section.content .pmd-stoerer .pmd-stoerer-inner .pmd-stoerer-text {
      text-align: center;
      width: 80px;
      padding-left: 20px;
      font-size: 10px;
      font-weight: normal;
      line-height: 1;
      color: white;
      margin-bottom: 5px; }
      @media print, screen and (min-width: 40em) {
        section.content .pmd-stoerer .pmd-stoerer-inner .pmd-stoerer-text {
          font-size: 22px;
          padding-left: 20px;
          width: 200px;
          line-height: 1.4;
          font-weight: bold; } }
    section.content .pmd-stoerer .pmd-stoerer-inner .pmd-stoerer-icon {
      margin-top: 5px;
      width: 20px;
      height: 20px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 50%;
      transform: translateX(-50%); }
      @media print, screen and (min-width: 40em) {
        section.content .pmd-stoerer .pmd-stoerer-inner .pmd-stoerer-icon {
          margin-top: 10px;
          width: 40px;
          height: 40px; } }

.tch-tabs {
  background: #F0F0F0;
  width: 100%;
  height: auto; }
  .tch-tabs .tch-tabs-row .tabs {
    border: none;
    background: #F0F0F0;
    padding: 30px 20px; }
    .tch-tabs .tch-tabs-row .tabs .tabs-title {
      padding: 5px; }
      .tch-tabs .tch-tabs-row .tabs .tabs-title.is-active a {
        background: #4a4a4a; }
      .tch-tabs .tch-tabs-row .tabs .tabs-title a {
        background: #d8232a;
        color: white;
        outline: none;
        font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
        font-weight: 700;
        font-size: 18px;
        border-radius: 3px;
        padding: 0.95rem 1.5rem; }
    .tch-tabs .tch-tabs-row .tabs .tch-tabs-title, .tch-tabs .tch-tabs-row .tabs .sektor-filter-name {
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 5px; }
      .tch-tabs .tch-tabs-row .tabs .tch-tabs-title.is-active a, .tch-tabs .tch-tabs-row .tabs .sektor-filter-name.is-active a {
        background: #4a4a4a; }
      .tch-tabs .tch-tabs-row .tabs .tch-tabs-title a, .tch-tabs .tch-tabs-row .tabs .sektor-filter-name a {
        background: #d8232a;
        color: white;
        outline: none;
        font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
        font-weight: 700;
        font-size: 18px;
        border-radius: 3px;
        padding: 0.95rem 1.5rem; }
  .tch-tabs .tch-tabs-row .tch-tabs-ul-exponate {
    padding: 50px 0 25px 0; }
  .tch-tabs:after {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    border-style: solid;
    border-width: 40px 35.5px 0 35.5px;
    border-color: #f0f0f0 transparent transparent transparent;
    content: " "; }

.pmd-team-members {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 0; }
  .pmd-team-members .pmd-members-cell .pmd-member-tabs {
    background: #F0F0F0;
    width: 100%;
    height: auto; }
    .pmd-team-members .pmd-members-cell .pmd-member-tabs .pmd-members-row .tabs {
      border: none;
      background: #F0F0F0;
      padding: 30px 20px; }
      .pmd-team-members .pmd-members-cell .pmd-member-tabs .pmd-members-row .tabs .tabs-title {
        padding: 5px; }
        .pmd-team-members .pmd-members-cell .pmd-member-tabs .pmd-members-row .tabs .tabs-title.is-active a {
          background: #4a4a4a; }
        .pmd-team-members .pmd-members-cell .pmd-member-tabs .pmd-members-row .tabs .tabs-title a {
          background: #d8232a;
          color: white;
          outline: none;
          font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
          font-weight: 700;
          font-size: 18px;
          border-radius: 3px;
          padding: 0.95rem 1.5rem; }
    .pmd-team-members .pmd-members-cell .pmd-member-tabs:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      border-style: solid;
      border-width: 40px 35.5px 0 35.5px;
      border-color: #f0f0f0 transparent transparent transparent;
      content: " "; }
  .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content {
    padding: 50px 0;
    border: none;
    width: 100%;
    position: relative;
    height: 100%; }
    .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel {
      padding: 20px 0;
      float: left; }
      .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-image-container {
        position: relative;
        height: 180px;
        width: 100%; }
        .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-image-container .pmd-team-member-image {
          position: absolute;
          right: 0;
          left: 0;
          margin: auto;
          height: 180px;
          width: 180px;
          background-position: center top;
          background-size: cover;
          background-repeat: no-repeat;
          border-radius: 100%; }
      .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents {
        padding: 15px 0; }
        .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents p {
          color: black;
          font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
          font-size: 18px;
          margin: 0; }
          .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents p.name {
            font-weight: 700; }
        .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents .team-member-info-block-row .team-member-info-block-column .team-member-info-dropdown-button {
          transition: 0.5s ease-out;
          color: rgba(186, 35, 42, 0.87); }
          .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents .team-member-info-block-row .team-member-info-block-column .team-member-info-dropdown-button .icon-plus svg, .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents .team-member-info-block-row .team-member-info-block-column .team-member-info-dropdown-button .icon-minus svg {
            width: 10px !important;
            height: 10px !important; }
          .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents .team-member-info-block-row .team-member-info-block-column .team-member-info-dropdown-button .icon-minus {
            display: none; }
          .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents .team-member-info-block-row .team-member-info-block-column .team-member-info-dropdown-button.hover .icon-minus {
            display: inline-block; }
          .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents .team-member-info-block-row .team-member-info-block-column .team-member-info-dropdown-button.hover .icon-plus {
            display: none; }
        .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents .team-member-info-block-row .team-member-info-block-column .team-member-info-dropdown-panel {
          transition: 0.5s ease-out;
          background-color: inherit;
          border: none;
          text-align: left; }
          .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents .team-member-info-block-row .team-member-info-block-column .team-member-info-dropdown-panel .top-info-arrow {
            background: white;
            width: 0;
            height: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            transform: rotate(180deg);
            border-style: solid;
            border-width: 15px 15.5px 0 15.5px;
            border-color: rgba(186, 35, 42, 0.87) transparent transparent transparent;
            clear: both; }
          .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents .team-member-info-block-row .team-member-info-block-column .team-member-info-dropdown-panel .inside-row {
            background: rgba(186, 35, 42, 0.87);
            padding: 1rem 0.5rem;
            margin-top: -1px; }
            .pmd-team-members .pmd-members-cell .pmd-tabs-content-row .tabs-content .tabs-panel .pmd-single-panel .pmd-team-member-contents .team-member-info-block-row .team-member-info-block-column .team-member-info-dropdown-panel .inside-row .inside-column p {
              color: white;
              font-size: 14px;
              font-weight: 300; }

.show-if-single-category {
  display: block !important; }

.grid-container-page-template-sektoren .ts-stockwerk-number {
  text-align: right; }
  .grid-container-page-template-sektoren .ts-stockwerk-number h2 {
    font-size: 180px;
    color: #d8232a;
    font-style: normal;
    font-stretch: normal;
    font-weight: 300;
    text-align: left;
    position: relative;
    left: -8px; }
  @media print, screen and (min-width: 64em) {
    .grid-container-page-template-sektoren .ts-stockwerk-number {
      position: absolute; }
      .grid-container-page-template-sektoren .ts-stockwerk-number h2 {
        left: 0;
        margin-top: -80px; } }

.grid-container-page-template-sektoren .grid-x-page-template-sektoren {
  margin-bottom: 100px;
  position: relative; }
  .grid-container-page-template-sektoren .grid-x-page-template-sektoren .template-sektoren-box-contents .ts-icon {
    text-align: left; }
    @media print, screen and (min-width: 64em) {
      .grid-container-page-template-sektoren .grid-x-page-template-sektoren .template-sektoren-box-contents .ts-icon {
        text-align: center; } }
    .grid-container-page-template-sektoren .grid-x-page-template-sektoren .template-sektoren-box-contents .ts-icon img {
      padding-right: 10px;
      padding-bottom: 10px;
      width: 50px;
      height: 50px; }
      @media print, screen and (min-width: 40em) {
        .grid-container-page-template-sektoren .grid-x-page-template-sektoren .template-sektoren-box-contents .ts-icon img {
          padding-right: 0;
          padding-bottom: 0; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .grid-container-page-template-sektoren .grid-x-page-template-sektoren .template-sektoren-box-contents .ts-content {
      padding-left: 10px; } }
  .grid-container-page-template-sektoren .grid-x-page-template-sektoren .template-sektoren-box-contents .ts-content .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2; }
  .grid-container-page-template-sektoren .grid-x-page-template-sektoren .template-sektoren-box-contents .ts-content p {
    margin-bottom: 0; }
  .grid-container-page-template-sektoren .grid-x-page-template-sektoren .template-sektoren-box-contents .ts-content .link {
    color: #d8232a;
    text-decoration: underline; }
    .grid-container-page-template-sektoren .grid-x-page-template-sektoren .template-sektoren-box-contents .ts-content .link:hover {
      color: #d8232a; }

.timeline .timeline-item::after, .timeline .timeline-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%; }

.timeline {
  margin: 30px auto;
  padding: 0 10px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%; }
  .timeline::before {
    background: #F0F0F0;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 3px; }
  .timeline::after {
    clear: both;
    content: '';
    display: table;
    width: 100%; }
  .timeline a {
    color: #fff;
    font-weight: bold;
    transition: all 0.25s ease-in; }
    .timeline a:hover {
      box-shadow: 0 1px 0px 0px #fff;
      transition: all 0.25s ease-in; }
  .timeline .timeline-item {
    margin-bottom: 50px;
    position: relative; }
    .timeline .timeline-item .timeline-icon {
      background: #F0F0F0;
      border-radius: 50%;
      height: 100px;
      padding: 20px 0;
      text-align: center;
      left: 50%;
      transform: translateX(-50%);
      overflow: hidden;
      position: absolute;
      top: 25%;
      width: 100px; }
      @media screen and (max-width: 63.9375em) {
        .timeline .timeline-item .timeline-icon {
          top: 0; } }
      .timeline .timeline-item .timeline-icon span {
        font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
        font-size: 30px;
        position: absolute;
        padding: 5px 0;
        left: 0;
        right: 0;
        /* margin: auto; */ }
    .timeline .timeline-item .timeline-content {
      padding: 20px;
      text-align: right;
      transition: all 0.25s ease-in;
      width: 45%;
      background: #fff;
      border-radius: 0; }
      @media screen and (max-width: 63.9375em) {
        .timeline .timeline-item .timeline-content {
          float: right;
          text-align: left;
          width: 100%;
          padding-top: 150px; }
          .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
            border-left: 0;
            border-right: 7px solid #F0F0F0;
            left: 10%;
            margin-left: -6px; } }
      .timeline .timeline-item .timeline-content p {
        font-size: 16px;
        line-height: 1.4;
        color: black;
        margin-bottom: 0;
        font-family: "Forme-Grotesque-Pro-Medium", sans-serif; }
      .timeline .timeline-item .timeline-content .timeline-image {
        height: 285px;
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center; }
      .timeline .timeline-item .timeline-content .timeline-content-date {
        padding-top: 10px;
        font-weight: bold;
        margin-bottom: 0; }
      .timeline .timeline-item .timeline-content .timeline-content-month {
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: 400; }
    .timeline .timeline-item:nth-child(odd) .timeline-content {
      float: left;
      text-align: left; }
    .timeline .timeline-item:nth-child(even) .timeline-content {
      float: right;
      text-align: left; }
      @media screen and (max-width: 63.9375em) {
        .timeline .timeline-item:nth-child(even) .timeline-content {
          float: left; } }

.timeline-loading {
  padding: 10px 0 20px 1px; }

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

.pmd-title-text h3 {
  font-family: "Forme-Grotesque-Pro-Medium", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: black; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
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-bg,.fancybox-inner,.fancybox-outer,.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(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{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;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--current,.fancybox-slide--next,.fancybox-slide--previous{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(.5,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;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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .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-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.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}.fancybox-button{background:rgba(30,30,30,.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:link,.fancybox-button:visited{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}.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--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.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}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);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)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.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}.fancybox-loading{animation:a 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 a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.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:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.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(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.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:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (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:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.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}.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;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:link,.fancybox-share__button:visited{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;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;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,.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,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);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 .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
