@charset "UTF-8";
@import 'fontawesome-4.7.0.min.css';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");
@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&family=Sofia&display=swap");
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*
  Form related CSS
*/
.edit-invoice-button,
.preview-invoice-button {
  vertical-align: middle;
  padding-left: 2rem;
  font-weight: 600 !important;
  cursor: pointer;
}

.edit-invoice-form label::after {
  content: ":";
}
.edit-invoice-form .title h5 {
  font-weight: 600;
  font-size: 18pt;
  text-align: center;
  padding: 0px !important;
  color: #052501;
}
.edit-invoice-form .form-block {
  box-shadow: 6px 3px #278f8f;
  border-left: 1px solid #278f8f;
  border-top: 1px solid #278f8f;
  border-radius: 1rem;
}
.edit-invoice-form .form-block .edit-form {
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  background-color: hsl(0, 0%, 100%);
  border: 4px solid hsl(0, 0%, 90%);
  display: grid;
  grid-template-columns: 1fr 5fr;
  row-gap: 3.5px;
}
.edit-invoice-form .form-block .edit-amount,
.edit-invoice-form .form-block .edit-penalty,
.edit-invoice-form .form-block .edit-amount-due,
.edit-invoice-form .form-block .edit-amount-paid,
.edit-invoice-form .form-block .edit-rebate,
.edit-invoice-form .form-block .edit-balance {
  width: 35%;
}
.edit-invoice-form .form-block .edit-due-date,
.edit-invoice-form .form-block .edit-paid-date {
  width: 30%;
  background-image: url("/assets/images/icon/calendar.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15%;
  padding-right: 18px;
  border: 0.2px solid black;
}
.edit-invoice-form .form-block .edit-paid-date,
.edit-invoice-form .form-block .edit-amount-due,
.edit-invoice-form .form-block .edit-balance {
  pointer-events: none;
  background-color: lightgray;
  border: 0.2px solid black;
}
.edit-invoice-form .form-block textarea {
  width: 89%;
}
.edit-invoice-form .form-block .edit-description-title {
  padding-bottom: 1rem;
}
.edit-invoice-form .form-block button {
  background-color: #052501;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 10px 2px 10px;
  font-weight: 600;
  margin-top: 3em;
}
.edit-invoice-form .form-block button:hover {
  background-color: #0a58ca;
}

@page {
  size: portrait;
  margin: 1%;
}
.invoice {
  position: relative;
}
.invoice .action-buttons {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  width: fit-content;
  color: #052501;
}

.invoice-design-2 {
  position: relative;
  width: 95%;
  margin: 0 auto;
  color: #555555;
  background: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.invoice-design-2 .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.invoice-design-2 a {
  color: #052501;
  text-decoration: none;
}
.invoice-design-2 h1,
.invoice-design-2 h2,
.invoice-design-2 h3 {
  letter-spacing: unset !important;
  color: #052501;
  margin: 0;
}
.invoice-design-2 h3 {
  text-transform: unset !important;
  margin: 0 !important;
  letter-spacing: 0.1rem !important;
  font-size: 0.85rem !important;
  font-weight: 550 !important;
}
.invoice-design-2 header {
  padding: 10px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #AAAAAA;
}
.invoice-design-2 #logo {
  float: left;
  margin-top: 8px;
}
.invoice-design-2 #logo img {
  height: 135px;
}
.invoice-design-2 #company {
  float: right;
  text-align: right;
  line-height: 20px;
}
.invoice-design-2 #company h2.name {
  font-size: 1.4em !important;
  font-weight: normal !important;
  margin-right: 1rem;
  padding: 0px;
}
.invoice-design-2 #company {
  /*    .qrcode {
        margin-right: 1rem !important;
      }
  */
}
.invoice-design-2 .invoice-title {
  margin: 0 auto 1rem auto;
  text-align: center;
  font-size: 20pt;
  text-transform: uppercase;
  letter-spacing: 7px;
  float: left;
  color: #052501;
}
.invoice-design-2 .company-address,
.invoice-design-2 .company-web-site,
.invoice-design-2 .company-cnpj {
  font-size: smaller;
  line-height: 14px;
  margin-right: 1rem;
}
.invoice-design-2 #details {
  margin-bottom: 10px;
  font-size: small;
}
.invoice-design-2 #client {
  padding-left: 6px;
  border-left: 6px solid #052501;
  float: left;
  line-height: 15px;
}
.invoice-design-2 #client h2.name {
  font-size: 14px;
}
.invoice-design-2 #client .to {
  color: #777777;
}
.invoice-design-2 #invoice {
  float: right;
  text-align: right;
  line-height: 15px;
  margin-right: 1rem;
  font-size: small;
}
.invoice-design-2 #invoice h1 {
  color: #052501;
  font-size: 1rem;
  line-height: 1em;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.invoice-design-2 #invoice .date {
  font-size: 1.1em;
  color: #777777;
}
.invoice-design-2 .bank-info {
  margin-bottom: 20px;
  font-size: smaller;
  display: flex !important;
}
.invoice-design-2 .block-header,
.invoice-design-2 .bank-info {
  margin-left: 20px;
  font-weight: 700;
  color: red;
  font-size: smaller;
}
.invoice-design-2 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.invoice-design-2 table thead tr th {
  font-weight: 700;
}
.invoice-design-2 table th {
  background: transparent;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  white-space: nowrap;
  font-weight: normal;
}
.invoice-design-2 table td {
  background: transparent !important;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
}
.invoice-design-2 table td h3 {
  color: #052501;
  font-size: 0.8rem;
  font-weight: normal;
  padding: 0px !important;
}
.invoice-design-2 table .no {
  color: white;
  font-size: 1.6em;
  background: #052501;
}
.invoice-design-2 table .desc {
  text-align: left;
  line-height: 18px;
  padding-left: 0.5rem;
}
.invoice-design-2 table .desc span {
  font-size: smaller;
}
.invoice-design-2 table .desc .item-title {
  font-weight: bold;
}
.invoice-design-2 table .unit {
  background: transparent;
}
.invoice-design-2 table .total {
  color: #052501;
}
.invoice-design-2 table td.qty,
.invoice-design-2 table td.unit {
  font-size: small;
  text-align: center;
}
.invoice-design-2 table td.total {
  font-size: small;
}
.invoice-design-2 table tbody tr:last-child td {
  border: none;
}
.invoice-design-2 table tfoot td {
  padding: 10px 20px;
  background: #FFFFFF;
  border-bottom: none;
  font-size: 1.2em;
  white-space: nowrap;
  border-top: 1px solid #AAAAAA;
  line-height: 14px;
  font-size: small;
}
.invoice-design-2 table tfoot tr:first-child td {
  border-top: none;
}
.invoice-design-2 table tfoot tr:last-child td {
  color: #052501;
  font-size: small;
  border-top: 1px solid #052501;
}
.invoice-design-2 table tfoot tr td:first-child {
  border: none;
}
.invoice-design-2 #thanks {
  font-size: 2em !important;
  margin-bottom: 25px;
  font-family: "Sofia", sans-serif;
  font-size: 16pt !important;
  color: #052501;
  letter-spacing: 0.3rem;
  text-align: center;
}
.invoice-design-2 #notices {
  padding-left: 6px;
  border-left: 6px solid #052501;
  font-size: smaller;
}
.invoice-design-2 #notices .notice {
  font-size: smaller;
}
.invoice-design-2 footer {
  color: #777777;
  width: 100%;
  height: 30px;
  bottom: 0;
  border-top: 1px solid #AAAAAA;
  padding: 8px 0;
  text-align: center;
}
.invoice-design-2 {
  /*
  .qrcode {
    text-align: left;
  }

  span {
    img.qrcode {
      height: 76px;
    }
  }
  */
}

/*
 * CSS to display invoice items on the screen.
 */
.invoice-items .title,
.invoice-installments .title {
  text-transform: uppercase !important;
  font-size: 15pt !important;
  padding-bottom: 1rem;
  text-align: center;
}
.invoice-items .title a,
.invoice-installments .title a {
  font-weight: 600;
  text-decoration: underline dotted;
  color: #052501;
}
.invoice-items .items-container .invoice-summary,
.invoice-items .installments-container .invoice-summary,
.invoice-installments .items-container .invoice-summary,
.invoice-installments .installments-container .invoice-summary {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-top: 3px solid lightgrey;
  border-right: 3px solid lightgray;
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
  padding: 10px;
  margin: 0 2rem 0 2rem;
  font-size: small;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.invoice-items .items-container .invoice-summary div,
.invoice-items .installments-container .invoice-summary div,
.invoice-installments .items-container .invoice-summary div,
.invoice-installments .installments-container .invoice-summary div {
  border-bottom: 1px solid lightgray;
}
.invoice-items .items-container .invoice-summary .data,
.invoice-items .installments-container .invoice-summary .data,
.invoice-installments .items-container .invoice-summary .data,
.invoice-installments .installments-container .invoice-summary .data {
  text-align: right;
  margin-right: 2rem;
}
.invoice-items .items-container .invoice-summary .head,
.invoice-items .installments-container .invoice-summary .head,
.invoice-installments .items-container .invoice-summary .head,
.invoice-installments .installments-container .invoice-summary .head {
  font-weight: 700;
}
.invoice-items .items-container .items,
.invoice-items .items-container .installments,
.invoice-items .installments-container .items,
.invoice-items .installments-container .installments,
.invoice-installments .items-container .items,
.invoice-installments .items-container .installments,
.invoice-installments .installments-container .items,
.invoice-installments .installments-container .installments {
  padding-top: 2rem;
  margin: 1rem;
}
.invoice-items .items-container .items .invoice-item,
.invoice-items .items-container .installments .invoice-item,
.invoice-items .installments-container .items .invoice-item,
.invoice-items .installments-container .installments .invoice-item,
.invoice-installments .items-container .items .invoice-item,
.invoice-installments .items-container .installments .invoice-item,
.invoice-installments .installments-container .items .invoice-item,
.invoice-installments .installments-container .installments .invoice-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border: 1px solid lightgray;
  margin: 7.5px;
}
.invoice-items .items-container .items .invoice-item .item-title,
.invoice-items .items-container .installments .invoice-item .item-title,
.invoice-items .installments-container .items .invoice-item .item-title,
.invoice-items .installments-container .installments .invoice-item .item-title,
.invoice-installments .items-container .items .invoice-item .item-title,
.invoice-installments .items-container .installments .invoice-item .item-title,
.invoice-installments .installments-container .items .invoice-item .item-title,
.invoice-installments .installments-container .installments .invoice-item .item-title {
  font-weight: 500;
}
.invoice-items .items-container .items .invoice-item .item-title::after,
.invoice-items .items-container .installments .invoice-item .item-title::after,
.invoice-items .installments-container .items .invoice-item .item-title::after,
.invoice-items .installments-container .installments .invoice-item .item-title::after,
.invoice-installments .items-container .items .invoice-item .item-title::after,
.invoice-installments .items-container .installments .invoice-item .item-title::after,
.invoice-installments .installments-container .items .invoice-item .item-title::after,
.invoice-installments .installments-container .installments .invoice-item .item-title::after {
  content: " ";
}
.invoice-items .items-container .items .invoice-item .item-amount,
.invoice-items .items-container .installments .invoice-item .item-amount,
.invoice-items .installments-container .items .invoice-item .item-amount,
.invoice-items .installments-container .installments .invoice-item .item-amount,
.invoice-installments .items-container .items .invoice-item .item-amount,
.invoice-installments .items-container .installments .invoice-item .item-amount,
.invoice-installments .installments-container .items .invoice-item .item-amount,
.invoice-installments .installments-container .installments .invoice-item .item-amount {
  text-align: right;
}
.invoice-items .items-container .items .invoice-item .item-edit,
.invoice-items .items-container .items .invoice-item .item-delete,
.invoice-items .items-container .installments .invoice-item .item-edit,
.invoice-items .items-container .installments .invoice-item .item-delete,
.invoice-items .installments-container .items .invoice-item .item-edit,
.invoice-items .installments-container .items .invoice-item .item-delete,
.invoice-items .installments-container .installments .invoice-item .item-edit,
.invoice-items .installments-container .installments .invoice-item .item-delete,
.invoice-installments .items-container .items .invoice-item .item-edit,
.invoice-installments .items-container .items .invoice-item .item-delete,
.invoice-installments .items-container .installments .invoice-item .item-edit,
.invoice-installments .items-container .installments .invoice-item .item-delete,
.invoice-installments .installments-container .items .invoice-item .item-edit,
.invoice-installments .installments-container .items .invoice-item .item-delete,
.invoice-installments .installments-container .installments .invoice-item .item-edit,
.invoice-installments .installments-container .installments .invoice-item .item-delete {
  text-align: center;
}
.invoice-items .items-container .items .invoice-item .item-edit span,
.invoice-items .items-container .items .invoice-item .item-delete span,
.invoice-items .items-container .installments .invoice-item .item-edit span,
.invoice-items .items-container .installments .invoice-item .item-delete span,
.invoice-items .installments-container .items .invoice-item .item-edit span,
.invoice-items .installments-container .items .invoice-item .item-delete span,
.invoice-items .installments-container .installments .invoice-item .item-edit span,
.invoice-items .installments-container .installments .invoice-item .item-delete span,
.invoice-installments .items-container .items .invoice-item .item-edit span,
.invoice-installments .items-container .items .invoice-item .item-delete span,
.invoice-installments .items-container .installments .invoice-item .item-edit span,
.invoice-installments .items-container .installments .invoice-item .item-delete span,
.invoice-installments .installments-container .items .invoice-item .item-edit span,
.invoice-installments .installments-container .items .invoice-item .item-delete span,
.invoice-installments .installments-container .installments .invoice-item .item-edit span,
.invoice-installments .installments-container .installments .invoice-item .item-delete span {
  cursor: pointer;
}
.invoice-items .items-container .items .invoice-item .item-description,
.invoice-items .items-container .installments .invoice-item .item-description,
.invoice-items .installments-container .items .invoice-item .item-description,
.invoice-items .installments-container .installments .invoice-item .item-description,
.invoice-installments .items-container .items .invoice-item .item-description,
.invoice-installments .items-container .installments .invoice-item .item-description,
.invoice-installments .installments-container .items .invoice-item .item-description,
.invoice-installments .installments-container .installments .invoice-item .item-description {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: small;
}
.invoice-items .items-container .items .invoice-item .item-title,
.invoice-items .items-container .items .invoice-item .item-description,
.invoice-items .items-container .installments .invoice-item .item-title,
.invoice-items .items-container .installments .invoice-item .item-description,
.invoice-items .installments-container .items .invoice-item .item-title,
.invoice-items .installments-container .items .invoice-item .item-description,
.invoice-items .installments-container .installments .invoice-item .item-title,
.invoice-items .installments-container .installments .invoice-item .item-description,
.invoice-installments .items-container .items .invoice-item .item-title,
.invoice-installments .items-container .items .invoice-item .item-description,
.invoice-installments .items-container .installments .invoice-item .item-title,
.invoice-installments .items-container .installments .invoice-item .item-description,
.invoice-installments .installments-container .items .invoice-item .item-title,
.invoice-installments .installments-container .items .invoice-item .item-description,
.invoice-installments .installments-container .installments .invoice-item .item-title,
.invoice-installments .installments-container .installments .invoice-item .item-description {
  padding-left: 10px;
}
.invoice-items .items-container .items .installments-heading,
.invoice-items .items-container .installments .installments-heading,
.invoice-items .installments-container .items .installments-heading,
.invoice-items .installments-container .installments .installments-heading,
.invoice-installments .items-container .items .installments-heading,
.invoice-installments .items-container .installments .installments-heading,
.invoice-installments .installments-container .items .installments-heading,
.invoice-installments .installments-container .installments .installments-heading {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
.invoice-items .items-container .items .invoice-installment .description,
.invoice-items .items-container .installments .invoice-installment .description,
.invoice-items .installments-container .items .invoice-installment .description,
.invoice-items .installments-container .installments .invoice-installment .description,
.invoice-installments .items-container .items .invoice-installment .description,
.invoice-installments .items-container .installments .invoice-installment .description,
.invoice-installments .installments-container .items .invoice-installment .description,
.invoice-installments .installments-container .installments .invoice-installment .description {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.invoice-items .items-container .items .invoice-installment .description .installment-amount,
.invoice-items .items-container .installments .invoice-installment .description .installment-amount,
.invoice-items .installments-container .items .invoice-installment .description .installment-amount,
.invoice-items .installments-container .installments .invoice-installment .description .installment-amount,
.invoice-installments .items-container .items .invoice-installment .description .installment-amount,
.invoice-installments .items-container .installments .invoice-installment .description .installment-amount,
.invoice-installments .installments-container .items .invoice-installment .description .installment-amount,
.invoice-installments .installments-container .installments .invoice-installment .description .installment-amount {
  text-align: right;
  padding-right: 4.5rem;
}
.invoice-items .items-container .items .invoice-installment .description .paid-label,
.invoice-items .items-container .installments .invoice-installment .description .paid-label,
.invoice-items .installments-container .items .invoice-installment .description .paid-label,
.invoice-items .installments-container .installments .invoice-installment .description .paid-label,
.invoice-installments .items-container .items .invoice-installment .description .paid-label,
.invoice-installments .items-container .installments .invoice-installment .description .paid-label,
.invoice-installments .installments-container .items .invoice-installment .description .paid-label,
.invoice-installments .installments-container .installments .invoice-installment .description .paid-label {
  padding-left: 0.75rem;
}
.invoice-items .items-container .items .invoice-installment .description .paid,
.invoice-items .items-container .installments .invoice-installment .description .paid,
.invoice-items .installments-container .items .invoice-installment .description .paid,
.invoice-items .installments-container .installments .invoice-installment .description .paid,
.invoice-installments .items-container .items .invoice-installment .description .paid,
.invoice-installments .items-container .installments .invoice-installment .description .paid,
.invoice-installments .installments-container .items .invoice-installment .description .paid,
.invoice-installments .installments-container .installments .invoice-installment .description .paid {
  pointer-events: none;
  background-color: #c9c4c4;
  border: 0.2px solid gray;
}
.invoice-items .items-container .items .invoice-installment .description .paid:checked,
.invoice-items .items-container .installments .invoice-installment .description .paid:checked,
.invoice-items .installments-container .items .invoice-installment .description .paid:checked,
.invoice-items .installments-container .installments .invoice-installment .description .paid:checked,
.invoice-installments .items-container .items .invoice-installment .description .paid:checked,
.invoice-installments .items-container .installments .invoice-installment .description .paid:checked,
.invoice-installments .installments-container .items .invoice-installment .description .paid:checked,
.invoice-installments .installments-container .installments .invoice-installment .description .paid:checked {
  background-color: green;
}
.invoice-items .items-container .items .invoice-installment .description .not-paid,
.invoice-items .items-container .installments .invoice-installment .description .not-paid,
.invoice-items .installments-container .items .invoice-installment .description .not-paid,
.invoice-items .installments-container .installments .invoice-installment .description .not-paid,
.invoice-installments .items-container .items .invoice-installment .description .not-paid,
.invoice-installments .items-container .installments .invoice-installment .description .not-paid,
.invoice-installments .installments-container .items .invoice-installment .description .not-paid,
.invoice-installments .installments-container .installments .invoice-installment .description .not-paid {
  border: 0.2px solid gray;
  cursor: pointer;
}
.invoice-items .items-container .items .invoice-installment .description .disabled,
.invoice-items .items-container .installments .invoice-installment .description .disabled,
.invoice-items .installments-container .items .invoice-installment .description .disabled,
.invoice-items .installments-container .installments .invoice-installment .description .disabled,
.invoice-installments .items-container .items .invoice-installment .description .disabled,
.invoice-installments .items-container .installments .invoice-installment .description .disabled,
.invoice-installments .installments-container .items .invoice-installment .description .disabled,
.invoice-installments .installments-container .installments .invoice-installment .description .disabled {
  pointer-events: none;
  background-color: #c9c4c4;
  border: 0.2px solid black;
}
.invoice-items .items-container .items .invoice-installment .description .inline-input,
.invoice-items .items-container .installments .invoice-installment .description .inline-input,
.invoice-items .installments-container .items .invoice-installment .description .inline-input,
.invoice-items .installments-container .installments .invoice-installment .description .inline-input,
.invoice-installments .items-container .items .invoice-installment .description .inline-input,
.invoice-installments .items-container .installments .invoice-installment .description .inline-input,
.invoice-installments .installments-container .items .invoice-installment .description .inline-input,
.invoice-installments .installments-container .installments .invoice-installment .description .inline-input {
  background-color: lightgreen;
  border: 1px solid #c9c4c4;
  width: 7.5rem !important;
}
.invoice-items .items-container .installments-total,
.invoice-items .installments-container .installments-total,
.invoice-installments .items-container .installments-total,
.invoice-installments .installments-container .installments-total {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 1rem;
  font-weight: 650;
}
.invoice-items .items-container .installments-total .total-label,
.invoice-items .installments-container .installments-total .total-label,
.invoice-installments .items-container .installments-total .total-label,
.invoice-installments .installments-container .installments-total .total-label {
  text-transform: uppercase;
}
.invoice-items .items-container .installments-total .installments-total-value,
.invoice-items .installments-container .installments-total .installments-total-value,
.invoice-installments .items-container .installments-total .installments-total-value,
.invoice-installments .installments-container .installments-total .installments-total-value {
  text-align: right;
  padding-right: 4.5rem;
}
.invoice-items .items-container .installments-total .reset,
.invoice-items .installments-container .installments-total .reset,
.invoice-installments .items-container .installments-total .reset,
.invoice-installments .installments-container .installments-total .reset {
  cursor: pointer;
}
.invoice-items .items-container .items-footer,
.invoice-items .installments-container .items-footer,
.invoice-installments .items-container .items-footer,
.invoice-installments .installments-container .items-footer {
  padding-top: 7px;
  padding-bottom: 2px;
  border-top: 1px solid lightgray;
}

.invoice-items {
  color: black !important;
}

.red-border {
  border: 1px solid red;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 5;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  position: relative;
  vertical-align: middle;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: azure;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  color: #052501;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*
 * Style for mdagro theme 1.
 */
.services-block {
  margin: 3em auto auto auto;
  display: grid;
  grid-template-columns: 6% 94%;
  grid-column-gap: 5px;
  border: 1px solid #ccc;
  padding: 1em;
  width: 95%;
  background-color: azure;
}
.services-block .services-menu {
  border: 0px;
  padding: 0 15px 15px 15px;
}
.services-block .services-form {
  border: 1px solid green;
  padding: 5px;
}
.services-block .services-form input,
.services-block .services-form select,
.services-block .services-form textarea,
.services-block .services-form .form-title {
  color: #052501;
}
.services-block .services-form select {
  appearance: menulist;
}
.services-block .services-form input[type=text] {
  border: 0.2px solid black;
}
.services-block .services-form .form-title {
  font-size: larger;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
}
.services-block .services-form button {
  background-color: #052501;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3em;
  font-weight: 600;
}
.services-block .services-form label::after {
  content: ":";
}
.services-block .services-form #new-customer,
.services-block .services-form #edit-customer,
.services-block .services-form #new-invoice,
.services-block .services-form #add-item {
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 1rem;
  background-color: hsl(0, 0%, 100%);
  border: 4px solid hsl(0, 0%, 90%);
  display: grid;
  grid-template-columns: 1fr 5fr;
  row-gap: 3.5px;
}
.services-block .services-form #new-customer input[type=radio],
.services-block .services-form #edit-customer input[type=radio],
.services-block .services-form #new-invoice input[type=radio],
.services-block .services-form #add-item input[type=radio] {
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
}
.services-block .services-form #new-customer .phone,
.services-block .services-form #edit-customer .phone,
.services-block .services-form #new-invoice .phone,
.services-block .services-form #add-item .phone {
  width: 35%;
}
.services-block .services-form #new-customer .city,
.services-block .services-form #new-customer .email,
.services-block .services-form #edit-customer .city,
.services-block .services-form #edit-customer .email,
.services-block .services-form #new-invoice .city,
.services-block .services-form #new-invoice .email,
.services-block .services-form #add-item .city,
.services-block .services-form #add-item .email {
  width: 45%;
}
.services-block .services-form #new-customer #installments,
.services-block .services-form #new-customer .zip,
.services-block .services-form #edit-customer #installments,
.services-block .services-form #edit-customer .zip,
.services-block .services-form #new-invoice #installments,
.services-block .services-form #new-invoice .zip,
.services-block .services-form #add-item #installments,
.services-block .services-form #add-item .zip {
  width: 14%;
}
.services-block .services-form #new-customer .invoice-number,
.services-block .services-form #edit-customer .invoice-number,
.services-block .services-form #new-invoice .invoice-number,
.services-block .services-form #add-item .invoice-number {
  pointer-events: none;
  background-color: lightgray;
  border: 0.2px solid black;
  width: 17%;
}
.services-block .services-form #new-customer #due_date,
.services-block .services-form #new-customer #paid_date,
.services-block .services-form #edit-customer #due_date,
.services-block .services-form #edit-customer #paid_date,
.services-block .services-form #new-invoice #due_date,
.services-block .services-form #new-invoice #paid_date,
.services-block .services-form #add-item #due_date,
.services-block .services-form #add-item #paid_date {
  width: 15%;
  background-image: url("/assets/images/icon/calendar.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20%;
  padding-right: 18px;
  border: 0.2px solid black;
}
.services-block .services-form #new-customer .amount,
.services-block .services-form #new-customer .penalty,
.services-block .services-form #new-customer .amount-due,
.services-block .services-form #new-customer .rebate,
.services-block .services-form #new-customer .balance,
.services-block .services-form #new-customer .item-amount,
.services-block .services-form #edit-customer .amount,
.services-block .services-form #edit-customer .penalty,
.services-block .services-form #edit-customer .amount-due,
.services-block .services-form #edit-customer .rebate,
.services-block .services-form #edit-customer .balance,
.services-block .services-form #edit-customer .item-amount,
.services-block .services-form #new-invoice .amount,
.services-block .services-form #new-invoice .penalty,
.services-block .services-form #new-invoice .amount-due,
.services-block .services-form #new-invoice .rebate,
.services-block .services-form #new-invoice .balance,
.services-block .services-form #new-invoice .item-amount,
.services-block .services-form #add-item .amount,
.services-block .services-form #add-item .penalty,
.services-block .services-form #add-item .amount-due,
.services-block .services-form #add-item .rebate,
.services-block .services-form #add-item .balance,
.services-block .services-form #add-item .item-amount {
  width: 20%;
}
.services-block .services-form #new-customer select,
.services-block .services-form #edit-customer select,
.services-block .services-form #new-invoice select,
.services-block .services-form #add-item select {
  width: fit-content;
}
.services-block .services-form #new-customer .cpf,
.services-block .services-form #new-customer .cnpj,
.services-block .services-form #edit-customer .cpf,
.services-block .services-form #edit-customer .cnpj,
.services-block .services-form #new-invoice .cpf,
.services-block .services-form #new-invoice .cnpj,
.services-block .services-form #add-item .cpf,
.services-block .services-form #add-item .cnpj {
  width: 25%;
}
.services-block .services-form #add-item .invoice-number,
.services-block .services-form #add-item .due-date,
.services-block .services-form #add-item #name {
  pointer-events: none;
  background-color: lightgray;
  border: 0.2px solid black;
}
.services-block .services-form #add-item .invoice-number {
  width: 17%;
}
.services-block .services-form #new-invoice #type,
.services-block .services-form #new-invoice label[for=type] {
  display: none;
}
.services-block .services-form #new-invoice .zip,
.services-block .services-form #new-invoice .address-1,
.services-block .services-form #new-invoice .address-2,
.services-block .services-form #new-invoice .address-3,
.services-block .services-form #new-invoice .city,
.services-block .services-form #new-invoice #state,
.services-block .services-form #new-invoice .phone,
.services-block .services-form #new-invoice .email,
.services-block .services-form #new-invoice .cnpj,
.services-block .services-form #new-invoice .cpf,
.services-block .services-form #new-invoice .name {
  pointer-events: none;
  background-color: lightgray;
  border: 0.2px solid black;
}
.services-block .services-form #new-invoice .description {
  height: fit-content;
}
.services-block .services-form #view-invoice .form-fields {
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  background-color: hsl(0, 0%, 100%);
  border: 4px solid hsl(0, 0%, 90%);
  display: grid;
  grid-template-columns: 1fr 5fr;
  row-gap: 3.5px;
}
.services-block .services-form #view-invoice .invoice-number {
  width: 17%;
}
.services-block .services-form #view-invoice .amount,
.services-block .services-form #view-invoice .penalty,
.services-block .services-form #view-invoice .amount-due,
.services-block .services-form #view-invoice .amount-paid,
.services-block .services-form #view-invoice .amount-paid-2,
.services-block .services-form #view-invoice .rebate,
.services-block .services-form #view-invoice .balance {
  width: 20%;
}
.services-block .services-form #view-invoice .amount-paid {
  pointer-events: unset;
  background-color: white;
  border: 0.2px solid black;
}
.services-block .services-form #view-invoice .amount-paid-2 {
  display: none;
}
.services-block .services-form #view-invoice #paid_date,
.services-block .services-form #view-invoice #due_date {
  width: 15%;
  background-image: url("/assets/images/icon/calendar.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20%;
  padding-right: 18px;
  border: 0.2px solid black;
}
.services-block .services-form #view-invoice .amount,
.services-block .services-form #view-invoice #due_date,
.services-block .services-form #view-invoice .penalty,
.services-block .services-form #view-invoice #amount_due,
.services-block .services-form #view-invoice .balance {
  pointer-events: none;
  background-color: lightgray;
  border: 0.2px solid black;
}
.services-block .services-form #view-invoice .amount-paid-not-zero {
  pointer-events: none;
  background-color: lightgray;
  border: 0.2px solid black;
  width: 20%;
  text-align: right;
}
.services-block .services-form #view-invoice .form-buttons {
  display: grid;
  grid-template-columns: 1fr 5fr;
  padding: 1rem;
  border-radius: 1rem;
}
.services-block .services-form #view-invoice select {
  width: fit-content;
}
.services-block .services-form #view-invoice .items-link {
  margin-top: 1em;
  cursor: pointer;
}
.services-block .services-form #view-invoice .items-link:hover {
  color: #052501;
}
.services-block .services-form #view-invoice .add-penalty {
  margin-left: 5rem;
  border-top: 2px solid #052501;
  border-right: 2px solid #052501;
  border-bottom: 1px solid #052501;
  border-left: 1px solid #052501;
  padding: 2px;
  color: #052501;
}
.services-block .services-form #view-invoice .add-penalty:hover {
  background-color: #052501;
  color: white;
  cursor: pointer;
}

label::after {
  content: ":";
}

select {
  color: #052501;
}

#message input,
#message2 input {
  color: #052501;
  border: 1px solid #052501;
}
#message.modal-lg,
#message2.modal-lg {
  width: 70% !important;
  max-width: unset !important;
}
#message .modal-title,
#message .modal-body,
#message2 .modal-title,
#message2 .modal-body {
  color: #052501 !important;
}
#message .dialog-buttons,
#message2 .dialog-buttons {
  text-align: right;
}
#message .dialog-buttons a.button,
#message .dialog-buttons button,
#message2 .dialog-buttons a.button,
#message2 .dialog-buttons button {
  background-color: #052501;
  font-weight: 600;
  margin-top: 1rem;
}
#message strong,
#message2 strong {
  color: #052501;
}

.form-block label,
.form-block span {
  color: #052501 !important;
}

.form-fields {
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  background-color: hsl(0, 0%, 100%);
  border: 4px solid hsl(0, 0%, 90%);
  display: grid;
  grid-template-columns: 1fr 5fr;
  row-gap: 3.5px;
}
.form-fields label {
  padding-left: 0.5rem;
  color: black !important;
}
.form-fields .currency,
.form-fields .dosagem {
  width: 20%;
}
.form-fields .unit {
  width: 7%;
  pointer-events: none;
  background-color: lightgray;
  border: 0.2px solid black;
  text-align: center !important;
}
.form-fields .quantity,
.form-fields .quantity-ha {
  width: 12%;
}
.form-fields.ureia .cobertura {
  width: 20%;
}
.form-fields.maquinario .passagens {
  width: 2rem !important;
}
.form-fields.semente .quantity, .form-fields.mao_de_obra .quantity, .form-fields.terra .quantity, .form-fields.combustivel .quantity, .form-fields.manutencao .quantity, .form-fields.outras .quantity {
  width: 30%;
}
.form-fields.area-size {
  grid-template-columns: 5fr 4fr;
}
.form-fields.area-size input[type=text] {
  width: 40%;
}

.number {
  text-align: left;
}

.disabled-input {
  pointer-events: none;
  background-color: lightgray;
  border: 0.2px solid black;
}

.error-message {
  margin-left: 2rem;
  color: red;
}

.dont-show {
  display: none;
}

.negative {
  color: red;
}

.positive {
  color: blue;
}

.slider-update-container {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  display: none;
  z-index: 5;
}
.slider-update-container .slider-updates {
  font-size: 20pt;
  padding: 1rem;
  background-color: rgb(218, 214, 214);
  color: black;
  text-align: center;
  box-shadow: 10px 5px 5px #052501;
  border: 1px solid #052501;
  border-radius: 7px;
}

.material-symbols-outlined.info {
  font-size: 2rem !important;
  color: blue !important;
  vertical-align: middle;
  padding-right: 0.5rem;
}
.material-symbols-outlined.error {
  font-size: 2rem !important;
  color: red !important;
  vertical-align: middle;
  padding-right: 0.5rem;
}

#invoice-preview-container {
  display: none;
}

.fixed-logo {
  z-index: 2;
  position: fixed;
  height: fit-content;
  top: 20px;
  left: 20px;
  width: fit-content;
}
.fixed-logo img {
  height: 100px;
}
@media screen and (min-width: 981px) {
  .fixed-logo {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .fixed-logo {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .fixed-logo {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .fixed-logo {
    display: none;
  }
}

.company-name {
  font-style: italic;
  font-weight: 700;
}
.company-name::after {
  content: "®";
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1) translateX(0px) translateY(0px);
  }
}
.versiculo {
  margin-top: 3rem;
}
.versiculo h2 {
  margin: 0px;
}
@media screen and (max-width: 980px) {
  .versiculo {
    margin-top: 0rem;
  }
  .versiculo h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 736px) {
  .versiculo {
    margin-top: 0rem;
  }
  .versiculo h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .versiculo {
    margin-top: 0rem;
  }
  .versiculo h2 {
    font-size: 15px;
  }
}

.visually-hidden,
.hidden {
  display: none !important;
}

#contact ul li {
  list-style: none;
}

#login form input {
  width: 100%;
  color: #052501;
}
#login form button {
  margin-top: 1rem;
}

button,
a.button {
  border-radius: 15px;
}

.ui-autocomplete .ui-menu-item {
  padding: 0px;
  height: 1.75rem;
}
.ui-autocomplete .ui-menu-item-wrapper {
  background-color: #052501;
  color: azure;
  font-size: small;
}

/*
  gn-menu CSS
*/
.material-symbols-outlined {
  margin-left: 0.5rem;
}

.gn-menu-main,
.gn-menu-main ul {
  margin: 0;
  padding: 0;
  background: white;
  color: #5f6f81;
  list-style: none;
  text-transform: none;
  font-weight: 600;
  font-family: "Roboto Mono", "Lato", Arial, sans-serif;
  line-height: 60px;
  font-size: small;
}

.gn-menu-main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 13px;
}
.gn-menu-main a {
  display: block;
  height: 100%;
  color: #5f6f81;
  text-decoration: none;
  cursor: pointer;
}
.gn-menu-main a.gn-icon-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
}
.gn-menu-main > li {
  display: block;
  float: left;
  height: 100%;
  border-right: 1px solid #c6d0da;
  text-align: center;
}
.gn-menu-main > li:last-child {
  float: right;
  border-right: none;
  border-left: 1px solid #c6d0da;
}
.gn-menu-main > li > a {
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.gn-menu-main li.gn-trigger {
  position: relative;
  width: 60px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 0px !important;
}
.gn-menu-main:after {
  display: table;
  clear: both;
  content: "";
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
  background: #5f6f81;
  color: white;
}

.gn-menu-wrapper {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 60px;
  border-top: 1px solid #c6d0da;
  background: white;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: -webkit-transform 0.3s, width 0.3s;
  -moz-transition: -moz-transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s;
}
.gn-menu-wrapper.gn-open-all {
  width: 340px;
}
.gn-menu-wrapper.gn-open-all .gn-submenu li {
  height: 45px;
}
.gn-menu-wrapper.gn-open-all .gn-scroller {
  width: 130%;
}

.gn-scroller {
  position: absolute;
  overflow-y: scroll;
  width: 370px;
  height: 100%;
}

.gn-menu {
  border-bottom: 1px solid #c6d0da;
  text-align: left;
  font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
  box-shadow: inset 0 1px #c6d0da;
}

.gn-submenu li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.gn-submenu li a {
  color: black;
  padding-left: 3rem;
}

input.gn-search {
  position: relative;
  z-index: 10;
  padding-left: 60px;
  outline: none;
  border: none;
  background: transparent;
  color: #5f6f81;
  font-weight: 300;
  font-family: "Lato", Arial, sans-serif;
  cursor: pointer;
}
input.gn-search:focus {
  cursor: text;
}

.gn-search::-webkit-input-placeholder {
  color: #5f6f81;
}
.gn-search:-moz-placeholder {
  color: #5f6f81;
}
.gn-search::-moz-placeholder {
  color: #5f6f81;
}
.gn-search:-ms-input-placeholder {
  color: #5f6f81;
}

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
  color: white;
}
.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
  color: white;
}
.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
  color: white;
}
.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
  color: white;
}
.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
  color: white;
}

.gn-icon::before {
  display: inline-block;
  width: 60px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "Arial";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.gn-icon span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.gn-icon-menu::before {
  margin-left: -15px;
  vertical-align: -2px;
  width: 30px;
  height: 3px;
  background: #5f6f81;
  box-shadow: 0 3px white, 0 -6px #5f6f81, 0 -9px white, 0 -12px #5f6f81;
  content: "";
}
.gn-icon-menu.gn-selected::before {
  background: #5993cd;
  box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
  background: white;
  box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white;
}

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

@media screen and (max-width: 422px) {
  .gn-menu-wrapper.gn-open-all {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%;
  }
  .gn-menu-wrapper.gn-open-all .gn-scroller {
    width: 130%;
  }
}
.qr {
  display: flex;
  padding-left: 3rem;
}
.qr .qrcode {
  width: 120px;
  height: 120px;
}

/*
  Planillha related CSS
*/
.category-data.mao_de_obra, .category-data.terra, .category-data.combustivel, .category-data.manutencao, .category-data.outras {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.category-data.semente {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.category-data.combustivel table, .category-data.ureia table {
  page-break-after: always;
}

.previsao table {
  page-break-after: always;
}

.spreadsheet #spreadsheet-name {
  display: block;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  font-weight: 700;
  font-size: x-large;
  color: #052501;
}
.spreadsheet .spreadsheet-category,
.spreadsheet .previsao,
.spreadsheet .status,
.spreadsheet .size {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  color: #052501;
}
.spreadsheet .spreadsheet-category {
  margin-top: 1rem;
}
.spreadsheet .spreadsheet-category .category-name {
  font-weight: 600;
  font-size: 12pt;
  text-align: center;
  text-transform: uppercase;
}
.spreadsheet .spreadsheet-category .category-name .plus {
  vertical-align: middle;
  font-size: medium;
  float: right;
  cursor: pointer;
}
.spreadsheet .spreadsheet-category .category-products {
  font-size: 9pt;
  width: 98%;
  margin-bottom: 0.5rem;
}
.spreadsheet .spreadsheet-category .category-products .align-right {
  text-align: right;
  padding-right: 0.5rem;
}
.spreadsheet .spreadsheet-category .category-products thead,
.spreadsheet .spreadsheet-category .category-products tfoot {
  text-transform: uppercase;
  background-color: #052501;
  color: white;
}
.spreadsheet .spreadsheet-category .category-products thead .table-total,
.spreadsheet .spreadsheet-category .category-products tfoot .table-total {
  font-weight: 600;
}
.spreadsheet .spreadsheet-category .category-products tbody tr:nth-child(even) {
  background-color: #dee2de;
}
.spreadsheet .spreadsheet-category .category-products tbody tr > th {
  font-size: 10pt;
}
.spreadsheet .spreadsheet-category .category-products .row-title th {
  width: fit-content;
  text-align: left;
  font-weight: 600;
}
.spreadsheet .spreadsheet-category .category-products .row-content th {
  text-align: left;
  font-weight: 600;
}
.spreadsheet .spreadsheet-category .category-products .row-content td {
  font-weight: 550;
  padding-left: 0.5rem;
}
.spreadsheet .spreadsheet-category .category-products .row-content .product-name {
  font-weight: 700;
}
.spreadsheet .spreadsheet-category .category-products .row-content .number {
  text-align: left;
}
.spreadsheet .spreadsheet-category .category-products .row-content .currency {
  width: max-content;
}
.spreadsheet .spreadsheet-category .category-products .row-content .edit-controls {
  transform: scale(0.7);
}
.spreadsheet .spreadsheet-category .category-products .row-content .edit-controls > span {
  padding-right: 0.4rem;
  cursor: pointer;
}
.spreadsheet .previsao .previsao-table {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  font-size: small;
  margin-bottom: 1rem;
  border-bottom: 1px solid #052501;
}
.spreadsheet .previsao .previsao-table thead th {
  background-color: #052501;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.spreadsheet .previsao .previsao-table tbody tr {
  padding: 5px 0 5px 0;
}
.spreadsheet .previsao .previsao-table tbody tr th {
  font-size: 10pt;
  text-align: left;
  font-weight: 600;
}
.spreadsheet .previsao .previsao-table tbody tr:nth-child(even) {
  background-color: #dee2de;
}
.spreadsheet .previsao .previsao-table tbody td {
  text-align: right;
  font-weight: 550;
}

.size,
.status {
  margin-top: 1rem;
}

.delete-spreadsheet {
  float: right;
  margin-right: 3rem;
}

.size {
  display: flex;
}
.size .heading {
  font-size: 11pt;
  font-weight: 600;
}
.size .area-size {
  padding-left: 1rem;
}

.edit-values {
  font-size: 12pt;
  vertical-align: bottom;
  padding-left: 1rem;
  cursor: pointer;
}

#select-spreadsheet {
  font-size: small;
  width: 30%;
}
#select-spreadsheet label {
  display: block;
}
#select-spreadsheet select {
  width: 75%;
}
#select-spreadsheet input[type=submit] {
  display: none;
}

.status span {
  cursor: pointer;
  color: black;
}

#slider-simulation-terra,
#slider-simulation-producao,
#slider-simulation-saca,
#slider-saca,
#slider-producao {
  background: radial-gradient(#052501, transparent);
  margin: 1.5rem auto 1.5rem auto;
  border-radius: 7px;
}
#slider-simulation-terra::before,
#slider-simulation-producao::before,
#slider-simulation-saca::before,
#slider-saca::before,
#slider-producao::before {
  font-size: smaller;
}

#slider-saca,
#slider-producao {
  width: 35%;
}

#slider-simulation-terra {
  width: 70%;
}
#slider-simulation-terra::before {
  content: "Terra: ";
  left: -3rem;
  position: relative;
  top: -7px;
}

#slider-simulation-producao {
  width: 70%;
}
#slider-simulation-producao::before {
  content: "Produção: ";
  left: -4.8rem;
  position: relative;
  top: -7px;
}

#slider-simulation-saca {
  width: 70%;
}
#slider-simulation-saca::before {
  content: "Saca/R$: ";
  left: -4.8rem;
  position: relative;
  top: -7px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #052501 !important;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default {
  background: azure !important;
}
.ui-datepicker td {
  font-size: small;
}
.ui-datepicker td a {
  text-align: center !important;
  padding: 0px;
}
.ui-datepicker td.ui-datepicker-today .ui-state-highlight {
  border: 1px solid #052501 !important;
}
.ui-datepicker span {
  color: black !important;
}

.ui-slider-range {
  background: radial-gradient(#13eb13, transparent) !important;
}

.graphs-block {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  color: #052501;
}
.graphs-block .graphs {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 1rem;
}
.graphs-block .graphs > :nth-child(5),
.graphs-block .graphs > :nth-child(6) {
  grid-column: span 2/auto;
}
.graphs-block .graphs .graph {
  padding-bottom: 1rem;
}
.graphs-block .graphs .graph .chart-title {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 9pt;
}
.graphs-block .graphs .graph #terra-chart,
.graphs-block .graphs .graph #all-categories-chart {
  page-break-after: always;
}
.graphs-block .block-title {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.graphs-block .graph-simulation-retorno .chart-title,
.graphs-block .graph-simulation-receita .chart-title {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 9pt;
}
.graphs-block .range {
  text-align: center;
  font-size: smaller;
}
.graphs-block .range::after {
  content: "Ha";
}
.graphs-block .current-values {
  font-size: smaller;
  font-weight: 500;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}

.watermark {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 40%;
  right: 0;
  transform: rotate(-60deg);
  visibility: visible;
}
.watermark h1 {
  color: rgba(255, 0, 0, 0.2) !important;
  font-size: 2rem !important;
  text-align: left;
  text-transform: uppercase;
  word-spacing: 1em;
  font-weight: bold;
  letter-spacing: 6px;
}

/* BG */
#bg {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#bg {
  -moz-transform: scale(1.0);
}
#bg {
  -webkit-transform: scale(1.0);
}
#bg {
  -ms-transform: scale(1.0);
}
#bg {
  transform: scale(1.0);
}
#bg:before, #bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bg:before {
  background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("/assets/images/overlay.png");
  background-size: auto, 256px 256px;
  background-position: center, center;
  background-repeat: no-repeat, repeat;
  z-index: 2;
}
#bg:before {
  -moz-transition: background-color 2.5s ease-in-out;
}
#bg:before {
  -webkit-transition: background-color 2.5s ease-in-out;
}
#bg:before {
  -ms-transition: background-color 2.5s ease-in-out;
}
#bg:before {
  transition: background-color 2.5s ease-in-out;
}
#bg:before {
  -moz-transition-delay: 0.75s;
}
#bg:before {
  -webkit-transition-delay: 0.75s;
}
#bg:before {
  -ms-transition-delay: 0.75s;
}
#bg:before {
  transition-delay: 0.75s;
}
#bg:after {
  background-image: url("/assets/images/product_img1.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  animation-name: zoomIn;
  animation-duration: 10s;
  animation-iteration-count: 2;
  animation-delay: 0ms;
  animation-direction: alternate;
}
#bg:after {
  -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out;
}
#bg:after {
  -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
}
#bg:after {
  -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
}
#bg:after {
  transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
}
body.is-article-visible #bg:after {
  -moz-transform: scale(1.0825);
}
body.is-article-visible #bg:after {
  -webkit-transform: scale(1.0825);
}
body.is-article-visible #bg:after {
  -ms-transform: scale(1.0825);
}
body.is-article-visible #bg:after {
  transform: scale(1.0825);
}
body.is-article-visible #bg:after {
  -moz-filter: blur(0.2rem);
}
body.is-article-visible #bg:after {
  -webkit-filter: blur(0.2rem);
}
body.is-article-visible #bg:after {
  -ms-filter: blur(0.2rem);
}
body.is-article-visible #bg:after {
  filter: blur(0.2rem);
}
body.is-preload #bg:before {
  background-color: #000000;
}

/* Footer */
#footer {
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  text-align: center;
}
#footer {
  -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
}
#footer {
  -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
}
#footer {
  -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
}
#footer {
  transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
}
#footer .copyright {
  letter-spacing: 0.2rem;
  font-size: 0.6rem;
  opacity: 0.75;
  margin-bottom: 0;
  text-transform: uppercase;
}
body.is-article-visible #footer {
  opacity: 0;
}
body.is-article-visible #footer {
  -moz-transform: scale(0.95);
}
body.is-article-visible #footer {
  -webkit-transform: scale(0.95);
}
body.is-article-visible #footer {
  -ms-transform: scale(0.95);
}
body.is-article-visible #footer {
  transform: scale(0.95);
}
body.is-article-visible #footer {
  -moz-filter: blur(0.1rem);
}
body.is-article-visible #footer {
  -webkit-filter: blur(0.1rem);
}
body.is-article-visible #footer {
  -ms-filter: blur(0.1rem);
}
body.is-article-visible #footer {
  filter: blur(0.1rem);
}
body.is-preload #footer {
  opacity: 0;
}

/* Header */
#header {
  background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
  background-image: -ms-radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
  background-image: radial-gradient(rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 55%);
  max-width: 100%;
  text-align: center;
}
#header {
  display: -moz-flex;
}
#header {
  display: -webkit-flex;
}
#header {
  display: -ms-flex;
}
#header {
  display: flex;
}
#header {
  -moz-flex-direction: column;
}
#header {
  -webkit-flex-direction: column;
}
#header {
  -ms-flex-direction: column;
}
#header {
  flex-direction: column;
}
#header {
  -moz-align-items: center;
}
#header {
  -webkit-align-items: center;
}
#header {
  -ms-align-items: center;
}
#header {
  align-items: center;
}
#header {
  -moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
}
#header {
  -webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
}
#header {
  -ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
}
#header {
  transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
}
#header > * {
  position: relative;
  margin-top: 3.5rem;
}
#header > * {
  -moz-transition: opacity 0.325s ease-in-out;
}
#header > * {
  -webkit-transition: opacity 0.325s ease-in-out;
}
#header > * {
  -ms-transition: opacity 0.325s ease-in-out;
}
#header > * {
  transition: opacity 0.325s ease-in-out;
}
#header > *:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(-3.5rem - 1px);
  left: calc(50% - 1px);
  width: 1px;
  height: calc(3.5rem + 1px);
  background: #ffffff;
}
#header > :first-child {
  margin-top: 0;
}
#header > :first-child:before {
  display: none;
}
#header .logo {
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  border: solid 1px #ffffff;
  border-radius: 100%;
  background-color: azure;
}
#header .logo img {
  vertical-align: middle;
  height: 42px;
}
#header .content {
  border-style: solid;
  border-color: #ffffff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  max-width: 100%;
}
#header .content .inner {
  padding: 3rem 2rem;
  max-height: 40rem;
  overflow: hidden;
}
#header .content .inner {
  -moz-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
}
#header .content .inner {
  -webkit-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
}
#header .content .inner {
  -ms-transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
}
#header .content .inner {
  transition: max-height 0.75s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
}
#header .content .inner {
  -moz-transition-delay: 0.25s;
}
#header .content .inner {
  -webkit-transition-delay: 0.25s;
}
#header .content .inner {
  -ms-transition-delay: 0.25s;
}
#header .content .inner {
  transition-delay: 0.25s;
}
#header .content .inner > :last-child {
  margin-bottom: 0;
}
#header .content p {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.8rem;
  line-height: 2;
}
#header nav ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  border: solid 1px #ffffff;
  border-radius: 4px;
}
#header nav ul {
  display: -moz-flex;
}
#header nav ul {
  display: -webkit-flex;
}
#header nav ul {
  display: -ms-flex;
}
#header nav ul {
  display: flex;
}
#header nav ul li {
  padding-left: 0;
  border-left: solid 1px #ffffff;
}
#header nav ul li:first-child {
  border-left: 0;
}
#header nav ul li a {
  display: block;
  min-width: 7.5rem;
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 1.25rem 0 1.45rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.8rem;
  border-bottom: 0;
}
#header nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
#header nav ul li a:active {
  background-color: rgba(255, 255, 255, 0.175);
}
#header nav.use-middle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  background: #ffffff;
}
#header nav.use-middle ul li.is-middle {
  border-left: 0;
}
body.is-article-visible #header {
  opacity: 0;
}
body.is-article-visible #header {
  -moz-transform: scale(0.95);
}
body.is-article-visible #header {
  -webkit-transform: scale(0.95);
}
body.is-article-visible #header {
  -ms-transform: scale(0.95);
}
body.is-article-visible #header {
  transform: scale(0.95);
}
body.is-article-visible #header {
  -moz-filter: blur(0.1rem);
}
body.is-article-visible #header {
  -webkit-filter: blur(0.1rem);
}
body.is-article-visible #header {
  -ms-filter: blur(0.1rem);
}
body.is-article-visible #header {
  filter: blur(0.1rem);
}
body.is-preload #header > * {
  opacity: 0;
}
body.is-preload #header {
  -moz-filter: blur(0.125rem);
}
body.is-preload #header {
  -webkit-filter: blur(0.125rem);
}
body.is-preload #header {
  -ms-filter: blur(0.125rem);
}
body.is-preload #header {
  filter: blur(0.125rem);
}
body.is-preload #header .content .inner {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 980px) {
  #header .content p br {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  #header > * {
    margin-top: 2rem;
  }
  #header > *:before {
    top: calc(-2rem - 1px);
    height: calc(2rem + 1px);
  }
  #header .logo {
    width: 4.75rem;
    height: 4.75rem;
    line-height: 4.75rem;
  }
  #header .logo .icon:before {
    font-size: 1.75rem;
  }
  #header .content .inner {
    padding: 2.5rem 1rem;
  }
  #header .content p {
    line-height: 1.875;
  }
}
@media screen and (max-width: 480px) {
  #header {
    padding: 1.5rem 0;
  }
  #header .content .inner {
    padding: 2.5rem 0;
  }
  #header nav ul {
    min-width: 10rem;
    max-width: 100%;
  }
  #header nav ul {
    -moz-flex-direction: column;
  }
  #header nav ul {
    -webkit-flex-direction: column;
  }
  #header nav ul {
    -ms-flex-direction: column;
  }
  #header nav ul {
    flex-direction: column;
  }
  #header nav ul li {
    border-left: 0;
    border-top: solid 1px #ffffff;
  }
  #header nav ul li:first-child {
    border-top: 0;
  }
  #header nav ul li a {
    height: 3rem;
    line-height: 3rem;
    min-width: 0;
    width: 100%;
  }
  #header nav.use-middle:after {
    display: none;
  }
}

/* Main */
#main {
  position: relative;
  max-width: 100%;
  z-index: 3;
}
#main {
  -moz-flex-grow: 1;
}
#main {
  -webkit-flex-grow: 1;
}
#main {
  -ms-flex-grow: 1;
}
#main {
  flex-grow: 1;
}
#main {
  -moz-flex-shrink: 1;
}
#main {
  -webkit-flex-shrink: 1;
}
#main {
  -ms-flex-shrink: 1;
}
#main {
  flex-shrink: 1;
}
#main {
  display: -moz-flex;
}
#main {
  display: -webkit-flex;
}
#main {
  display: -ms-flex;
}
#main {
  display: flex;
}
#main {
  -moz-align-items: center;
}
#main {
  -webkit-align-items: center;
}
#main {
  -ms-align-items: center;
}
#main {
  align-items: center;
}
#main {
  -moz-justify-content: center;
}
#main {
  -webkit-justify-content: center;
}
#main {
  -ms-justify-content: center;
}
#main {
  justify-content: center;
}
#main {
  -moz-flex-direction: column;
}
#main {
  -webkit-flex-direction: column;
}
#main {
  -ms-flex-direction: column;
}
#main {
  flex-direction: column;
}
#main article {
  position: relative;
  width: 40rem;
  max-width: 100%;
  background-color: rgba(27, 31, 34, 0.85);
  border-radius: 4px;
  opacity: 0;
}
#main article {
  -moz-transform: translateY(0.25rem);
}
#main article {
  -webkit-transform: translateY(0.25rem);
}
#main article {
  -ms-transform: translateY(0.25rem);
}
#main article {
  transform: translateY(0.25rem);
}
#main article {
  -moz-transition: opacity 0.325s ease-in-out, -moz-transform 0.325s ease-in-out;
}
#main article {
  -webkit-transition: opacity 0.325s ease-in-out, -webkit-transform 0.325s ease-in-out;
}
#main article {
  -ms-transition: opacity 0.325s ease-in-out, -ms-transform 0.325s ease-in-out;
}
#main article {
  transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
}
#main article {
  padding: 4.5rem 2.5rem 1.5rem 2.5rem;
}
#main article.active {
  opacity: 1;
}
#main article.active {
  -moz-transform: translateY(0);
}
#main article.active {
  -webkit-transform: translateY(0);
}
#main article.active {
  -ms-transform: translateY(0);
}
#main article.active {
  transform: translateY(0);
}
#main article .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  text-indent: 4rem;
  overflow: hidden;
  white-space: nowrap;
}
#main article .close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 1%3B %7D%3C/style%3E%3Cline x1='2' y1='2' x2='18' y2='18' /%3E%3Cline x1='18' y1='2' x2='2' y2='18' /%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
#main article .close:before {
  -moz-transition: background-color 0.2s ease-in-out;
}
#main article .close:before {
  -webkit-transition: background-color 0.2s ease-in-out;
}
#main article .close:before {
  -ms-transition: background-color 0.2s ease-in-out;
}
#main article .close:before {
  transition: background-color 0.2s ease-in-out;
}
#main article .close:hover:before {
  background-color: rgba(255, 255, 255, 0.075);
}
#main article .close:active:before {
  background-color: rgba(255, 255, 255, 0.175);
}
@media screen and (max-width: 736px) {
  #main article {
    padding: 3.5rem 2rem 0.5rem 2rem;
  }
  #main article .close:before {
    top: 0.875rem;
    left: 0.875rem;
    width: 2.25rem;
    height: 2.25rem;
    background-size: 14px 14px;
  }
}
@media screen and (max-width: 480px) {
  #main article {
    padding: 3rem 1.5rem 0.5rem 1.5rem;
  }
}

/* Wrapper */
#wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
  padding: 4rem 2rem;
  z-index: 3;
}
#wrapper {
  display: -moz-flex;
}
#wrapper {
  display: -webkit-flex;
}
#wrapper {
  display: -ms-flex;
}
#wrapper {
  display: flex;
}
#wrapper {
  -moz-flex-direction: column;
}
#wrapper {
  -webkit-flex-direction: column;
}
#wrapper {
  -ms-flex-direction: column;
}
#wrapper {
  flex-direction: column;
}
#wrapper {
  -moz-align-items: center;
}
#wrapper {
  -webkit-align-items: center;
}
#wrapper {
  -ms-align-items: center;
}
#wrapper {
  align-items: center;
}
#wrapper {
  -moz-justify-content: space-between;
}
#wrapper {
  -webkit-justify-content: space-between;
}
#wrapper {
  -ms-justify-content: space-between;
}
#wrapper {
  justify-content: space-between;
}
#wrapper:before {
  content: "";
  display: block;
}
@media screen and (max-width: 1680px) {
  #wrapper {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 736px) {
  #wrapper {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  #wrapper {
    padding: 1rem;
  }
}

/* Actions */
ul.actions {
  cursor: default;
  list-style: none;
  margin-left: -1rem;
  padding-left: 0;
}
ul.actions {
  display: -moz-flex;
}
ul.actions {
  display: -webkit-flex;
}
ul.actions {
  display: -ms-flex;
}
ul.actions {
  display: flex;
}
ul.actions li {
  padding: 0 0 0 1rem;
  vertical-align: middle;
}
ul.actions.special {
  width: 100%;
  margin-left: 0;
}
ul.actions.special {
  -moz-justify-content: center;
}
ul.actions.special {
  -webkit-justify-content: center;
}
ul.actions.special {
  -ms-justify-content: center;
}
ul.actions.special {
  justify-content: center;
}
ul.actions.special li:first-child {
  padding-left: 0;
}
ul.actions.stacked {
  margin-left: 0;
}
ul.actions.stacked {
  -moz-flex-direction: column;
}
ul.actions.stacked {
  -webkit-flex-direction: column;
}
ul.actions.stacked {
  -ms-flex-direction: column;
}
ul.actions.stacked {
  flex-direction: column;
}
ul.actions.stacked li {
  padding: 1.3rem 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  width: calc(100% + 1rem);
}
ul.actions.fit li {
  width: 100%;
}
ul.actions.fit li {
  -moz-flex-grow: 1;
}
ul.actions.fit li {
  -webkit-flex-grow: 1;
}
ul.actions.fit li {
  -ms-flex-grow: 1;
}
ul.actions.fit li {
  flex-grow: 1;
}
ul.actions.fit li {
  -moz-flex-shrink: 1;
}
ul.actions.fit li {
  -webkit-flex-shrink: 1;
}
ul.actions.fit li {
  -ms-flex-shrink: 1;
}
ul.actions.fit li {
  flex-shrink: 1;
}
ul.actions.fit li > * {
  width: 100%;
}
ul.actions.fit.stacked {
  width: 100%;
}
@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
  }
  ul.actions:not(.fixed) {
    -webkit-flex-direction: column;
  }
  ul.actions:not(.fixed) {
    -ms-flex-direction: column;
  }
  ul.actions:not(.fixed) {
    flex-direction: column;
  }
  ul.actions:not(.fixed) li {
    padding: 1rem 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
  }
  ul.actions:not(.fixed) li {
    -webkit-flex-grow: 1;
  }
  ul.actions:not(.fixed) li {
    -ms-flex-grow: 1;
  }
  ul.actions:not(.fixed) li {
    flex-grow: 1;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-shrink: 1;
  }
  ul.actions:not(.fixed) li {
    -webkit-flex-shrink: 1;
  }
  ul.actions:not(.fixed) li {
    -ms-flex-shrink: 1;
  }
  ul.actions:not(.fixed) li {
    flex-shrink: 1;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li input[type=submit],
  ul.actions:not(.fixed) li input[type=reset],
  ul.actions:not(.fixed) li input[type=button],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }
  ul.actions:not(.fixed) li input[type=submit].icon:before,
  ul.actions:not(.fixed) li input[type=reset].icon:before,
  ul.actions:not(.fixed) li input[type=button].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5em;
  }
}

/* Box */
.box {
  border-radius: 4px;
  border: solid 1px #ffffff;
  margin-bottom: 2rem;
  padding: 1.5em;
}
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Button */
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  background-color: transparent;
  border-radius: 4px;
  border: 0;
  box-shadow: inset 0 0 0 1px #ffffff;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
  height: 2.75rem;
  letter-spacing: 0.2rem;
  line-height: 2.75rem;
  outline: 0;
  padding: 0 1.25rem 0 1.35rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-appearance: none;
}
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -webkit-appearance: none;
}
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -ms-appearance: none;
}
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  appearance: none;
}
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.button:active {
  background-color: rgba(255, 255, 255, 0.175);
}
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5em;
}
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
button.fit,
.button.fit {
  width: 100%;
}
input[type=submit].small,
input[type=reset].small,
input[type=button].small,
button.small,
.button.small {
  font-size: 0.6rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
}
input[type=submit].primary,
input[type=reset].primary,
input[type=button].primary,
button.primary,
.button.primary {
  background-color: #ffffff;
  color: #1b1f22 !important;
  font-weight: 600;
}
input[type=submit].disabled, input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  cursor: default;
  opacity: 0.25;
  pointer-events: none;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  line-height: calc(2.75rem - 2px);
}

/* Icon */
.icon {
  text-decoration: none;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon {
  border-bottom: none;
  position: relative;
}
.icon > .label {
  display: none;
}
.icon:before {
  line-height: inherit;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 0.75em 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li a {
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px #ffffff;
  display: inline-block;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  width: 2.25rem;
}
ul.icons li a:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
ul.icons li a:active {
  background-color: rgba(255, 255, 255, 0.175);
}

/* Image */
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
}
.image:before {
  pointer-events: none;
  background-image: url("../../images/overlay.png");
  background-color: rgba(19, 21, 25, 0.5);
  border-radius: 4px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.image img {
  border-radius: 4px;
  display: block;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}
.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}
.image.fit {
  display: block;
  margin: 0 0 2rem 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.main {
  display: block;
  margin: 2.5rem 0;
  width: 100%;
}
.image.main img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .image.main {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 480px) {
  .image.main {
    margin: 1.5rem 0;
  }
}

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2rem 0;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2rem 0;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px #ffffff;
  padding: 0.5em 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 2rem 0;
}
dl dt {
  display: block;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
dl dd {
  margin-left: 2rem;
}

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 _size(element-margin) 0;
  width: 100%;
}
table tbody tr {
  border: solid _size(border-width) _palette(border);
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n+1) {
  background-color: _palette(border-bg);
}
table td {
  padding: 0.75em 0.75em;
}
table th {
  color: _palette(fg-bold);
  font-size: 0.9em;
  font-weight: _font(weight-bold);
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid calc(_size(border-width) * 2) _palette(border);
}
table tfoot {
  border-top: solid calc(_size(border-width) * 2) _palette(border);
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid _size(border-width) _palette(border);
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: _size(border-width);
}
table.alt tbody tr:first-child td {
  border-top-width: _size(border-width);
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}

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

body {
  background: #1b1f22;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-animation: none !important;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -webkit-animation: none !important;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -ms-animation: none !important;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  animation: none !important;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-transition: none !important;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -webkit-transition: none !important;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -ms-transition: none !important;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  transition: none !important;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Type */
html {
  font-size: 16pt;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 12pt;
  }
}
@media screen and (max-width: 736px) {
  html {
    font-size: 11pt;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 10pt;
  }
}

body,
input,
select,
textarea {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.65;
}

a {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
  text-decoration: none;
  color: inherit;
}
a {
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
a {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
a {
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
a {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
a:hover {
  border-bottom-color: transparent;
}

strong,
b {
  color: #ffffff;
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1.major,
h2.major,
h3.major,
h4.major,
h5.major,
h6.major {
  border-bottom: solid 1px #ffffff;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -ms-max-content;
  width: max-content;
  padding-bottom: 0.5rem;
  margin: 0 0 2rem 0;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 0.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 0.8rem;
}

h5 {
  font-size: 0.7rem;
}

h6 {
  font-size: 0.6rem;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 1.75rem;
    line-height: 1.4;
  }
  h2 {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}

sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem;
}

blockquote {
  border-left: solid 4px #ffffff;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 0.5rem 0 0.5rem 2rem;
}

code {
  background: rgba(255, 255, 255, 0.075);
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px #ffffff;
  margin: 2.75rem 0;
}

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

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

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