@charset "utf-8";

.badge {
  display: inline-block;
  padding: 0.35em 0.6em;
  font-weight: 700;
  font-size: 90%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px; }

.badge-pill {
  border-radius: 10rem; }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

img {
  border: none; }

.hide {
  display: none; }

.pointer {
  cursor: pointer; }

.deactivated {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.loading {
  background: url(/i/loading.gif) 50% 33% no-repeat; }

.clear {
  clear: both; }

.hundred {
  width: 100%; }

::-webkit-file-upload-button {
  cursor: pointer; }
.bg-green {
  background-color: #91c714; }

.bg-red {
  background-color: #d32929; }

.bg-blue {
  background-color: #007bff; }

.red {
  color: #dc3545; }

.green {
  color: #008000; }

.grey {
  color: #718096; }

html.dark .green {
  color: #91c714; }
  html.dark .red {
    color: #d32929; }
.row {
  width: 100%;
  margin: 0; }

.col {
  float: left; }
.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.left {
  float: left; }

.right {
  float: right; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.flex {
  display: flex; }

.items-center {
  align-items: center; }
.f6 {
  font-size: 6px; }

.f7 {
  font-size: 7px; }

.f8 {
  font-size: 8px; }

.f9 {
  font-size: 9px; }

.f10 {
  font-size: 10px; }

.f11 {
  font-size: 11px; }

.f12 {
  font-size: 12px; }

.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }

.f15 {
  font-size: 15px; }

.f16 {
  font-size: 16px; }

.f17 {
  font-size: 17px; }

.f18 {
  font-size: 18px; }

.f19 {
  font-size: 19px; }

.f20 {
  font-size: 20px; }

.f21 {
  font-size: 21px; }

.f22 {
  font-size: 22px; }

.f23 {
  font-size: 23px; }

.f24 {
  font-size: 24px; }

.f25 {
  font-size: 25px; }

.f26 {
  font-size: 26px; }

.f27 {
  font-size: 27px; }

.f28 {
  font-size: 28px; }

.f29 {
  font-size: 29px; }

.f30 {
  font-size: 30px; }

.f31 {
  font-size: 31px; }

.f32 {
  font-size: 32px; }

.f33 {
  font-size: 33px; }

.f34 {
  font-size: 34px; }

.f35 {
  font-size: 35px; }

.f36 {
  font-size: 36px; }

.f37 {
  font-size: 37px; }

.f38 {
  font-size: 38px; }

.f39 {
  font-size: 39px; }

.f40 {
  font-size: 40px; }

.fbold {
  font-weight: bold; }

.fmedium {
  font-weight: 500; }

.fitalic {
  font-style: italic; }

.fuppercase {
  text-transform: uppercase; }

.fgold {
  color: #ae8e65; }

.fwhite {
  color: #fff; }

.fblack {
  color: #000; }

.farial {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; }

.ftime {
  font-family: "Times New Roman"; }

.fverdana {
  font-family: Verdana, Geneva, sans-serif; }

.ftahoma {
  font-family: Tahoma, Arial, helvetica, sans-serif; }

.ftrebuchet {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

.fgeorgia {
  font-family: Georgia, 'Times New Roman', Times, serif; }

.flucida {
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif; }

.fimpact {
  font-family: Impact, "Arial Black", sans-serif; }

.fcourier {
  font-family: "Courier New", Courier, "Liberation Mono", monospace; }

.fmyriad {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif; }

.fmonaco {
  font-family: Monaco, "DejaVu Sans Mono", "Lucida Console", "Andale Mono", monospace; }

.funderline {
  text-decoration: underline; }

.fred {
  color: #dc3545; }

.fgreen {
  color: #008000; }

.fgrey {
  color: #718096; }

.fnowrap {
  white-space: nowrap; }
* > .intro-x:nth-child(1) {
  z-index: 49;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

* > .-intro-x:nth-child(1) {
  z-index: 49;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

* > .intro-y:nth-child(1) {
  z-index: 49;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

* > .-intro-y:nth-child(1) {
  z-index: 49;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

* > .intro-x:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

* > .-intro-x:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

* > .intro-y:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

* > .-intro-y:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

* > .intro-x:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

* > .-intro-x:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

* > .intro-y:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

* > .-intro-y:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

* > .intro-x:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

* > .-intro-x:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

* > .intro-y:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

* > .-intro-y:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

* > .intro-x:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

* > .-intro-x:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

* > .intro-y:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

* > .-intro-y:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

* > .intro-x:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

* > .-intro-x:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

* > .intro-y:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

* > .-intro-y:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

* > .intro-x:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

* > .-intro-x:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

* > .intro-y:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

* > .-intro-y:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

* > .intro-x:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

* > .-intro-x:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

* > .intro-y:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

* > .-intro-y:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

* > .intro-x:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

* > .-intro-x:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

* > .intro-y:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

* > .-intro-y:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

* > .intro-x:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

* > .-intro-x:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

* > .intro-y:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

* > .-intro-y:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

* > .intro-x:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

* > .-intro-x:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

* > .intro-y:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

* > .-intro-y:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

* > .intro-x:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

* > .-intro-x:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

* > .intro-y:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

* > .-intro-y:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

* > .intro-x:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

* > .-intro-x:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

* > .intro-y:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

* > .-intro-y:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

* > .intro-x:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

* > .-intro-x:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

* > .intro-y:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

* > .-intro-y:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

* > .intro-x:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

* > .-intro-x:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

* > .intro-y:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

* > .-intro-y:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

* > .intro-x:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

* > .-intro-x:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

* > .intro-y:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

* > .-intro-y:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

* > .intro-x:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s; }

* > .-intro-x:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s; }

* > .intro-y:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s; }

* > .-intro-y:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s; }

* > .intro-x:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

* > .-intro-x:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

* > .intro-y:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

* > .-intro-y:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

* > .intro-x:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

* > .-intro-x:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

* > .intro-y:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

* > .-intro-y:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

* > .intro-x:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

* > .-intro-x:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

* > .intro-y:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

* > .-intro-y:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

* > .intro-x:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

* > .-intro-x:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

* > .intro-y:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

* > .-intro-y:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

* > .intro-x:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s; }

* > .-intro-x:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s; }

* > .intro-y:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s; }

* > .-intro-y:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s; }

* > .intro-x:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s; }

* > .-intro-x:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s; }

* > .intro-y:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s; }

* > .-intro-y:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s; }

* > .intro-x:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

* > .-intro-x:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

* > .intro-y:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

* > .-intro-y:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

* > .intro-x:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

* > .-intro-x:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

* > .intro-y:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

* > .-intro-y:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

* > .intro-x:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s; }

* > .-intro-x:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s; }

* > .intro-y:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s; }

* > .-intro-y:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s; }

* > .intro-x:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s; }

* > .-intro-x:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s; }

* > .intro-y:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s; }

* > .-intro-y:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s; }

* > .intro-x:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

* > .-intro-x:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

* > .intro-y:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

* > .-intro-y:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

* > .intro-x:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s; }

* > .-intro-x:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s; }

* > .intro-y:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s; }

* > .-intro-y:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s; }

* > .intro-x:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

* > .-intro-x:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

* > .intro-y:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

* > .-intro-y:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

* > .intro-x:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s; }

* > .-intro-x:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s; }

* > .intro-y:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s; }

* > .-intro-y:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s; }

* > .intro-x:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s; }

* > .-intro-x:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s; }

* > .intro-y:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s; }

* > .-intro-y:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s; }

* > .intro-x:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s; }

* > .-intro-x:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s; }

* > .intro-y:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s; }

* > .-intro-y:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s; }

* > .intro-x:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s; }

* > .-intro-x:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s; }

* > .intro-y:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s; }

* > .-intro-y:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s; }

* > .intro-x:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }

* > .-intro-x:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }

* > .intro-y:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }

* > .-intro-y:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }

* > .intro-x:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s; }

* > .-intro-x:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s; }

* > .intro-y:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s; }

* > .-intro-y:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s; }

* > .intro-x:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s; }

* > .-intro-x:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s; }

* > .intro-y:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s; }

* > .-intro-y:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s; }

* > .intro-x:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s; }

* > .-intro-x:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s; }

* > .intro-y:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s; }

* > .-intro-y:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s; }

* > .intro-x:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s; }

* > .-intro-x:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s; }

* > .intro-y:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s; }

* > .-intro-y:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s; }

* > .intro-x:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

* > .-intro-x:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

* > .intro-y:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

* > .-intro-y:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

* > .intro-x:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s; }

* > .-intro-x:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s; }

* > .intro-y:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s; }

* > .-intro-y:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s; }

* > .intro-x:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s; }

* > .-intro-x:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s; }

* > .intro-y:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s; }

* > .-intro-y:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s; }

* > .intro-x:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s; }

* > .-intro-x:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s; }

* > .intro-y:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s; }

* > .-intro-y:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s; }

* > .intro-x:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s; }

* > .-intro-x:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s; }

* > .intro-y:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s; }

* > .-intro-y:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s; }

* > .intro-x:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s; }

* > .-intro-x:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s; }

* > .intro-y:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s; }

* > .-intro-y:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s; }

* > .intro-x:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s; }

* > .-intro-x:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s; }

* > .intro-y:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s; }

* > .-intro-y:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s; }

* > .intro-x:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s; }

* > .-intro-x:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s; }

* > .intro-y:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s; }

* > .-intro-y:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s; }

* > .intro-x:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s; }

* > .-intro-x:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s; }

* > .intro-y:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s; }

* > .-intro-y:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s; }

* > .intro-x:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s; }

* > .-intro-x:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s; }

* > .intro-y:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s; }

* > .-intro-y:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s; }

* > .intro-x:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  transform: translateX(50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

* > .-intro-x:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  transform: translateX(-50px);
  -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  animation: 0.4s intro-x-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

* > .intro-y:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

* > .-intro-y:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  transform: translateY(-50px);
  -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  animation: 0.4s intro-y-animation ease-in-out 0.33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

@-webkit-keyframes intro-x-animation {
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes intro-x-animation {
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@-webkit-keyframes intro-y-animation {
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes intro-y-animation {
  100% {
    opacity: 1;
    transform: translateY(0px); } }




.modal {
  display: none;
  position: fixed;
  z-index: 1000000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s; }
    @media (min-width: 640px) {
  .modal .modal-content {
    width: 460px; } }
    .modal .modal-content .modal-header {
      padding: 2px 16px; }
    .modal .modal-content .modal-body {
      padding: 2px 16px; }
    .modal .modal-content .modal-footer {
      padding: 2px 16px; }

.dark .modal .modal-content {
  background-color: #313a55; }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }

  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }

  to {
    top: 0;
    opacity: 1; } }
.modalbox {
  position: relative;
  display: flex;
  flex-direction: column; }

.modalbox .modal-header {
  flex-shrink: 0; }

.modalbox .modal-header .title {
  float: left; }

.modalbox .modal-header .close {
  float: right; }

.modalbox .modal-body {
  flex-shrink: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden; }

.modalbox .modal-footer {
  flex-shrink: 0;
  text-align: right; }

.nodecoration {
  text-decoration: none; }

.nodecorationon:hover {
  text-decoration: none; }

.underlineon:hover {
  text-decoration: underline; }
.switch input {
  display: none; }

.switch input:disabled + .slider {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: 0px 0px 0px transparent !important; }

.switch input:checked:disabled + .slider {
  border-color: #ccc !important;
  box-shadow: 0px 0px 0px 15px #ccc inset !important; }

.switch input:checked + .slider {
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s; }

.switch .slider {
  background: #fff;
  border: 2px solid #e6e6e6;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 100px;
  transition: box-shadow 0.2s ease-out 0.02s, border-color 0.2s ease-out;
  width: 43px;
  height: 25px; }

.switch .slider:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  height: 21px;
  width: 21px; }

.switch .slider:hover:active {
  box-shadow: 0px 0px 0px 13px #e6e6e6 inset; }

.switch .slider:hover:active:after {
  width: 28.35px !important; }

.switch input:disabled + .slider:after {
  height: 21px !important;
  width: 21px !important; }

.switch input:disabled:checked + .slider:after {
  transform: translateX(18px) !important; }

.switch input:checked + .slider {
  border-color: #16b85f;
  box-shadow: 0px 0px 0px 12.5px #16b85f inset; }

.switch input:checked + .slider:after {
  transform: translateX(18px); }

.switch input:checked + .slider:hover:active:after {
  transform: translateX(10.65px); }

.checkbox input {
  display: none; }

.checkbox .slider {
  background: #bbb;
  border: 2px solid #e6e6e6;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 2px;
  transition: box-shadow 0.2s ease-out 0.02s, border-color 0.2s ease-out;
  width: 25px;
  height: 25px; }

.checkbox input:checked + .slider {
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s;
  border: 2px solid #bbb; }

.checkbox .slider:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  height: 21px;
  width: 21px; }

.checkbox input:checked + .slider:after {
  background: #16b85f;
  box-shadow: none; }

html.dark .switch input:checked:disabled + .slider {
  border-color: #ccc !important;
  box-shadow: 0px 0px 0px 15px #ccc inset !important; }

html.dark .switch .slider {
  background: #232a3b;
  border: 2px solid #e6e6e6; }

html.dark .switch .slider:after {
  background: #232a3b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

html.dark .switch .slider:hover:active {
  box-shadow: 0px 0px 0px 13px #e6e6e6 inset; }

html.dark .switch input:checked + .slider {
  border-color: #3160d8;
  box-shadow: 0px 0px 0px 12.5px #3160d8 inset; }

html.dark .checkbox .slider {
  background: #bbb;
  border: 2px solid #e6e6e6; }

html.dark .checkbox input:checked + .slider {
  border: 2px solid #bbb; }

html.dark .checkbox .slider:after {
  background: #232a3b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

html.dark .checkbox input:checked + .slider:after {
  background: #3160d8; }
.center {
  margin-left: auto;
  margin-right: auto; }

.fcenter {
  text-align: center; }

.fleft {
  text-align: left; }

.fright {
  text-align: right; }

.fjustify {
  text-align: justify; }

.v-10 {
  vertical-align: -10px; }

.v-9 {
  vertical-align: -9px; }

.v-8 {
  vertical-align: -8px; }

.v-7 {
  vertical-align: -7px; }

.v-6 {
  vertical-align: -6px; }

.v-5 {
  vertical-align: -5px; }

.v-4 {
  vertical-align: -4px; }

.v-3 {
  vertical-align: -3px; }

.v-2 {
  vertical-align: -2px; }

.v-1 {
  vertical-align: -1px; }

.v1 {
  vertical-align: 1px; }

.v2 {
  vertical-align: 2px; }

.v3 {
  vertical-align: 3px; }

.v4 {
  vertical-align: 4px; }

.v5 {
  vertical-align: 5px; }

.v6 {
  vertical-align: 6px; }

.v7 {
  vertical-align: 7px; }

.v8 {
  vertical-align: 8px; }

.v9 {
  vertical-align: 9px; }

.v10 {
  vertical-align: 10px; }

.rounded {
  border-radius: 0.25rem;
  overflow: hidden; }

.rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden; }

.rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: hidden; }

.rounded-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: hidden; }

.rounded-circle {
  border-radius: 50%;
  overflow: hidden; }

.rounded-pill {
  border-radius: 50rem;
  overflow: hidden; }
.container {
  max-width: 1200px;
  margin: auto; }

.column, .columns {
  width: 100%;
  float: left; }
  @media (min-width: 1200px) {
  .column.one, .columns.one {
    width: 8.33333%; }
  .column.two, .columns.two {
    width: 16.66667%; }
  .column.three, .columns.three {
    width: 25%; }
  .column.four, .columns.four {
    width: 33.33333%; }
  .column.five, .columns.five {
    width: 41.66667%; }
  .column.six, .columns.six {
    width: 50%; }
  .column.seven, .columns.seven {
    width: 58.33333%; }
  .column.eight, .columns.eight {
    width: 66.66667%; }
  .column.nine, .columns.nine {
    width: 75%; }
  .column.ten, .columns.ten {
    width: 83.33333%; }
  .column.eleven, .columns.eleven {
    width: 91.66667%; }
  .column.twelve, .columns.twelve {
    width: 100%; }
  .column.offset-by-one, .columns.offset-by-one {
    margin-left: 8.66667%; }
  .column.offset-by-two, .columns.offset-by-two {
    margin-left: 17.33333%; }
  .column.offset-by-three, .columns.offset-by-three {
    margin-left: 26%; }
  .column.offset-by-four, .columns.offset-by-four {
    margin-left: 34.66667%; }
  .column.offset-by-five, .columns.offset-by-five {
    margin-left: 43.33333%; }
  .column.offset-by-six, .columns.offset-by-six {
    margin-left: 52%; }
  .column.offset-by-seven, .columns.offset-by-seven {
    margin-left: 60.66667%; }
  .column.offset-by-eight, .columns.offset-by-eight {
    margin-left: 69.33333%; }
  .column.offset-by-nine, .columns.offset-by-nine {
    margin-left: 78%; }
  .column.offset-by-ten, .columns.offset-by-ten {
    margin-left: 86.66667%; }
  .column.offset-by-eleven, .columns.offset-by-eleven {
    margin-left: 95.33333%; } }

@media (max-width: 767px) {
    .display-sm {
      display : none !important; } }

@media (max-width: 991px) {
    .display-md {
      display : none !important; } }

@media (max-width: 1199px) {
    .display-lg {
      display : none !important; } }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="date"], textarea, select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  color: inherit; }
  input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
    border: 1px solid #33c3f0;
    outline: 0; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

label, legend {
  display: block;
  margin-bottom: 0.5rem; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem; }

.input-append {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: solid 1px #e2e8f0;
  color: #718096;
  font-size: 14px;
  height: 38px;
  line-height: 21px;
  position: absolute;
  right: 0px;
  text-size-adjust: 100%;
  top: 0px;
  width: 40px; }

.form-group {
  padding: 10px 20px 10px 20px; }
  .form-group:not(.has-danger):not(.has-success):not(.has-warning) .form-feedback {
    display: none; }
  .form-group .form-feedback {
    padding: 8px 8px 8px 20px; }

.has-success .form-control-feedback, .has-success .form-control-label, .has-success .col-form-label, .has-success .form-check-label, .has-success .custom-control {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .col-form-label, .has-warning .form-check-label, .has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-feedback, .has-danger label {
  color: #d9534f; }
  .has-danger input[type="email"], .has-danger input[type="number"], .has-danger input[type="search"], .has-danger input[type="text"], .has-danger input[type="tel"], .has-danger input[type="url"], .has-danger input[type="password"], .has-danger input[type="date"], .has-danger textarea, .has-danger select {
    border-color: #d9534f; }
    .has-danger input[type="email"]::placeholder, .has-danger input[type="number"]::placeholder, .has-danger input[type="search"]::placeholder, .has-danger input[type="text"]::placeholder, .has-danger input[type="tel"]::placeholder, .has-danger input[type="url"]::placeholder, .has-danger input[type="password"]::placeholder, .has-danger input[type="date"]::placeholder, .has-danger textarea::placeholder, .has-danger select::placeholder {
      color: #d9534f;
      opacity: 0.9; }
  .has-danger .input-append {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7; }
  .has-danger .form-feedback {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left; }

.dark input[type="email"], .dark input[type="number"], .dark input[type="search"], .dark input[type="text"], .dark input[type="tel"], .dark input[type="url"], .dark input[type="password"], .dark input[type="date"], .dark textarea, .dark select {
  background-color: #232a3b;
  border-color: #1e2533; }
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  font-size: 11px;
  color: inherit;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  font-family: inherit; }
  .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    border-color: #888;
    outline: 0; }
  .button.primary, button.primary, input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary {
    color: #fff;
    background-color: #1c3faa;
    border-color: #1c3faa; }
    .button.primary:hover, button.primary:hover, input[type="submit"].primary:hover, input[type="reset"].primary:hover, input[type="button"].primary:hover, .button.primary:focus, button.primary:focus, input[type="submit"].primary:focus, input[type="reset"].primary:focus, input[type="button"].primary:focus {
      color: #fff;
      background-color: #173590;
      border-color: #173590; }
  .button.danger, button.danger, input[type="submit"].danger, input[type="reset"].danger, input[type="button"].danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .button.danger:hover, button.danger:hover, input[type="submit"].danger:hover, input[type="reset"].danger:hover, input[type="button"].danger:hover, .button.danger:focus, button.danger:focus, input[type="submit"].danger:focus, input[type="reset"].danger:focus, input[type="button"].danger:focus {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130; }
  .button.small, button.small, input[type="submit"].small, input[type="reset"].small, input[type="button"].small {
    height: 28px;
    padding: 0 20px;
    font-size: 9px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.05rem;
    border-radius: 4px; }

html.dark .button.secondary, html.dark button.secondary, html.dark input[type="submit"].secondary, html.dark input[type="reset"].secondary, html.dark input[type="button"].secondary {
  color: #fff;
  background-color: #232a3b; }
  html.dark .button.secondary:hover, html.dark button.secondary:hover, html.dark input[type="submit"].secondary:hover, html.dark input[type="reset"].secondary:hover, html.dark input[type="button"].secondary:hover, html.dark .button.secondary:focus, html.dark button.secondary:focus, html.dark input[type="submit"].secondary:focus, html.dark input[type="reset"].secondary:focus, html.dark input[type="button"].secondary:focus {
    background-color: #0a1122; }








html {
  background-color: #1c3faa; }
  html a {
    color: inherit;
    text-decoration : none; }
    html a:hover {
      text-decoration : none; }
  html body {
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: Roboto;
    font-size: 0.875rem;
    color: #2d3748;
    background: none; }
    @media (max-width: 639px) {
  html body {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }
    html body .content {
      border-radius: 30px;
      padding: 0px 22px;
      min-height: 80vh;
      background-color: #f1f5f8;
      flex: 1 1 0%;
      padding-bottom: 2.5rem; }
      @media (max-width: 767px) {
  html body .content {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100%; } }
      html body .content:before {
        content: "";
        width: 100%;
        height: 1px;
        display: block; }
  html .breadcrumb2 {
    display: flex;
    align-items: center; }
    html .breadcrumb2.breadcrumb--light {
      height: 100%;
      margin-left: 2.5rem;
      padding-left: 2.5rem;
      border-left-width: 1px;
      border-color: #2e51bb;
      color: #c6d4fd; }
      @media (max-width: 767px) {
  html .breadcrumb2.breadcrumb--light {
    margin-left: 0;
    padding-left: 0;
    border-left-width: 0; } }
      html .breadcrumb2.breadcrumb--light .breadcrumb--active {
        color: #e8eeff; }
    html .breadcrumb2 .breadcrumb--active {
      color: #1c3faa;
      font-weight: 500; }
  html .top-bar {
    height: 67px;
    z-index: 51;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: solid 1px #dee7ef; }
  html .side-nav {
    width: 230px;
    padding-right: 1.25rem;
    padding-bottom: 4rem;
    overflow-x: hidden; }
    html .side-nav .side-menu {
      height: 50px;
      display: flex;
      align-items: center;
      padding-left: 1.25rem;
      color: #fff;
      margin-bottom: 0.25rem;
      position: relative;
      border-radius: 9999px; }
      html .side-nav .side-menu .side-menu__title {
        width: 100%;
        margin-left: 0.75rem;
        display: flex;
        align-items: center; }
        html .side-nav .side-menu .side-menu__title .side-menu__sub-icon {
          transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-duration: 100ms;
          width: 1rem;
          height: 1rem;
          margin-left: auto;
          margin-right: 1.25rem; }
          @media (max-width: 1200px) {
  html .side-nav .side-menu .side-menu__title .side-menu__sub-icon {
    display: none; } }
    html .side-nav .side-nav__devider {
      width: 100%;
      height: 1px;
      background-color: #2e51bb;
      z-index: 10;
      position: relative;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    html .side-nav > ul > li > .side-menu.side-menu--active {
      background-color: #f1f5f8; }
      html .side-nav > ul > li > .side-menu.side-menu--active:before {
        content: "";
        width: 30px;
        height: 30px;
        margin-top: -30px;
        transform: rotate(90deg) scale(1.04);
        background-size: 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23f1f5f8'/%3E%3C/svg%3E%0A");
        position: absolute;
        top: 0;
        right: 0;
        margin-right: -1.25rem; }
      html .side-nav > ul > li > .side-menu.side-menu--active:after {
        content: "";
        width: 30px;
        height: 30px;
        margin-top: 50px;
        transform: scale(1.04);
        background-size: 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23f1f5f8'/%3E%3C/svg%3E%0A");
        position: absolute;
        top: 0;
        right: 0;
        margin-right: -1.25rem; }
      html .side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon {
        --text-opacity: 1;
        color: #2e51bb;
        color: rgba(46, 81, 187, var); }
      html .side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon:before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: -1.25rem;
        width: 3rem;
        height: 100%;
        --bg-opacity: 1;
        background-color: #f1f5f8;
        background-color: rgba(241, 245, 248, var); }
      html .side-nav > ul > li > .side-menu.side-menu--active .side-menu__title {
        --text-opacity: 1;
        color: #2d3748;
        color: rgba(45, 55, 72, var);
        font-weight: 500; }
      html .side-nav > ul > li > .side-menu:not(.side-menu--active) .side-menu__icon:before {
        content: "";
        z-index: -1;
        width: 230px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
        transition-duration: 100ms; }
      @media (max-width: 1200px) {
    html .side-nav > ul > li > .side-menu:not(.side-menu--active) .side-menu__icon:before {
      display: none; } }
      html .side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open) .side-menu__icon:before {
        --bg-opacity: 1;
        background-color: #3151bc;
        background-color: rgba(49, 81, 188, var); }
      html .side-nav > ul > li:nth-child(1).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; }
      html .side-nav > ul > li:nth-child(1) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; }
      html .side-nav > ul > li:nth-child(1) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(2).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      html .side-nav > ul > li:nth-child(2) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      html .side-nav > ul > li:nth-child(2) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(3).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      html .side-nav > ul > li:nth-child(3) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      html .side-nav > ul > li:nth-child(3) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(4).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; }
      html .side-nav > ul > li:nth-child(4) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; }
      html .side-nav > ul > li:nth-child(4) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(5).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      html .side-nav > ul > li:nth-child(5) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      html .side-nav > ul > li:nth-child(5) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(6).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
      html .side-nav > ul > li:nth-child(6) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
      html .side-nav > ul > li:nth-child(6) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(7).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s; }
      html .side-nav > ul > li:nth-child(7) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s; }
      html .side-nav > ul > li:nth-child(7) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(8).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s; }
      html .side-nav > ul > li:nth-child(8) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s; }
      html .side-nav > ul > li:nth-child(8) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(9).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s; }
      html .side-nav > ul > li:nth-child(9) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s; }
      html .side-nav > ul > li:nth-child(9) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(10).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      html .side-nav > ul > li:nth-child(10) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      html .side-nav > ul > li:nth-child(10) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(11).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s; }
      html .side-nav > ul > li:nth-child(11) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s; }
      html .side-nav > ul > li:nth-child(11) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(12).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s; }
      html .side-nav > ul > li:nth-child(12) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s; }
      html .side-nav > ul > li:nth-child(12) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(13).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s; }
      html .side-nav > ul > li:nth-child(13) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s; }
      html .side-nav > ul > li:nth-child(13) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(14).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s; }
      html .side-nav > ul > li:nth-child(14) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s; }
      html .side-nav > ul > li:nth-child(14) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(15).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; }
      html .side-nav > ul > li:nth-child(15) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; }
      html .side-nav > ul > li:nth-child(15) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(16).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s; }
      html .side-nav > ul > li:nth-child(16) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s; }
      html .side-nav > ul > li:nth-child(16) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(17).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.7s; }
      html .side-nav > ul > li:nth-child(17) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.7s; }
      html .side-nav > ul > li:nth-child(17) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(18).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s; }
      html .side-nav > ul > li:nth-child(18) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s; }
      html .side-nav > ul > li:nth-child(18) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(19).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.9s;
        animation-delay: 1.9s; }
      html .side-nav > ul > li:nth-child(19) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.9s;
        animation-delay: 1.9s; }
      html .side-nav > ul > li:nth-child(19) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(20).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }
      html .side-nav > ul > li:nth-child(20) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }
      html .side-nav > ul > li:nth-child(20) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(21).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s; }
      html .side-nav > ul > li:nth-child(21) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s; }
      html .side-nav > ul > li:nth-child(21) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(22).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.2s;
        animation-delay: 2.2s; }
      html .side-nav > ul > li:nth-child(22) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.2s;
        animation-delay: 2.2s; }
      html .side-nav > ul > li:nth-child(22) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(23).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.3s;
        animation-delay: 2.3s; }
      html .side-nav > ul > li:nth-child(23) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.3s;
        animation-delay: 2.3s; }
      html .side-nav > ul > li:nth-child(23) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(24).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s; }
      html .side-nav > ul > li:nth-child(24) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s; }
      html .side-nav > ul > li:nth-child(24) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(25).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }
      html .side-nav > ul > li:nth-child(25) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }
      html .side-nav > ul > li:nth-child(25) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(26).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.6s;
        animation-delay: 2.6s; }
      html .side-nav > ul > li:nth-child(26) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.6s;
        animation-delay: 2.6s; }
      html .side-nav > ul > li:nth-child(26) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(27).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.7s;
        animation-delay: 2.7s; }
      html .side-nav > ul > li:nth-child(27) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.7s;
        animation-delay: 2.7s; }
      html .side-nav > ul > li:nth-child(27) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(28).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.8s;
        animation-delay: 2.8s; }
      html .side-nav > ul > li:nth-child(28) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.8s;
        animation-delay: 2.8s; }
      html .side-nav > ul > li:nth-child(28) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(29).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.9s;
        animation-delay: 2.9s; }
      html .side-nav > ul > li:nth-child(29) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.9s;
        animation-delay: 2.9s; }
      html .side-nav > ul > li:nth-child(29) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(30).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3s;
        animation-delay: 3s; }
      html .side-nav > ul > li:nth-child(30) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3s;
        animation-delay: 3s; }
      html .side-nav > ul > li:nth-child(30) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(31).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.1s;
        animation-delay: 3.1s; }
      html .side-nav > ul > li:nth-child(31) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.1s;
        animation-delay: 3.1s; }
      html .side-nav > ul > li:nth-child(31) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(32).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.2s;
        animation-delay: 3.2s; }
      html .side-nav > ul > li:nth-child(32) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.2s;
        animation-delay: 3.2s; }
      html .side-nav > ul > li:nth-child(32) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(33).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.3s;
        animation-delay: 3.3s; }
      html .side-nav > ul > li:nth-child(33) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.3s;
        animation-delay: 3.3s; }
      html .side-nav > ul > li:nth-child(33) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(34).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.4s;
        animation-delay: 3.4s; }
      html .side-nav > ul > li:nth-child(34) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.4s;
        animation-delay: 3.4s; }
      html .side-nav > ul > li:nth-child(34) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(35).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.5s;
        animation-delay: 3.5s; }
      html .side-nav > ul > li:nth-child(35) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.5s;
        animation-delay: 3.5s; }
      html .side-nav > ul > li:nth-child(35) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(36).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.6s;
        animation-delay: 3.6s; }
      html .side-nav > ul > li:nth-child(36) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.6s;
        animation-delay: 3.6s; }
      html .side-nav > ul > li:nth-child(36) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(37).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.7s;
        animation-delay: 3.7s; }
      html .side-nav > ul > li:nth-child(37) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.7s;
        animation-delay: 3.7s; }
      html .side-nav > ul > li:nth-child(37) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(38).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.8s;
        animation-delay: 3.8s; }
      html .side-nav > ul > li:nth-child(38) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.8s;
        animation-delay: 3.8s; }
      html .side-nav > ul > li:nth-child(38) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(39).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.9s;
        animation-delay: 3.9s; }
      html .side-nav > ul > li:nth-child(39) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.9s;
        animation-delay: 3.9s; }
      html .side-nav > ul > li:nth-child(39) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(40).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4s;
        animation-delay: 4s; }
      html .side-nav > ul > li:nth-child(40) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4s;
        animation-delay: 4s; }
      html .side-nav > ul > li:nth-child(40) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(41).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.1s;
        animation-delay: 4.1s; }
      html .side-nav > ul > li:nth-child(41) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.1s;
        animation-delay: 4.1s; }
      html .side-nav > ul > li:nth-child(41) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(42).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.2s;
        animation-delay: 4.2s; }
      html .side-nav > ul > li:nth-child(42) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.2s;
        animation-delay: 4.2s; }
      html .side-nav > ul > li:nth-child(42) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(43).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.3s;
        animation-delay: 4.3s; }
      html .side-nav > ul > li:nth-child(43) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.3s;
        animation-delay: 4.3s; }
      html .side-nav > ul > li:nth-child(43) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(44).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.4s;
        animation-delay: 4.4s; }
      html .side-nav > ul > li:nth-child(44) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.4s;
        animation-delay: 4.4s; }
      html .side-nav > ul > li:nth-child(44) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(45).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.5s;
        animation-delay: 4.5s; }
      html .side-nav > ul > li:nth-child(45) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.5s;
        animation-delay: 4.5s; }
      html .side-nav > ul > li:nth-child(45) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(46).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.6s;
        animation-delay: 4.6s; }
      html .side-nav > ul > li:nth-child(46) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.6s;
        animation-delay: 4.6s; }
      html .side-nav > ul > li:nth-child(46) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(47).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.7s;
        animation-delay: 4.7s; }
      html .side-nav > ul > li:nth-child(47) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.7s;
        animation-delay: 4.7s; }
      html .side-nav > ul > li:nth-child(47) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(48).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.8s;
        animation-delay: 4.8s; }
      html .side-nav > ul > li:nth-child(48) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.8s;
        animation-delay: 4.8s; }
      html .side-nav > ul > li:nth-child(48) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(49).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.9s;
        animation-delay: 4.9s; }
      html .side-nav > ul > li:nth-child(49) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.9s;
        animation-delay: 4.9s; }
      html .side-nav > ul > li:nth-child(49) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul > li:nth-child(50).side-nav__devider {
        opacity: 0;
        -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 5s;
        animation-delay: 5s; }
      html .side-nav > ul > li:nth-child(50) > a:not(.side-menu--active) {
        opacity: 0;
        transform: translateX(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 5s;
        animation-delay: 5s; }
      html .side-nav > ul > li:nth-child(50) > a.side-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
      html .side-nav > ul ul {
        background-color: #1a389f;
        border-radius: 0.375rem; }
      html .side-nav > ul ul li a:not(.side-menu--active) {
        --text-opacity: 1;
        color: #c7d2ff;
        color: rgba(199, 210, 255, var); }
        html .side-nav > ul ul li a.side-menu--active .side-menu__title {
          font-weight: 500; }
        html .side-nav > ul ul li:nth-child(1) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
        html .side-nav > ul ul li:nth-child(2) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
        html .side-nav > ul ul li:nth-child(3) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
        html .side-nav > ul ul li:nth-child(4) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
        html .side-nav > ul ul li:nth-child(5) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }
        html .side-nav > ul ul li:nth-child(6) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }
        html .side-nav > ul ul li:nth-child(7) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s; }
        html .side-nav > ul ul li:nth-child(8) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }
        html .side-nav > ul ul li:nth-child(9) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s; }
        html .side-nav > ul ul li:nth-child(10) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 1s;
          animation-delay: 1s; }
        html .side-nav > ul ul li:nth-child(11) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
        html .side-nav > ul ul li:nth-child(12) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }
        html .side-nav > ul ul li:nth-child(13) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s; }
        html .side-nav > ul ul li:nth-child(14) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }
        html .side-nav > ul ul li:nth-child(15) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }
        html .side-nav > ul ul li:nth-child(16) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s; }
        html .side-nav > ul ul li:nth-child(17) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s; }
        html .side-nav > ul ul li:nth-child(18) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; }
        html .side-nav > ul ul li:nth-child(19) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s; }
        html .side-nav > ul ul li:nth-child(20) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 2s;
          animation-delay: 2s; }
        html .side-nav > ul ul li:nth-child(21) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s; }
        html .side-nav > ul ul li:nth-child(22) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s; }
        html .side-nav > ul ul li:nth-child(23) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s; }
        html .side-nav > ul ul li:nth-child(24) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s; }
        html .side-nav > ul ul li:nth-child(25) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s; }
        html .side-nav > ul ul li:nth-child(26) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s; }
        html .side-nav > ul ul li:nth-child(27) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s; }
        html .side-nav > ul ul li:nth-child(28) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s; }
        html .side-nav > ul ul li:nth-child(29) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s; }
        html .side-nav > ul ul li:nth-child(30) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 3s;
          animation-delay: 3s; }
        html .side-nav > ul ul li:nth-child(31) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s; }
        html .side-nav > ul ul li:nth-child(32) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s; }
        html .side-nav > ul ul li:nth-child(33) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s; }
        html .side-nav > ul ul li:nth-child(34) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s; }
        html .side-nav > ul ul li:nth-child(35) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s; }
        html .side-nav > ul ul li:nth-child(36) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s; }
        html .side-nav > ul ul li:nth-child(37) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s; }
        html .side-nav > ul ul li:nth-child(38) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s; }
        html .side-nav > ul ul li:nth-child(39) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s; }
        html .side-nav > ul ul li:nth-child(40) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 4s;
          animation-delay: 4s; }
        html .side-nav > ul ul li:nth-child(41) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s; }
        html .side-nav > ul ul li:nth-child(42) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s; }
        html .side-nav > ul ul li:nth-child(43) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s; }
        html .side-nav > ul ul li:nth-child(44) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s; }
        html .side-nav > ul ul li:nth-child(45) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s; }
        html .side-nav > ul ul li:nth-child(46) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s; }
        html .side-nav > ul ul li:nth-child(47) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s; }
        html .side-nav > ul ul li:nth-child(48) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s; }
        html .side-nav > ul ul li:nth-child(49) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s; }
        html .side-nav > ul ul li:nth-child(50) > a {
          opacity: 0;
          transform: translateX(50px);
          -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 5s;
          animation-delay: 5s; }
      html .side-nav > ul ul.side-menu__sub-open {
        display: block; }
      html .side-nav > ul ul .side-menu__icon:before {
        display: none; }
      html .side-nav > ul ul ul {
        display: none;
        background-color: #142c91;
        border-radius: 0.375rem; }
    @media (max-width: 1200px) {
  html .side-nav {
    width: 85px; } }
  html .dark-mode-switcher {
    align-items: center;
    background-color: #fff;
    border-bottom-color: #e2e8f0;
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #e2e8f0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e2e8f0;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e2e8f0;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    box-sizing: border-box;
    color: #2d3748;
    cursor: pointer;
    display: flex;
    font-family: Roboto;
    font-size: 14px;
    height: 48px;
    justify-content: center;
    line-height: 21px;
    margin-bottom: 40px;
    margin-right: 40px;
    position: fixed;
    right: 0px;
    text-size-adjust: 100%;
    width: 160px;
    z-index: 50;
    -webkit-font-smoothing: antialiased; }
  html .box {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border-radius: 0.375rem;
    position: relative; }
    html .box .box-top {
      border-bottom: solid 1px #e2e8f0;
      padding: 20px 10px 0 30px;
      height: 60px; }
  html .table {
    width: 100%;
    text-align: left; }
    html .table th {
      font-weight: 500;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
    html .table td {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      vertical-align: middle; }
    html .table td, html .table th {
      border-top: none; }
    html .table.table-report {
      border-spacing: 0 10px;
      border-collapse: separate; }
      html .table.table-report tr {
        height: 64px; }
      html .table.table-report td {
        background-color: #fff;
        box-shadow: 20px 3px 20px rgba(0, 0, 0, 0.04); }
      html .table.table-report td:first-child {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem; }
      html .table.table-report td:last-child {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem; }
      html .table.table-report td.table-report__action {
        padding-top: 0;
        padding-bottom: 0;
        position: relative; }
      html .table.table-report td.table-report__action:before {
        content: "";
        width: 1px;
        height: 2rem;
        background-color: #edf2f7;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto; }
      html .table.table-report img {
        box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.32); }
  html .nav-tabs {
    display: flex;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -10px;
    padding-top: 10px;
    border-left: solid 1px #e2e8f0; }
    html .nav-tabs > a:not(:first-child) {
      margin-left: 24px; }
    html .nav-tabs .active {
      border-bottom: solid 2px #1c3faa;
      font-weight: 900; }
  html.dark {
    background-color: #1b253b; }
    html.dark body {
      color: #e2e8f0; }
      html.dark body *, html.dark body ::before, html.dark body ::after {
        border-color: #313a55; }
      html.dark body .content {
        background-color: #232d45; }
    html.dark .breadcrumb2.breadcrumb--light {
      --border-opacity: 1;
      border-color: #313a55;
      border-color: rgba(49, 58, 85, var);
      --text-opacity: 1;
      color: #e2e8f0;
      color: rgba(226, 232, 240, var); }
      html.dark .breadcrumb2.breadcrumb--light .breadcrumb--active {
        --text-opacity: 1;
        color: #3160d8;
        color: rgba(49, 96, 216, var); }
      html.dark .breadcrumb2 .breadcrumb--active {
        --text-opacity: 1;
        color: #3160d8;
        color: rgba(49, 96, 216, var); }
    html.dark .side-nav__devider {
      background-color: #313a55; }
    html.dark .side-nav > ul ul {
      --bg-opacity: 1;
      background-color: #1e2533;
      background-color: rgba(30, 37, 51, var); }
      html.dark .side-nav > ul ul li a:not(.side-menu--active) {
        color: #718096; }
      html.dark .side-nav > ul ul ul {
        background-color: #181f29; }
      html.dark .side-nav > ul > li > .side-menu.side-menu--active {
        background-color: #232d45 !important; }
        html.dark .side-nav > ul > li > .side-menu.side-menu--active:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23232D45'/%3E%3C/svg%3E%0A"); }
        html.dark .side-nav > ul > li > .side-menu.side-menu--active:after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23232D45'/%3E%3C/svg%3E%0A"); }
        html.dark .side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon {
          --text-opacity: 1;
          color: #fff;
          color: rgba(255, 255, 255, var); }
        html.dark .side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon:before {
          --bg-opacity: 1;
          background-color: #232d45;
          background-color: rgba(41, 49, 69, var); }
        html.dark .side-nav > ul > li > .side-menu.side-menu--active .side-menu__title {
          --text-opacity: 1;
          color: #fff;
          color: rgba(255, 255, 255, var); }
        html.dark .side-nav > ul > li > .side-menu > .side-menu__icon {
          --text-opacity: 1;
          color: #a0aec0;
          color: rgba(160, 174, 192, var); }
        html.dark .side-nav > ul > li > .side-menu > .side-menu__title {
          --text-opacity: 1;
          color: #a0aec0;
          color: rgba(160, 174, 192, var); }
        html.dark .side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open) .side-menu__icon:before {
          --bg-opacity: 1;
          background-color: #1e2533;
          background-color: rgba(30, 37, 51, var); }
    html.dark .dark-mode-switcher {
      background-color: #232a3b;
      border-bottom-color: #313a55;
      border-left-color: #313a55;
      border-right-color: #313a55;
      border-top-color: #313a55;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
      color: #e2e8f0; }
    html.dark .box {
      background-color: #313a55; }
      html.dark .box *, html.dark .box ::before, html.dark .box ::after {
        border-color: #3f4865; }
    html.dark .table.table-report td {
      background-color: #313a55; }
      html.dark .table.table-report td.table-report__action:before {
        background-color: #3f4865; }
      html.dark .table.table-report img {
        box-shadow: 0px 0px 0px 2px #3f4865, 1px 1px 5px rgba(0, 0, 0, 0.32); }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

@-webkit-keyframes intro-devider-animation {
  100% {
    opacity: 1; } }

@keyframes intro-devider-animation {
  100% {
    opacity: 1; } }

@-webkit-keyframes intro-menu-animation {
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes intro-menu-animation {
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@-webkit-keyframes intro-submenu-animation {
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes intro-submenu-animation {
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@-webkit-keyframes intro-active-menu-animation {
  100% {
    z-index: 10; } }

@keyframes intro-active-menu-animation {
  /**********************************************************/
  /**********************************************************/
  100% {
    z-index: 10; } }

.pagination {
  display: flex;
  margin-right: auto; }

@media (max-width: 639px) {
  .pagination {
    width: 100%;
    margin-right: 0; } }

@media (max-width: 639px) {
  .pagination li {
    flex: 1 1 0%; }

  .pagination li:nth-child(1) .pagination__link, .pagination li:nth-child(2) .pagination__link, .pagination li:nth-child(3) .pagination__link, .pagination li:nth-child(7) .pagination__link, .pagination li:nth-child(8) .pagination__link, .pagination li:nth-child(9) .pagination__link {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } }

.pagination li .pagination__link {
  min-width: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.375rem;
  font-weight: 500;
  cursor: pointer;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var);
  margin-right: 0.5rem; }

@media (max-width: 639px) {
  .pagination li .pagination__link {
    min-width: 0;
    margin-right: 0; } }

.pagination li .pagination__link.pagination__link--active {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.04);
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var);
  border-radius: 0.375rem;
  position: relative;
  font-weight: 500; }

.dark .pagination li .pagination__link {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var); }

.dark .pagination li .pagination__link.pagination__link--active {
  --bg-opacity: 1;
  background-color: #313a55;
  background-color: rgba(49, 58, 85, var); }

.alert {
  font-size: 15px;
  line-height: 1.5;
  transition: opacity 0.15s linear;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding-right: 35px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  opacity: 1; }

.pieCon, .dark .pieCon {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-style: solid;
  border-left-width: 0px;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-style: solid;
  border-right-width: 0px;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-style: solid;
  border-top-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.043) 0px 3px 20px 0px;
  box-sizing: border-box;
  display: block;
  font-family: Roboto;
  font-feature-settings: normal;
  font-size: 14px;
  font-variation-settings: normal;
  line-height: 20px;
  margin-top: 20px;
  opacity: 1;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  tab-size: 4;
  transform: matrix(1, 0, 0, 1, 0, 0);
  z-index: 48;
  -webkit-font-smoothing: antialiased; }

.pieCon {
  background-color: #fff;
  color: #1e293b; }

.dark .pieCon {
  background-color: #28334e;
  color: #cbd5e1; }































































.navigation {
  text-align: right;
  font-size: 13px;
  margin-right: 10px; }



















.table_container .table_filters {
  text-align: left;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px;
  background-color: #f3f3f3;
  border: solid 1px #ddd;
  padding-top: 10px;
  margin-bottom: 10px; }
  .table_container .tablerow1 {
    background-color: #f3f3f3; }
  .table_container .tablerow2 {
    background-color: #fff; }
  .table_container .tablerow1:hover {
    background-color: #eee; }
  .table_container .tablerow2:hover {
    background-color: #fcfcfc; }
  .table_container .tablerow {
    font-size: 11px; }
  .table_container #edittext {
    margin-top: -9px; }
  .table_container .tablerow.new {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.active {
    background-color: #ff8989 !important;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.orange {
    background-color: #f7d2a5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.green {
    background-color: #8afc79;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.yellow {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.blue {
    background-color: #82b7ff;
    border-bottom: solid 1px #ccc; }












.view_container .view_filters {
  text-align: left;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px;
  background-color: #f3f3f3;
  border: solid 1px #ddd;
  padding-top: 10px;
  margin-bottom: 10px; }
  .view_container .viewrow1 {
    background-color: #f3f3f3; }
  .view_container .viewrow2 {
    background-color: #fff; }
  .view_container .viewrow1:hover {
    background-color: #eee; }
  .view_container .viewrow2:hover {
    background-color: #fcfcfc; }
  .view_container .viewrow {
    font-size: 11px; }
  .view_container #edittext {
    margin-top: -9px; }
  .view_container .viewrow.new {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.active {
    background-color: #ff8989 !important;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.orange {
    background-color: #f7d2a5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.green {
    background-color: #8afc79;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.yellow {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.blue {
    background-color: #82b7ff;
    border-bottom: solid 1px #ccc; }





