@charset "utf-8";

html .anim,
html .scroll-anim {
  transition: all 250ms cubic-bezier(.25,.25,.75,.75) 0s;
}

.anim,
.scroll-anim {
  opacity: 0;
}

.dance,
.journal,
.pulse,
.pulse-slow {
  opacity: 1!important;
  visibility: visible!important;
}

.treed {
  -webkit-perspective: 600;
  -moz-perspective: 600;
  -o-perspective: 600;
  -ms-perspective: 600;
  perspective: 600;
}

.befores,
.legend-down:before,
.legend-flip:before,
.legend-left:before,
.legend-right:before,
.legend-up:before,
.portrait,
.portrait-before:before,
.portrait-blur:before,
.scale-before:before {
  content: "";
  display: block;
  position: absolute;
  width: 92%;
  height: 64%;
  z-index: 1000;
  top: 9px;
  left: 9px;
}

.all-animation,
.all-animation * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.dance {
  -webkit-animation: dance 1 2s linear;
  -moz-animation: dance 1 2s linear;
  -ms-animation: dance 1 2s linear;
  -o-animation: dance 1 2s linear;
  animation: dance 1 2s linear;
}

@-webkit-keyframes dance {
  0%, 10%, 20% {
    -webkit-transform: rotateZ(10deg);
  }

  15%, 25%, 5% {
    -webkit-transform: rotateZ(-10deg);
  }

  100%, 35%, 60% {
    -webkit-transform: scale(1) rotateZ(0);
    box-shadow: inset 0 0 0 0 transparent;
  }

  40% {
    -webkit-transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
  }
}

@-moz-keyframes dance {
  0%, 10%, 20% {
    -moz-transform: rotateZ(10deg);
  }

  15%, 25%, 5% {
    -moz-transform: rotateZ(-10deg);
  }

  100%, 35%, 60% {
    -moz-transform: scale(1) rotateZ(0);
    box-shadow: inset 0 0 0 0 transparent;
  }

  40% {
    -moz-transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
  }
}

@-ms-keyframes dance {
  0%, 10%, 20% {
    -ms-transform: rotateZ(10deg);
  }

  15%, 25%, 5% {
    -ms-transform: rotateZ(-10deg);
  }

  100%, 35%, 60% {
    -ms-transform: scale(1) rotateZ(0);
    box-shadow: inset 0 0 0 0 transparent;
  }

  40% {
    -ms-transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
  }
}

@-o-keyframes dance {
  0%, 10%, 20% {
    -o-transform: rotateZ(10deg);
  }

  15%, 25%, 5% {
    -o-transform: rotateZ(-10deg);
  }

  100%, 35%, 60% {
    -o-transform: scale(1) rotateZ(0);
    box-shadow: inset 0 0 0 0 transparent;
  }

  40% {
    -o-transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
  }
}

@-moz-keyframes dance {
  0%, 10%, 20% {
    transform: rotateZ(10deg);
  }

  15%, 25%, 5% {
    transform: rotateZ(-10deg);
  }

  100%, 35%, 60% {
    transform: scale(1) rotateZ(0);
    box-shadow: inset 0 0 0 0 transparent;
  }

  40% {
    transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
  }
}

@-webkit-keyframes dance {
  0%, 10%, 20% {
    transform: rotateZ(10deg);
  }

  15%, 25%, 5% {
    transform: rotateZ(-10deg);
  }

  100%, 35%, 60% {
    transform: scale(1) rotateZ(0);
    box-shadow: inset 0 0 0 0 transparent;
  }

  40% {
    transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
  }
}

@-o-keyframes dance {
  0%, 10%, 20% {
    transform: rotateZ(10deg);
  }

  15%, 25%, 5% {
    transform: rotateZ(-10deg);
  }

  100%, 35%, 60% {
    transform: scale(1) rotateZ(0);
    box-shadow: inset 0 0 0 0 transparent;
  }

  40% {
    transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
  }
}

@keyframes dance {
  0%, 10%, 20% {
    transform: rotateZ(10deg);
  }

  15%, 25%, 5% {
    transform: rotateZ(-10deg);
  }

  100%, 35%, 60% {
    transform: scale(1) rotateZ(0);
    box-shadow: inset 0 0 0 0 transparent;
  }

  40% {
    transform: scale(1.3);
    box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
  }
}

.journal {
  -webkit-animation: journal 1 2s ease-in;
  -moz-animation: journal 1 2s ease-in;
  -ms-animation: journal 1 2s ease-in;
  -o-animation: journal 1 2s ease-in;
  animation: journal 1 2s ease-in;
}

@-webkit-keyframes journal {
  0% {
    -webkit-transform: scale(0) rotate(-360deg);
  }

  80% {
    -webkit-transform: scale(.5) rotate(-180deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-moz-keyframes journal {
  0% {
    -moz-transform: scale(0) rotate(-360deg);
  }

  80% {
    -moz-transform: scale(.5) rotate(-180deg);
  }

  100% {
    -moz-transform: scale(1) rotate(0);
  }
}

@-ms-keyframes journal {
  0% {
    -ms-transform: scale(0) rotate(-360deg);
  }

  80% {
    -ms-transform: scale(.5) rotate(-180deg);
  }

  100% {
    -ms-transform: scale(1) rotate(0);
  }
}

@-o-keyframes journal {
  80% {
    -o-transform: scale(.5) rotate(-180deg);
  }

  100% {
    -o-transform: scale(1) rotate(0);
  }

  0% {
    -o-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
  }

  80% {
    transform: scale(.5) rotate(-180deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

@-moz-keyframes journal {
  0% {
    transform: scale(0) rotate(-360deg);
  }

  80% {
    transform: scale(.5) rotate(-180deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes journal {
  0% {
    transform: scale(0) rotate(-360deg);
  }

  80% {
    transform: scale(.5) rotate(-180deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes journal {
  0% {
    transform: scale(0) rotate(-360deg);
  }

  80% {
    transform: scale(.5) rotate(-180deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.pulse {
  -webkit-animation: pulse infinite alternate linear .5s;
  -moz-animation: pulse infinite alternate linear .5s;
  -ms-animation: pulse infinite alternate linear .5s;
  -o-animation: pulse infinite alternate linear .5s;
  animation: pulse infinite alternate linear .5s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.05);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(1.05);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1.05);
  }
}

@-o-keyframes pulse {
  100% {
    -o-transform: scale(1.05);
  }

  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

.pulse-slow {
  -webkit-animation: pulseSlow infinite alternate 1s ease-in-out;
  -moz-animation: pulseSlow infinite alternate 1s ease-in-out;
  -ms-animation: pulseSlow infinite alternate 1s ease-in-out;
  -o-animation: pulseSlow infinite alternate 1s ease-in-out;
  animation: pulseSlow infinite alternate 1s ease-in-out;
}

@-webkit-keyframes pulseSlow {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(.85);
    opacity: .5;
  }
}

@-moz-keyframes pulseSlow {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(.85);
    opacity: .5;
  }
}

@-ms-keyframes pulseSlow {
  0% {
    -ms-transform: scale(1);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(.85);
    opacity: .5;
  }
}

@-o-keyframes pulseSlow {
  100% {
    -o-transform: scale(.85);
  }

  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(.85);
    opacity: .5;
  }
}

@-moz-keyframes pulseSlow {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(.85);
    opacity: .5;
  }
}

@-webkit-keyframes pulseSlow {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(.85);
    opacity: .5;
  }
}

@keyframes pulseSlow {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(.85);
    opacity: .5;
  }
}

.enter-up-bounce,
.four-rock,
.jamp {
  opacity: 1!important;
  visibility: visible!important;
}

.jamp {
  -webkit-animation: jamp 1s linear;
  -moz-animation: jamp 1s linear;
  -ms-animation: jamp 1s linear;
  -o-animation: jamp 1s linear;
  animation: jamp 1s linear;
}

@-webkit-keyframes jamp {
  0% {
    -webkit-transform: translateY(0);
  }

  10% {
    -webkit-transform: translateY(-50px);
  }

  25% {
    -webkit-transform: translateY(-50px) scale(1.1);
  }

  35%, 55% {
    -webkit-transform: translateY(-50px) scale(1);
  }

  45% {
    -webkit-transform: translateY(-50px) scale(1.2);
  }

  65% {
    -webkit-transform: translate(150px,-50px) scale(.8);
  }

  85% {
    -webkit-transform: translate(150px,-50px) scale(1.2);
  }

  95% {
    -webkit-transform: translate(0,0) scale(1);
  }

  100% {
    -webkit-transform: translate(0,0);
  }
}

@-moz-keyframes jamp {
  0% {
    -moz-transform: translateY(0);
  }

  10% {
    -moz-transform: translateY(-50px);
  }

  25% {
    -moz-transform: translateY(-50px) scale(1.1);
  }

  35%, 55% {
    -moz-transform: translateY(-50px) scale(1);
  }

  45% {
    -moz-transform: translateY(-50px) scale(1.2);
  }

  65% {
    -moz-transform: translate(150px,-50px) scale(.8);
  }

  85% {
    -moz-transform: translate(150px,-50px) scale(1.2);
  }

  95% {
    -moz-transform: translate(0,0) scale(1);
  }

  100% {
    -moz-transform: translate(0,0);
  }
}

@-ms-keyframes jamp {
  0% {
    -ms-transform: translateY(0);
  }

  10% {
    -ms-transform: translateY(-50px);
  }

  25% {
    -ms-transform: translateY(-50px) scale(1.1);
  }

  35%, 55% {
    -ms-transform: translateY(-50px) scale(1);
  }

  45% {
    -ms-transform: translateY(-50px) scale(1.2);
  }

  65% {
    -ms-transform: translate(150px,-50px) scale(.8);
  }

  85% {
    -ms-transform: translate(150px,-50px) scale(1.2);
  }

  95% {
    -ms-transform: translate(0,0) scale(1);
  }

  100% {
    -ms-transform: translate(0,0);
  }
}

@-o-keyframes jamp {
  10% {
    -o-transform: translateY(-50px);
  }

  25% {
    -o-transform: translateY(-50px) scale(1.1);
  }

  35%, 55% {
    -o-transform: translateY(-50px) scale(1);
  }

  45% {
    -o-transform: translateY(-50px) scale(1.2);
  }

  65% {
    -o-transform: translate(150px,-50px) scale(.8);
  }

  85% {
    -o-transform: translate(150px,-50px) scale(1.2);
  }

  95% {
    -o-transform: translate(0,0) scale(1);
  }

  100% {
    -o-transform: translate(0,0);
  }

  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  10% {
    transform: translateY(-50px);
  }

  25% {
    transform: translateY(-50px) scale(1.1);
  }

  35%, 55% {
    transform: translateY(-50px) scale(1);
  }

  45% {
    transform: translateY(-50px) scale(1.2);
  }

  65% {
    transform: translate(150px,-50px) scale(.8);
  }

  85% {
    transform: translate(150px,-50px) scale(1.2);
  }

  95% {
    transform: translate(0,0) scale(1);
  }

  100% {
    transform: translate(0,0);
  }
}

@-moz-keyframes jamp {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-50px);
  }

  25% {
    transform: translateY(-50px) scale(1.1);
  }

  35%, 55% {
    transform: translateY(-50px) scale(1);
  }

  45% {
    transform: translateY(-50px) scale(1.2);
  }

  65% {
    transform: translate(150px,-50px) scale(.8);
  }

  85% {
    transform: translate(150px,-50px) scale(1.2);
  }

  95% {
    transform: translate(0,0) scale(1);
  }

  100% {
    transform: translate(0,0);
  }
}

@-webkit-keyframes jamp {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-50px);
  }

  25% {
    transform: translateY(-50px) scale(1.1);
  }

  35%, 55% {
    transform: translateY(-50px) scale(1);
  }

  45% {
    transform: translateY(-50px) scale(1.2);
  }

  65% {
    transform: translate(150px,-50px) scale(.8);
  }

  85% {
    transform: translate(150px,-50px) scale(1.2);
  }

  95% {
    transform: translate(0,0) scale(1);
  }

  100% {
    transform: translate(0,0);
  }
}

@keyframes jamp {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-50px);
  }

  25% {
    transform: translateY(-50px) scale(1.1);
  }

  35%, 55% {
    transform: translateY(-50px) scale(1);
  }

  45% {
    transform: translateY(-50px) scale(1.2);
  }

  65% {
    transform: translate(150px,-50px) scale(.8);
  }

  85% {
    transform: translate(150px,-50px) scale(1.2);
  }

  95% {
    transform: translate(0,0) scale(1);
  }

  100% {
    transform: translate(0,0);
  }
}

.four-rock {
  -webkit-animation: fourRock 1 2s ease-out;
  -moz-animation: fourRock 1 2s ease-out;
  -ms-animation: fourRock 1 2s ease-out;
  -o-animation: fourRock 1 2s ease-out;
  animation: fourRock 1 2s ease-out;
}

@-webkit-keyframes fourRock {
  0% {
    -webkit-transform-origin: 0 0;
  }

  10%, 5% {
    -webkit-transform: scale(.5);
  }

  15%, 20% {
    -webkit-transform: scale(.5) translateX(130px);
  }

  25% {
    -webkit-transform: scale(.5) translate(130px,130px);
  }

  30% {
    -webkit-transform: scale(.5) translate(0,130px);
  }

  35% {
    -webkit-transform: scale(.5) translate(0,0);
  }

  40% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
  }
}

@-ms-keyframes fourRock {
  100%, 40% {
    -ms-transform: scale(1);
  }

  0% {
    -ms-transform-origin: 0 0;
  }

  10%, 5% {
    -ms-transform: scale(.5);
  }

  15%, 20% {
    -ms-transform: scale(.5) translateX(130px);
  }

  25% {
    -ms-transform: scale(.5) translate(130px,130px);
  }

  30% {
    -ms-transform: scale(.5) translate(0,130px);
  }

  35% {
    -ms-transform: scale(.5) translate(0,0);
  }

  100% {
    -webkit-transform-origin: 0 0;
  }
}

@-o-keyframes fourRock {
  0% {
    -o-transform-origin: 0 0;
  }

  10%, 5% {
    -o-transform: scale(.5);
  }

  15%, 20% {
    -o-transform: scale(.5) translateX(130px);
  }

  25% {
    -o-transform: scale(.5) translate(130px,130px);
  }

  30% {
    -o-transform: scale(.5) translate(0,130px);
  }

  35% {
    -o-transform: scale(.5) translate(0,0);
  }

  40% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(1);
    -webkit-transform-origin: 0 0;
  }
}

@-moz-keyframes fourRock {
  0% {
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  15%, 20% {
    -moz-transform: scale(.5) translateX(130px);
  }

  25% {
    -moz-transform: scale(.5) translate(130px,130px);
  }

  30% {
    -moz-transform: scale(.5) translate(0,130px);
  }

  35% {
    -moz-transform: scale(.5) translate(0,0);
  }

  100%, 40% {
    -moz-transform: scale(1);
  }

  10%, 5% {
    -moz-transform: scale(.5);
    transform: scale(.5);
  }

  15%, 20% {
    transform: scale(.5) translateX(130px);
  }

  25% {
    transform: scale(.5) translate(130px,130px);
  }

  30% {
    transform: scale(.5) translate(0,130px);
  }

  35% {
    transform: scale(.5) translate(0,0);
  }

  40% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
    -webkit-transform-origin: 0 0;
  }
}

@-webkit-keyframes fourRock {
  0% {
    transform-origin: 0 0;
  }

  10%, 5% {
    transform: scale(.5);
  }

  15%, 20% {
    transform: scale(.5) translateX(130px);
  }

  25% {
    transform: scale(.5) translate(130px,130px);
  }

  30% {
    transform: scale(.5) translate(0,130px);
  }

  35% {
    transform: scale(.5) translate(0,0);
  }

  40% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
    -webkit-transform-origin: 0 0;
  }
}

@-o-keyframes fourRock {
  0% {
    transform-origin: 0 0;
  }

  10%, 5% {
    transform: scale(.5);
  }

  15%, 20% {
    transform: scale(.5) translateX(130px);
  }

  25% {
    transform: scale(.5) translate(130px,130px);
  }

  30% {
    transform: scale(.5) translate(0,130px);
  }

  35% {
    transform: scale(.5) translate(0,0);
  }

  40% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
    -webkit-transform-origin: 0 0;
  }
}

@keyframes fourRock {
  0% {
    transform-origin: 0 0;
  }

  10%, 5% {
    transform: scale(.5);
  }

  15%, 20% {
    transform: scale(.5) translateX(130px);
  }

  25% {
    transform: scale(.5) translate(130px,130px);
  }

  30% {
    transform: scale(.5) translate(0,130px);
  }

  35% {
    transform: scale(.5) translate(0,0);
  }

  40% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
    -webkit-transform-origin: 0 0;
  }
}

.enter-up-bounce {
  -webkit-animation: enterUpBounce 1s linear;
  -moz-animation: enterUpBounce 1s linear;
  -ms-animation: enterUpBounce 1s linear;
  -o-animation: enterUpBounce 1s linear;
  animation: enterUpBounce 1s linear;
}

@-webkit-keyframes enterUpBounce {
  0% {
    -webkit-transform: translateY(220px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(0);
  }

  70% {
    -webkit-transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes enterUpBounce {
  0% {
    -o-transform: translateY(220px);
    opacity: 0;
  }

  50% {
    -o-transform: translateY(0);
  }

  70% {
    -o-transform: translateY(20px);
  }

  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes enterUpBounce {
  100%, 50% {
    -ms-transform: translateY(0);
  }

  0% {
    -ms-transform: translateY(220px);
    opacity: 0;
  }

  70% {
    -ms-transform: translateY(20px);
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes enterUpBounce {
  100%, 50% {
    -moz-transform: translateY(0);
  }

  70% {
    -moz-transform: translateY(20px);
  }

  0% {
    -moz-transform: translateY(220px);
    transform: translateY(220px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes enterUpBounce {
  0% {
    transform: translateY(220px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes enterUpBounce {
  0% {
    transform: translateY(220px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes enterUpBounce {
  0% {
    transform: translateY(220px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.enter-down-bounce {
  opacity: 1!important;
  visibility: visible!important;
  -webkit-animation: enterDownBounce 1s linear;
  -moz-animation: enterDownBounce 1s linear;
  -ms-animation: enterDownBounce 1s linear;
  -o-animation: enterDownBounce 1s linear;
  animation: enterDownBounce 1s linear;
}

@-webkit-keyframes enterDownBounce {
  0% {
    -webkit-transform: translateY(-220px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(0);
  }

  70% {
    -webkit-transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes enterDownBounce {
  0% {
    -moz-transform: translateY(-220px);
    opacity: 0;
  }

  50% {
    -moz-transform: translateY(0);
  }

  70% {
    -moz-transform: translateY(-20px);
  }

  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes enterDownBounce {
  100%, 50% {
    -ms-transform: translateY(0);
  }

  0% {
    -ms-transform: translateY(-220px);
    opacity: 0;
  }

  70% {
    -ms-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes enterDownBounce {
  100%, 50% {
    -o-transform: translateY(0);
  }

  70% {
    -o-transform: translateY(-20px);
  }

  0% {
    -o-transform: translateY(-220px);
    transform: translateY(-220px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes enterDownBounce {
  0% {
    transform: translateY(-220px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes enterDownBounce {
  0% {
    transform: translateY(-220px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes enterDownBounce {
  0% {
    transform: translateY(-220px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.enter-left-bounce {
  opacity: 1!important;
  visibility: visible!important;
  -webkit-animation: enterLeftBounce 1s linear;
  -moz-animation: enterLeftBounce 1s linear;
  -ms-animation: enterLeftBounce 1s linear;
  -o-animation: enterLeftBounce 1s linear;
  animation: enterLeftBounce 1s linear;
}

@-webkit-keyframes enterLeftBounce {
  0% {
    -webkit-transform: translateX(-220px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(0);
  }

  70% {
    -webkit-transform: translateX(-8px);
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes enterLeftBounce {
  0% {
    -o-transform: translateX(-220px);
    opacity: 0;
  }

  50% {
    -o-transform: translateX(0);
  }

  70% {
    -o-transform: translateX(-8px);
  }

  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}

@-ms-keyframes enterLeftBounce {
  100%, 50% {
    -ms-transform: translateX(0);
  }

  0% {
    -ms-transform: translateX(-220px);
    opacity: 0;
  }

  70% {
    -ms-transform: translateX(-8px);
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes enterLeftBounce {
  100%, 50% {
    -moz-transform: translateX(0);
  }

  70% {
    -moz-transform: translateX(-8px);
  }

  0% {
    -moz-transform: translateX(-220px);
    transform: translateX(-220px);
    opacity: 0;
  }

  50% {
    transform: translateX(0);
  }

  70% {
    transform: translateX(-8px);
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes enterLeftBounce {
  0% {
    transform: translateX(-220px);
    opacity: 0;
  }

  50% {
    transform: translateX(0);
  }

  70% {
    transform: translateX(-8px);
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes enterLeftBounce {
  0% {
    transform: translateX(-220px);
    opacity: 0;
  }

  50% {
    transform: translateX(0);
  }

  70% {
    transform: translateX(-8px);
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes enterLeftBounce {
  0% {
    transform: translateX(-220px);
    opacity: 0;
  }

  50% {
    transform: translateX(0);
  }

  70% {
    transform: translateX(-8px);
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.enter-right-bounce {
  opacity: 1!important;
  visibility: visible!important;
  -webkit-animation: enterRightBounce 1s linear;
  -moz-animation: enterRightBounce 1s linear;
  -ms-animation: enterRightBounce 1s linear;
  -o-animation: enterRightBounce 1s linear;
  animation: enterRightBounce 1s linear;
}

@-webkit-keyframes enterRightBounce {
  0% {
    -webkit-transform: translateX(220px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(0);
  }

  70% {
    -webkit-transform: translateX(8px);
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes enterRightBounce {
  0% {
    -o-transform: translateX(220px);
    opacity: 0;
  }

  50% {
    -o-transform: translateX(0);
  }

  70% {
    -o-transform: translateX(8px);
  }

  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}

@-ms-keyframes enterRightBounce {
  100%, 50% {
    -ms-transform: translateX(0);
  }

  0% {
    -ms-transform: translateX(220px);
    opacity: 0;
  }

  70% {
    -ms-transform: translateX(8px);
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes enterRightBounce {
  100%, 50% {
    -moz-transform: translateX(0);
  }

  70% {
    -moz-transform: translateX(8px);
  }

  0% {
    -moz-transform: translateX(220px);
    transform: translateX(220px);
    opacity: 0;
  }

  50% {
    transform: translateX(0);
  }

  70% {
    transform: translateX(8px);
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes enterRightBounce {
  0% {
    transform: translateX(220px);
    opacity: 0;
  }

  50% {
    transform: translateX(0);
  }

  70% {
    transform: translateX(8px);
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes enterRightBounce {
  0% {
    transform: translateX(220px);
    opacity: 0;
  }

  50% {
    transform: translateX(0);
  }

  70% {
    transform: translateX(8px);
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes enterRightBounce {
  0% {
    transform: translateX(220px);
    opacity: 0;
  }

  50% {
    transform: translateX(0);
  }

  70% {
    transform: translateX(8px);
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.scale-bounce {
  opacity: 1!important;
  visibility: visible!important;
  -webkit-animation: scaleBounce 1s linear;
  -moz-animation: scaleBounce 1s linear;
  -ms-animation: scaleBounce 1s linear;
  -o-animation: scaleBounce 1s linear;
  animation: scaleBounce 1s linear;
}

@-webkit-keyframes scaleBounce {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1);
  }

  70% {
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-o-keyframes scaleBounce {
  0% {
    -o-transform: scale(1.5);
    opacity: 0;
  }

  50% {
    -o-transform: scale(1);
  }

  70% {
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@-ms-keyframes scaleBounce {
  100%, 50% {
    -ms-transform: scale(1);
  }

  0% {
    -ms-transform: scale(1.5);
    opacity: 0;
  }

  70% {
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes scaleBounce {
  100%, 50% {
    -moz-transform: scale(1);
  }

  70% {
    -moz-transform: scale(1.1);
  }

  0% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  50% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes scaleBounce {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }

  50% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-o-keyframes scaleBounce {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }

  50% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleBounce {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }

  50% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.flip-left-bounce,
.jump-bounce,
.tree-flip,
.tree-flip-down,
.tree-flip-right,
.tree-flip-up {
  opacity: 1!important;
  visibility: visible!important;
}

.jump-bounce {
  -webkit-animation: jumpBounce 1 1.5s ease-in;
  -moz-animation: jumpBounce 1 1.5s ease-in;
  -ms-animation: jumpBounce 1 1.5s ease-in;
  -o-animation: jumpBounce 1 1.5s ease-in;
  animation: jumpBounce 1 1.5s ease-in;
}

@-webkit-keyframes jumpBounce {
  10% {
    -webkit-transform: translateY(-150px);
  }

  20%, 35%, 50% {
    -webkit-transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-60px);
  }

  40% {
    -webkit-transform: translateY(-40px);
  }
}

@-moz-keyframes jumpBounce {
  10% {
    -moz-transform: translateY(-150px);
  }

  20%, 35%, 50% {
    -moz-transform: translateY(0);
  }

  25% {
    -moz-transform: translateY(-60px);
  }

  40% {
    -moz-transform: translateY(-40px);
  }
}

@-ms-keyframes jumpBounce {
  10% {
    -ms-transform: translateY(-150px);
  }

  20%, 35%, 50% {
    -ms-transform: translateY(0);
  }

  25% {
    -ms-transform: translateY(-60px);
  }

  40% {
    -ms-transform: translateY(-40px);
  }
}

@-o-keyframes jumpBounce {
  20%, 35%, 50% {
    -o-transform: translateY(0);
  }

  25% {
    -o-transform: translateY(-60px);
  }

  40% {
    -o-transform: translateY(-40px);
  }

  10% {
    -o-transform: translateY(-150px);
    transform: translateY(-150px);
  }

  20%, 35%, 50% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-60px);
  }

  40% {
    transform: translateY(-40px);
  }
}

@-moz-keyframes jumpBounce {
  10% {
    transform: translateY(-150px);
  }

  20%, 35%, 50% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-60px);
  }

  40% {
    transform: translateY(-40px);
  }
}

@-webkit-keyframes jumpBounce {
  10% {
    transform: translateY(-150px);
  }

  20%, 35%, 50% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-60px);
  }

  40% {
    transform: translateY(-40px);
  }
}

@keyframes jumpBounce {
  10% {
    transform: translateY(-150px);
  }

  20%, 35%, 50% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-60px);
  }

  40% {
    transform: translateY(-40px);
  }
}

.tree-flip {
  -webkit-animation: treeFlip 1 1s ease-in-out;
  -moz-animation: treeFlip 1 1s ease-in-out;
  -ms-animation: treeFlip 1 1s ease-in-out;
  -o-animation: treeFlip 1 1s ease-in-out;
  animation: treeFlip 1 1s ease-in-out;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

@-webkit-keyframes treeFlip {
  0% {
    -webkit-transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(-90deg);
  }
}

@-moz-keyframes treeFlip {
  0% {
    -moz-transform: rotateY(0);
  }

  100% {
    -moz-transform: rotateY(-90deg);
  }
}

@-ms-keyframes treeFlip {
  0% {
    -ms-transform: rotateY(0);
  }

  100% {
    -ms-transform: rotateY(-90deg);
  }
}

@-o-keyframes treeFlip {
  100% {
    -o-transform: rotateY(-90deg);
  }

  0% {
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(-90deg);
  }
}

@-moz-keyframes treeFlip {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(-90deg);
  }
}

@-webkit-keyframes treeFlip {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(-90deg);
  }
}

@keyframes treeFlip {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(-90deg);
  }
}

.tree-flip-right {
  -webkit-animation: treeFlipRight 1 1s ease-in-out;
  -moz-animation: treeFlipRight 1 1s ease-in-out;
  -ms-animation: treeFlipRight 1 1s ease-in-out;
  -o-animation: treeFlipRight 1 1s ease-in-out;
  animation: treeFlipRight 1 1s ease-in-out;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

@-webkit-keyframes treeFlipRight {
  0% {
    -webkit-transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(90deg);
  }
}

@-moz-keyframes treeFlipRight {
  0% {
    -moz-transform: rotateY(0);
  }

  100% {
    -moz-transform: rotateY(90deg);
  }
}

@-ms-keyframes treeFlipRight {
  0% {
    -ms-transform: rotateY(0);
  }

  100% {
    -ms-transform: rotateY(90deg);
  }
}

@-o-keyframes treeFlipRight {
  100% {
    -o-transform: rotateY(90deg);
  }

  0% {
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(90deg);
  }
}

@-moz-keyframes treeFlipRight {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(90deg);
  }
}

@-webkit-keyframes treeFlipRight {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(90deg);
  }
}

@keyframes treeFlipRight {
  0% {
    transform: rotateY(0);
  }

  100% {
    transform: rotateY(90deg);
  }
}

.tree-flip-up {
  -webkit-animation: treeFlipUp 1 1s ease-in-out;
  -moz-animation: treeFlipUp 1 1s ease-in-out;
  -ms-animation: treeFlipUp 1 1s ease-in-out;
  -o-animation: treeFlipUp 1 1s ease-in-out;
  animation: treeFlipUp 1 1s ease-in-out;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

@-webkit-keyframes treeFlipUp {
  0% {
    -webkit-transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(90deg);
  }
}

@-moz-keyframes treeFlipUp {
  0% {
    -moz-transform: rotateX(0);
  }

  100% {
    -moz-transform: rotateX(90deg);
  }
}

@-ms-keyframes treeFlipUp {
  0% {
    -ms-transform: rotateX(0);
  }

  100% {
    -ms-transform: rotateX(90deg);
  }
}

@-o-keyframes treeFlipUp {
  100% {
    -o-transform: rotateX(90deg);
  }

  0% {
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(90deg);
  }
}

@-moz-keyframes treeFlipUp {
  0% {
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(90deg);
  }
}

@-webkit-keyframes treeFlipUp {
  0% {
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(90deg);
  }
}

@keyframes treeFlipUp {
  0% {
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(90deg);
  }
}

.tree-flip-down {
  -webkit-animation: treeFlipDown 1 1s ease-in-out;
  -moz-animation: treeFlipDown 1 1s ease-in-out;
  -ms-animation: treeFlipDown 1 1s ease-in-out;
  -o-animation: treeFlipDown 1 1s ease-in-out;
  animation: treeFlipDown 1 1s ease-in-out;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

@-webkit-keyframes treeFlipDown {
  0% {
    -webkit-transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(-90deg);
  }
}

@-moz-keyframes treeFlipDown {
  0% {
    -moz-transform: rotateX(0);
  }

  100% {
    -moz-transform: rotateX(-90deg);
  }
}

@-ms-keyframes treeFlipDown {
  0% {
    -ms-transform: rotateX(0);
  }

  100% {
    -ms-transform: rotateX(-90deg);
  }
}

@-o-keyframes treeFlipDown {
  100% {
    -o-transform: rotateX(-90deg);
  }

  0% {
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

@-moz-keyframes treeFlipDown {
  0% {
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

@-webkit-keyframes treeFlipDown {
  0% {
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

@keyframes treeFlipDown {
  0% {
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

.flip-left-bounce {
  -webkit-animation: flipLeftBounce 1s ease-in-out;
  -moz-animation: flipLeftBounce 1s ease-in-out;
  -ms-animation: flipLeftBounce 1s ease-in-out;
  -o-animation: flipLeftBounce 1s ease-in-out;
  animation: flipLeftBounce 1s ease-in-out;
}

@-webkit-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(70deg);
  }

  50% {
    opacity: 1;
    -webkit-transform: rotateY(-5deg);
  }

  80% {
    -webkit-transform: rotateY(20deg);
  }

  100% {
    -webkit-transform: rotateY(0);
  }
}

@-moz-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    -moz-transform: rotateY(70deg);
  }

  50% {
    opacity: 1;
    -moz-transform: rotateY(-5deg);
  }

  80% {
    -moz-transform: rotateY(20deg);
  }

  100% {
    -moz-transform: rotateY(0);
  }
}

@-ms-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    -ms-transform: rotateY(70deg);
  }

  50% {
    opacity: 1;
    -ms-transform: rotateY(-5deg);
  }

  80% {
    -ms-transform: rotateY(20deg);
  }

  100% {
    -ms-transform: rotateY(0);
  }
}

@-o-keyframes flipLeftBounce {
  50% {
    -o-transform: rotateY(-5deg);
  }

  80% {
    -o-transform: rotateY(20deg);
  }

  100% {
    -o-transform: rotateY(0);
  }

  0% {
    -o-transform: rotateY(70deg);
    opacity: 0;
    transform: rotateY(70deg);
  }

  50% {
    opacity: 1;
    transform: rotateY(-5deg);
  }

  80% {
    transform: rotateY(20deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@-moz-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    transform: rotateY(70deg);
  }

  50% {
    opacity: 1;
    transform: rotateY(-5deg);
  }

  80% {
    transform: rotateY(20deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@-webkit-keyframes flipLeftBounce {
  0% {
    opacity: 0;
    transform: rotateY(70deg);
  }

  50% {
    opacity: 1;
    transform: rotateY(-5deg);
  }

  80% {
    transform: rotateY(20deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@keyframes flipLeftBounce {
  0% {
    opacity: 0;
    transform: rotateY(70deg);
  }

  50% {
    opacity: 1;
    transform: rotateY(-5deg);
  }

  80% {
    transform: rotateY(20deg);
  }

  100% {
    transform: rotateY(0);
  }
}

.flip-right-bounce {
  -webkit-animation: flipRightBounce 1s ease-in-out;
  -moz-animation: flipRightBounce 1s ease-in-out;
  -ms-animation: flipRightBounce 1s ease-in-out;
  -o-animation: flipRightBounce 1s ease-in-out;
  animation: flipRightBounce 1s ease-in-out;
  opacity: 1!important;
  visibility: visible!important;
}

@-webkit-keyframes flipRightBounce {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-70deg);
  }

  50% {
    opacity: 1;
    -webkit-transform: rotateY(5deg);
  }

  80% {
    -webkit-transform: rotateY(-20deg);
  }

  100% {
    -webkit-transform: rotateY(0);
  }
}

@-moz-keyframes flipRightBounce {
  0% {
    opacity: 0;
    -moz-transform: rotateY(-70deg);
  }

  50% {
    opacity: 1;
    -moz-transform: rotateY(5deg);
  }

  80% {
    -moz-transform: rotateY(-20deg);
  }

  100% {
    -moz-transform: rotateY(0);
  }
}

@-ms-keyframes flipRightBounce {
  0% {
    opacity: 0;
    -ms-transform: rotateY(-70deg);
  }

  50% {
    opacity: 1;
    -ms-transform: rotateY(5deg);
  }

  80% {
    -ms-transform: rotateY(-20deg);
  }

  100% {
    -ms-transform: rotateY(0);
  }
}

@-o-keyframes flipRightBounce {
  50% {
    -o-transform: rotateY(5deg);
  }

  80% {
    -o-transform: rotateY(-20deg);
  }

  100% {
    -o-transform: rotateY(0);
  }

  0% {
    -o-transform: rotateY(-70deg);
    opacity: 0;
    transform: rotateY(-70deg);
  }

  50% {
    opacity: 1;
    transform: rotateY(5deg);
  }

  80% {
    transform: rotateY(-20deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@-moz-keyframes flipRightBounce {
  0% {
    opacity: 0;
    transform: rotateY(-70deg);
  }

  50% {
    opacity: 1;
    transform: rotateY(5deg);
  }

  80% {
    transform: rotateY(-20deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@-webkit-keyframes flipRightBounce {
  0% {
    opacity: 0;
    transform: rotateY(-70deg);
  }

  50% {
    opacity: 1;
    transform: rotateY(5deg);
  }

  80% {
    transform: rotateY(-20deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@keyframes flipRightBounce {
  0% {
    opacity: 0;
    transform: rotateY(-70deg);
  }

  50% {
    opacity: 1;
    transform: rotateY(5deg);
  }

  80% {
    transform: rotateY(-20deg);
  }

  100% {
    transform: rotateY(0);
  }
}

.rotate-flip {
  -webkit-animation: rotateFlip 1 1s linear;
  -moz-animation: rotateFlip 1 1s linear;
  -ms-animation: rotateFlip 1 1s linear;
  -o-animation: rotateFlip 1 1s linear;
  animation: rotateFlip 1 1s linear;
  opacity: 1!important;
  visibility: visible!important;
}

@-webkit-keyframes rotateFlip {
  0% {
    -webkit-transform-origin: 50%;
  }

  40%, 60% {
    -webkit-transform: rotateY(70deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateFlip {
  0% {
    -moz-transform-origin: 50%;
  }

  40%, 60% {
    -moz-transform: rotateY(70deg);
    opacity: 0;
  }

  100% {
    -moz-transform: rotateY(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateFlip {
  0% {
    -ms-transform-origin: 50%;
  }

  40%, 60% {
    -ms-transform: rotateY(70deg);
    opacity: 0;
  }

  100% {
    -ms-transform: rotateY(0);
    opacity: 1;
  }
}

@-o-keyframes rotateFlip {
  0% {
    -o-transform-origin: 50%;
    transform-origin: 50%;
  }

  100% {
    -o-transform: rotateY(0);
  }

  40%, 60% {
    -o-transform: rotateY(70deg);
    transform: rotateY(70deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateFlip {
  0% {
    transform-origin: 50%;
  }

  40%, 60% {
    transform: rotateY(70deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateFlip {
  0% {
    transform-origin: 50%;
  }

  40%, 60% {
    transform: rotateY(70deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes rotateFlip {
  0% {
    transform-origin: 50%;
  }

  40%, 60% {
    transform: rotateY(70deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fade-in 1 1s ease-out;
  -moz-animation: fade-in 1 1s ease-out;
  -ms-animation: fade-in 1 1s ease-out;
  -o-animation: fade-in 1 1s ease-out;
  animation: fade-in 1 1s ease-out;
  opacity: 1!important;
  visibility: visible!important;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.flip-left {
  -webkit-animation: flipLeft 1 1s ease-out;
  -moz-animation: flipLeft 1 1s ease-out;
  -ms-animation: flipLeft 1 1s ease-out;
  -o-animation: flipLeft 1 1s ease-out;
  animation: flipLeft 1 1s ease-out;
  opacity: 1!important;
  visibility: visible!important;
}

@-webkit-keyframes flipLeft {
  0% {
    -webkit-transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes flipLeft {
  0% {
    -moz-transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}

@-ms-keyframes flipLeft {
  0% {
    -ms-transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes flipLeft {
  100% {
    -o-transform: translateX(0);
  }

  0% {
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes flipLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes flipLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes flipLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.flip-right {
  -webkit-animation: flipRight 1 1s ease-out;
  -moz-animation: flipRight 1 1s ease-out;
  -ms-animation: flipRight 1 1s ease-out;
  -o-animation: flipRight 1 1s ease-out;
  animation: flipRight 1 1s ease-out;
  opacity: 1!important;
  visibility: visible!important;
}

@-webkit-keyframes flipRight {
  0% {
    -webkit-transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes flipRight {
  0% {
    -moz-transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}

@-ms-keyframes flipRight {
  0% {
    -ms-transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes flipRight {
  100% {
    -o-transform: translateX(0);
  }

  0% {
    -o-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes flipRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes flipRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes flipRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.flip-top {
  -webkit-animation: flipTop 1 1s ease-out;
  -moz-animation: flipTop 1 1s ease-out;
  -ms-animation: flipTop 1 1s ease-out;
  -o-animation: flipTop 1 1s ease-out;
  animation: flipTop 1 1s ease-out;
  opacity: 1!important;
  visibility: visible!important;
}

@-webkit-keyframes flipTop {
  0% {
    -webkit-transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes flipTop {
  0% {
    -moz-transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes flipTop {
  0% {
    -ms-transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes flipTop {
  100% {
    -o-transform: translateY(0);
  }

  0% {
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes flipTop {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes flipTop {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes flipTop {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.flip-bottom {
  -webkit-animation: flipBottom 1 .5s ease-out;
  -moz-animation: flipBottom 1 .5s ease-out;
  -ms-animation: flipBottom 1 .5s ease-out;
  -o-animation: flipBottom 1 .5s ease-out;
  animation: flipBottom 1 .5s ease-out;
  opacity: 1!important;
  visibility: visible!important;
}

@-ms-keyframes flipBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opactity: 1;
  }
}

@-moz-keyframes flipBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opactity: 1;
  }
}

@-webkit-keyframes flipBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opactity: 1;
  }
}

@-o-keyframes flipBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opactity: 1;
  }
}

@keyframes flipBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opactity: 1;
  }
}

.rotate-flip-down {
  opacity: 1!important;
  visibility: visible!important;
  -webkit-animation: rotateFlipDown 1 1s linear;
  -moz-animation: rotateFlipDown 1 1s linear;
  -ms-animation: rotateFlipDown 1 1s linear;
  -o-animation: rotateFlipDown 1 1s linear;
  animation: rotateFlipDown 1 1s linear;
}

@-webkit-keyframes rotateFlipDown {
  0% {
    -webkit-transform-origin: 50%;
  }

  40%, 60% {
    -webkit-transform: rotateX(70deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateFlipDown {
  0% {
    -moz-transform-origin: 50%;
  }

  40%, 60% {
    -moz-transform: rotateX(70deg);
    opacity: 0;
  }

  100% {
    -moz-transform: rotateX(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateFlipDown {
  0% {
    -ms-transform-origin: 50%;
  }

  40%, 60% {
    -ms-transform: rotateX(70deg);
    opacity: 0;
  }

  100% {
    -ms-transform: rotateX(0);
    opacity: 1;
  }
}

@-o-keyframes rotateFlipDown {
  0% {
    -o-transform-origin: 50%;
    transform-origin: 50%;
  }

  100% {
    -o-transform: rotateX(0);
  }

  40%, 60% {
    -o-transform: rotateX(70deg);
    transform: rotateX(70deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateFlipDown {
  0% {
    transform-origin: 50%;
  }

  40%, 60% {
    transform: rotateX(70deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateFlipDown {
  0% {
    transform-origin: 50%;
  }

  40%, 60% {
    transform: rotateX(70deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes rotateFlipDown {
  0% {
    transform-origin: 50%;
  }

  40%, 60% {
    transform: rotateX(70deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

.rotate-down-bounce {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: rotateDowBounce 1 2s ease-in;
  -moz-animation: rotateDowBounce 1 2s ease-in;
  -ms-animation: rotateDowBounce 1 2s ease-in;
  -o-animation: rotateDowBounce 1 2s ease-in;
  animation: rotateDowBounce 1 2s ease-in;
}

@-webkit-keyframes rotateDowBounce {
  0% {
    -webkit-transform: rotate(0);
    opacity: 1;
    visibility: visible;
  }

  20% {
    -webkit-transform: rotate(25deg);
  }

  40% {
    -webkit-transform: rotate(30deg);
  }

  10%, 30%, 50% {
    -webkit-transform: rotate(40deg);
    opacity: 1;
    visibility: visible;
  }

  100%, 80% {
    -webkit-transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes rotateDowBounce {
  0% {
    -moz-transform: rotate(0);
    opacity: 1;
    visibility: visible;
  }

  20% {
    -moz-transform: rotate(25deg);
  }

  40% {
    -moz-transform: rotate(30deg);
  }

  10%, 30%, 50% {
    -moz-transform: rotate(40deg);
    opacity: 1;
    visibility: visible;
  }

  100%, 80% {
    -moz-transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    visibility: hidden;
  }
}

@-ms-keyframes rotateDowBounce {
  0%, 10%, 30%, 50% {
    opacity: 1;
    visibility: visible;
  }

  0% {
    -ms-transform: rotate(0);
  }

  20% {
    -ms-transform: rotate(25deg);
  }

  40% {
    -ms-transform: rotate(30deg);
  }

  10%, 30%, 50% {
    -ms-transform: rotate(40deg);
  }

  100%, 80% {
    -ms-transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    visibility: hidden;
  }
}

@-o-keyframes rotateDowBounce {
  20% {
    -o-transform: rotate(25deg);
  }

  40% {
    -o-transform: rotate(30deg);
  }

  10%, 30%, 50% {
    -o-transform: rotate(40deg);
  }

  100%, 80% {
    -o-transform: rotate(30deg) translateY(310px) translateX(230px);
  }

  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
    visibility: visible;
  }

  20% {
    transform: rotate(25deg);
  }

  40% {
    transform: rotate(30deg);
  }

  10%, 30%, 50% {
    transform: rotate(40deg);
    opacity: 1;
    visibility: visible;
  }

  100%, 80% {
    transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes rotateDowBounce {
  0% {
    transform: rotate(0);
    opacity: 1;
    visibility: visible;
  }

  20% {
    transform: rotate(25deg);
  }

  40% {
    transform: rotate(30deg);
  }

  10%, 30%, 50% {
    transform: rotate(40deg);
    opacity: 1;
    visibility: visible;
  }

  100%, 80% {
    transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes rotateDowBounce {
  0% {
    transform: rotate(0);
    opacity: 1;
    visibility: visible;
  }

  20% {
    transform: rotate(25deg);
  }

  40% {
    transform: rotate(30deg);
  }

  10%, 30%, 50% {
    transform: rotate(40deg);
    opacity: 1;
    visibility: visible;
  }

  100%, 80% {
    transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes rotateDowBounce {
  0% {
    transform: rotate(0);
    opacity: 1;
    visibility: visible;
  }

  20% {
    transform: rotate(25deg);
  }

  40% {
    transform: rotate(30deg);
  }

  10%, 30%, 50% {
    transform: rotate(40deg);
    opacity: 1;
    visibility: visible;
  }

  100%, 80% {
    transform: rotate(30deg) translateY(310px) translateX(230px);
    opacity: 0;
    visibility: hidden;
  }
}

.rotate-out {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: rotateOut 1 1.5s ease-out;
  -moz-animation: rotateOut 1 1.5s ease-out;
  -ms-animation: rotateOut 1 1.5s ease-out;
  -o-animation: rotateOut 1 1.5s ease-out;
  animation: rotateOut 1 1.5s ease-out;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    -webkit-transform: scale(0) rotateY(189deg);
  }
}

@-moz-keyframes rotateOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    -moz-transform: scale(0) rotateY(189deg);
  }
}

@-ms-keyframes rotateOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    -ms-transform: scale(0) rotateY(189deg);
  }
}

@-o-keyframes rotateOut {
  100%, 50% {
    -o-transform: scale(0) rotateY(189deg);
    transform: scale(0) rotateY(189deg);
  }

  0% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes rotateOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    transform: scale(0) rotateY(189deg);
  }
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    transform: scale(0) rotateY(189deg);
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    transform: scale(0) rotateY(189deg);
  }
}

.flash-bang {
  opacity: 1;
  visibility: visible;
  -webkit-animation: flashBang 1 2s linear;
  -moz-animation: flashBang 1 2s linear;
  -ms-animation: flashBang 1 2s linear;
  -o-animation: flashBang 1 2s linear;
  animation: flashBang 1 2s linear;
}

@-ms-keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }

  10%, 100%, 30% {
    opacity: 1;
  }
}

@-moz-keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }

  10%, 100%, 30% {
    opacity: 1;
  }
}

@-webkit-keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }

  10%, 100%, 30% {
    opacity: 1;
  }
}

@-o-keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }

  10%, 100%, 30% {
    opacity: 1;
  }
}

@keyframes flashBang {
  0%, 20% {
    opacity: 0;
  }

  10%, 100%, 30% {
    opacity: 1;
  }
}

.bomba {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: bomba 1 1s ease-out;
  -moz-animation: bomba 1 1s ease-out;
  -ms-animation: bomba 1 1s ease-out;
  -o-animation: bomba 1 1s ease-out;
  animation: bomba 1 1s ease-out;
}

@-webkit-keyframes bomba {
  0% {
    -webkit-transform-origin: -50% 0;
    -webkit-transform: rotateZ(0);
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    -webkit-transform: rotateZ(-210deg);
    -webkit-transform-origin: -20% 0;
  }

  100%, 47% {
    opacity: 0;
    visibility: hidden;
  }
}

@-o-keyframes bomba {
  0% {
    -o-transform-origin: -50% 0;
    -o-transform: rotateZ(0);
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    -o-transform: rotateZ(-210deg);
    -o-transform-origin: -20% 0;
  }

  100%, 47% {
    opacity: 0;
    visibility: hidden;
  }
}

@-ms-keyframes bomba {
  0% {
    -ms-transform-origin: -50% 0;
    -ms-transform: rotateZ(0);
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    -ms-transform: rotateZ(-210deg);
    -ms-transform-origin: -20% 0;
  }

  100%, 47% {
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes bomba {
  100%, 50% {
    -moz-transform: rotateZ(-210deg);
    -moz-transform-origin: -20% 0;
  }

  0% {
    -moz-transform-origin: -50% 0;
    -moz-transform: rotateZ(0);
    transform-origin: -50% 0;
    transform: rotateZ(0);
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    transform: rotateZ(-210deg);
    transform-origin: -20% 0;
  }

  100%, 47% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes bomba {
  0% {
    transform-origin: -50% 0;
    transform: rotateZ(0);
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    transform: rotateZ(-210deg);
    transform-origin: -20% 0;
  }

  100%, 47% {
    opacity: 0;
    visibility: hidden;
  }
}

@-o-keyframes bomba {
  0% {
    transform-origin: -50% 0;
    transform: rotateZ(0);
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    transform: rotateZ(-210deg);
    transform-origin: -20% 0;
  }

  100%, 47% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes bomba {
  0% {
    transform-origin: -50% 0;
    transform: rotateZ(0);
    opacity: 1;
    visibility: visible;
  }

  100%, 50% {
    transform: rotateZ(-210deg);
    transform-origin: -20% 0;
  }

  100%, 47% {
    opacity: 0;
    visibility: hidden;
  }
}

.legend-down,
.legend-down:before,
.legend-flip,
.legend-flip:before,
.legend-left,
.legend-left:before,
.legend-right,
.legend-right:before,
.legend-up,
.legend-up:before,
.portrait-before,
.portrait-before:before,
.portrait-blur,
.portrait-blur:before,
.scale-before,
.scale-before:before {
  visibility: visible!important;
  opacity: 1!important;
}

.legend-down:before {
  background: rgba(0,0,0,.5);
  -webkit-animation: legendDown 1 .5s ease-out;
  -moz-animation: legendDown 1 .5s ease-out;
  -ms-animation: legendDown 1 .5s ease-out;
  -o-animation: legendDown 1 .5s ease-out;
  animation: legendDown 1 .5s ease-out;
}

@-ms-keyframes legendDown {
  0% {
    top: 0;
    height: 0;
  }

  100% {
    height: 64%;
    top: 9px;
  }
}

@-moz-keyframes legendDown {
  0% {
    top: 0;
    height: 0;
  }

  100% {
    height: 64%;
    top: 9px;
  }
}

@-webkit-keyframes legendDown {
  0% {
    top: 0;
    height: 0;
  }

  100% {
    height: 64%;
    top: 9px;
  }
}

@-o-keyframes legendDown {
  0% {
    top: 0;
    height: 0;
  }

  100% {
    height: 64%;
    top: 9px;
  }
}

@keyframes legendDown {
  0% {
    top: 0;
    height: 0;
  }

  100% {
    height: 64%;
    top: 9px;
  }
}

.legend-up:before {
  background: rgba(0,0,0,.5);
  -webkit-animation: legendUp 1 .5s ease-out;
  -moz-animation: legendUp 1 .5s ease-out;
  -ms-animation: legendUp 1 .5s ease-out;
  -o-animation: legendUp 1 .5s ease-out;
  animation: legendUp 1 .5s ease-out;
}

@-ms-keyframes legendUp {
  0% {
    top: 70%;
    height: 0;
  }

  100% {
    height: 64%;
    top: 9px;
  }
}

@-moz-keyframes legendUp {
  0% {
    top: 70%;
    height: 0;
  }

  100% {
    height: 64%;
    top: 9px;
  }
}

@-webkit-keyframes legendUp {
  0% {
    top: 70%;
    height: 0;
  }

  100% {
    height: 64%;
    top: 9px;
  }
}

@-o-keyframes legendUp {
  0% {
    top: 70%;
    height: 0;
  }

  100% {
    height: 64%;
    top: 9px;
  }
}

@keyframes legendUp {
  0% {
    top: 70%;
    height: 0;
  }

  100% {
    height: 64%;
    top: 9px;
  }
}

.legend-left:before {
  background: rgba(0,0,0,.5);
  -webkit-animation: legendLeft 1 .5s ease-out;
  -moz-animation: legendLeft 1 .5s ease-out;
  -ms-animation: legendLeft 1 .5s ease-out;
  -o-animation: legendLeft 1 .5s ease-out;
  animation: legendLeft 1 .5s ease-out;
}

@-ms-keyframes legendLeft {
  0% {
    left: 0;
    width: 0;
  }

  100% {
    left: 9px;
    width: 92%;
  }
}

@-moz-keyframes legendLeft {
  0% {
    left: 0;
    width: 0;
  }

  100% {
    left: 9px;
    width: 92%;
  }
}

@-webkit-keyframes legendLeft {
  0% {
    left: 0;
    width: 0;
  }

  100% {
    left: 9px;
    width: 92%;
  }
}

@-o-keyframes legendLeft {
  0% {
    left: 0;
    width: 0;
  }

  100% {
    left: 9px;
    width: 92%;
  }
}

@keyframes legendLeft {
  0% {
    left: 0;
    width: 0;
  }

  100% {
    left: 9px;
    width: 92%;
  }
}

.legend-right:before {
  background: rgba(0,0,0,.5);
  -webkit-animation: legendRight 1 .5s ease-out;
  -moz-animation: legendRight 1 .5s ease-out;
  -ms-animation: legendRight 1 .5s ease-out;
  -o-animation: legendRight 1 .5s ease-out;
  animation: legendRight 1 .5s ease-out;
}

@-ms-keyframes legendRight {
  0% {
    left: 100%;
    width: 0;
  }

  100% {
    left: 9px;
    width: 92%;
  }
}

@-moz-keyframes legendRight {
  0% {
    left: 100%;
    width: 0;
  }

  100% {
    left: 9px;
    width: 92%;
  }
}

@-webkit-keyframes legendRight {
  0% {
    left: 100%;
    width: 0;
  }

  100% {
    left: 9px;
    width: 92%;
  }
}

@-o-keyframes legendRight {
  0% {
    left: 100%;
    width: 0;
  }

  100% {
    left: 9px;
    width: 92%;
  }
}

@keyframes legendRight {
  0% {
    left: 100%;
    width: 0;
  }

  100% {
    left: 9px;
    width: 92%;
  }
}

.legend-flip,
.legend-flip:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 600;
  -moz-perspective: 600;
  -ms-perspective: 600;
  perspective: 600;
}

.legend-flip {
  -webkit-animation: legendFlip 1.2s ease-out;
  -moz-animation: legendFlip 1.2s ease-out;
  -ms-animation: legendFlip 1.2s ease-out;
  -o-animation: legendFlip 1.2s ease-out;
  animation: legendFlip 1.2s ease-out;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.legend-flip:before {
  -webkit-animation: legendFlipBefore 1.2s ease-out;
  -moz-animation: legendFlipBefore 1.2s ease-out;
  -ms-animation: legendFlipBefore 1.2s ease-out;
  -o-animation: legendFlipBefore 1.2s ease-out;
  animation: legendFlipBefore 1.2s ease-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00d7d7;
  content: "";
  z-index: 1000;
}

@-webkit-keyframes legendFlipBefore {
  0% {
    -webkit-transform: rotateY(-180deg);
  }

  60% {
    -webkit-transform: rotateY(30deg);
  }

  80% {
    -webkit-transform: rotateY(-30deg);
  }

  100% {
    -webkit-transform: rotateY(0);
  }
}

@-moz-keyframes legendFlipBefore {
  0% {
    -moz-transform: rotateY(-180deg);
  }

  60% {
    -moz-transform: rotateY(30deg);
  }

  80% {
    -moz-transform: rotateY(-30deg);
  }

  100% {
    -moz-transform: rotateY(0);
  }
}

@-ms-keyframes legendFlipBefore {
  0% {
    -ms-transform: rotateY(-180deg);
  }

  60% {
    -ms-transform: rotateY(30deg);
  }

  80% {
    -ms-transform: rotateY(-30deg);
  }

  100% {
    -ms-transform: rotateY(0);
  }
}

@-o-keyframes legendFlipBefore {
  0% {
    -o-transform: rotateY(-180deg);
  }

  60% {
    -o-transform: rotateY(30deg);
  }

  80% {
    -o-transform: rotateY(-30deg);
  }

  100% {
    -o-transform: rotateY(0);
  }
}

@-webkit-keyframes legendFlip {
  0% {
    -webkit-transform: rotateY(0);
  }

  60% {
    -webkit-transform: rotateY(-210deg);
  }

  100% {
    -webkit-transform: rotateY(-180deg);
  }
}

@-moz-keyframes legendFlip {
  0% {
    -moz-transform: rotateY(0);
  }

  60% {
    -moz-transform: rotateY(-210deg);
  }

  100% {
    -moz-transform: rotateY(-180deg);
  }
}

@-ms-keyframes legendFlip {
  0% {
    -ms-transform: rotateY(0);
  }

  60% {
    -ms-transform: rotateY(-210deg);
  }

  100% {
    -ms-transform: rotateY(-180deg);
  }
}

@-o-keyframes legendFlip {
  0% {
    -o-transform: rotateY(0);
  }

  60% {
    -o-transform: rotateY(-210deg);
  }

  100% {
    -o-transform: rotateY(-180deg);
  }
}

@-moz-keyframes legendFlipBefore {
  0% {
    transform: rotateY(-180deg);
  }

  60% {
    transform: rotateY(30deg);
  }

  80% {
    transform: rotateY(-30deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@-webkit-keyframes legendFlipBefore {
  0% {
    transform: rotateY(-180deg);
  }

  60% {
    transform: rotateY(30deg);
  }

  80% {
    transform: rotateY(-30deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@-o-keyframes legendFlipBefore {
  0% {
    transform: rotateY(-180deg);
  }

  60% {
    transform: rotateY(30deg);
  }

  80% {
    transform: rotateY(-30deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@keyframes legendFlipBefore {
  0% {
    transform: rotateY(-180deg);
  }

  60% {
    transform: rotateY(30deg);
  }

  80% {
    transform: rotateY(-30deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@-moz-keyframes legendFlip {
  0% {
    transform: rotateY(0);
  }

  60% {
    transform: rotateY(-210deg);
  }

  100% {
    transform: rotateY(-180deg);
  }
}

@-webkit-keyframes legendFlip {
  0% {
    transform: rotateY(0);
  }

  60% {
    transform: rotateY(-210deg);
  }

  100% {
    transform: rotateY(-180deg);
  }
}

@-o-keyframes legendFlip {
  0% {
    transform: rotateY(0);
  }

  60% {
    transform: rotateY(-210deg);
  }

  100% {
    transform: rotateY(-180deg);
  }
}

@keyframes legendFlip {
  0% {
    transform: rotateY(0);
  }

  60% {
    transform: rotateY(-210deg);
  }

  100% {
    transform: rotateY(-180deg);
  }
}

.portrait-before:before {
  box-shadow: inset 0 0 0 100px rgba(0,0,0,.5);
  -webkit-animation: portraitBefore 1 .3s ease-out;
  -moz-animation: portraitBefore 1 .3s ease-out;
  -ms-animation: portraitBefore 1 .3s ease-out;
  -o-animation: portraitBefore 1 .3s ease-out;
  animation: portraitBefore 1 .3s ease-out;
}

@-ms-keyframes portraitBefore {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.5);
    width: 100%;
    height: 74%;
    top: 0;
    left: 0;
  }

  100% {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.5);
    width: 92%;
    height: 64%;
    top: 9px;
    left: 9px;
  }
}

@-moz-keyframes portraitBefore {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.5);
    width: 100%;
    height: 74%;
    top: 0;
    left: 0;
  }

  100% {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.5);
    width: 92%;
    height: 64%;
    top: 9px;
    left: 9px;
  }
}

@-webkit-keyframes portraitBefore {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.5);
    width: 100%;
    height: 74%;
    top: 0;
    left: 0;
  }

  100% {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.5);
    width: 92%;
    height: 64%;
    top: 9px;
    left: 9px;
  }
}

@-o-keyframes portraitBefore {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.5);
    width: 100%;
    height: 74%;
    top: 0;
    left: 0;
  }

  100% {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.5);
    width: 92%;
    height: 64%;
    top: 9px;
    left: 9px;
  }
}

@keyframes portraitBefore {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.5);
    width: 100%;
    height: 74%;
    top: 0;
    left: 0;
  }

  100% {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.5);
    width: 92%;
    height: 64%;
    top: 9px;
    left: 9px;
  }
}

.portrait-blur:before {
  box-shadow: inset 0 0 100px 100px rgba(0,0,0,.5);
  -webkit-animation: portraitBlur 1 .6s ease-out;
  -moz-animation: portraitBlur 1 .6s ease-out;
  -ms-animation: portraitBlur 1 .6s ease-out;
  -o-animation: portraitBlur 1 .6s ease-out;
  animation: portraitBlur 1 .6s ease-out;
}

@-webkit-keyframes portraitBlur {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.5);
    width: 100%;
    height: 74%;
    top: 0;
    left: 0;
  }

  100% {
    box-shadow: inset 0 0 100px 100px rgba(0,0,0,.5);
    width: 92%;
    height: 64%;
    top: 9px;
    left: 9px;
  }
}

@-moz-keyframes portraitBlur {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.5);
    width: 100%;
    height: 74%;
    top: 0;
    left: 0;
  }

  100% {
    box-shadow: inset 0 0 100px 100px rgba(0,0,0,.5);
    width: 92%;
    height: 64%;
    top: 9px;
    left: 9px;
  }
}

@-ms-keyframes portraitBlur {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.5);
    width: 100%;
    height: 74%;
    top: 0;
    left: 0;
  }

  100% {
    box-shadow: inset 0 0 100px 100px rgba(0,0,0,.5);
    width: 92%;
    height: 64%;
    top: 9px;
    left: 9px;
  }
}

@-o-keyframes portraitBlur {
  0% {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.5);
    width: 100%;
    height: 74%;
    top: 0;
    left: 0;
  }

  100% {
    box-shadow: inset 0 0 100px 100px rgba(0,0,0,.5);
    width: 92%;
    height: 64%;
    top: 9px;
    left: 9px;
  }
}

keyframes portraitBlur 0% {
  box-shadow: inset 0 0 0 0 rgba(0,0,0,.5);
  width: 100%;
  height: 74%;
  top: 0;
  left: 0;
}

keyframes portraitBlur 100% {
  box-shadow: inset 0 0 100px 100px rgba(0,0,0,.5);
  width: 92%;
  height: 64%;
  top: 9px;
  left: 9px;
}

.scale-before:before {
  background: rgba(0,0,0,.5);
  -webkit-animation: scaleBefore 1 .5s ease-out;
  -moz-animation: scaleBefore 1 .5s ease-out;
  -ms-animation: scaleBefore 1 .5s ease-out;
  -o-animation: scaleBefore 1 .5s ease-out;
  animation: scaleBefore 1 .5s ease-out;
}

@-ms-keyframes scaleBefore {
  0% {
    -webkit-transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes scaleBefore {
  0% {
    -webkit-transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes scaleBefore {
  0% {
    -webkit-transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-o-keyframes scaleBefore {
  0% {
    -webkit-transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scaleBefore {
  0% {
    -webkit-transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.rotate-row {
  opacity: 1!important;
  -webkit-animation: rotateRow infinite alternate 3s linear;
  -moz-animation: rotateRow infinite alternate 3s linear;
  -ms-animation: rotateRow infinite alternate 3s linear;
  -o-animation: rotateRow infinite alternate 3s linear;
  animation: rotateRow infinite alternate 3s linear;
}

@-webkit-keyframes rotateRow {
  0%, 10% {
    -webkit-transform: translateY(0);
  }

  5% {
    -webkit-transform: translateY(-20px);
  }

  100% {
    -webkit-transform: rotate(20000deg) translateY(0);
  }
}

@-moz-keyframes rotateRow {
  0%, 10% {
    -moz-transform: translateY(0);
  }

  5% {
    -moz-transform: translateY(-20px);
  }

  100% {
    -moz-transform: rotate(20000deg) translateY(0);
  }
}

@-ms-keyframes rotateRow {
  0%, 10% {
    -ms-transform: translateY(0);
  }

  5% {
    -ms-transform: translateY(-20px);
  }

  100% {
    -ms-transform: rotate(20000deg) translateY(0);
  }
}

@-o-keyframes rotateRow {
  0%, 10% {
    -ms-transform: translateY(0);
  }

  5% {
    -ms-transform: translateY(-20px);
  }

  100% {
    -o-transform: rotate(20000deg) translateY(0);
  }
}

@-keyframes rotateRow {
  0%, 10% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(-20px);
  }

  100% {
    transform: rotate(20000deg) translateY(0);
  }
}

.all-animation label {
  display: block;
}

.all-animation ul {
  width: 100%;
}

.all-animation li,
.all-animation ul {
  list-style: none;
}

.all-animation input[type=checkbox],
.all-animation input[type=radio] {
  display: none;
}

.all-animation.box-check label:after,
.all-animation.check-in label:after {
  content: "";
  -webkit-transform: rotateZ(-36deg) translateY(-10px) translateX(24px);
  -moz-transform: rotateZ(-36deg) translateY(-10px) translateX(24px);
  -ms-transform: rotateZ(-36deg) translateY(-10px) translateX(24px);
  -o-transform: rotateZ(-36deg) translateY(-10px) translateX(24px);
  transform: rotateZ(-36deg) translateY(-10px) translateX(24px);
  display: block;
}

.all-animation.box-check label:after,
.all-animation.box-check label:before,
.all-animation.check-in label:after,
.all-animation.check-in label:before {
  width: 3px;
  height: 100%;
  background: #d21414;
  -webkit-transition: cubic-bezier(.55,.085,.68,.53) all .2s;
  -moz-transition: cubic-bezier(.55,.085,.68,.53) all .2s;
  -ms-transition: cubic-bezier(.55,.085,.68,.53) all .2s;
  -o-transition: cubic-bezier(.55,.085,.68,.53) all .2s;
  transition: cubic-bezier(.55,.085,.68,.53) all .2s;
}

.all-animation.box-check label:before,
.all-animation.check-in label:before {
  -webkit-transform: rotateZ(38deg) translateY(-7px) translateX(11px);
  -moz-transform: rotateZ(38deg) translateY(-7px) translateX(11px);
  -ms-transform: rotateZ(38deg) translateY(-7px) translateX(11px);
  -o-transform: rotateZ(38deg) translateY(-7px) translateX(11px);
  transform: rotateZ(38deg) translateY(-7px) translateX(11px);
}

.all-animation.box-check input:checked~label:after,
.all-animation.box-check input:checked~label:before,
.all-animation.check-in input:checked~label:after,
.all-animation.check-in input:checked~label:before {
  background: #46d946;
}

.all-animation.box-check input:checked~label:before,
.all-animation.check-in input:checked~label:before {
  height: 100%;
  -webkit-transform: rotateZ(38deg) translateY(-17px) translateX(14px);
  -moz-transform: rotateZ(38deg) translateY(-17px) translateX(14px);
  -ms-transform: rotateZ(38deg) translateY(-17px) translateX(14px);
  -o-transform: rotateZ(38deg) translateY(-17px) translateX(14px);
  transform: rotateZ(38deg) translateY(-17px) translateX(14px);
}

.all-animation.box-check input:checked~label:after,
.all-animation.check-in input:checked~label:after {
  height: 61%;
  -webkit-transform: rotateZ(-36deg) translateY(-10px) translateX(21px);
  -moz-transform: rotateZ(-36deg) translateY(-10px) translateX(21px);
  -ms-transform: rotateZ(-36deg) translateY(-10px) translateX(21px);
  -o-transform: rotateZ(-36deg) translateY(-10px) translateX(21px);
  transform: rotateZ(-36deg) translateY(-10px) translateX(21px);
}

.all-animation.box-check label:after,
.all-animation.box-check label:before {
  height: 72%;
}

.all-animation.box-check label,
.all-animation.check-in label,
.all-animation.puft-bottom label,
.all-animation.puft-in label,
.all-animation.puft-left label,
.all-animation.puft-out label,
.all-animation.puft-right label,
.all-animation.puft-top label {
  max-width: 28px;
  height: 28px;
}

.all-animation.box-check label:before {
  -webkit-transform: rotateZ(31deg) translateY(-3px) translateX(11px);
  -moz-transform: rotateZ(31deg) translateY(-3px) translateX(11px);
  -ms-transform: rotateZ(31deg) translateY(-3px) translateX(11px);
  -o-transform: rotateZ(31deg) translateY(-3px) translateX(11px);
  transform: rotateZ(31deg) translateY(-3px) translateX(11px);
}

.all-animation.box-check label:after {
  -webkit-transform: rotateZ(-30deg) translateY(-7px) translateX(16px);
  -moz-transform: rotateZ(-30deg) translateY(-7px) translateX(16px);
  -ms-transform: rotateZ(-30deg) translateY(-7px) translateX(16px);
  -o-transform: rotateZ(-30deg) translateY(-7px) translateX(16px);
  transform: rotateZ(-30deg) translateY(-7px) translateX(16px);
}

.all-animation.box-check label,
.all-animation.check-in label,
.all-animation.puft-bottom label,
.all-animation.puft-in label,
.all-animation.puft-left label,
.all-animation.puft-out label,
.all-animation.puft-right label,
.all-animation.puft-top label {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 2px;
}

.all-animation.box-check label:before,
.all-animation.check-in label:before,
.all-animation.puft-bottom label:before,
.all-animation.puft-in label:before,
.all-animation.puft-left label:before,
.all-animation.puft-out label:before,
.all-animation.puft-right label:before,
.all-animation.puft-top label:before {
  content: "";
  display: block;
  border-radius: 3px;
}

.all-animation.box-check label,
.all-animation.puft-bottom label,
.all-animation.puft-in label,
.all-animation.puft-left label,
.all-animation.puft-out label,
.all-animation.puft-right label,
.all-animation.puft-top label {
  background: #fcfff4;
  background: -webkit-linear-gradient(top,#fff 0,#dfe5d7 40%,#fff 100%);
  background: -moz-linear-gradient(top,#fff 0,#dfe5d7 40%,#fff 100%);
  background: -ms-linear-gradient(top,#fff 0,#dfe5d7 40%,#fff 100%);
  background: -o-linear-gradient(top,#fff 0,#dfe5d7 40%,#fff 100%);
  background: linear-gradient(top,#fff 0,#dfe5d7 40%,#fff 100%);
  box-shadow: inset 0 1px 1px #fff,0 1px 3px rgba(0,0,0,.5);
}

.all-animation.puft-bottom.inverted label:before,
.all-animation.puft-left.inverted label:before,
.all-animation.puft-right.inverted label:before,
.all-animation.puft-top.inverted label:before {
  background: #1d9b72;
}

.all-animation.puft-bottom.danger label:before,
.all-animation.puft-left.danger label:before,
.all-animation.puft-right.danger label:before,
.all-animation.puft-top.danger label:before {
  background: #d21414;
}

.all-animation.puft-bottom.info label:before,
.all-animation.puft-left.info label:before,
.all-animation.puft-right.info label:before,
.all-animation.puft-top.info label:before {
  background: #f90;
}

.all-animation.puft-bottom label,
.all-animation.puft-left label,
.all-animation.puft-right label,
.all-animation.puft-top label {
  overflow: hidden;
}

.all-animation.puft-bottom label:before,
.all-animation.puft-left label:before,
.all-animation.puft-right label:before,
.all-animation.puft-top label:before {
  background: #46d946;
  -webkit-transition: cubic-bezier(.55,.085,.68,.53) all .2s;
  -moz-transition: cubic-bezier(.55,.085,.68,.53) all .2s;
  -ms-transition: cubic-bezier(.55,.085,.68,.53) all .2s;
  -o-transition: cubic-bezier(.55,.085,.68,.53) all .2s;
  transition: cubic-bezier(.55,.085,.68,.53) all .2s;
}

.all-animation.puft-bottom input:checked~label:before,
.all-animation.puft-left input:checked~label:before,
.all-animation.puft-right input:checked~label:before,
.all-animation.puft-top input:checked~label:before {
  height: 100%;
  width: 100%;
}

.all-animation.puft-bottom label:before,
.all-animation.puft-top label:before {
  height: 0;
  width: 100%;
}

.all-animation.puft-bottom label:before {
  -webkit-transform: translateY(28px);
  -moz-transform: translateY(28px);
  -ms-transform: translateY(28px);
  -o-transform: translateY(28px);
  transform: translateY(28px);
}

.all-animation.puft-bottom input:checked~label:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.all-animation.puft-left label:before,
.all-animation.puft-right label:before {
  width: 0;
  height: 100%;
}

.all-animation.puft-left input:checked~label:before,
.all-animation.puft-right input:checked~label:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.all-animation.puft-right label:before {
  -webkit-transform: translateX(28px);
  -moz-transform: translateX(28px);
  -ms-transform: translateX(28px);
  -o-transform: translateX(28px);
  transform: translateX(28px);
}

.all-animation.puft-in.inverted label:before,
.all-animation.puft-out.inverted label:before {
  box-shadow: inset 0 0 0 0 #1d9b72;
}

.all-animation.puft-in.inverted input:checked~label:before,
.all-animation.puft-out.inverted input:checked~label:before {
  box-shadow: inset 0 0 67px 4px #1d9b72;
}

.all-animation.puft-in.danger label:before,
.all-animation.puft-out.danger label:before {
  box-shadow: inset 0 0 0 0 #d21414;
}

.all-animation.puft-in.danger input:checked~label:before,
.all-animation.puft-out.danger input:checked~label:before {
  box-shadow: inset 0 0 67px 4px #d21414;
}

.all-animation.puft-in.info label:before,
.all-animation.puft-out.info label:before {
  box-shadow: inset 0 0 0 0 #f90;
}

.all-animation.puft-in.info input:checked~label:before,
.all-animation.puft-out.info input:checked~label:before {
  box-shadow: inset 0 0 67px 4px #f90;
}

.all-animation.puft-in label:before,
.all-animation.puft-out label:before {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 0 #46d946;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -ms-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.all-animation.menu-box label,
.all-animation.puft-in input:checked~label:before,
.all-animation.puft-out input:checked~label:before {
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -ms-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
}

.all-animation.puft-in input:checked~label:before,
.all-animation.puft-out input:checked~label:before {
  box-shadow: inset 0 0 67px 4px #46d946;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all ease-out .2s;
}

.all-animation.puft-in label:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.all-animation.puft-out label:before {
  -webkit-transform: scale(.2);
  -moz-transform: scale(.2);
  -ms-transform: scale(.2);
  -o-transform: scale(.2);
  transform: scale(.2);
}

.all-animation.trigger label,
.all-animation.triggerOnOf label {
  -webkit-transition: all ease-out .1s;
  -moz-transition: all ease-out .1s;
  -ms-transition: all ease-out .1s;
  -o-transition: all ease-out .1s;
  transition: all ease-out .1s;
  padding-top: 3px;
  display: block;
  padding-left: 60px;
  position: relative;
}

.all-animation.trigger label:after,
.all-animation.triggerOnOf label:after {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #e1e0e0;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: -2px;
}

.all-animation.trigger label:after,
.all-animation.trigger label:before,
.all-animation.triggerOnOf label:after,
.all-animation.triggerOnOf label:before {
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  transition: all linear .2s;
  content: "";
  display: block;
}

.all-animation.trigger label:hover:before,
.all-animation.triggerOnOf label:hover:before {
  background: #d4d4d4;
}

.all-animation.trigger label:before,
.all-animation.triggerOnOf label:before {
  width: 50px;
}

.all-animation.trigger input:checked~label:after,
.all-animation.triggerOnOf input:checked~label:after {
  -webkit-transform: translateX(32px);
  -moz-transform: translateX(32px);
  -ms-transform: translateX(32px);
  -o-transform: translateX(32px);
  transform: translateX(32px);
}

.all-animation.trigger input:checked~label:before,
.all-animation.triggerOnOf input:checked~label:before {
  background: #46d946;
}

.all-animation.triggerOnOf label:before {
  height: 19px;
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #f0f0f0;
  cursor: pointer;
}

.all-animation.triggerOnOf input:checked~label {
  color: #46d946;
}

.all-animation.triggerOnOf.inverted input:checked~label {
  color: #1d9b72;
}

.all-animation.triggerOnOf.inverted input:checked~label:before {
  background: #1d9b72;
}

.all-animation.triggerOnOf.danger input:checked~label {
  color: #d21414;
}

.all-animation.triggerOnOf.danger input:checked~label:before {
  background: #d21414;
}

.all-animation.triggerOnOf.info input:checked~label {
  color: #f90;
}

.all-animation.triggerOnOf.info input:checked~label:before {
  background: #f90;
}

.all-animation.trigger label:before {
  border-top: solid 2px #ccc;
  position: absolute;
  left: 0;
  top: 12px;
}

.all-animation.tab-panel ul,
.all-animation.tab-slide-panel ul {
  position: relative;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.all-animation.tab-panel ul:after,
.all-animation.tab-slide-panel ul:after {
  clear: both;
  content: "";
  display: block;
}

.all-animation.tab-panel li,
.all-animation.tab-slide-panel li {
  float: left;
}

.all-animation.tab-panel label,
.all-animation.tab-slide-panel label {
  padding: 10px 20px;
  border: 1px solid transparent;
  margin-bottom: -1px;
  border-top-left-radius: 5px;
  background: 0 0;
  border-top-right-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.all-animation.tab-panel div,
.all-animation.tab-slide-panel div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 0;
  width: 100%;
  background: #e7e6e6;
  margin-top: 0;
  padding: 14px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.all-animation.tab-panel li:first-child div,
.all-animation.tab-slide-panel li:first-child div {
  border-top-left-radius: 0;
}

.all-animation.tab-panel input:checked~label,
.all-animation.tab-slide-panel input:checked~label {
  border: 1px solid #ccc;
  border-bottom: none;
  background: #e7e6e6;
  z-index: 222;
  position: relative;
}

.all-animation.tab-panel div,
.all-animation.tab-panel input:checked~label,
.all-animation.tab-slide-panel div,
.all-animation.tab-slide-panel input:checked~label {
  color: #a4a4a4!important;
}

.all-animation.tab-panel input:checked~div,
.all-animation.tab-slide-panel input:checked~div {
  opacity: 1;
  visibility: visible;
}

.all-animation.tab-panel div {
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -ms-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

.all-animation.tab-panel input:checked~div {
  -webkit-transition-duration: .6s;
  -moz-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.all-animation.tab-slide-panel div {
  height: 0;
  padding: 0 10px;
  overflow: hidden;
  -webkit-transition: padding ease-out .3s;
  -moz-transition: padding ease-out .3s;
  -ms-transition: padding ease-out .3s;
  -o-transition: padding ease-out .3s;
  transition: padding ease-out .3s;
}

.all-animation.tab-slide-panel input:checked~div {
  opacity: 1;
  padding: 15px 10px;
  height: inherit;
}

.all-animation.menu-box {
  box-shadow: 0 0 0 1px rgba(39,41,43,.15),0 1px 2px 0 rgba(0,0,0,.05);
}

.all-animation.menu-box li {
  position: relative;
}

.all-animation.menu-box label {
  color: #9b9b9b!important;
  cursor: pointer;
  margin: 0;
  font-weight: 400;
  background: #fff;
  border-bottom: solid 1px rgba(39,41,43,.15);
  transition: all ease-out .2s;
  padding: 5px 15px;
  font-size: 15px;
}

.all-animation.menu-box label:before {
  content: attr(data-count);
  position: absolute;
  padding: 4px 6px 7px;
  font-size: 14px;
  line-height: 10px;
  margin: 3px;
  right: 10px;
  top: 2px;
  color: #fff;
  background: #ccc;
}

.all-animation.menu-box label:after {
  width: 2px;
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.all-animation.menu-box label.update:before {
  background: #1d9b72;
}

.all-animation.menu-box label.info:before {
  background: #f90;
}

.all-animation.menu-box label.danger:before {
  background: #d21414;
}

.all-animation.menu-box label._search:before {
  background: 0 0;
  content: '';
}

.all-animation.menu-box label:hover {
  background: #f3f3f3;
}

.all-animation.menu-box i {
  float: right;
  color: #ccc!important;
}

.all-animation.menu-box i,
.all-animation.menu-box label:after {
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -ms-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.all-animation.menu-box li:last-child label {
  border-bottom: none;
}

.all-animation.menu-box input:checked~label:after {
  background: #333;
}

.all-animation.menu-box input.info:checked~label:after {
  background: #f90;
}

.all-animation.menu-box input.danger:checked~label:after {
  background: #d21414;
}

.all-animation.menu-box input:checked~label.update {
  color: #1d9b72;
}

.all-animation.menu-box input:checked~label.update:after {
  background: #1d9b72;
}

.all-animation.menu-box input:checked~label {
  background: #f3f3f3;
}

.all-animation.menu-box input:checked~label i {
  color: #333;
}

.all-animation.menu-list label {
  padding: 5px 0;
  box-shadow: inset -2px 0 0 #f4f4f4;
  cursor: pointer;
  margin: 0;
}

.all-animation.menu-list input:checked~label {
  box-shadow: inset -2px 0 0 #1d9b72;
}

.all-animation.menu-list input.danger:checked~label {
  box-shadow: inset -2px 0 0 #d21414;
}

.all-animation.menu-list input.on:checked~label {
  box-shadow: inset -2px 0 0 #46d946;
}

.all-animation.menu-list input.info:checked~label {
  box-shadow: inset -2px 0 0 #f90;
}

.all-animation.acordeon label,
.all-animation.double-acordeon label {
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #fff,0 1px 2px 0 #fff;
  padding: 10px 15px;
  margin-top: 5px;
  cursor: pointer;
}

.all-animation.acordeon label:first-child,
.all-animation.double-acordeon label:first-child {
  margin-top: 0;
}

.all-animation.acordeon label:hover,
.all-animation.double-acordeon label:hover {
  color: #9b9b9b!important;
  font-weight: 400;
  background: #f3f3f3;
}

.all-animation.acordeon label:before,
.all-animation.double-acordeon label:before {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  right: 11px;
  top: 17px;
}

.all-animation.acordeon div,
.all-animation.acordeon label,
.all-animation.acordeon label:before,
.all-animation.double-acordeon div,
.all-animation.double-acordeon label,
.all-animation.double-acordeon label:before {
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -ms-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

.all-animation.acordeon div,
.all-animation.double-acordeon div {
  opacity: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
}

.all-animation.acordeon div,
.all-animation.acordeon div *,
.all-animation.double-acordeon div,
.all-animation.double-acordeon div * {
  color: #9b9b9b!important;
  font-weight: 400;
}

.all-animation.acordeon input:checked~label,
.all-animation.double-acordeon input:checked~label {
  background: #f3f3f3;
  color: #9b9b9b!important;
  font-weight: 400;
}

.all-animation.acordeon input:checked~label:before,
.all-animation.double-acordeon input:checked~label:before {
  border-top-color: #9b9b9b;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotateZ(180deg) translateY(8px);
  -moz-transform: rotateZ(180deg) translateY(8px);
  -ms-transform: rotateZ(180deg) translateY(8px);
  -o-transform: rotateZ(180deg) translateY(8px);
  transform: rotateZ(180deg) translateY(8px);
}

.all-animation.acordeon input:checked~label div,
.all-animation.double-acordeon input:checked~label div {
  height: auto;
  opacity: 1;
  padding: 20px 0;
}
@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! 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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  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=75em&xxlarge=90em";
}

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

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

body {
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -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: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row {
  max-width: none;
  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.expanded {
  max-width: none;
}

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

.column,
.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

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

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

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

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

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 64.1em) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

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

  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 64.1em) and (min-width: 64.1em) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 64.1em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

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

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

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

.column.align-top,
.align-top.columns {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column.align-bottom,
.align-bottom.columns {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.align-middle,
.align-middle.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.column.align-stretch,
.align-stretch.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

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.6;
  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-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

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

ul,
ol,
dl {
  line-height: 1.6;
  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.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \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: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  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: 64.1em) {
  .large-text-left {
    text-align: left;
  }

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

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

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

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

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

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

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: -webkit-box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

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

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

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

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

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

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

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

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

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

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

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

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

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

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

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

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

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

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

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

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

.form-error.is-visible {
  display: block;
}

.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 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #1583cc;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button.secondary {
  background-color: #777;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.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: #2199e8;
  color: #fefefe;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe 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: #fefefe;
  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: #2199e8;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

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

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

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

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}

.badge.secondary {
  background: #777;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #fefefe;
}

.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before,
.breadcrumbs::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #2199e8;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-group::before,
.button-group::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64.1em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def0fc;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.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;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

[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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu > li > a {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
}

.menu > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu.vertical {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu.vertical > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.menu.vertical > li > a {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu.medium-horizontal > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu.medium-vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu.medium-vertical > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu.medium-vertical > li > a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 64.1em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu.large-horizontal > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu.large-vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu.large-vertical > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu.large-vertical > li > a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

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

.menu.expanded > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
  margin-bottom: 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

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

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

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

.dropdown-pane.is-open {
  visibility: visible;
}

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

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

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

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

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

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

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

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

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

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

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

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

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

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

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

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

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

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

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

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

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

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

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }

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

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

@media screen and (min-width: 64.1em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

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

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

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

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

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

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

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }

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

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

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

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

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

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

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

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

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

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

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

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}

.label.secondary {
  background: #777;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #fefefe;
}

.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}

.off-canvas-wrapper-inner::before,
.off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 64.1em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #2199e8;
}

.progress.secondary .progress-meter {
  background-color: #777;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1583cc;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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

html.is-reveal-open,
html.is-reveal-open body {
  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(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  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: 600px;
    max-width: 75rem;
  }
}

@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: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

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

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #2199e8;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 64em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

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

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

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

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

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

.tabs::before,
.tabs::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #2199e8;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

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

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

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

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover,
.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

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

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

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

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (max-width: 64em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1rem;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  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;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media screen and (min-width: 64.1em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

/*# sourceMappingURL=foundation-flex.css.map */
/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  height: 400px;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Obras detalhes */

.owl-galeria .owl-controls .owl-nav .owl-prev,
.owl-galeria .owl-controls .owl-nav .owl-next {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 69px;
  height: 115px;
  position: absolute;
  top: 42%;
}

@media screen and (max-width: 480px) {
  .owl-galeria .owl-controls .owl-nav .owl-prev,
  .owl-galeria .owl-controls .owl-nav .owl-next {
    width: 51px;
    height: 87px;
    top: 36%;
  }
}

.owl-galeria .owl-controls .owl-nav .owl-prev {
  background-image: url(../../images/prev.png);
  left: 15px;
}

.owl-galeria .owl-controls .owl-nav .owl-next {
  background-image: url(../../images/next.png);
  right: 10px;
}

/* relacionados - empreendimentos detalhes */

.owl-relacionados .item {
  width: 100%;
}

.owl-relacionados .owl-controls .owl-nav .owl-prev,
.owl-relacionados .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 12%;
  color: #939393;
  font-family: 'helvetica37', sans-serif;
  font-size: 5.5em;
  /*120px*/
}

.owl-relacionados .owl-controls .owl-nav .owl-prev {
  left: -85px;
}

.owl-relacionados .owl-controls .owl-nav .owl-next {
  right: -85px;
}