@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=85.375em&xxlarge=105em&xxxlarge=120em"; }

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

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

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

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

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

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

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

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

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

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

.row {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 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 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.3333333333%; }

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

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

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

.small-2 {
  width: 16.6666666667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.3333333333%; }

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

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

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

.small-5 {
  width: 41.6666666667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.3333333333%; }

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

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

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

.small-8 {
  width: 66.6666666667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.3333333333%; }

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

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

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

.small-11 {
  width: 91.6666666667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .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 {
  width: 50%;
  float: left; }
  .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 {
  width: 33.3333333333%;
  float: left; }
  .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 {
  width: 25%;
  float: left; }
  .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 {
  width: 20%;
  float: left; }
  .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 {
  width: 16.6666666667%;
  float: left; }
  .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 {
  width: 14.2857142857%;
  float: left; }
  .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 {
  width: 12.5%;
  float: left; }
  .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-left: 0;
  padding-right: 0; }

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .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 {
    width: 50%;
    float: left; }
    .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 {
    width: 33.3333333333%;
    float: left; }
    .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 {
    width: 25%;
    float: left; }
    .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 {
    width: 20%;
    float: left; }
    .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 {
    width: 16.6666666667%;
    float: left; }
    .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 {
    width: 14.2857142857%;
    float: left; }
    .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 {
    width: 12.5%;
    float: left; }
    .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-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .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 {
    width: 50%;
    float: left; }
    .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 {
    width: 33.3333333333%;
    float: left; }
    .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 {
    width: 25%;
    float: left; }
    .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 {
    width: 20%;
    float: left; }
    .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 {
    width: 16.6666666667%;
    float: left; }
    .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 {
    width: 14.2857142857%;
    float: left; }
    .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 {
    width: 12.5%;
    float: left; }
    .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-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 85.375em) {
  .xlarge-1 {
    width: 8.3333333333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.6666666667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xlarge-4 {
    width: 33.3333333333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.6666666667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xlarge-7 {
    width: 58.3333333333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.6666666667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xlarge-10 {
    width: 83.3333333333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.6666666667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 105em) {
  .xxlarge-1 {
    width: 8.3333333333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.6666666667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xxlarge-4 {
    width: 33.3333333333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.6666666667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xxlarge-7 {
    width: 58.3333333333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.6666666667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xxlarge-10 {
    width: 83.3333333333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.6666666667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 120em) {
  .xxxlarge-1 {
    width: 8.3333333333%; }
  .xxxlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .xxxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .xxxlarge-offset-0 {
    margin-left: 0%; }
  .xxxlarge-2 {
    width: 16.6666666667%; }
  .xxxlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .xxxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .xxxlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xxxlarge-3 {
    width: 25%; }
  .xxxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxxlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xxxlarge-4 {
    width: 33.3333333333%; }
  .xxxlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .xxxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .xxxlarge-offset-3 {
    margin-left: 25%; }
  .xxxlarge-5 {
    width: 41.6666666667%; }
  .xxxlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .xxxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .xxxlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xxxlarge-6 {
    width: 50%; }
  .xxxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxxlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xxxlarge-7 {
    width: 58.3333333333%; }
  .xxxlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .xxxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .xxxlarge-offset-6 {
    margin-left: 50%; }
  .xxxlarge-8 {
    width: 66.6666666667%; }
  .xxxlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .xxxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .xxxlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xxxlarge-9 {
    width: 75%; }
  .xxxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxxlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xxxlarge-10 {
    width: 83.3333333333%; }
  .xxxlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .xxxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .xxxlarge-offset-9 {
    margin-left: 75%; }
  .xxxlarge-11 {
    width: 91.6666666667%; }
  .xxxlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .xxxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .xxxlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xxxlarge-12 {
    width: 100%; }
  .xxxlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxxlarge-up-1 > .column:nth-of-type(1n), .xxxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-1 > .column:nth-of-type(1n+1), .xxxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxxlarge-up-1 > .column:last-child, .xxxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxxlarge-up-2 > .column:nth-of-type(1n), .xxxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-2 > .column:nth-of-type(2n+1), .xxxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxxlarge-up-2 > .column:last-child, .xxxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .xxxlarge-up-3 > .column:nth-of-type(1n), .xxxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-3 > .column:nth-of-type(3n+1), .xxxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxxlarge-up-3 > .column:last-child, .xxxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxxlarge-up-4 > .column:nth-of-type(1n), .xxxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-4 > .column:nth-of-type(4n+1), .xxxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxxlarge-up-4 > .column:last-child, .xxxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxxlarge-up-5 > .column:nth-of-type(1n), .xxxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-5 > .column:nth-of-type(5n+1), .xxxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxxlarge-up-5 > .column:last-child, .xxxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .xxxlarge-up-6 > .column:nth-of-type(1n), .xxxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-6 > .column:nth-of-type(6n+1), .xxxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxxlarge-up-6 > .column:last-child, .xxxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .xxxlarge-up-7 > .column:nth-of-type(1n), .xxxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-7 > .column:nth-of-type(7n+1), .xxxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxxlarge-up-7 > .column:last-child, .xxxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxxlarge-up-8 > .column:nth-of-type(1n), .xxxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-8 > .column:nth-of-type(8n+1), .xxxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxxlarge-up-8 > .column:last-child, .xxxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xxxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxxlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xxxlarge-centered, .xxxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxxlarge-uncentered,
  .xxxlarge-push-0,
  .xxxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

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

p {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 1rem;
  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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TheSans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #660000;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cccccc;
    line-height: 0; }

h1 {
  font-size: 7.5rem; }

h2 {
  font-size: 3.125rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.375rem; }

h5 {
  font-size: 2.1875rem; }

h6 {
  font-size: 1rem; }

p {
  font-size: 1.125rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 15.625rem; }
  h2 {
    font-size: 4.375rem; }
  h3 {
    font-size: 1.5625rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 2.8125rem; }
  h6 {
    font-size: 1.125rem; }
  p {
    font-size: 1.125rem; } }

@media screen and (min-width: 64em) {
  h1 {
    font-size: 21.875rem; }
  h2 {
    font-size: 4.375rem; }
  h3 {
    font-size: 1.5625rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 2.8125rem; }
  h6 {
    font-size: 1.125rem; }
  p {
    font-size: 1.125rem; } }

@media screen and (min-width: 85.375em) {
  h1 {
    font-size: 21.875rem; }
  h2 {
    font-size: 4.375rem; }
  h3 {
    font-size: 1.5625rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 2.8125rem; }
  h6 {
    font-size: 1.125rem; }
  p {
    font-size: 1.125rem; } }

@media screen and (min-width: 105em) {
  h1 {
    font-size: 31.25rem; }
  h2 {
    font-size: 5rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 2.8125rem; }
  h6 {
    font-size: 1.125rem; }
  p {
    font-size: 1.125rem; } }

a {
  color: #660000;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #580000; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

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;
  border-left: 0; }
  blockquote, blockquote p {
    line-height: 1.5;
    color: #660000; }

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

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

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

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

.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; }

.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 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 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; } }

@media screen and (min-width: 85.375em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 105em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 120em) {
  .xxxlarge-text-left {
    text-align: left; }
  .xxxlarge-text-right {
    text-align: right; }
  .xxxlarge-text-center {
    text-align: center; }
  .xxxlarge-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !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; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 0 0;
  font-size: 1.125rem;
  background-color: #660000;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #660000;
    color: #ffffff; }
  .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-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #660000;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #520000;
      color: #ffffff; }
  .button.secondary {
    background-color: #ff0000;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #cc0000;
      color: #ffffff; }
  .button.success {
    background-color: #3adb76;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button.warning {
    background-color: #ffae00;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button.alert {
    background-color: #ec5840;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #660000;
    color: #660000; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #330000;
      color: #330000; }
    .button.hollow.primary {
      border: 1px solid #660000;
      color: #660000; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #330000;
        color: #330000; }
    .button.hollow.secondary {
      border: 1px solid #ff0000;
      color: #ff0000; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: maroon;
        color: maroon; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #660000;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #660000;
        color: #ffffff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #ff0000;
        color: #ffffff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #ffffff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #ffffff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #ffffff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.accordion {
  list-style-type: none;
  background: transparent;
  margin-left: 0; }

.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 {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #660000;
  position: relative;
  border: 0;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #eeeeee; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: "\2013"; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 0;
  border-bottom: 0;
  background-color: transparent;
  color: #660000; }
  :last-child > .accordion-content:last-child {
    border-bottom: 0; }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0;
  border-radius: 0;
  position: relative;
  color: #ffffff;
  background-color: #660000; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #660000; }
  .callout.secondary {
    background-color: red; }
  .callout.success {
    background-color: #3adb76; }
  .callout.warning {
    background-color: #ffae00; }
  .callout.alert {
    background-color: #ec5840; }
  .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;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 85.375em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 105em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 120em) {
    .menu.xxxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #660000; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

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

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

.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 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 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: 85.3125em) {
  .hide-for-large-only {
    display: none !important; } }

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

@media screen and (min-width: 85.375em) {
  .hide-for-xlarge {
    display: none !important; } }

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

@media screen and (min-width: 85.375em) and (max-width: 104.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

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

@media screen and (min-width: 105em) {
  .hide-for-xxlarge {
    display: none !important; } }

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

@media screen and (min-width: 105em) and (max-width: 119.9375em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

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

@media screen and (min-width: 120em) {
  .hide-for-xxxlarge {
    display: none !important; } }

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

@media screen and (min-width: 120em) {
  .hide-for-xxxlarge-only {
    display: none !important; } }

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.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-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.ct-label {
  fill: #660000;
  color: #660000;
  font-size: 1.5625rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: #cccccc;
  stroke-width: 1px;
  stroke-dasharray: 0; }

.ct-grid-background {
  fill: none; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 2px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #660000; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #660000; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #ff0000; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #ff0000; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #FF9900; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #FF9900; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #cccccc; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #cccccc; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

@font-face {
  font-family: "TheSans";
  src: url("/dam/jcr:86e9b751-c33c-4042-a406-cff2f4aab32e/TheSansB4-4_SemiLight.woff2") format("woff2"), url("/dam/jcr:7319f2b9-b2f2-42b9-ab9b-3928601613b3/TheSansB4-4_SemiLight.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "TheSans";
  src: url("/dam/jcr:dcdfafc0-da60-40a6-a6d9-9052ee1873bd/TheSansB4-7_Bold.woff2") format("woff2"), url("/dam/jcr:409ccb33-e878-4b08-b759-e49997f2dead/TheSansB4-7_Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

body {
  -webkit-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1, "ss11" 1;
          font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1, "ss11" 1; }

.section__title {
  text-transform: uppercase; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

/* This mixin can be used to set the object-fit:
@include object-fit(contain);
or object-fit and object-position:
@include object-fit(cover, top); */
img {
  -ms-interpolation-mode: bicubic; }

.accordion {
  text-align: left;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .accordion {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .accordion:last-child:not(:first-child) {
    float: right; }

.accordion--nopadding {
  padding: 0; }

.accordion-item.is-active .accordion-title {
  border-bottom: 0; }

.accordion-title {
  font-weight: bold;
  font-size: 1.375rem;
  border-bottom: 1px solid #cccccc; }
  @media screen and (min-width: 40em) {
    .accordion-title {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 64em) {
    .accordion-title {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 85.375em) {
    .accordion-title {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 105em) {
    .accordion-title {
      font-size: 1.75rem; } }

.accordion-title:before {
  font-size: 3rem;
  font-weight: normal;
  top: 25%; }

.accordion-content--scroll {
  overflow-x: scroll; }

.table {
  max-width: none; }

.table + button {
  margin: 2rem 0; }

@media screen and (min-width: 64em) {
  .table {
    width: 100%;
    max-width: 100%; } }

.article .accordion-content {
  padding: 0; }

.arrow {
  border: solid #ff0000;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 1rem; }

.arrow--hero {
  padding: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

@media screen and (min-width: 40em) {
  .arrow--hero {
    padding: 2rem; }
  .arrow {
    border-width: 0 0.3rem 0.3rem 0; } }

.button {
  text-transform: uppercase;
  font-weight: bold;
  border: 3px solid #660000;
  background-color: transparent;
  color: #660000; }
  @media screen and (min-width: 64em) {
    .button {
      font-size: 1.25rem; } }

.button--cross::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "Material Icons";
  content: "\E5CD";
  vertical-align: middle;
  position: relative;
  top: -1px; }

.button--big {
  text-transform: none; }

.button--red {
  color: #ff0000;
  border-color: #ff0000; }
  .button--red:hover {
    background-color: #ff0000; }

.button--download {
  text-transform: none; }

.button--download::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "Material Icons";
  content: "\E2C4";
  vertical-align: middle;
  font-size: 2rem; }

.button--video {
  display: inherit;
  position: relative; }
  .button--video:hover {
    color: #ff0000; }

@media screen and (min-width: 40em) {
  .button--big {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.2;
    padding: 1.5rem 2rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .button--big {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 40em) and (min-width: 64em) {
    .button--big {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 40em) and (min-width: 85.375em) {
    .button--big {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 40em) and (min-width: 105em) {
    .button--big {
      font-size: 1.75rem; } }

@media screen and (min-width: 40em) {
  .button--download::before {
    margin-right: 10px;
    font-size: 3rem; } }

.ct-minor-sixth > svg {
  overflow: show; }

.ct-label,
.ct-label-point {
  font-weight: bold;
  font-size: 1.375rem; }
  @media screen and (min-width: 40em) {
    .ct-label,
    .ct-label-point {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 64em) {
    .ct-label,
    .ct-label-point {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 85.375em) {
    .ct-label,
    .ct-label-point {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 105em) {
    .ct-label,
    .ct-label-point {
      font-size: 1.5625rem; } }

.ct-series-a .ct-label-point {
  fill: #ff0000; }

.ct-series-b .ct-label-point {
  fill: #ff0000; }

.ct-legend {
  position: relative;
  z-index: 10;
  list-style-type: none;
  margin: 0;
  display: block;
  font-weight: bold;
  text-align: left; }
  .ct-legend li {
    position: relative;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 20px;
    display: block;
    font-size: 1.125rem; }
  .ct-legend li:before {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: -2px;
    content: '';
    border: 3px solid transparent;
    border-radius: 50%; }
  .ct-legend li.inactive:before {
    background: transparent; }
  .ct-legend .ct-series-0:before {
    background-color: #660000;
    border-color: #660000; }
  .ct-legend .ct-series-1:before {
    background-color: #ff0000;
    border-color: #ff0000; }
  .ct-legend .ct-series-2:before {
    background-color: #FF9900;
    border-color: #FF9900; }
  .ct-legend .ct-series-3:before {
    background-color: #cccccc;
    border-color: #cccccc; }
  .ct-legend .ct-series-4:before {
    background-color: #453d3f;
    border-color: #453d3f; }
  .ct-legend .ct-series-5:before {
    background-color: #59922b;
    border-color: #59922b; }
  .ct-legend .ct-series-6:before {
    background-color: #0544d3;
    border-color: #0544d3; }
  .ct-legend .ct-series-7:before {
    background-color: #6b0392;
    border-color: #6b0392; }
  .ct-legend .ct-series-8:before {
    background-color: #f05b4f;
    border-color: #f05b4f; }
  .ct-legend .ct-series-9:before {
    background-color: #dda458;
    border-color: #dda458; }
  .ct-legend .ct-series-10:before {
    background-color: #eacf7d;
    border-color: #eacf7d; }
  .ct-legend .ct-series-11:before {
    background-color: #86797d;
    border-color: #86797d; }
  .ct-legend .ct-series-12:before {
    background-color: #b2c326;
    border-color: #b2c326; }
  .ct-legend .ct-series-13:before {
    background-color: #6188e2;
    border-color: #6188e2; }
  .ct-legend .ct-series-14:before {
    background-color: #a748ca;
    border-color: #a748ca; }

.ct-legend li {
  margin-right: 1rem; }

#linechart1 .ct-line {
  stroke-width: 0.1875rem;
  stroke: #ff0000; }

#linechart1 .ct-point {
  stroke-width: 0.9375rem;
  stroke: #ff0000; }

#linechart1-legend {
  margin-top: 3rem; }
  #linechart1-legend .ct-legend {
    text-align: center; }
    #linechart1-legend .ct-legend li {
      cursor: pointer;
      display: inline-block; }

#piechart1-legend {
  margin-top: 2rem; }

#piechart1 .ct-slice-donut {
  stroke-width: 1rem !important; }

#piechart1 .ct-label {
  font-size: 1.8rem; }

#piechart1 .ct-label:nth-child(1) {
  fill: #660000; }

#piechart1 .ct-label:nth-child(2) {
  fill: #ff0000; }

#piechart1 .ct-label:nth-child(3) {
  fill: #FF9900; }

#piechart1 .ct-label:nth-child(4) {
  fill: #cccccc; }

@media screen and (min-width: 40em) {
  #linechart1 .ct-line {
    stroke-width: 0.25rem; }
  #linechart1 .ct-point {
    stroke-width: 1.5625rem; }
  #linechart1-legend {
    margin-top: 5rem; }
  #piechart1-legend {
    margin-top: 3rem; }
  #linechart1-legend .ct-legend,
  #piechart1-legend .ct-legend {
    text-align: center; }
    #linechart1-legend .ct-legend li,
    #piechart1-legend .ct-legend li {
      display: inline-block;
      margin-right: 1rem; }
  #piechart1 .ct-label {
    font-size: 2rem; } }

@media screen and (min-width: 64em) {
  #linechart1-legend {
    margin-top: 6rem; }
  #piechart1 .ct-slice-donut {
    stroke-width: 1.5rem !important; }
  #piechart1 .ct-label {
    font-size: 3rem; } }

@media screen and (min-width: 105em) {
  #piechart1 .ct-slice-donut {
    stroke-width: 2rem !important; }
  #piechart1 .ct-label {
    font-size: 3.5rem; }
  #piechart1-legend {
    padding: 0 4rem; } }

.callout-title {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.375rem; }
  @media screen and (min-width: 40em) {
    .callout-title {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 64em) {
    .callout-title {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 85.375em) {
    .callout-title {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 105em) {
    .callout-title {
      font-size: 1.75rem; } }

.divider {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding: 3rem 0.625rem 0; }
  .divider::before, .divider::after {
    content: ' ';
    display: table; }
  .divider::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .divider {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .divider:last-child:not(:first-child) {
    float: right; }
  .divider, .divider:last-child {
    float: none; }

.divider__border {
  border-top: 1px solid #cccccc; }

.divider:last-child {
  display: none; }

.divider--both {
  padding: 3rem 0.625rem 3rem; }

.divider--charts {
  padding: 3rem 0.625rem 3rem; }

@media screen and (min-width: 40em) {
  .divider {
    max-width: 40rem;
    padding-top: 4rem; }
  .divider--both {
    padding: 4rem 0; }
  .divider--charts {
    padding: 4rem 0.625rem 4rem; } }

@media screen and (min-width: 64em) {
  .divider {
    max-width: 56.25rem; }
  .divider--charts {
    padding: 6rem 0.625rem 6rem; } }

@media screen and (min-width: 85.375em) {
  .divider {
    max-width: 56.25rem; } }

@media screen and (min-width: 105em) {
  .divider {
    max-width: 78.125rem; } }

/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT

----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  transition: background 0.1s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 11.5px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
  border-radius: 0; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  content: "";
  border-radius: 0; }

.c-hamburger span::before {
  top: -8px; }

.c-hamburger span::after {
  bottom: -8px; }

/**
 * Style 1
 *
 * Rotating hamburger icon (rot), that simply rotates 90 degrees when activated.
 * Nothing too fancy, simple transition.
 */
.c-hamburger--rot {
  background-color: #28aadc; }

.c-hamburger--rot span {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s; }

/* active state, i.e. menu open */
.c-hamburger--rot.is-active {
  background-color: #166888; }

.c-hamburger--rot.is-active span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: transparent; }

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.1s;
  transition: background 0s 0.1s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.1s, 0.1s;
          transition-duration: 0.1s, 0.1s;
  -webkit-transition-delay: 0.1s, 0s;
          transition-delay: 0.1s, 0s; }

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform; }

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.1s;
          transition-delay: 0s, 0.1s; }

/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
.c-hamburger--htla {
  background-color: #32dc64; }

.c-hamburger--htla span {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s; }

.c-hamburger--htla span::before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: width 0.1s, top 0.1s, -webkit-transform 0.1s;
  transition: width 0.1s, top 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, width 0.1s, top 0.1s;
  transition: transform 0.1s, width 0.1s, top 0.1s, -webkit-transform 0.1s; }

.c-hamburger--htla span::after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: width 0.1s, bottom 0.1s, -webkit-transform 0.1s;
  transition: width 0.1s, bottom 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, width 0.1s, bottom 0.1s;
  transition: transform 0.1s, width 0.1s, bottom 0.1s, -webkit-transform 0.1s; }

/* active state, i.e. menu open */
.c-hamburger--htla.is-active {
  background-color: #19903c; }

.c-hamburger--htla.is-active span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%; }

.c-hamburger--htla.is-active span::before {
  top: 0;
  -webkit-transform: translateX(14.5px) translateY(1px) rotate(45deg);
          transform: translateX(14.5px) translateY(1px) rotate(45deg); }

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(14.5px) translateY(-1px) rotate(-45deg);
          transform: translateX(14.5px) translateY(-1px) rotate(-45deg); }

/**
 * Style 4
 *
 * Hamburger to right-arrow (htra). Hamburger menu transforms to a
 * right-pointing arrow. Usually indicates an off canvas menu sliding in from
 * right that will be close on re-click of the icon.
 */
.c-hamburger--htra {
  background-color: #ff9650; }

.c-hamburger--htra span {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s; }

.c-hamburger--htra span::before {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: width 0.1s, top 0.1s, -webkit-transform 0.1s;
  transition: width 0.1s, top 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, width 0.1s, top 0.1s;
  transition: transform 0.1s, width 0.1s, top 0.1s, -webkit-transform 0.1s; }

.c-hamburger--htra span::after {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: width 0.1s, bottom 0.1s, -webkit-transform 0.1s;
  transition: width 0.1s, bottom 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, width 0.1s, bottom 0.1s;
  transition: transform 0.1s, width 0.1s, bottom 0.1s, -webkit-transform 0.1s; }

/* active state, i.e. menu open */
.c-hamburger--htra.is-active {
  background-color: #e95d00; }

.c-hamburger--htra.is-active span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%; }

.c-hamburger--htra.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-2px) translateY(1px) rotate(-45deg);
          transform: translateX(-2px) translateY(1px) rotate(-45deg); }

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(-2px) translateY(-1px) rotate(45deg);
          transform: translateX(-2px) translateY(-1px) rotate(45deg); }

.logo {
  height: 30px; }

.logo--hero {
  margin-bottom: 1rem; }

@media screen and (min-width: 40em) {
  .logo--hero {
    margin-bottom: 2rem; } }

#navigation {
  position: fixed;
  left: 30px;
  height: 100%;
  z-index: 10; }
  #navigation ul {
    margin: 0;
    list-style: none; }
  #navigation .navigation__bullets {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    position: fixed; }
  #navigation li {
    text-align: left; }
  #navigation a {
    display: inline-block; }
    #navigation a::before, #navigation a::after {
      content: ' ';
      display: table; }
    #navigation a::after {
      clear: both; }
    #navigation a span {
      float: left;
      display: inline-block;
      -webkit-transform: scale(0.7);
              transform: scale(0.7); }
    #navigation a:hover span {
      -webkit-transform: scale(1);
              transform: scale(1); }
    #navigation a:hover .bullet-label {
      opacity: 1; }
    #navigation a.active .bullet,
    #navigation a:hover .bullet {
      background-color: #ff0000; }
  #navigation .bullet {
    width: 20px;
    height: 20px;
    background-color: #660000;
    border-radius: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: background-color 0.5s, -webkit-transform 0.2s;
    transition: background-color 0.5s, -webkit-transform 0.2s;
    transition: transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s, -webkit-transform 0.2s; }
  #navigation .bullet-label {
    color: #ff0000;
    position: relative;
    top: -1px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.3;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
  #navigation .navigation__links {
    position: fixed;
    bottom: 30px;
    text-transform: uppercase;
    font-size: 1.25rem; }
  #navigation .navigation__links li > a {
    padding: 5px 0; }
    #navigation .navigation__links li > a:hover {
      color: #ff0000; }
  #navigation .navigation__links i {
    font-size: 2.2rem;
    width: 35px;
    position: relative; }
  #navigation .navigation__links i.material-icons.file_download {
    left: -3px;
    font-size: 2.6rem;
    top: -1px; }
  #navigation .navigation__links i.material-icons.public {
    color: #660000;
    top: 3px; }
  #navigation .language ul {
    display: inline-block;
    position: relative;
    top: 3px; }
    #navigation .language ul span {
      padding: 0 4px;
      color: #660000; }
  #navigation .navigation__links .language:hover i {
    color: #ff0000; }
  #navigation .language--on {
    display: inline-block;
    padding: 5px 0;
    float: right; }

#navigation-toggle {
  position: fixed;
  z-index: 1000;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: #660000; }
  #navigation-toggle button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@media screen and (max-width: 85.3125em) {
  #navigation {
    position: fixed;
    z-index: 1000;
    left: auto;
    right: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: auto;
    overflow-y: scroll;
    padding: 2rem;
    background-color: #660000;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
    #navigation.open {
      -webkit-transform: scale(1);
              transform: scale(1); }
    #navigation .navigation__bullets {
      position: static;
      -webkit-transform: none;
              transform: none; }
    #navigation .bullet {
      display: none; }
    #navigation a span {
      -webkit-transform: scale(1);
              transform: scale(1); }
    #navigation a.active .bullet-label,
    #navigation a:hover .bullet-label {
      color: #ffffff;
      opacity: 1; }
    #navigation .bullet-label {
      color: #ffffff;
      opacity: 0.6;
      margin-left: auto;
      font-weight: normal;
      font-size: 1.25rem;
      line-height: 1.5; }
    #navigation .navigation__links {
      position: static;
      margin-top: 20px;
      opacity: 0.6; }
    #navigation .navigation__links li > a {
      padding: 5px 0;
      color: #ffffff; }
      #navigation .navigation__links li > a:hover {
        color: #ffffff;
        opacity: 1; }
    #navigation .navigation__links i {
      font-size: 2rem;
      width: 35px;
      color: #ffffff; }
    #navigation .navigation__links i.material-icons.file_download {
      left: -3px;
      font-size: 2.4rem; }
    #navigation .navigation__links i.material-icons.public {
      color: #ffffff;
      top: 2px; }
    #navigation .navigation__links .language:hover i {
      color: #ffffff; }
    #navigation .language ul span {
      color: #ffffff; } }

@media screen and (max-width: 39.9375em) {
  #navigation,
  #navigation-toggle {
    right: 10px;
    top: 10px; } }

@media screen and (max-width: 85.3125em) {
  .no-js #navigation {
    display: none; } }

@media screen and (min-width: 85.375em) {
  .no-js #navigation-toggle {
    display: none; } }

.close-button {
  color: #660000; }
  .close-button:hover {
    color: #ff0000; }

.reveal--video {
  padding: 0;
  overflow: visible;
  background-color: transparent; }
  .reveal--video .close-button {
    position: fixed;
    color: #ffffff; }
    .reveal--video .close-button:hover {
      color: rgba(255, 255, 255, 0.8); }

@media screen and (max-width: 39.9375em) {
  .video-start-stop {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1rem; } }

.owl-carousel-wrapper {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  z-index: auto; }
  .owl-carousel-wrapper::before, .owl-carousel-wrapper::after {
    content: ' ';
    display: table; }
  .owl-carousel-wrapper::after {
    clear: both; }
  @media screen and (min-width: 64em) {
    .owl-carousel-wrapper {
      max-width: 56.25rem;
      margin-left: auto;
      margin-right: auto; }
      .owl-carousel-wrapper::before, .owl-carousel-wrapper::after {
        content: ' ';
        display: table; }
      .owl-carousel-wrapper::after {
        clear: both; } }
  @media screen and (min-width: 105em) {
    .owl-carousel-wrapper {
      max-width: 78.125rem;
      margin-left: auto;
      margin-right: auto; }
      .owl-carousel-wrapper::before, .owl-carousel-wrapper::after {
        content: ' ';
        display: table; }
      .owl-carousel-wrapper::after {
        clear: both; } }

.owl-carousel {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  z-index: auto; }
  @media screen and (min-width: 40em) {
    .owl-carousel {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .owl-carousel:last-child:not(:first-child) {
    float: right; }

.owl-next,
.owl-prev {
  border: solid #ff0000;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 1rem;
  border-color: #660000; }
  .owl-next:hover,
  .owl-prev:hover {
    border-color: #ff0000; }

.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 3rem; }

.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 3rem; }

.owl-dots {
  margin-top: 3rem; }

.owl-dots .owl-dot {
  display: inline-block; }

.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #cccccc;
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #ff0000; }

.article-slider.owl-carousel-wrapper {
  margin-top: 6rem; }
  @media screen and (min-width: 64em) {
    .article-slider.owl-carousel-wrapper {
      max-width: 56.25rem;
      margin-left: auto;
      margin-right: auto; }
      .article-slider.owl-carousel-wrapper::before, .article-slider.owl-carousel-wrapper::after {
        content: ' ';
        display: table; }
      .article-slider.owl-carousel-wrapper::after {
        clear: both; } }
  @media screen and (min-width: 85.375em) {
    .article-slider.owl-carousel-wrapper {
      max-width: 66%; } }
  @media screen and (min-width: 105em) {
    .article-slider.owl-carousel-wrapper {
      max-width: 74.5%; } }

.article-slider .slide img {
  position: static;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }
  @media screen and (min-width: 40em) {
    .article-slider .slide img {
      height: 55vw; } }
  @media screen and (min-width: 64em) {
    .article-slider .slide img {
      height: 50vw; } }
  @media screen and (min-width: 85.375em) {
    .article-slider .slide img {
      height: 40vw; } }

.article-slider .slide__caption {
  width: 100%;
  height: auto;
  background-color: #660000;
  z-index: 1;
  color: #ffffff;
  padding: 1.5rem 1rem;
  float: left; }
  .article-slider .slide__caption p {
    display: inline-block;
    margin: 0; }

.article-slider .slide__caption__text {
  width: 83.3333333333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: left; }
  @media screen and (min-width: 40em) {
    .article-slider .slide__caption__text {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .article-slider .slide__caption__text:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 39.9375em) {
    .article-slider .slide__caption__text {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .article-slider .slide__caption__text {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (max-width: 39.9375em) {
      .article-slider .slide__caption__text:last-child:not(:first-child) {
        float: right; } }

.article-slider .slide__caption__pagination {
  width: 16.6666666667%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: right;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem; }
  @media screen and (min-width: 40em) {
    .article-slider .slide__caption__pagination {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .article-slider .slide__caption__pagination:last-child:not(:first-child) {
    float: right; }
  @media screen and (max-width: 39.9375em) {
    .article-slider .slide__caption__pagination {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      text-align: left;
      padding-top: 1rem; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .article-slider .slide__caption__pagination {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (max-width: 39.9375em) {
      .article-slider .slide__caption__pagination:last-child:not(:first-child) {
        float: right; } }

.numbers-slider .owl-next,
.numbers-slider .owl-prev {
  margin: 0;
  top: 45%; }

.numbers-slider i {
  color: #ff0000;
  font-size: 7rem; }

.quote-slider-img {
  padding-bottom: 4rem; }

.timeline {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  height: 100%; }
  .timeline::before, .timeline::after {
    content: ' ';
    display: table; }
  .timeline::after {
    clear: both; }
  @media screen and (min-width: 64em) {
    .timeline {
      max-width: 56.25rem;
      margin-left: auto;
      margin-right: auto; }
      .timeline::before, .timeline::after {
        content: ' ';
        display: table; }
      .timeline::after {
        clear: both; } }
  @media screen and (min-width: 105em) {
    .timeline {
      max-width: 78.125rem;
      margin-left: auto;
      margin-right: auto; }
      .timeline::before, .timeline::after {
        content: ' ';
        display: table; }
      .timeline::after {
        clear: both; } }

.timeline__event {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 2rem;
  padding-right: 25%; }
  @media screen and (min-width: 40em) {
    .timeline__event {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .timeline__event:last-child:not(:first-child) {
    float: right; }

.timeline__event--last {
  margin-bottom: 4rem; }

.line {
  position: absolute;
  right: 35px;
  height: 100%;
  width: 1px;
  bottom: 0;
  background-color: #ff0000; }

.line--start {
  height: calc(100% - 20px); }

.line-overlay {
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 100%;
  width: 40px;
  background-color: #eeeeee;
  opacity: 0.8;
  z-index: 3; }

.line-overlay--end {
  width: 40px;
  background-color: #660000; }

.marker {
  position: absolute;
  height: 40px;
  width: 40px;
  border: 1px solid #ff0000;
  background-color: #eeeeee;
  border-radius: 100px;
  margin-top: 10px;
  right: 15px;
  z-index: 2; }

.marker--end {
  height: 40px !important;
  width: 40px !important;
  background-color: #ff0000;
  bottom: 0;
  margin-top: 0 !important; }

.timeline-end {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  height: 30%;
  position: relative; }
  .timeline-end::before, .timeline-end::after {
    content: ' ';
    display: table; }
  .timeline-end::after {
    clear: both; }
  @media screen and (min-width: 64em) {
    .timeline-end {
      max-width: 56.25rem;
      margin-left: auto;
      margin-right: auto; }
      .timeline-end::before, .timeline-end::after {
        content: ' ';
        display: table; }
      .timeline-end::after {
        clear: both; } }
  @media screen and (min-width: 105em) {
    .timeline-end {
      max-width: 78.125rem;
      margin-left: auto;
      margin-right: auto; }
      .timeline-end::before, .timeline-end::after {
        content: ' ';
        display: table; }
      .timeline-end::after {
        clear: both; } }

.event {
  border: 1px solid #cccccc;
  border-radius: 3px;
  position: relative;
  background-color: #ffffff; }

.event:after,
.event:before {
  left: 100%;
  top: 1.8rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.event:after {
  border-left-color: #ffffff;
  border-width: 10px;
  margin-top: -10px; }

.event:before {
  border-left-color: #cccccc;
  border-width: 11px;
  margin-top: -11px; }

.event__content {
  overflow: hidden; }

.event__date {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ff0000;
  font-weight: bold;
  padding: 1rem;
  margin: 0; }
  @media screen and (min-width: 40em) {
    .event__date {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .event__date {
      font-size: 1.125rem; } }
  @media screen and (min-width: 85.375em) {
    .event__date {
      font-size: 1.125rem; } }
  @media screen and (min-width: 105em) {
    .event__date {
      font-size: 1.125rem; } }

.event__picture {
  height: 26vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.event__title {
  font-size: 1.5625rem;
  padding: 1.5rem 1rem 0;
  margin: 0; }

.event__text {
  padding: 1rem;
  margin: 0; }

@media screen and (min-width: 40em) {
  .line {
    right: 40px; }
  .line--start {
    height: calc(100% - 40px); }
  .timeline__event {
    padding-right: 25%; }
  .line-overlay {
    width: 50px; }
  .line-overlay--end {
    width: 80px;
    right: 0; }
  .marker {
    height: 50px;
    width: 50px;
    margin-top: 21px; }
  .marker--end {
    height: 80px !important;
    width: 80px !important;
    right: 0; }
  .event:after,
  .event:before {
    top: 2.8rem; }
  .event__date {
    padding: 2rem 2rem; }
  .event__title {
    font-size: 1.75rem;
    padding: 2rem 2rem 0; }
  .event__text {
    padding: 2rem 2rem; } }

@media screen and (min-width: 64em) {
  .line,
  .line-overlay {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .marker {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .timeline-end {
    height: 30%; }
  .timeline__event {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-right: 0; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .timeline__event {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
    .timeline__event:last-child:not(:first-child) {
      float: right; }
  .timeline__event--last {
    margin-bottom: 15% !important; }
  .timeline__event:nth-child(odd) {
    padding-right: 7%;
    margin-top: -15%;
    margin-bottom: 30%;
    clear: left; }
  .timeline__event:nth-child(even) {
    padding-left: 7%;
    margin: 20% 0 0; }
  .timeline__event:first-child {
    margin-top: 0; }
  .timeline__event:nth-child(even) .event:after {
    left: auto;
    border-left-color: transparent;
    right: 100%;
    border-right-color: #ffffff; }
  .timeline__event:nth-child(even) .event:before {
    left: auto;
    border-left-color: transparent;
    right: 100%;
    border-right-color: #cccccc; }
  .event__picture {
    height: 13.75rem; } }

@media screen and (min-width: 105em) {
  .timeline-end {
    height: 20%; }
  .event__title {
    font-size: 1.9375rem; }
  .event__picture {
    height: 18.75rem; } }

.year {
  font-weight: bold;
  font-size: 7.5rem;
  margin: 0; }
  @media screen and (min-width: 40em) {
    .year {
      font-size: 15.625rem; } }
  @media screen and (min-width: 64em) {
    .year {
      font-size: 21.875rem; } }
  @media screen and (min-width: 85.375em) {
    .year {
      font-size: 21.875rem; } }
  @media screen and (min-width: 105em) {
    .year {
      font-size: 31.25rem; } }

.year--end {
  font-size: 6.875rem;
  line-height: 1; }

.year--red {
  color: #ff0000; }

.year--white {
  color: #ffffff; }

@media screen and (min-width: 40em) {
  .year--end {
    font-size: 10rem; } }

@media screen and (min-width: 64em) {
  .year--end {
    font-size: 10rem; } }

.article, .content .article {
  padding: 3rem 0 0;
  text-align: center;
  color: #660000; }

.article__title {
  font-weight: bold;
  font-size: 3.125rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 40em) {
    .article__title {
      font-size: 4.375rem; } }
  @media screen and (min-width: 64em) {
    .article__title {
      font-size: 4.375rem; } }
  @media screen and (min-width: 85.375em) {
    .article__title {
      font-size: 4.375rem; } }
  @media screen and (min-width: 105em) {
    .article__title {
      font-size: 5rem; } }

.article__lead,
.preview .bodytext {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 3rem; }
  @media screen and (min-width: 40em) {
    .article__lead,
    .preview .bodytext {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 64em) {
    .article__lead,
    .preview .bodytext {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 85.375em) {
    .article__lead,
    .preview .bodytext {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 105em) {
    .article__lead,
    .preview .bodytext {
      font-size: 1.75rem; } }

.article__row {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem; }
  .article__row::before, .article__row::after {
    content: ' ';
    display: table; }
  .article__row::after {
    clear: both; }
  @media screen and (min-width: 64em) {
    .article__row {
      max-width: 56.25rem;
      margin-left: auto;
      margin-right: auto; }
      .article__row::before, .article__row::after {
        content: ' ';
        display: table; }
      .article__row::after {
        clear: both; } }
  @media screen and (min-width: 105em) {
    .article__row {
      max-width: 78.125rem;
      margin-left: auto;
      margin-right: auto; }
      .article__row::before, .article__row::after {
        content: ' ';
        display: table; }
      .article__row::after {
        clear: both; } }
  .article__row:first-child {
    padding-top: 2rem; }

.article__row--lesspadding {
  padding-top: 3rem; }

.article__row--signature {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .article__row--signature::before, .article__row--signature::after {
    content: ' ';
    display: table; }
  .article__row--signature::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .article__row--signature {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .article__row--signature:last-child:not(:first-child) {
    float: right; }
  .article__row--signature, .article__row--signature:last-child {
    float: none; }
  @media screen and (min-width: 64em) {
    .article__row--signature {
      max-width: 56.25rem;
      margin-left: auto;
      margin-right: auto; }
      .article__row--signature::before, .article__row--signature::after {
        content: ' ';
        display: table; }
      .article__row--signature::after {
        clear: both; } }
  @media screen and (min-width: 85.375em) {
    .article__row--signature {
      max-width: 66%; } }
  @media screen and (min-width: 105em) {
    .article__row--signature {
      max-width: 74.5%; } }

.article__column {
  text-align: left;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  /*
  .article__column:last-child:last-child {
    float: left; }*/
  @media screen and (min-width: 40em) {
    .article__column {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .article__column:last-child:not(:first-child) {
    float: right; }
  .article__column p {
    margin-bottom: 3rem; }
    .article__column p:last-child {
      margin-bottom: 0; }
  .article__column--full-width {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .article__column--full-width {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .article__column--full-width:last-child:not(:first-child) {
      float: right; }

.article__column--offset,
.article__column--right {
  margin-top: 3rem; }
  .article__column--offset .quote--offset,
  .article__column--right .quote--offset {
    left: 0; }
  .article__column--offset .callout--offset,
  .article__column--right .callout--offset {
    left: 0; }

.article__column--right:last-child:last-child {
  float: right; }

@media screen and (min-width: 64em) {
  .article__row--breakout {
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto; }
    .article__row--breakout::before, .article__row--breakout::after {
      content: ' ';
      display: table; }
    .article__row--breakout::after {
      clear: both; } }

@media screen and (min-width: 85.375em) {
  .article__row--breakout {
    max-width: 66%; } }

@media screen and (min-width: 105em) {
  .article__row--breakout {
    max-width: 74.5%; } }

.article__row--breakout .article__column:last-child:last-child {
  float: left; }

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

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

.article__picture--full img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

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

.article__picture--nobleed img {
  height: 100%; }

.picture {
  width: 100%; }

.caption {
  text-align: left;
  padding-top: 1rem; }

.caption--red {
  background-color: #660000;
  color: #ffffff;
  padding: 1.5rem 1rem;
  margin: 0; }

.signature {
  width: 50%;
  float: left; }

.signature-name {
  clear: both; }

.article__column--margin {
  margin: 12rem 0 0; }

.initial::first-letter {
  font-size: 7.5rem;
  font-weight: bold;
  line-height: 1.5rem; }

.quote {
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 1.2;
  margin: 3rem 0; }
  @media screen and (min-width: 40em) {
    .quote {
      font-size: 2.8125rem; } }
  @media screen and (min-width: 64em) {
    .quote {
      font-size: 2.8125rem; } }
  @media screen and (min-width: 85.375em) {
    .quote {
      font-size: 2.8125rem; } }
  @media screen and (min-width: 105em) {
    .quote {
      font-size: 2.8125rem; } }

.quote--offset {
  position: relative; }

.quote--beginning {
  margin: 0 0 3rem; }
  .quote--beginning.quote {
    margin: 0 0 3rem; }
  .quote--beginning.quote--offset {
    margin: 0 0 3rem; }

.callout--offset {
  position: relative; }

.article__close {
  text-align: center;
  padding-top: 3rem;
  clear: both; }

.is-active #open-article-2,
.is-active #open-article-3,
.is-active #open-article-4,
.is-active #open-article-1 {
  display: none; }

.article__subtitle {
  font-weight: bold;
  font-size: 1.375rem; }
  @media screen and (min-width: 40em) {
    .article__subtitle {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 64em) {
    .article__subtitle {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 85.375em) {
    .article__subtitle {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 105em) {
    .article__subtitle {
      font-size: 1.5625rem; } }

@media screen and (min-width: 40em) {
  .article {
    padding: 4rem 0 0; }
  .article__row {
    padding-top: 4rem; }
  .quote {
    margin: 6rem 0; }
  .callout {
    margin: 6rem 0 0 0; }
  .callout + p, .callout + .article__subtitle {
    margin: 6rem 0 0 0; }
  .article__close {
    padding-top: 4rem; }
  .article__picture--full img {
    height: 55vw; } }

@media screen and (min-width: 64em) {
  .article__row {
    padding-top: 6rem; }
    .article__row:first-child {
      padding-top: 6rem; }
  .article__row--breakout .article__column {
    width: 37rem;
    position: relative;
    left: 33.3333333333%; }
  .article__row--lesspadding {
    padding-top: 4rem; }
  .article__row--signature {
    padding-left: 15%; }
    .article__row--signature div {
      display: inline-block;
      float: left;
      width: 50%; }
    .article__row--signature img {
      display: block; }
  .quote--offset {
    left: 20%; }
  .callout--offset {
    left: 20%; }
  .article__column--offset,
  .article__column--right {
    margin-top: 6rem; }
    .article__column--offset .quote--offset,
    .article__column--right .quote--offset {
      left: -20%; }
    .article__column--offset .callout--offset,
    .article__column--right .callout--offset {
      left: -20%; }
  .article__picture--full img {
    height: 50vw; }
  .article__column {
    width: 66.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .article__column {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
    .article__column:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 85.375em) {
  .article__picture--full img {
    height: 40vw; }
  .article__row--breakout .article__column {
    position: relative;
    left: 33.3333333333%; } }

@media screen and (min-width: 105em) {
  .article__row:first-child {
    padding-top: 9rem; }
  .article__column--right {
    padding-top: 0;
    margin: -12rem 1px 0; }
  .article__picture {
    width: 83.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }
  @media screen and (min-width: 105em) and (min-width: 40em) {
    .article__picture {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 105em) {
    .article__picture:last-child:not(:first-child) {
      float: right; }
  .article__row--breakout .article__column {
    width: 39rem;
    position: relative;
    left: 50%; }
  .article__column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }
  @media screen and (min-width: 105em) and (min-width: 40em) {
    .article__column {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 105em) {
    .article__column:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 120em) {
  .article__column--offset {
    margin-top: 12rem; }
  .article__row--breakout .article__column {
    position: relative;
    left: 0%; }
  .article__row--breakout .article__column--offset .quote--offset.quote--beginning {
    left: 0; }
  .article__column--offset .callout--offset,
  .article__column--right .callout--offset {
    left: 0; }
  .article__row.article__row--breakout .article__picture {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }
  @media screen and (min-width: 120em) and (min-width: 40em) {
    .article__row.article__row--breakout .article__picture {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 120em) {
    .article__row.article__row--breakout .article__picture:last-child:not(:first-child) {
      float: right; } }

.end {
  background-color: #660000;
  position: relative;
  height: 400px;
  overflow: hidden;
  z-index: 999;
  bottom: 0; }

.end-grid {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto; }
  .end-grid::before, .end-grid::after {
    content: ' ';
    display: table; }
  .end-grid::after {
    clear: both; }
  @media screen and (min-width: 64em) {
    .end-grid {
      max-width: 56.25rem;
      margin-left: auto;
      margin-right: auto; }
      .end-grid::before, .end-grid::after {
        content: ' ';
        display: table; }
      .end-grid::after {
        clear: both; } }
  @media screen and (min-width: 105em) {
    .end-grid {
      max-width: 78.125rem;
      margin-left: auto;
      margin-right: auto; }
      .end-grid::before, .end-grid::after {
        content: ' ';
        display: table; }
      .end-grid::after {
        clear: both; } }

.end__content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: left;
  position: absolute;
  top: 12%;
  padding-right: 25%; }
  @media screen and (min-width: 40em) {
    .end__content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .end__content:last-child:not(:first-child) {
    float: right; }

.end__title {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2.5rem; }

@media screen and (min-width: 40em) {
  .end {
    height: 650px; }
  .end__title {
    font-size: 3rem;
    margin-bottom: 5rem; }
  .end__content {
    position: absolute;
    top: 12%;
    padding-right: 20%; } }

@media screen and (min-width: 64em) {
  .end {
    height: 90vh; }
  .end__content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 40%;
    text-align: center;
    padding: 0; } }

@media screen and (min-width: 105em) {
  .end {
    height: 70vh; }
  .end__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    padding: 0; } }

.footer {
  background-color: #0a0a0a;
  color: #ffffff;
  padding: 2rem 1rem;
  z-index: 1000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.footer a {
  color: #ffffff; }
  .footer a:hover {
    color: #cccccc; }

.footer__company {
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.footer__menu {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .footer__menu li:first-child a {
    padding-left: 0; }

    .socialmedia__icons {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .socialmedia__icons li:first-child {
        padding-left: 0; }

    .socialmedia__icons li {
      padding: 0.5rem; }

    .socialmedia-icon {
      height: 2.5rem;
      width: 2.5rem;
      padding: 0 !important;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .socialmedia-icon:hover {
        opacity: 0.8;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }

    @media screen and (min-width: 40em) {
      .footer {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .footer__company {
        width: 33.33%; }
      .socialmedia__icons {
        width: 33.33%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .socialmedia__icons li:first-child {
          padding-left: 0.5rem; }
      .footer__menu {
        width: 33.33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .footer__menu li:last-child a {
          padding-right: 0; } }

@media screen and (min-width: 105em) {
  .footer {
    padding: 2rem; }
  .footer__company {
    font-size: 2rem; } }

.hero {
  height: 100vh;
  position: relative; }

.hero__stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  font-family: "object-fit: fill";
  height: 25px; }

.hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center; }

.main {
  background-color: #ffffff; }

.main .section:nth-of-type(even) {
  background: #eeeeee; }

#coins::before {
  content: "";
  width: 100%;
  height: 15%;
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0; }

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #coins {
    height: 520px; } }

.numbers-facts {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0 0;
  text-align: center;
  color: #660000; }
  .numbers-facts::before, .numbers-facts::after {
    content: ' ';
    display: table; }
  .numbers-facts::after {
    clear: both; }
  @media screen and (min-width: 64em) {
    .numbers-facts {
      max-width: 56.25rem;
      margin-left: auto;
      margin-right: auto; }
      .numbers-facts::before, .numbers-facts::after {
        content: ' ';
        display: table; }
      .numbers-facts::after {
        clear: both; } }
  @media screen and (min-width: 105em) {
    .numbers-facts {
      max-width: 78.125rem;
      margin-left: auto;
      margin-right: auto; }
      .numbers-facts::before, .numbers-facts::after {
        content: ' ';
        display: table; }
      .numbers-facts::after {
        clear: both; } }

.chart-title {
  font-weight: bold;
  font-size: 1.375rem;
  margin-bottom: 6rem; }
  @media screen and (min-width: 40em) {
    .chart-title {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 64em) {
    .chart-title {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 85.375em) {
    .chart-title {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 105em) {
    .chart-title {
      font-size: 1.5625rem; } }

.chart-title--coins {
  margin-bottom: 3rem; }

.chart-title--pie {
  margin-bottom: 3rem; }

.number {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0; }

.number--big {
  font-size: 3.5rem; }

.number--red {
  color: #ff0000; }

.number-legend {
  font-weight: bold;
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .number-legend {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 64em) {
    .number-legend {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 85.375em) {
    .number-legend {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 105em) {
    .number-legend {
      font-size: 1.5625rem; } }

.number-legend--big {
  font-weight: bold;
  font-size: 1.375rem;
  font-weight: normal; }
  @media screen and (min-width: 40em) {
    .number-legend--big {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 64em) {
    .number-legend--big {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 85.375em) {
    .number-legend--big {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 105em) {
    .number-legend--big {
      font-size: 1.5625rem; } }

.coins-column {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding: 0 4rem;
  position: relative;
  top: -1.875rem; }
  @media screen and (min-width: 40em) {
    .coins-column {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .coins-column:last-child:not(:first-child) {
    float: right; }

.coins-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
  text-align: left; }
  @media screen and (min-width: 40em) {
    .coins-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .coins-content:last-child:not(:first-child) {
    float: right; }

.coins-number {
  font-weight: bold;
  font-size: 3.125rem;
  color: #ff0000;
  opacity: 0; }
  @media screen and (min-width: 40em) {
    .coins-number {
      font-size: 4.375rem; } }
  @media screen and (min-width: 64em) {
    .coins-number {
      font-size: 4.375rem; } }
  @media screen and (min-width: 85.375em) {
    .coins-number {
      font-size: 4.375rem; } }
  @media screen and (min-width: 105em) {
    .coins-number {
      font-size: 5rem; } }

.coins-number--transition {
  right: 5%; }

.coins-line {
  display: none; }

.coins-text {
  font-weight: bold;
  font-size: 1.375rem;
  font-weight: normal;
  position: relative;
  opacity: 0;
  left: -1.25rem; }
  @media screen and (min-width: 40em) {
    .coins-text {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 64em) {
    .coins-text {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 85.375em) {
    .coins-text {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 105em) {
    .coins-text {
      font-size: 1.5625rem; } }

.coins-text--transition {
  left: 0; }

@media screen and (min-width: 40em) {
  .numbers-facts {
    padding: 4rem 0 0; }
  .number--big {
    font-size: 8rem; }
  .number-legend--big {
    font-size: 3rem; }
  .coins-column {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    top: -50px; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .coins-column {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 40em) {
    .coins-column:last-child:not(:first-child) {
      float: right; }
  .coins-content {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    top: -20px; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .coins-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 40em) {
    .coins-content:last-child:not(:first-child) {
      float: right; }
  .coins-number {
    position: relative;
    left: 0;
    top: -5%; }
  .coins-number--transition {
    top: 0; }
  .coins-line {
    display: block;
    position: relative;
    float: right;
    height: 8px;
    width: 0;
    background-color: #ff0000;
    opacity: 0; }
  .coins-line::before {
    position: relative;
    display: block;
    top: -14px;
    left: -10px;
    content: "";
    width: 35px;
    height: 35px;
    background-color: #ff0000;
    border-radius: 100%; }
  .coins-line {
    right: 60px;
    top: -10px; }
  .coins-line--transition {
    width: 310px; }
  .coins-text {
    font-weight: bold;
    font-size: 1.375rem;
    font-weight: normal;
    margin-top: 3rem;
    position: relative;
    opacity: 0;
    top: -20px; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .coins-text {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 40em) and (min-width: 64em) {
    .coins-text {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 40em) and (min-width: 85.375em) {
    .coins-text {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 40em) and (min-width: 105em) {
    .coins-text {
      font-size: 1.5625rem; } }

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

@media screen and (min-width: 64em) {
  .numbers-facts {
    padding: 6rem 0 0; }
  .coins-column {
    width: 41.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    top: -50px; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .coins-column {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
    .coins-column:last-child:not(:first-child) {
      float: right; }
  .coins-content {
    width: 58.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    top: 20px; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .coins-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
    .coins-content:last-child:not(:first-child) {
      float: right; }
  .coins-line {
    right: 270px; }
  .coins-line--transition {
    width: 330px; }
  .chart-title--pie {
    margin-bottom: 3rem; } }

@media screen and (min-width: 105em) {
  .number--big {
    font-size: 12rem; }
  #js-coins {
    padding: 0 4rem; }
  .coins-column {
    top: -50px; }
  .coins-content {
    top: 50px;
    padding-left: 4rem; }
  .coins-line {
    right: 320px; }
  .coins-line--transition {
    width: 430px; }
  .chart-title--pie {
    margin-bottom: 2rem; } }

.preview {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .preview::before, .preview::after {
    content: ' ';
    display: table; }
  .preview::after {
    clear: both; }
  @media screen and (min-width: 64em) {
    .preview {
      max-width: 56.25rem;
      margin-left: auto;
      margin-right: auto; }
      .preview::before, .preview::after {
        content: ' ';
        display: table; }
      .preview::after {
        clear: both; } }
  @media screen and (min-width: 105em) {
    .preview {
      max-width: 78.125rem;
      margin-left: auto;
      margin-right: auto; }
      .preview::before, .preview::after {
        content: ' ';
        display: table; }
      .preview::after {
        clear: both; } }

.article__picture {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative; }
  @media screen and (min-width: 40em) {
    .article__picture {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .article__picture:last-child:not(:first-child) {
    float: right; }

.article__picture i {
  font-size: 4rem;
  position: absolute;
  z-index: 2; }

.preview .article__picture img {
  position: relative;
  height: 60vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  font-family: "object-fit: cover; object-position: top"; }

.article__picture--double div {
  width: 50%;
  float: left;
  position: relative; }

.article__picture--double img {
  height: 45vh; }

.article__text {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 3rem; }
  @media screen and (min-width: 40em) {
    .article__text {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .article__text:last-child:not(:first-child) {
    float: right; }

.preview .article__text.article__text--full-width {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 0; }
  @media screen and (min-width: 40em) {
    .preview .article__text.article__text--full-width {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .preview .article__text.article__text--full-width:last-child:not(:first-child) {
    float: right; }

@media screen and (min-width: 64em) {
  .preview .article__picture,
  .preview .article__text {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .preview .article__picture,
    .preview .article__text {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
    .preview .article__picture:last-child:not(:first-child),
    .preview .article__text:last-child:not(:first-child) {
      float: right; }
  .preview .article__text {
    margin-top: 6rem; }
  .preview .article__picture img {
    height: 650px; }
  .preview .article__picture--double img {
    height: 450px; }
  .preview .article--turned .article__picture {
    position: relative;
    left: 50%; }
  .preview .article--turned .article__text {
    position: relative;
    left: -50%; } }

@media screen and (min-width: 105em) {
  .preview .article__picture {
    width: 58.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }
  @media screen and (min-width: 105em) and (min-width: 40em) {
    .preview .article__picture {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 105em) {
    .preview .article__picture:last-child:not(:first-child) {
      float: right; }
  .preview .article__picture img {
    height: 1100px; }
  .preview .article__picture--double img {
    height: 550px; }
  .preview .article__picture i {
    font-size: 5rem; }
  .preview .article__text {
    width: 41.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }
  @media screen and (min-width: 105em) and (min-width: 40em) {
    .preview .article__text {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media screen and (min-width: 105em) {
    .preview .article__text:last-child:not(:first-child) {
      float: right; }
  .preview .article--turned .article__picture {
    position: relative;
    left: 41.6666666667%; }
  .preview .article--turned .article__text {
    position: relative;
    left: -58.3333333333%; } }

.section {
  padding: 3rem 0;
  text-align: center;
  overflow: hidden; }

.section:last-child {
  padding: 4rem 0 0; }

.section__title {
  font-weight: bold;
  font-size: 1rem;
  margin: 0; }
  @media screen and (min-width: 40em) {
    .section__title {
      font-size: 1.125rem; } }
  @media screen and (min-width: 64em) {
    .section__title {
      font-size: 1.125rem; } }
  @media screen and (min-width: 85.375em) {
    .section__title {
      font-size: 1.125rem; } }
  @media screen and (min-width: 105em) {
    .section__title {
      font-size: 1.125rem; } }

@media screen and (min-width: 40em) {
  .section {
    padding: 4rem 0; } }

.accordion .content {
  display: none;
  /* hide collapsed content */
  color: #660000; }

.article {
  color: #660000; }

@media print {
  .js-reveal {
    opacity: 1 !important;
    top: 0 !important; }
  #navigation {
    display: none; }
  .button {
    display: none; }
  .accordion-content {
    display: block; }
  #section2, #section6 {
    display: none; }
  .article__picture i {
    display: none; }
  .line-overlay, .marker {
    display: none; }
  .end {
    display: none; }
  .footer {
    display: none; }
    .arrow--hero {
      display: none; }
   }
/*# sourceMappingURL=app.css.map */

.table + .button {
margin: 2rem 0;
}
