/*------------------------------------------------------------------
 [Master Stylesheet]

  Project:	Regal Admin
  Version:	1.0.0
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
  ===== Table of Contents =====

  * Bootstrap functions
  * Template variables
  * SCSS Compass Functions
  * Boostrap Main SCSS
  * Template mixins
    + Animation Mixins
    + Badge Mixins
    + Button Mixins
    + Miscellaneous Mixins
    + BlockQuote Mixins
    + Cards Mixins
    + Color Functions Mixins
    + Tooltips
  * Core Styles
    + Reset Styles
    + Fonts
    + Functions
    + Backgrounds
    + Sidebar
    + Navbar
    + Typography
    + Miscellaneous
    + Footer
    + Layouts
    + Utilities
    + Demo styles
  * Components
    + Buttons
    + Breadcrumbs
    + Cards
    + Checkboxes and Radios
    + Dropdowns
    + Forms
    + Icons
    + Lists
    + Preview
    + Tables
  * Plugin Overrides
    + Bootstrap Tour
    + Jquery File Upload
    + Progressbar-js
    + Rating
    + Select2
    + Typeahead
  * Landing screens
    + Auth
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* === Import Bootstrap functions and variables === */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap");
/*-------------------------------------------------------------------*/
/* === Import template variables === */
/*-------------------------------------------------------------------*/
/* === SCSS Compass Functions === */
@-moz-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-o-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes flash {
  /* line 119, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 1;
  }
  /* line 122, app/assets/stylesheets/style.css.scss */
  25% {
    opacity: 0;
  }
  /* line 125, app/assets/stylesheets/style.css.scss */
  50% {
    opacity: 1;
  }
  /* line 128, app/assets/stylesheets/style.css.scss */
  75% {
    opacity: 0;
  }
  /* line 131, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes bounce {
  /* line 311, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 318, app/assets/stylesheets/style.css.scss */
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 325, app/assets/stylesheets/style.css.scss */
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  /* line 332, app/assets/stylesheets/style.css.scss */
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 339, app/assets/stylesheets/style.css.scss */
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  /* line 346, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 353, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes shake {
  /* line 655, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 662, app/assets/stylesheets/style.css.scss */
  10% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  /* line 669, app/assets/stylesheets/style.css.scss */
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  /* line 676, app/assets/stylesheets/style.css.scss */
  30% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  /* line 683, app/assets/stylesheets/style.css.scss */
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  /* line 690, app/assets/stylesheets/style.css.scss */
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  /* line 697, app/assets/stylesheets/style.css.scss */
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  /* line 704, app/assets/stylesheets/style.css.scss */
  70% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  /* line 711, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  /* line 718, app/assets/stylesheets/style.css.scss */
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  /* line 725, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes tada {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-ms-keyframes tada {
  /* line 1055, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 1062, app/assets/stylesheets/style.css.scss */
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  /* line 1069, app/assets/stylesheets/style.css.scss */
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  /* line 1076, app/assets/stylesheets/style.css.scss */
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  /* line 1083, app/assets/stylesheets/style.css.scss */
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  /* line 1090, app/assets/stylesheets/style.css.scss */
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  /* line 1097, app/assets/stylesheets/style.css.scss */
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  /* line 1104, app/assets/stylesheets/style.css.scss */
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  /* line 1111, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  /* line 1118, app/assets/stylesheets/style.css.scss */
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  /* line 1125, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-moz-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center 50%;
    -moz-transform-origin: top center 50%;
    -ms-transform-origin: top center 50%;
    -o-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center 50%;
    -moz-transform-origin: top center 50%;
    -ms-transform-origin: top center 50%;
    -o-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center 50%;
    -moz-transform-origin: top center 50%;
    -ms-transform-origin: top center 50%;
    -o-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-ms-keyframes swing {
  /* line 1350, app/assets/stylesheets/style.css.scss */
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center 50%;
    -moz-transform-origin: top center 50%;
    -ms-transform-origin: top center 50%;
    -o-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }
  /* line 1357, app/assets/stylesheets/style.css.scss */
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  /* line 1364, app/assets/stylesheets/style.css.scss */
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  /* line 1371, app/assets/stylesheets/style.css.scss */
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  /* line 1378, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  /* line 1385, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center 50%;
    -moz-transform-origin: top center 50%;
    -ms-transform-origin: top center 50%;
    -o-transform-origin: top center 50%;
    transform-origin: top center 50%;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-o-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-ms-keyframes wobble {
  /* line 1596, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  /* line 1603, app/assets/stylesheets/style.css.scss */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  /* line 1610, app/assets/stylesheets/style.css.scss */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  /* line 1617, app/assets/stylesheets/style.css.scss */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  /* line 1624, app/assets/stylesheets/style.css.scss */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  /* line 1631, app/assets/stylesheets/style.css.scss */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  /* line 1638, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes pulse {
  /* line 1772, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 1779, app/assets/stylesheets/style.css.scss */
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  /* line 1786, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -o-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    -o-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    -moz-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    -o-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    -ms-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    -moz-transform: skewX(1deg);
    -ms-transform: skewX(1deg);
    -o-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -o-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    -o-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    -moz-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    -o-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    -ms-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    -moz-transform: skewX(1deg);
    -ms-transform: skewX(1deg);
    -o-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

@-o-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -o-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    -o-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    -moz-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    -o-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    -ms-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    -moz-transform: skewX(1deg);
    -ms-transform: skewX(1deg);
    -o-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

@-ms-keyframes wiggle {
  /* line 2060, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  /* line 2067, app/assets/stylesheets/style.css.scss */
  10% {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  /* line 2074, app/assets/stylesheets/style.css.scss */
  20% {
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  /* line 2081, app/assets/stylesheets/style.css.scss */
  30% {
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  /* line 2088, app/assets/stylesheets/style.css.scss */
  40% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -o-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  /* line 2095, app/assets/stylesheets/style.css.scss */
  50% {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    -o-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  /* line 2102, app/assets/stylesheets/style.css.scss */
  60% {
    -webkit-transform: skewX(3deg);
    -moz-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    -o-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  /* line 2109, app/assets/stylesheets/style.css.scss */
  70% {
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    -ms-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  /* line 2116, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: skewX(1deg);
    -moz-transform: skewX(1deg);
    -ms-transform: skewX(1deg);
    -o-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  /* line 2123, app/assets/stylesheets/style.css.scss */
  90% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  /* line 2130, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    -ms-transform: skewX(5deg);
    -o-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    -ms-transform: skewX(-4deg);
    -o-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
    -moz-transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    -o-transform: skewX(3deg);
    transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    -ms-transform: skewX(-2deg);
    -o-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
    -moz-transform: skewX(1deg);
    -ms-transform: skewX(1deg);
    -o-transform: skewX(1deg);
    transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

@-moz-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@-o-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@-ms-keyframes bounceOut {
  /* line 2319, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  /* line 2326, app/assets/stylesheets/style.css.scss */
  25% {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  /* line 2333, app/assets/stylesheets/style.css.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  /* line 2341, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-ms-keyframes bounceOutUp {
  /* line 2463, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 2470, app/assets/stylesheets/style.css.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  /* line 2478, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-ms-keyframes bounceOutDown {
  /* line 2593, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 2600, app/assets/stylesheets/style.css.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  /* line 2608, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-ms-keyframes bounceOutLeft {
  /* line 2723, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 2730, app/assets/stylesheets/style.css.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  /* line 2738, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-ms-keyframes bounceOutRight {
  /* line 2853, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 2860, app/assets/stylesheets/style.css.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  /* line 2868, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes bounceIn {
  /* line 3004, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  /* line 3012, app/assets/stylesheets/style.css.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  /* line 3020, app/assets/stylesheets/style.css.scss */
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  /* line 3027, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  70% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes bounceInDown {
  /* line 3169, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  /* line 3177, app/assets/stylesheets/style.css.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  /* line 3185, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  /* line 3192, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes bounceInUp {
  /* line 3334, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  /* line 3342, app/assets/stylesheets/style.css.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  /* line 3350, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  /* line 3357, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes bounceInRight {
  /* line 3499, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  /* line 3507, app/assets/stylesheets/style.css.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  /* line 3515, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  /* line 3522, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes bounceInLeft {
  /* line 3664, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  /* line 3672, app/assets/stylesheets/style.css.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  /* line 3680, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  /* line 3687, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeOut {
  /* line 3757, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 1;
  }
  /* line 3760, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-o-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-ms-keyframes fadeOutUp {
  /* line 3832, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  /* line 3840, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-o-keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-ms-keyframes fadeOutDown {
  /* line 3927, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  /* line 3935, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@-o-keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@-ms-keyframes fadeOutRight {
  /* line 4022, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  /* line 4030, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-ms-keyframes fadeOutLeft {
  /* line 4117, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  /* line 4125, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@-ms-keyframes fadeOutUpBig {
  /* line 4212, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  /* line 4220, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
    opacity: 0;
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-ms-keyframes fadeOutDownBig {
  /* line 4307, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 4315, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-ms-keyframes fadeOutRightBig {
  /* line 4402, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 4410, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-ms-keyframes fadeOutLeftBig {
  /* line 4497, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 4505, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  /* line 4562, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 0;
  }
  /* line 4565, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInUp {
  /* line 4637, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  /* line 4645, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInDown {
  /* line 4732, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  /* line 4740, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInRight {
  /* line 4827, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  /* line 4835, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInLeft {
  /* line 4922, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  /* line 4930, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInUpBig {
  /* line 5017, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }
  /* line 5025, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInDownBig {
  /* line 5112, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  /* line 5120, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInRightBig {
  /* line 5207, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  /* line 5215, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeftBig {
  /* line 5302, app/assets/stylesheets/style.css.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  /* line 5310, app/assets/stylesheets/style.css.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-ms-keyframes flip {
  /* line 5529, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 5541, app/assets/stylesheets/style.css.scss */
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /* line 5553, app/assets/stylesheets/style.css.scss */
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 5565, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  /* line 5577, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-moz-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-o-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-ms-keyframes flipInX {
  /* line 5760, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 5769, app/assets/stylesheets/style.css.scss */
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  /* line 5776, app/assets/stylesheets/style.css.scss */
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  /* line 5783, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-moz-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-ms-keyframes flipOutX {
  /* line 5893, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 5902, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-o-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-ms-keyframes flipInY {
  /* line 6040, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 6049, app/assets/stylesheets/style.css.scss */
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  /* line 6056, app/assets/stylesheets/style.css.scss */
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  /* line 6063, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-moz-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-ms-keyframes flipOutY {
  /* line 6173, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 6182, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-o-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-ms-keyframes lightSpeedIn {
  /* line 6332, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 6341, app/assets/stylesheets/style.css.scss */
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 6350, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 6359, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-ms-keyframes lightSpeedOut {
  /* line 6473, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 6482, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOut {
  /* line 6602, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 6615, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutDownLeft {
  /* line 6747, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 6760, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutUpLeft {
  /* line 6892, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 6905, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutDownRight {
  /* line 7037, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 7050, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutUpRight {
  /* line 7182, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  /* line 7195, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateIn {
  /* line 7327, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  /* line 7340, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center 50%;
    -moz-transform-origin: center center 50%;
    -ms-transform-origin: center center 50%;
    -o-transform-origin: center center 50%;
    transform-origin: center center 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInDownLeft {
  /* line 7472, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  /* line 7485, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInUpLeft {
  /* line 7617, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  /* line 7630, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom 50%;
    -moz-transform-origin: left bottom 50%;
    -ms-transform-origin: left bottom 50%;
    -o-transform-origin: left bottom 50%;
    transform-origin: left bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInUpRight {
  /* line 7762, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  /* line 7775, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInDownRight {
  /* line 7907, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  /* line 7920, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom 50%;
    -moz-transform-origin: right bottom 50%;
    -ms-transform-origin: right bottom 50%;
    -o-transform-origin: right bottom 50%;
    transform-origin: right bottom 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-ms-keyframes hinge {
  /* line 8211, app/assets/stylesheets/style.css.scss */
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 8228, app/assets/stylesheets/style.css.scss */
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 8245, app/assets/stylesheets/style.css.scss */
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 8262, app/assets/stylesheets/style.css.scss */
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /* line 8281, app/assets/stylesheets/style.css.scss */
  100% {
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform-origin: top left 50%;
    -moz-transform-origin: top left 50%;
    -ms-transform-origin: top left 50%;
    -o-transform-origin: top left 50%;
    transform-origin: top left 50%;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@-o-keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@-ms-keyframes rollIn {
  /* line 8438, app/assets/stylesheets/style.css.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  /* line 8447, app/assets/stylesheets/style.css.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@-moz-keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}

@-webkit-keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}

@-o-keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}

@-ms-keyframes rollOut {
  /* line 8543, app/assets/stylesheets/style.css.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  /* line 8552, app/assets/stylesheets/style.css.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}

@keyframes rollOut {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
}

/*-------------------------------------------------------------------*/
/* === Boostrap Main SCSS === */
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 8592, app/assets/stylesheets/style.css.scss */
:root {
  --blue: #5E50F9;
  --indigo: #6610f2;
  --purple: #6a008a;
  --pink: #E91E63;
  --red: #f96868;
  --orange: #f2a654;
  --yellow: #f6e84e;
  --green: #46c35f;
  --teal: #58d8a3;
  --cyan: #57c7d4;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #0f1531;
  --blue: #5E50F9;
  --indigo: #6610f2;
  --purple: #6a008a;
  --pink: #E91E63;
  --red: #f96868;
  --orange: #f2a654;
  --yellow: #f6e84e;
  --green: #46c35f;
  --teal: #58d8a3;
  --cyan: #57c7d4;
  --white: #ffffff;
  --gray: #434a54;
  --gray-light: #aab2bd;
  --gray-lighter: #e8eff4;
  --gray-lightest: #e6e9ed;
  --black: #000000;
  --primary: #ec37fc;
  --secondary: #e4e6f6;
  --success: #51c81c;
  --info: #3794fc;
  --warning: #fcb41d;
  --danger: #fc381d;
  --light: #dee5ef;
  --dark: #001737;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 8639, app/assets/stylesheets/style.css.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 8645, app/assets/stylesheets/style.css.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 8652, app/assets/stylesheets/style.css.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 8656, app/assets/stylesheets/style.css.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  text-align: left;
  background-color: #fff;
}

/* line 8667, app/assets/stylesheets/style.css.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 8671, app/assets/stylesheets/style.css.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 8677, app/assets/stylesheets/style.css.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 8682, app/assets/stylesheets/style.css.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 8687, app/assets/stylesheets/style.css.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 8696, app/assets/stylesheets/style.css.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 8702, app/assets/stylesheets/style.css.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 8709, app/assets/stylesheets/style.css.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 8716, app/assets/stylesheets/style.css.scss */
dt {
  font-weight: 700;
}

/* line 8720, app/assets/stylesheets/style.css.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 8725, app/assets/stylesheets/style.css.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 8729, app/assets/stylesheets/style.css.scss */
b,
strong {
  font-weight: bolder;
}

/* line 8734, app/assets/stylesheets/style.css.scss */
small {
  font-size: 80%;
}

/* line 8738, app/assets/stylesheets/style.css.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 8746, app/assets/stylesheets/style.css.scss */
sub {
  bottom: -.25em;
}

/* line 8750, app/assets/stylesheets/style.css.scss */
sup {
  top: -.5em;
}

/* line 8754, app/assets/stylesheets/style.css.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 8760, app/assets/stylesheets/style.css.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 8765, app/assets/stylesheets/style.css.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 8770, app/assets/stylesheets/style.css.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 8775, app/assets/stylesheets/style.css.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 8783, app/assets/stylesheets/style.css.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 8790, app/assets/stylesheets/style.css.scss */
figure {
  margin: 0 0 1rem;
}

/* line 8794, app/assets/stylesheets/style.css.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 8799, app/assets/stylesheets/style.css.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 8804, app/assets/stylesheets/style.css.scss */
table {
  border-collapse: collapse;
}

/* line 8808, app/assets/stylesheets/style.css.scss */
caption {
  padding-top: 1rem 1rem;
  padding-bottom: 1rem 1rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 8816, app/assets/stylesheets/style.css.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 8821, app/assets/stylesheets/style.css.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 8826, app/assets/stylesheets/style.css.scss */
button {
  border-radius: 0;
}

/* line 8830, app/assets/stylesheets/style.css.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 8835, app/assets/stylesheets/style.css.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 8846, app/assets/stylesheets/style.css.scss */
button,
input {
  overflow: visible;
}

/* line 8851, app/assets/stylesheets/style.css.scss */
button,
select {
  text-transform: none;
}

/* line 8856, app/assets/stylesheets/style.css.scss */
[role="button"] {
  cursor: pointer;
}

/* line 8860, app/assets/stylesheets/style.css.scss */
select {
  word-wrap: normal;
}

/* line 8864, app/assets/stylesheets/style.css.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 8871, app/assets/stylesheets/style.css.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 8878, app/assets/stylesheets/style.css.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 8886, app/assets/stylesheets/style.css.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 8892, app/assets/stylesheets/style.css.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 8897, app/assets/stylesheets/style.css.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 8904, app/assets/stylesheets/style.css.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 8916, app/assets/stylesheets/style.css.scss */
progress {
  vertical-align: baseline;
}

/* line 8920, app/assets/stylesheets/style.css.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 8925, app/assets/stylesheets/style.css.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 8930, app/assets/stylesheets/style.css.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 8934, app/assets/stylesheets/style.css.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 8939, app/assets/stylesheets/style.css.scss */
output {
  display: inline-block;
}

/* line 8943, app/assets/stylesheets/style.css.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 8948, app/assets/stylesheets/style.css.scss */
template {
  display: none;
}

/* line 8952, app/assets/stylesheets/style.css.scss */
[hidden] {
  display: none !important;
}

/* line 8956, app/assets/stylesheets/style.css.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 8963, app/assets/stylesheets/style.css.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 8967, app/assets/stylesheets/style.css.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 8971, app/assets/stylesheets/style.css.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 8975, app/assets/stylesheets/style.css.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 8979, app/assets/stylesheets/style.css.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 8983, app/assets/stylesheets/style.css.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 8987, app/assets/stylesheets/style.css.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 8992, app/assets/stylesheets/style.css.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 8998, app/assets/stylesheets/style.css.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 9004, app/assets/stylesheets/style.css.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 9010, app/assets/stylesheets/style.css.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 9016, app/assets/stylesheets/style.css.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 9023, app/assets/stylesheets/style.css.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 9029, app/assets/stylesheets/style.css.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 9035, app/assets/stylesheets/style.css.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 9040, app/assets/stylesheets/style.css.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 9045, app/assets/stylesheets/style.css.scss */
.list-inline-item {
  display: inline-block;
}

/* line 9049, app/assets/stylesheets/style.css.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 9053, app/assets/stylesheets/style.css.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 9058, app/assets/stylesheets/style.css.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 9063, app/assets/stylesheets/style.css.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 9069, app/assets/stylesheets/style.css.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 9073, app/assets/stylesheets/style.css.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 9078, app/assets/stylesheets/style.css.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 9087, app/assets/stylesheets/style.css.scss */
.figure {
  display: inline-block;
}

/* line 9091, app/assets/stylesheets/style.css.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 9096, app/assets/stylesheets/style.css.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 9101, app/assets/stylesheets/style.css.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 9107, app/assets/stylesheets/style.css.scss */
a > code {
  color: inherit;
}

/* line 9111, app/assets/stylesheets/style.css.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 9119, app/assets/stylesheets/style.css.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 9125, app/assets/stylesheets/style.css.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 9131, app/assets/stylesheets/style.css.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 9137, app/assets/stylesheets/style.css.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 9142, app/assets/stylesheets/style.css.scss */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 9156, app/assets/stylesheets/style.css.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 9162, app/assets/stylesheets/style.css.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 9168, app/assets/stylesheets/style.css.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 9174, app/assets/stylesheets/style.css.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/* line 9179, app/assets/stylesheets/style.css.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 9186, app/assets/stylesheets/style.css.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 9191, app/assets/stylesheets/style.css.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 9197, app/assets/stylesheets/style.css.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 9209, app/assets/stylesheets/style.css.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 9215, app/assets/stylesheets/style.css.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 9220, app/assets/stylesheets/style.css.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 9225, app/assets/stylesheets/style.css.scss */
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 9230, app/assets/stylesheets/style.css.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 9235, app/assets/stylesheets/style.css.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 9240, app/assets/stylesheets/style.css.scss */
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 9245, app/assets/stylesheets/style.css.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 9251, app/assets/stylesheets/style.css.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 9256, app/assets/stylesheets/style.css.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 9261, app/assets/stylesheets/style.css.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 9266, app/assets/stylesheets/style.css.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 9271, app/assets/stylesheets/style.css.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 9276, app/assets/stylesheets/style.css.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 9281, app/assets/stylesheets/style.css.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 9286, app/assets/stylesheets/style.css.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 9291, app/assets/stylesheets/style.css.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 9296, app/assets/stylesheets/style.css.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 9301, app/assets/stylesheets/style.css.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 9306, app/assets/stylesheets/style.css.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 9311, app/assets/stylesheets/style.css.scss */
.order-first {
  order: -1;
}

/* line 9315, app/assets/stylesheets/style.css.scss */
.order-last {
  order: 13;
}

/* line 9319, app/assets/stylesheets/style.css.scss */
.order-0 {
  order: 0;
}

/* line 9323, app/assets/stylesheets/style.css.scss */
.order-1 {
  order: 1;
}

/* line 9327, app/assets/stylesheets/style.css.scss */
.order-2 {
  order: 2;
}

/* line 9331, app/assets/stylesheets/style.css.scss */
.order-3 {
  order: 3;
}

/* line 9335, app/assets/stylesheets/style.css.scss */
.order-4 {
  order: 4;
}

/* line 9339, app/assets/stylesheets/style.css.scss */
.order-5 {
  order: 5;
}

/* line 9343, app/assets/stylesheets/style.css.scss */
.order-6 {
  order: 6;
}

/* line 9347, app/assets/stylesheets/style.css.scss */
.order-7 {
  order: 7;
}

/* line 9351, app/assets/stylesheets/style.css.scss */
.order-8 {
  order: 8;
}

/* line 9355, app/assets/stylesheets/style.css.scss */
.order-9 {
  order: 9;
}

/* line 9359, app/assets/stylesheets/style.css.scss */
.order-10 {
  order: 10;
}

/* line 9363, app/assets/stylesheets/style.css.scss */
.order-11 {
  order: 11;
}

/* line 9367, app/assets/stylesheets/style.css.scss */
.order-12 {
  order: 12;
}

/* line 9371, app/assets/stylesheets/style.css.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 9375, app/assets/stylesheets/style.css.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 9379, app/assets/stylesheets/style.css.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 9383, app/assets/stylesheets/style.css.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 9387, app/assets/stylesheets/style.css.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 9391, app/assets/stylesheets/style.css.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 9395, app/assets/stylesheets/style.css.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 9399, app/assets/stylesheets/style.css.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 9403, app/assets/stylesheets/style.css.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 9407, app/assets/stylesheets/style.css.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 9411, app/assets/stylesheets/style.css.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 9416, app/assets/stylesheets/style.css.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 9421, app/assets/stylesheets/style.css.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9425, app/assets/stylesheets/style.css.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9429, app/assets/stylesheets/style.css.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9433, app/assets/stylesheets/style.css.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9437, app/assets/stylesheets/style.css.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 9441, app/assets/stylesheets/style.css.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9445, app/assets/stylesheets/style.css.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 9450, app/assets/stylesheets/style.css.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 9454, app/assets/stylesheets/style.css.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9458, app/assets/stylesheets/style.css.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9462, app/assets/stylesheets/style.css.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9466, app/assets/stylesheets/style.css.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 9470, app/assets/stylesheets/style.css.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9474, app/assets/stylesheets/style.css.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 9478, app/assets/stylesheets/style.css.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 9482, app/assets/stylesheets/style.css.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 9486, app/assets/stylesheets/style.css.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 9490, app/assets/stylesheets/style.css.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 9494, app/assets/stylesheets/style.css.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9498, app/assets/stylesheets/style.css.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 9501, app/assets/stylesheets/style.css.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 9504, app/assets/stylesheets/style.css.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 9507, app/assets/stylesheets/style.css.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 9510, app/assets/stylesheets/style.css.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 9513, app/assets/stylesheets/style.css.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 9516, app/assets/stylesheets/style.css.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 9519, app/assets/stylesheets/style.css.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 9522, app/assets/stylesheets/style.css.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 9525, app/assets/stylesheets/style.css.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 9528, app/assets/stylesheets/style.css.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 9531, app/assets/stylesheets/style.css.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 9534, app/assets/stylesheets/style.css.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 9537, app/assets/stylesheets/style.css.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 9540, app/assets/stylesheets/style.css.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 9543, app/assets/stylesheets/style.css.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 9546, app/assets/stylesheets/style.css.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 9549, app/assets/stylesheets/style.css.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 9552, app/assets/stylesheets/style.css.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 9555, app/assets/stylesheets/style.css.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 9558, app/assets/stylesheets/style.css.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 9561, app/assets/stylesheets/style.css.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 9564, app/assets/stylesheets/style.css.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 9567, app/assets/stylesheets/style.css.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 9570, app/assets/stylesheets/style.css.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 9573, app/assets/stylesheets/style.css.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 9576, app/assets/stylesheets/style.css.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 9582, app/assets/stylesheets/style.css.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 9587, app/assets/stylesheets/style.css.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9591, app/assets/stylesheets/style.css.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9595, app/assets/stylesheets/style.css.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9599, app/assets/stylesheets/style.css.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9603, app/assets/stylesheets/style.css.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 9607, app/assets/stylesheets/style.css.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9611, app/assets/stylesheets/style.css.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 9616, app/assets/stylesheets/style.css.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 9620, app/assets/stylesheets/style.css.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9624, app/assets/stylesheets/style.css.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9628, app/assets/stylesheets/style.css.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9632, app/assets/stylesheets/style.css.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 9636, app/assets/stylesheets/style.css.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9640, app/assets/stylesheets/style.css.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 9644, app/assets/stylesheets/style.css.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 9648, app/assets/stylesheets/style.css.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 9652, app/assets/stylesheets/style.css.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 9656, app/assets/stylesheets/style.css.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 9660, app/assets/stylesheets/style.css.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9664, app/assets/stylesheets/style.css.scss */
  .order-md-first {
    order: -1;
  }
  /* line 9667, app/assets/stylesheets/style.css.scss */
  .order-md-last {
    order: 13;
  }
  /* line 9670, app/assets/stylesheets/style.css.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 9673, app/assets/stylesheets/style.css.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 9676, app/assets/stylesheets/style.css.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 9679, app/assets/stylesheets/style.css.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 9682, app/assets/stylesheets/style.css.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 9685, app/assets/stylesheets/style.css.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 9688, app/assets/stylesheets/style.css.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 9691, app/assets/stylesheets/style.css.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 9694, app/assets/stylesheets/style.css.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 9697, app/assets/stylesheets/style.css.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 9700, app/assets/stylesheets/style.css.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 9703, app/assets/stylesheets/style.css.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 9706, app/assets/stylesheets/style.css.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 9709, app/assets/stylesheets/style.css.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 9712, app/assets/stylesheets/style.css.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 9715, app/assets/stylesheets/style.css.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 9718, app/assets/stylesheets/style.css.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 9721, app/assets/stylesheets/style.css.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 9724, app/assets/stylesheets/style.css.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 9727, app/assets/stylesheets/style.css.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 9730, app/assets/stylesheets/style.css.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 9733, app/assets/stylesheets/style.css.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 9736, app/assets/stylesheets/style.css.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 9739, app/assets/stylesheets/style.css.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 9742, app/assets/stylesheets/style.css.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 9748, app/assets/stylesheets/style.css.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 9753, app/assets/stylesheets/style.css.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9757, app/assets/stylesheets/style.css.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9761, app/assets/stylesheets/style.css.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9765, app/assets/stylesheets/style.css.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9769, app/assets/stylesheets/style.css.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 9773, app/assets/stylesheets/style.css.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9777, app/assets/stylesheets/style.css.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 9782, app/assets/stylesheets/style.css.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 9786, app/assets/stylesheets/style.css.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9790, app/assets/stylesheets/style.css.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9794, app/assets/stylesheets/style.css.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9798, app/assets/stylesheets/style.css.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 9802, app/assets/stylesheets/style.css.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9806, app/assets/stylesheets/style.css.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 9810, app/assets/stylesheets/style.css.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 9814, app/assets/stylesheets/style.css.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 9818, app/assets/stylesheets/style.css.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 9822, app/assets/stylesheets/style.css.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 9826, app/assets/stylesheets/style.css.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9830, app/assets/stylesheets/style.css.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 9833, app/assets/stylesheets/style.css.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 9836, app/assets/stylesheets/style.css.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 9839, app/assets/stylesheets/style.css.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 9842, app/assets/stylesheets/style.css.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 9845, app/assets/stylesheets/style.css.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 9848, app/assets/stylesheets/style.css.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 9851, app/assets/stylesheets/style.css.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 9854, app/assets/stylesheets/style.css.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 9857, app/assets/stylesheets/style.css.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 9860, app/assets/stylesheets/style.css.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 9863, app/assets/stylesheets/style.css.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 9866, app/assets/stylesheets/style.css.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 9869, app/assets/stylesheets/style.css.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 9872, app/assets/stylesheets/style.css.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 9875, app/assets/stylesheets/style.css.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 9878, app/assets/stylesheets/style.css.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 9881, app/assets/stylesheets/style.css.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 9884, app/assets/stylesheets/style.css.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 9887, app/assets/stylesheets/style.css.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 9890, app/assets/stylesheets/style.css.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 9893, app/assets/stylesheets/style.css.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 9896, app/assets/stylesheets/style.css.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 9899, app/assets/stylesheets/style.css.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 9902, app/assets/stylesheets/style.css.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 9905, app/assets/stylesheets/style.css.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 9908, app/assets/stylesheets/style.css.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 9914, app/assets/stylesheets/style.css.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 9919, app/assets/stylesheets/style.css.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9923, app/assets/stylesheets/style.css.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9927, app/assets/stylesheets/style.css.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9931, app/assets/stylesheets/style.css.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9935, app/assets/stylesheets/style.css.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 9939, app/assets/stylesheets/style.css.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9943, app/assets/stylesheets/style.css.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 9948, app/assets/stylesheets/style.css.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 9952, app/assets/stylesheets/style.css.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 9956, app/assets/stylesheets/style.css.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 9960, app/assets/stylesheets/style.css.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 9964, app/assets/stylesheets/style.css.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 9968, app/assets/stylesheets/style.css.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 9972, app/assets/stylesheets/style.css.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 9976, app/assets/stylesheets/style.css.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 9980, app/assets/stylesheets/style.css.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 9984, app/assets/stylesheets/style.css.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 9988, app/assets/stylesheets/style.css.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 9992, app/assets/stylesheets/style.css.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 9996, app/assets/stylesheets/style.css.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 9999, app/assets/stylesheets/style.css.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 10002, app/assets/stylesheets/style.css.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 10005, app/assets/stylesheets/style.css.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 10008, app/assets/stylesheets/style.css.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 10011, app/assets/stylesheets/style.css.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 10014, app/assets/stylesheets/style.css.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 10017, app/assets/stylesheets/style.css.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 10020, app/assets/stylesheets/style.css.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 10023, app/assets/stylesheets/style.css.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 10026, app/assets/stylesheets/style.css.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 10029, app/assets/stylesheets/style.css.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 10032, app/assets/stylesheets/style.css.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 10035, app/assets/stylesheets/style.css.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 10038, app/assets/stylesheets/style.css.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 10041, app/assets/stylesheets/style.css.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 10044, app/assets/stylesheets/style.css.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 10047, app/assets/stylesheets/style.css.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 10050, app/assets/stylesheets/style.css.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 10053, app/assets/stylesheets/style.css.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 10056, app/assets/stylesheets/style.css.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 10059, app/assets/stylesheets/style.css.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 10062, app/assets/stylesheets/style.css.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 10065, app/assets/stylesheets/style.css.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 10068, app/assets/stylesheets/style.css.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 10071, app/assets/stylesheets/style.css.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 10074, app/assets/stylesheets/style.css.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 10079, app/assets/stylesheets/style.css.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #666666;
}

/* line 10085, app/assets/stylesheets/style.css.scss */
.table th,
.table td {
  padding: 1rem 1rem;
  vertical-align: top;
  border-top: 1px solid #e4e6f6;
}

/* line 10092, app/assets/stylesheets/style.css.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e4e6f6;
}

/* line 10097, app/assets/stylesheets/style.css.scss */
.table tbody + tbody {
  border-top: 2px solid #e4e6f6;
}

/* line 10101, app/assets/stylesheets/style.css.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 10106, app/assets/stylesheets/style.css.scss */
.table-bordered {
  border: 1px solid #e4e6f6;
}

/* line 10110, app/assets/stylesheets/style.css.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e4e6f6;
}

/* line 10115, app/assets/stylesheets/style.css.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 10120, app/assets/stylesheets/style.css.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 10127, app/assets/stylesheets/style.css.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f4f7fa;
}

/* line 10131, app/assets/stylesheets/style.css.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: #eaeaf1;
}

/* line 10136, app/assets/stylesheets/style.css.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fac7fe;
}

/* line 10142, app/assets/stylesheets/style.css.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f597fd;
}

/* line 10149, app/assets/stylesheets/style.css.scss */
.table-hover .table-primary:hover {
  background-color: #f8aefe;
}

/* line 10153, app/assets/stylesheets/style.css.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f8aefe;
}

/* line 10158, app/assets/stylesheets/style.css.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f7f8fc;
}

/* line 10164, app/assets/stylesheets/style.css.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f1f2fa;
}

/* line 10171, app/assets/stylesheets/style.css.scss */
.table-hover .table-secondary:hover {
  background-color: #e4e8f5;
}

/* line 10175, app/assets/stylesheets/style.css.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e4e8f5;
}

/* line 10180, app/assets/stylesheets/style.css.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #cef0bf;
}

/* line 10186, app/assets/stylesheets/style.css.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a5e289;
}

/* line 10193, app/assets/stylesheets/style.css.scss */
.table-hover .table-success:hover {
  background-color: #beebaa;
}

/* line 10197, app/assets/stylesheets/style.css.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #beebaa;
}

/* line 10202, app/assets/stylesheets/style.css.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c7e1fe;
}

/* line 10208, app/assets/stylesheets/style.css.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #97c7fd;
}

/* line 10215, app/assets/stylesheets/style.css.scss */
.table-hover .table-info:hover {
  background-color: #aed4fe;
}

/* line 10219, app/assets/stylesheets/style.css.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #aed4fe;
}

/* line 10224, app/assets/stylesheets/style.css.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #feeac0;
}

/* line 10230, app/assets/stylesheets/style.css.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fdd889;
}

/* line 10237, app/assets/stylesheets/style.css.scss */
.table-hover .table-warning:hover {
  background-color: #fee2a7;
}

/* line 10241, app/assets/stylesheets/style.css.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fee2a7;
}

/* line 10246, app/assets/stylesheets/style.css.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fec7c0;
}

/* line 10252, app/assets/stylesheets/style.css.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fd9889;
}

/* line 10259, app/assets/stylesheets/style.css.scss */
.table-hover .table-danger:hover {
  background-color: #feb1a7;
}

/* line 10263, app/assets/stylesheets/style.css.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #feb1a7;
}

/* line 10268, app/assets/stylesheets/style.css.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #f6f8fb;
}

/* line 10274, app/assets/stylesheets/style.css.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #eef1f7;
}

/* line 10281, app/assets/stylesheets/style.css.scss */
.table-hover .table-light:hover {
  background-color: #e4eaf3;
}

/* line 10285, app/assets/stylesheets/style.css.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e4eaf3;
}

/* line 10290, app/assets/stylesheets/style.css.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8bec7;
}

/* line 10296, app/assets/stylesheets/style.css.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a8697;
}

/* line 10303, app/assets/stylesheets/style.css.scss */
.table-hover .table-dark:hover {
  background-color: #aab1bc;
}

/* line 10307, app/assets/stylesheets/style.css.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #aab1bc;
}

/* line 10312, app/assets/stylesheets/style.css.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 10318, app/assets/stylesheets/style.css.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 10322, app/assets/stylesheets/style.css.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 10327, app/assets/stylesheets/style.css.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 10333, app/assets/stylesheets/style.css.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e4e6f6;
}

/* line 10339, app/assets/stylesheets/style.css.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 10344, app/assets/stylesheets/style.css.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 10350, app/assets/stylesheets/style.css.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 10354, app/assets/stylesheets/style.css.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 10358, app/assets/stylesheets/style.css.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 10364, app/assets/stylesheets/style.css.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 10370, app/assets/stylesheets/style.css.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 10376, app/assets/stylesheets/style.css.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 10382, app/assets/stylesheets/style.css.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 10388, app/assets/stylesheets/style.css.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 10394, app/assets/stylesheets/style.css.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 10400, app/assets/stylesheets/style.css.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 10406, app/assets/stylesheets/style.css.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 10411, app/assets/stylesheets/style.css.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 10418, app/assets/stylesheets/style.css.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 10422, app/assets/stylesheets/style.css.scss */
.form-control, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead,
.tt-query,
.tt-hint {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.875rem 1.375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10441, app/assets/stylesheets/style.css.scss */
  .form-control, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead,
.tt-query,
.tt-hint {
    transition: none;
  }
}

/* line 10448, app/assets/stylesheets/style.css.scss */
.form-control::-ms-expand, .select2-container--default .select2-selection--single::-ms-expand, .select2-container--default .select2-selection--single .select2-search__field::-ms-expand, .typeahead::-ms-expand,
.tt-query::-ms-expand,
.tt-hint::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 10455, app/assets/stylesheets/style.css.scss */
.form-control:-moz-focusring, .select2-container--default .select2-selection--single:-moz-focusring, .select2-container--default .select2-selection--single .select2-search__field:-moz-focusring, .typeahead:-moz-focusring,
.tt-query:-moz-focusring,
.tt-hint:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 10462, app/assets/stylesheets/style.css.scss */
.form-control:focus, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus,
.tt-query:focus,
.tt-hint:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 10472, app/assets/stylesheets/style.css.scss */
.form-control::placeholder, .select2-container--default .select2-selection--single::placeholder, .select2-container--default .select2-selection--single .select2-search__field::placeholder, .typeahead::placeholder,
.tt-query::placeholder,
.tt-hint::placeholder {
  color: #666666;
  opacity: 1;
}

/* line 10479, app/assets/stylesheets/style.css.scss */
.form-control:disabled, .select2-container--default .select2-selection--single:disabled, .select2-container--default .select2-selection--single .select2-search__field:disabled, .typeahead:disabled,
.tt-query:disabled,
.tt-hint:disabled, .form-control[readonly], .select2-container--default .select2-selection--single[readonly], .select2-container--default .select2-selection--single .select2-search__field[readonly], .typeahead[readonly],
.tt-query[readonly],
.tt-hint[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 10488, app/assets/stylesheets/style.css.scss */
input.form-control[type="date"], .select2-container--default input.select2-selection--single[type="date"], .select2-container--default .select2-selection--single input.select2-search__field[type="date"], input.typeahead[type="date"],
input.tt-query[type="date"],
input.tt-hint[type="date"],
input.form-control[type="time"],
.select2-container--default input.select2-selection--single[type="time"],
.select2-container--default .select2-selection--single input.select2-search__field[type="time"],
input.typeahead[type="time"],
input.tt-query[type="time"],
input.tt-hint[type="time"],
input.form-control[type="datetime-local"],
.select2-container--default input.select2-selection--single[type="datetime-local"],
.select2-container--default .select2-selection--single input.select2-search__field[type="datetime-local"],
input.typeahead[type="datetime-local"],
input.tt-query[type="datetime-local"],
input.tt-hint[type="datetime-local"],
input.form-control[type="month"],
.select2-container--default input.select2-selection--single[type="month"],
.select2-container--default .select2-selection--single input.select2-search__field[type="month"],
input.typeahead[type="month"],
input.tt-query[type="month"],
input.tt-hint[type="month"] {
  appearance: none;
}

/* line 10512, app/assets/stylesheets/style.css.scss */
select.form-control:focus::-ms-value, .select2-container--default select.select2-selection--single:focus::-ms-value, .select2-container--default .select2-selection--single select.select2-search__field:focus::-ms-value, select.typeahead:focus::-ms-value,
select.tt-query:focus::-ms-value,
select.tt-hint:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

/* line 10519, app/assets/stylesheets/style.css.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 10525, app/assets/stylesheets/style.css.scss */
.col-form-label {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

/* line 10533, app/assets/stylesheets/style.css.scss */
.col-form-label-lg {
  padding-top: calc(0.94rem + 1px);
  padding-bottom: calc(0.94rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 10540, app/assets/stylesheets/style.css.scss */
.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 10547, app/assets/stylesheets/style.css.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.875rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 10560, app/assets/stylesheets/style.css.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 10565, app/assets/stylesheets/style.css.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.5rem 0.81rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 10573, app/assets/stylesheets/style.css.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.94rem 1.94rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 10581, app/assets/stylesheets/style.css.scss */
select.form-control[size], .select2-container--default select.select2-selection--single[size], .select2-container--default .select2-selection--single select.select2-search__field[size], select.typeahead[size],
select.tt-query[size],
select.tt-hint[size], select.form-control[multiple], .select2-container--default select.select2-selection--single[multiple], .select2-container--default .select2-selection--single select.select2-search__field[multiple], select.typeahead[multiple],
select.tt-query[multiple],
select.tt-hint[multiple] {
  height: auto;
}

/* line 10589, app/assets/stylesheets/style.css.scss */
textarea.form-control, .select2-container--default textarea.select2-selection--single, .select2-container--default .select2-selection--single textarea.select2-search__field, textarea.typeahead,
textarea.tt-query,
textarea.tt-hint {
  height: auto;
}

/* line 10595, app/assets/stylesheets/style.css.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 10599, app/assets/stylesheets/style.css.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 10604, app/assets/stylesheets/style.css.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 10611, app/assets/stylesheets/style.css.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 10617, app/assets/stylesheets/style.css.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 10623, app/assets/stylesheets/style.css.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 10629, app/assets/stylesheets/style.css.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #666666;
}

/* line 10634, app/assets/stylesheets/style.css.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 10638, app/assets/stylesheets/style.css.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 10645, app/assets/stylesheets/style.css.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 10652, app/assets/stylesheets/style.css.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 10660, app/assets/stylesheets/style.css.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 10676, app/assets/stylesheets/style.css.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 10683, app/assets/stylesheets/style.css.scss */
.was-validated .form-control:valid, .was-validated .select2-container--default .select2-selection--single:valid, .select2-container--default .was-validated .select2-selection--single:valid, .was-validated .select2-container--default .select2-selection--single .select2-search__field:valid, .select2-container--default .select2-selection--single .was-validated .select2-search__field:valid, .was-validated .typeahead:valid,
.was-validated .tt-query:valid,
.was-validated .tt-hint:valid, .form-control.is-valid, .select2-container--default .is-valid.select2-selection--single, .select2-container--default .select2-selection--single .is-valid.select2-search__field, .is-valid.typeahead,
.is-valid.tt-query,
.is-valid.tt-hint {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 10696, app/assets/stylesheets/style.css.scss */
.was-validated .form-control:valid:focus, .was-validated .select2-container--default .select2-selection--single:valid:focus, .select2-container--default .was-validated .select2-selection--single:valid:focus, .was-validated .select2-container--default .select2-selection--single .select2-search__field:valid:focus, .select2-container--default .select2-selection--single .was-validated .select2-search__field:valid:focus, .was-validated .typeahead:valid:focus,
.was-validated .tt-query:valid:focus,
.was-validated .tt-hint:valid:focus, .form-control.is-valid:focus, .select2-container--default .is-valid.select2-selection--single:focus, .select2-container--default .select2-selection--single .is-valid.select2-search__field:focus, .is-valid.typeahead:focus,
.is-valid.tt-query:focus,
.is-valid.tt-hint:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 10705, app/assets/stylesheets/style.css.scss */
.was-validated textarea.form-control:valid, .was-validated .select2-container--default textarea.select2-selection--single:valid, .select2-container--default .was-validated textarea.select2-selection--single:valid, .was-validated .select2-container--default .select2-selection--single textarea.select2-search__field:valid, .select2-container--default .select2-selection--single .was-validated textarea.select2-search__field:valid, .was-validated textarea.typeahead:valid,
.was-validated textarea.tt-query:valid,
.was-validated textarea.tt-hint:valid, textarea.form-control.is-valid, .select2-container--default textarea.is-valid.select2-selection--single, .select2-container--default .select2-selection--single textarea.is-valid.select2-search__field, textarea.is-valid.typeahead,
textarea.is-valid.tt-query,
textarea.is-valid.tt-hint {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 10714, app/assets/stylesheets/style.css.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 10720, app/assets/stylesheets/style.css.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 10725, app/assets/stylesheets/style.css.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 10729, app/assets/stylesheets/style.css.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 10735, app/assets/stylesheets/style.css.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 10739, app/assets/stylesheets/style.css.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 10743, app/assets/stylesheets/style.css.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 10748, app/assets/stylesheets/style.css.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 10752, app/assets/stylesheets/style.css.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 10756, app/assets/stylesheets/style.css.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 10760, app/assets/stylesheets/style.css.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 10765, app/assets/stylesheets/style.css.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 10773, app/assets/stylesheets/style.css.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 10789, app/assets/stylesheets/style.css.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 10796, app/assets/stylesheets/style.css.scss */
.was-validated .form-control:invalid, .was-validated .select2-container--default .select2-selection--single:invalid, .select2-container--default .was-validated .select2-selection--single:invalid, .was-validated .select2-container--default .select2-selection--single .select2-search__field:invalid, .select2-container--default .select2-selection--single .was-validated .select2-search__field:invalid, .was-validated .typeahead:invalid,
.was-validated .tt-query:invalid,
.was-validated .tt-hint:invalid, .form-control.is-invalid, .select2-container--default .is-invalid.select2-selection--single, .select2-container--default .select2-selection--single .is-invalid.select2-search__field, .is-invalid.typeahead,
.is-invalid.tt-query,
.is-invalid.tt-hint {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 10809, app/assets/stylesheets/style.css.scss */
.was-validated .form-control:invalid:focus, .was-validated .select2-container--default .select2-selection--single:invalid:focus, .select2-container--default .was-validated .select2-selection--single:invalid:focus, .was-validated .select2-container--default .select2-selection--single .select2-search__field:invalid:focus, .select2-container--default .select2-selection--single .was-validated .select2-search__field:invalid:focus, .was-validated .typeahead:invalid:focus,
.was-validated .tt-query:invalid:focus,
.was-validated .tt-hint:invalid:focus, .form-control.is-invalid:focus, .select2-container--default .is-invalid.select2-selection--single:focus, .select2-container--default .select2-selection--single .is-invalid.select2-search__field:focus, .is-invalid.typeahead:focus,
.is-invalid.tt-query:focus,
.is-invalid.tt-hint:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 10818, app/assets/stylesheets/style.css.scss */
.was-validated textarea.form-control:invalid, .was-validated .select2-container--default textarea.select2-selection--single:invalid, .select2-container--default .was-validated textarea.select2-selection--single:invalid, .was-validated .select2-container--default .select2-selection--single textarea.select2-search__field:invalid, .select2-container--default .select2-selection--single .was-validated textarea.select2-search__field:invalid, .was-validated textarea.typeahead:invalid,
.was-validated textarea.tt-query:invalid,
.was-validated textarea.tt-hint:invalid, textarea.form-control.is-invalid, .select2-container--default textarea.is-invalid.select2-selection--single, .select2-container--default .select2-selection--single textarea.is-invalid.select2-search__field, textarea.is-invalid.typeahead,
textarea.is-invalid.tt-query,
textarea.is-invalid.tt-hint {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 10827, app/assets/stylesheets/style.css.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 10833, app/assets/stylesheets/style.css.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 10838, app/assets/stylesheets/style.css.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 10842, app/assets/stylesheets/style.css.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 10848, app/assets/stylesheets/style.css.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 10852, app/assets/stylesheets/style.css.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 10856, app/assets/stylesheets/style.css.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 10861, app/assets/stylesheets/style.css.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 10865, app/assets/stylesheets/style.css.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 10869, app/assets/stylesheets/style.css.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 10873, app/assets/stylesheets/style.css.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 10878, app/assets/stylesheets/style.css.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 10884, app/assets/stylesheets/style.css.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 10889, app/assets/stylesheets/style.css.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 10895, app/assets/stylesheets/style.css.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 10902, app/assets/stylesheets/style.css.scss */
  .form-inline .form-control, .form-inline .select2-container--default .select2-selection--single, .select2-container--default .form-inline .select2-selection--single, .form-inline .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .form-inline .select2-search__field, .form-inline .typeahead,
.form-inline .tt-query,
.form-inline .tt-hint {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 10909, app/assets/stylesheets/style.css.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 10912, app/assets/stylesheets/style.css.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 10916, app/assets/stylesheets/style.css.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 10923, app/assets/stylesheets/style.css.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 10930, app/assets/stylesheets/style.css.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 10934, app/assets/stylesheets/style.css.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 10939, app/assets/stylesheets/style.css.scss */
.btn, .ajax-upload-dragdrop .ajax-file-upload {
  display: inline-block;
  font-weight: 400;
  color: #666666;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.687rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10956, app/assets/stylesheets/style.css.scss */
  .btn, .ajax-upload-dragdrop .ajax-file-upload {
    transition: none;
  }
}

/* line 10961, app/assets/stylesheets/style.css.scss */
.btn:hover, .ajax-upload-dragdrop .ajax-file-upload:hover {
  color: #666666;
  text-decoration: none;
}

/* line 10966, app/assets/stylesheets/style.css.scss */
.btn:focus, .ajax-upload-dragdrop .ajax-file-upload:focus, .btn.focus, .ajax-upload-dragdrop .focus.ajax-file-upload {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 10971, app/assets/stylesheets/style.css.scss */
.btn.disabled, .ajax-upload-dragdrop .disabled.ajax-file-upload, .btn:disabled, .ajax-upload-dragdrop .ajax-file-upload:disabled {
  opacity: 0.65;
}

/* line 10975, app/assets/stylesheets/style.css.scss */
.btn:not(:disabled):not(.disabled), .ajax-upload-dragdrop .ajax-file-upload:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 10979, app/assets/stylesheets/style.css.scss */
a.btn.disabled, .ajax-upload-dragdrop a.disabled.ajax-file-upload,
fieldset:disabled a.btn,
fieldset:disabled .ajax-upload-dragdrop a.ajax-file-upload,
.ajax-upload-dragdrop fieldset:disabled a.ajax-file-upload {
  pointer-events: none;
}

/* line 10986, app/assets/stylesheets/style.css.scss */
.btn-primary {
  color: #fff;
  background-color: #ec37fc;
  border-color: #ec37fc;
}

/* line 10992, app/assets/stylesheets/style.css.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #e811fb;
  border-color: #e705fb;
}

/* line 10998, app/assets/stylesheets/style.css.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #e811fb;
  border-color: #e705fb;
  box-shadow: 0 0 0 0.2rem rgba(239, 85, 252, 0.5);
}

/* line 11005, app/assets/stylesheets/style.css.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ec37fc;
  border-color: #ec37fc;
}

/* line 11011, app/assets/stylesheets/style.css.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e705fb;
  border-color: #dc04f0;
}

/* line 11018, app/assets/stylesheets/style.css.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 85, 252, 0.5);
}

/* line 11023, app/assets/stylesheets/style.css.scss */
.btn-secondary {
  color: #212529;
  background-color: #e4e6f6;
  border-color: #e4e6f6;
}

/* line 11029, app/assets/stylesheets/style.css.scss */
.btn-secondary:hover {
  color: #212529;
  background-color: #c7cbec;
  border-color: #bec3e9;
}

/* line 11035, app/assets/stylesheets/style.css.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #c7cbec;
  border-color: #bec3e9;
  box-shadow: 0 0 0 0.2rem rgba(199, 201, 215, 0.5);
}

/* line 11042, app/assets/stylesheets/style.css.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #e4e6f6;
  border-color: #e4e6f6;
}

/* line 11048, app/assets/stylesheets/style.css.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #bec3e9;
  border-color: #b4bae6;
}

/* line 11055, app/assets/stylesheets/style.css.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 201, 215, 0.5);
}

/* line 11060, app/assets/stylesheets/style.css.scss */
.btn-success {
  color: #fff;
  background-color: #51c81c;
  border-color: #51c81c;
}

/* line 11066, app/assets/stylesheets/style.css.scss */
.btn-success:hover {
  color: #fff;
  background-color: #43a617;
  border-color: #3f9b16;
}

/* line 11072, app/assets/stylesheets/style.css.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #43a617;
  border-color: #3f9b16;
  box-shadow: 0 0 0 0.2rem rgba(107, 208, 62, 0.5);
}

/* line 11079, app/assets/stylesheets/style.css.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #51c81c;
  border-color: #51c81c;
}

/* line 11085, app/assets/stylesheets/style.css.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3f9b16;
  border-color: #3a9014;
}

/* line 11092, app/assets/stylesheets/style.css.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 208, 62, 0.5);
}

/* line 11097, app/assets/stylesheets/style.css.scss */
.btn-info {
  color: #fff;
  background-color: #2e40a4;
  border-color: #2e40a4;
}

/* line 11103, app/assets/stylesheets/style.css.scss */
.btn-info:hover {
  color: #fff;
  background-color: #1e2b79;
  border-color: #1e2b79;
}

/* line 11109, app/assets/stylesheets/style.css.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1180fb;
  border-color: #0579fb;
  box-shadow: 0 0 0 0.2rem rgba(85, 164, 252, 0.5);
}

/* line 11116, app/assets/stylesheets/style.css.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #3794fc;
  border-color: #3794fc;
}

/* line 11122, app/assets/stylesheets/style.css.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0579fb;
  border-color: #0473f0;
}

/* line 11129, app/assets/stylesheets/style.css.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 164, 252, 0.5);
}

/* line 11134, app/assets/stylesheets/style.css.scss */
.btn-warning {
  color: #212529;
  background-color: #fcb41d;
  border-color: #fcb41d;
}

/* line 11140, app/assets/stylesheets/style.css.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #f0a303;
  border-color: #e39b03;
}

/* line 11146, app/assets/stylesheets/style.css.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #f0a303;
  border-color: #e39b03;
  box-shadow: 0 0 0 0.2rem rgba(219, 159, 31, 0.5);
}

/* line 11153, app/assets/stylesheets/style.css.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fcb41d;
  border-color: #fcb41d;
}

/* line 11159, app/assets/stylesheets/style.css.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #e39b03;
  border-color: #d69203;
}

/* line 11166, app/assets/stylesheets/style.css.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 159, 31, 0.5);
}

/* line 11171, app/assets/stylesheets/style.css.scss */
.btn-danger {
  color: #fff;
  background-color: #fc381d;
  border-color: #fc381d;
}

/* line 11177, app/assets/stylesheets/style.css.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #f02003;
  border-color: #e31e03;
}

/* line 11183, app/assets/stylesheets/style.css.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #f02003;
  border-color: #e31e03;
  box-shadow: 0 0 0 0.2rem rgba(252, 86, 63, 0.5);
}

/* line 11190, app/assets/stylesheets/style.css.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #fc381d;
  border-color: #fc381d;
}

/* line 11196, app/assets/stylesheets/style.css.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e31e03;
  border-color: #d61c03;
}

/* line 11203, app/assets/stylesheets/style.css.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 86, 63, 0.5);
}

/* line 11208, app/assets/stylesheets/style.css.scss */
.btn-light {
  color: #212529;
  background-color: #dee5ef;
  border-color: #dee5ef;
}

/* line 11214, app/assets/stylesheets/style.css.scss */
.btn-light:hover {
  color: #212529;
  background-color: #c4d1e3;
  border-color: #bccade;
}

/* line 11220, app/assets/stylesheets/style.css.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #c4d1e3;
  border-color: #bccade;
  box-shadow: 0 0 0 0.2rem rgba(194, 200, 209, 0.5);
}

/* line 11227, app/assets/stylesheets/style.css.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #dee5ef;
  border-color: #dee5ef;
}

/* line 11233, app/assets/stylesheets/style.css.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #bccade;
  border-color: #b3c3da;
}

/* line 11240, app/assets/stylesheets/style.css.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 200, 209, 0.5);
}

/* line 11245, app/assets/stylesheets/style.css.scss */
.btn-dark {
  color: #fff;
  background-color: #001737;
  border-color: #001737;
}

/* line 11251, app/assets/stylesheets/style.css.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #000711;
  border-color: #000204;
}

/* line 11257, app/assets/stylesheets/style.css.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #000711;
  border-color: #000204;
  box-shadow: 0 0 0 0.2rem rgba(38, 58, 85, 0.5);
}

/* line 11264, app/assets/stylesheets/style.css.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #001737;
  border-color: #001737;
}

/* line 11270, app/assets/stylesheets/style.css.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000204;
  border-color: black;
}

/* line 11277, app/assets/stylesheets/style.css.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 58, 85, 0.5);
}

/* line 11282, app/assets/stylesheets/style.css.scss */
.btn-outline-primary {
  color: #ec37fc;
  border-color: #ec37fc;
}

/* line 11287, app/assets/stylesheets/style.css.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ec37fc;
  border-color: #ec37fc;
}

/* line 11293, app/assets/stylesheets/style.css.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 55, 252, 0.5);
}

/* line 11297, app/assets/stylesheets/style.css.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ec37fc;
  background-color: transparent;
}

/* line 11302, app/assets/stylesheets/style.css.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ec37fc;
  border-color: #ec37fc;
}

/* line 11309, app/assets/stylesheets/style.css.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 55, 252, 0.5);
}

/* line 11314, app/assets/stylesheets/style.css.scss */
.btn-outline-secondary {
  color: #e4e6f6;
  border-color: #e4e6f6;
}

/* line 11319, app/assets/stylesheets/style.css.scss */
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #e4e6f6;
  border-color: #e4e6f6;
}

/* line 11325, app/assets/stylesheets/style.css.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 230, 246, 0.5);
}

/* line 11329, app/assets/stylesheets/style.css.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #e4e6f6;
  background-color: transparent;
}

/* line 11334, app/assets/stylesheets/style.css.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e4e6f6;
  border-color: #e4e6f6;
}

/* line 11341, app/assets/stylesheets/style.css.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 230, 246, 0.5);
}

/* line 11346, app/assets/stylesheets/style.css.scss */
.btn-outline-success {
  color: #51c81c;
  border-color: #51c81c;
}

/* line 11351, app/assets/stylesheets/style.css.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #51c81c;
  border-color: #51c81c;
}

/* line 11357, app/assets/stylesheets/style.css.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 200, 28, 0.5);
}

/* line 11361, app/assets/stylesheets/style.css.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #51c81c;
  background-color: transparent;
}

/* line 11366, app/assets/stylesheets/style.css.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #51c81c;
  border-color: #51c81c;
}

/* line 11373, app/assets/stylesheets/style.css.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 200, 28, 0.5);
}

/* line 11378, app/assets/stylesheets/style.css.scss */
.btn-outline-info {
  color: #3794fc;
  border-color: #3794fc;
}

/* line 11383, app/assets/stylesheets/style.css.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #3794fc;
  border-color: #3794fc;
}

/* line 11389, app/assets/stylesheets/style.css.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 148, 252, 0.5);
}

/* line 11393, app/assets/stylesheets/style.css.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3794fc;
  background-color: transparent;
}

/* line 11398, app/assets/stylesheets/style.css.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3794fc;
  border-color: #3794fc;
}

/* line 11405, app/assets/stylesheets/style.css.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 148, 252, 0.5);
}

/* line 11410, app/assets/stylesheets/style.css.scss */
.btn-outline-warning {
  color: #fcb41d;
  border-color: #fcb41d;
}

/* line 11415, app/assets/stylesheets/style.css.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fcb41d;
  border-color: #fcb41d;
}

/* line 11421, app/assets/stylesheets/style.css.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 180, 29, 0.5);
}

/* line 11425, app/assets/stylesheets/style.css.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fcb41d;
  background-color: transparent;
}

/* line 11430, app/assets/stylesheets/style.css.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fcb41d;
  border-color: #fcb41d;
}

/* line 11437, app/assets/stylesheets/style.css.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 180, 29, 0.5);
}

/* line 11442, app/assets/stylesheets/style.css.scss */
.btn-outline-danger {
  color: #fc381d;
  border-color: #fc381d;
}

/* line 11447, app/assets/stylesheets/style.css.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #fc381d;
  border-color: #fc381d;
}

/* line 11453, app/assets/stylesheets/style.css.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 56, 29, 0.5);
}

/* line 11457, app/assets/stylesheets/style.css.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fc381d;
  background-color: transparent;
}

/* line 11462, app/assets/stylesheets/style.css.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc381d;
  border-color: #fc381d;
}

/* line 11469, app/assets/stylesheets/style.css.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 56, 29, 0.5);
}

/* line 11474, app/assets/stylesheets/style.css.scss */
.btn-outline-light {
  color: #dee5ef;
  border-color: #dee5ef;
}

/* line 11479, app/assets/stylesheets/style.css.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #dee5ef;
  border-color: #dee5ef;
}

/* line 11485, app/assets/stylesheets/style.css.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 229, 239, 0.5);
}

/* line 11489, app/assets/stylesheets/style.css.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #dee5ef;
  background-color: transparent;
}

/* line 11494, app/assets/stylesheets/style.css.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #dee5ef;
  border-color: #dee5ef;
}

/* line 11501, app/assets/stylesheets/style.css.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 229, 239, 0.5);
}

/* line 11506, app/assets/stylesheets/style.css.scss */
.btn-outline-dark {
  color: #001737;
  border-color: #001737;
}

/* line 11511, app/assets/stylesheets/style.css.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #001737;
  border-color: #001737;
}

/* line 11517, app/assets/stylesheets/style.css.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 23, 55, 0.5);
}

/* line 11521, app/assets/stylesheets/style.css.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #001737;
  background-color: transparent;
}

/* line 11526, app/assets/stylesheets/style.css.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #001737;
  border-color: #001737;
}

/* line 11533, app/assets/stylesheets/style.css.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 23, 55, 0.5);
}

/* line 11538, app/assets/stylesheets/style.css.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 11544, app/assets/stylesheets/style.css.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 11549, app/assets/stylesheets/style.css.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 11553, app/assets/stylesheets/style.css.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 11558, app/assets/stylesheets/style.css.scss */
.btn-lg, .btn-group-lg > .btn, .ajax-upload-dragdrop .btn-group-lg > .ajax-file-upload {
  padding: 1rem 3rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

/* line 11565, app/assets/stylesheets/style.css.scss */
.btn-sm, .btn-group-sm > .btn, .ajax-upload-dragdrop .btn-group-sm > .ajax-file-upload {
  padding: 0.5rem 0.81rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}

/* line 11572, app/assets/stylesheets/style.css.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 11577, app/assets/stylesheets/style.css.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 11581, app/assets/stylesheets/style.css.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 11587, app/assets/stylesheets/style.css.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11592, app/assets/stylesheets/style.css.scss */
  .fade {
    transition: none;
  }
}

/* line 11597, app/assets/stylesheets/style.css.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11601, app/assets/stylesheets/style.css.scss */
.collapse:not(.show) {
  display: none;
}

/* line 11605, app/assets/stylesheets/style.css.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11613, app/assets/stylesheets/style.css.scss */
  .collapsing {
    transition: none;
  }
}

/* line 11618, app/assets/stylesheets/style.css.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 11625, app/assets/stylesheets/style.css.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 11629, app/assets/stylesheets/style.css.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 11640, app/assets/stylesheets/style.css.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 11644, app/assets/stylesheets/style.css.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #666666;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e6f6;
  border-radius: 0.25rem;
}

/* line 11664, app/assets/stylesheets/style.css.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 11669, app/assets/stylesheets/style.css.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 11675, app/assets/stylesheets/style.css.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 11679, app/assets/stylesheets/style.css.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 11686, app/assets/stylesheets/style.css.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 11690, app/assets/stylesheets/style.css.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 11697, app/assets/stylesheets/style.css.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 11701, app/assets/stylesheets/style.css.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 11708, app/assets/stylesheets/style.css.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 11712, app/assets/stylesheets/style.css.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 11718, app/assets/stylesheets/style.css.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 11725, app/assets/stylesheets/style.css.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 11736, app/assets/stylesheets/style.css.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 11740, app/assets/stylesheets/style.css.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 11748, app/assets/stylesheets/style.css.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 11759, app/assets/stylesheets/style.css.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 11763, app/assets/stylesheets/style.css.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 11767, app/assets/stylesheets/style.css.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 11775, app/assets/stylesheets/style.css.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 11782, app/assets/stylesheets/style.css.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 11786, app/assets/stylesheets/style.css.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 11796, app/assets/stylesheets/style.css.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 11800, app/assets/stylesheets/style.css.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 11804, app/assets/stylesheets/style.css.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 11809, app/assets/stylesheets/style.css.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e4e6f6;
}

/* line 11816, app/assets/stylesheets/style.css.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #666666;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 11829, app/assets/stylesheets/style.css.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #eaeaf1;
}

/* line 11835, app/assets/stylesheets/style.css.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 11841, app/assets/stylesheets/style.css.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 11847, app/assets/stylesheets/style.css.scss */
.dropdown-menu.show {
  display: block;
}

/* line 11851, app/assets/stylesheets/style.css.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #666666;
  white-space: nowrap;
}

/* line 11860, app/assets/stylesheets/style.css.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #666666;
}

/* line 11866, app/assets/stylesheets/style.css.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 11873, app/assets/stylesheets/style.css.scss */
.btn-group > .btn, .ajax-upload-dragdrop .btn-group > .ajax-file-upload,
.btn-group-vertical > .btn,
.ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload {
  position: relative;
  flex: 1 1 auto;
}

/* line 11880, app/assets/stylesheets/style.css.scss */
.btn-group > .btn:hover, .ajax-upload-dragdrop .btn-group > .ajax-file-upload:hover,
.btn-group-vertical > .btn:hover,
.ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:hover {
  z-index: 1;
}

/* line 11886, app/assets/stylesheets/style.css.scss */
.btn-group > .btn:focus, .ajax-upload-dragdrop .btn-group > .ajax-file-upload:focus, .btn-group > .btn:active, .ajax-upload-dragdrop .btn-group > .ajax-file-upload:active, .btn-group > .btn.active, .ajax-upload-dragdrop .btn-group > .active.ajax-file-upload,
.btn-group-vertical > .btn:focus,
.ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:focus,
.btn-group-vertical > .btn:active,
.ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:active,
.btn-group-vertical > .btn.active,
.ajax-upload-dragdrop .btn-group-vertical > .active.ajax-file-upload {
  z-index: 1;
}

/* line 11896, app/assets/stylesheets/style.css.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 11902, app/assets/stylesheets/style.css.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 11906, app/assets/stylesheets/style.css.scss */
.btn-group > .btn:not(:first-child), .ajax-upload-dragdrop .btn-group > .ajax-file-upload:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 11911, app/assets/stylesheets/style.css.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .ajax-upload-dragdrop .btn-group > .ajax-file-upload:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.ajax-upload-dragdrop .btn-group > .btn-group:not(:last-child) > .ajax-file-upload {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 11918, app/assets/stylesheets/style.css.scss */
.btn-group > .btn:not(:first-child), .ajax-upload-dragdrop .btn-group > .ajax-file-upload:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.ajax-upload-dragdrop .btn-group > .btn-group:not(:first-child) > .ajax-file-upload {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 11925, app/assets/stylesheets/style.css.scss */
.dropdown-toggle-split {
  padding-right: 0.65625rem;
  padding-left: 0.65625rem;
}

/* line 11930, app/assets/stylesheets/style.css.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 11936, app/assets/stylesheets/style.css.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 11940, app/assets/stylesheets/style.css.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .ajax-upload-dragdrop .btn-group-sm > .ajax-file-upload + .dropdown-toggle-split {
  padding-right: 0.6075rem;
  padding-left: 0.6075rem;
}

/* line 11945, app/assets/stylesheets/style.css.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .ajax-upload-dragdrop .btn-group-lg > .ajax-file-upload + .dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}

/* line 11950, app/assets/stylesheets/style.css.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 11957, app/assets/stylesheets/style.css.scss */
.btn-group-vertical > .btn,
.ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 11963, app/assets/stylesheets/style.css.scss */
.btn-group-vertical > .btn:not(:first-child), .ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 11968, app/assets/stylesheets/style.css.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.ajax-upload-dragdrop .btn-group-vertical > .btn-group:not(:last-child) > .ajax-file-upload {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 11975, app/assets/stylesheets/style.css.scss */
.btn-group-vertical > .btn:not(:first-child), .ajax-upload-dragdrop .btn-group-vertical > .ajax-file-upload:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.ajax-upload-dragdrop .btn-group-vertical > .btn-group:not(:first-child) > .ajax-file-upload {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11982, app/assets/stylesheets/style.css.scss */
.btn-group-toggle > .btn, .ajax-upload-dragdrop .btn-group-toggle > .ajax-file-upload,
.btn-group-toggle > .btn-group > .btn,
.ajax-upload-dragdrop .btn-group-toggle > .btn-group > .ajax-file-upload {
  margin-bottom: 0;
}

/* line 11988, app/assets/stylesheets/style.css.scss */
.btn-group-toggle > .btn input[type="radio"], .ajax-upload-dragdrop .btn-group-toggle > .ajax-file-upload input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.ajax-upload-dragdrop .btn-group-toggle > .ajax-file-upload input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.ajax-upload-dragdrop .btn-group-toggle > .btn-group > .ajax-file-upload input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.ajax-upload-dragdrop .btn-group-toggle > .btn-group > .ajax-file-upload input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 12000, app/assets/stylesheets/style.css.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12008, app/assets/stylesheets/style.css.scss */
.input-group > .form-control, .select2-container--default .input-group > .select2-selection--single, .select2-container--default .select2-selection--single .input-group > .select2-search__field, .input-group > .typeahead,
.input-group > .tt-query,
.input-group > .tt-hint,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 12021, app/assets/stylesheets/style.css.scss */
.input-group > .form-control + .form-control, .select2-container--default .input-group > .select2-selection--single + .form-control, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .form-control, .input-group > .typeahead + .form-control, .input-group > .tt-query + .form-control, .input-group > .tt-hint + .form-control, .select2-container--default .input-group > .form-control + .select2-selection--single, .select2-container--default .input-group > .select2-selection--single + .select2-selection--single, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .select2-selection--single, .select2-container--default .input-group > .typeahead + .select2-selection--single, .select2-container--default .input-group > .tt-query + .select2-selection--single, .select2-container--default .input-group > .tt-hint + .select2-selection--single, .select2-container--default .select2-selection--single .input-group > .form-control + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .select2-selection--single + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .typeahead + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .tt-query + .select2-search__field, .select2-container--default .select2-selection--single .input-group > .tt-hint + .select2-search__field, .input-group > .form-control + .typeahead, .select2-container--default .input-group > .select2-selection--single + .typeahead, .select2-container--default .select2-selection--single .input-group > .select2-search__field + .typeahead, .input-group > .typeahead + .typeahead, .input-group > .tt-query + .typeahead, .input-group > .tt-hint + .typeahead,
.input-group > .form-control + .tt-query,
.select2-container--default .input-group > .select2-selection--single + .tt-query,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .tt-query,
.input-group > .typeahead + .tt-query,
.input-group > .tt-query + .tt-query,
.input-group > .tt-hint + .tt-query,
.input-group > .form-control + .tt-hint,
.select2-container--default .input-group > .select2-selection--single + .tt-hint,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .tt-hint,
.input-group > .typeahead + .tt-hint,
.input-group > .tt-query + .tt-hint,
.input-group > .tt-hint + .tt-hint,
.input-group > .form-control + .custom-select,
.select2-container--default .input-group > .select2-selection--single + .custom-select,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .custom-select,
.input-group > .typeahead + .custom-select,
.input-group > .tt-query + .custom-select,
.input-group > .tt-hint + .custom-select,
.input-group > .form-control + .custom-file,
.select2-container--default .input-group > .select2-selection--single + .custom-file,
.select2-container--default .select2-selection--single .input-group > .select2-search__field + .custom-file,
.input-group > .typeahead + .custom-file,
.input-group > .tt-query + .custom-file,
.input-group > .tt-hint + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.select2-container--default .input-group > .form-control-plaintext + .select2-selection--single,
.select2-container--default .select2-selection--single .input-group > .form-control-plaintext + .select2-search__field,
.input-group > .form-control-plaintext + .typeahead,
.input-group > .form-control-plaintext + .tt-query,
.input-group > .form-control-plaintext + .tt-hint,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.select2-container--default .input-group > .custom-select + .select2-selection--single,
.select2-container--default .select2-selection--single .input-group > .custom-select + .select2-search__field,
.input-group > .custom-select + .typeahead,
.input-group > .custom-select + .tt-query,
.input-group > .custom-select + .tt-hint,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.select2-container--default .input-group > .custom-file + .select2-selection--single,
.select2-container--default .select2-selection--single .input-group > .custom-file + .select2-search__field,
.input-group > .custom-file + .typeahead,
.input-group > .custom-file + .tt-query,
.input-group > .custom-file + .tt-hint,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 12073, app/assets/stylesheets/style.css.scss */
.input-group > .form-control:focus, .select2-container--default .input-group > .select2-selection--single:focus, .select2-container--default .select2-selection--single .input-group > .select2-search__field:focus, .input-group > .typeahead:focus,
.input-group > .tt-query:focus,
.input-group > .tt-hint:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 12081, app/assets/stylesheets/style.css.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 12085, app/assets/stylesheets/style.css.scss */
.input-group > .form-control:not(:last-child), .select2-container--default .input-group > .select2-selection--single:not(:last-child), .select2-container--default .select2-selection--single .input-group > .select2-search__field:not(:last-child), .input-group > .typeahead:not(:last-child),
.input-group > .tt-query:not(:last-child),
.input-group > .tt-hint:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 12093, app/assets/stylesheets/style.css.scss */
.input-group > .form-control:not(:first-child), .select2-container--default .input-group > .select2-selection--single:not(:first-child), .select2-container--default .select2-selection--single .input-group > .select2-search__field:not(:first-child), .input-group > .typeahead:not(:first-child),
.input-group > .tt-query:not(:first-child),
.input-group > .tt-hint:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 12101, app/assets/stylesheets/style.css.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 12106, app/assets/stylesheets/style.css.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 12112, app/assets/stylesheets/style.css.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 12117, app/assets/stylesheets/style.css.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 12122, app/assets/stylesheets/style.css.scss */
.input-group-prepend .btn, .input-group-prepend .ajax-upload-dragdrop .ajax-file-upload, .ajax-upload-dragdrop .input-group-prepend .ajax-file-upload,
.input-group-append .btn,
.input-group-append .ajax-upload-dragdrop .ajax-file-upload,
.ajax-upload-dragdrop .input-group-append .ajax-file-upload {
  position: relative;
  z-index: 2;
}

/* line 12130, app/assets/stylesheets/style.css.scss */
.input-group-prepend .btn:focus, .input-group-prepend .ajax-upload-dragdrop .ajax-file-upload:focus, .ajax-upload-dragdrop .input-group-prepend .ajax-file-upload:focus,
.input-group-append .btn:focus,
.input-group-append .ajax-upload-dragdrop .ajax-file-upload:focus,
.ajax-upload-dragdrop .input-group-append .ajax-file-upload:focus {
  z-index: 3;
}

/* line 12137, app/assets/stylesheets/style.css.scss */
.input-group-prepend .btn + .btn, .input-group-prepend .ajax-upload-dragdrop .ajax-file-upload + .btn, .ajax-upload-dragdrop .input-group-prepend .ajax-file-upload + .btn, .input-group-prepend .ajax-upload-dragdrop .btn + .ajax-file-upload, .ajax-upload-dragdrop .input-group-prepend .btn + .ajax-file-upload, .input-group-prepend .ajax-upload-dragdrop .ajax-file-upload + .ajax-file-upload, .ajax-upload-dragdrop .input-group-prepend .ajax-file-upload + .ajax-file-upload,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .ajax-upload-dragdrop .ajax-file-upload + .input-group-text,
.ajax-upload-dragdrop .input-group-prepend .ajax-file-upload + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .ajax-upload-dragdrop .input-group-text + .ajax-file-upload,
.ajax-upload-dragdrop .input-group-prepend .input-group-text + .ajax-file-upload,
.input-group-append .btn + .btn,
.input-group-append .ajax-upload-dragdrop .ajax-file-upload + .btn,
.ajax-upload-dragdrop .input-group-append .ajax-file-upload + .btn,
.input-group-append .ajax-upload-dragdrop .btn + .ajax-file-upload,
.ajax-upload-dragdrop .input-group-append .btn + .ajax-file-upload,
.input-group-append .ajax-upload-dragdrop .ajax-file-upload + .ajax-file-upload,
.ajax-upload-dragdrop .input-group-append .ajax-file-upload + .ajax-file-upload,
.input-group-append .btn + .input-group-text,
.input-group-append .ajax-upload-dragdrop .ajax-file-upload + .input-group-text,
.ajax-upload-dragdrop .input-group-append .ajax-file-upload + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .ajax-upload-dragdrop .input-group-text + .ajax-file-upload,
.ajax-upload-dragdrop .input-group-append .input-group-text + .ajax-file-upload {
  margin-left: -1px;
}

/* line 12162, app/assets/stylesheets/style.css.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 12166, app/assets/stylesheets/style.css.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 12170, app/assets/stylesheets/style.css.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.375rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px;
}

/* line 12186, app/assets/stylesheets/style.css.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 12191, app/assets/stylesheets/style.css.scss */
.input-group-lg > .form-control:not(textarea), .select2-container--default .input-group-lg > .select2-selection--single:not(textarea), .select2-container--default .select2-selection--single .input-group-lg > .select2-search__field:not(textarea), .input-group-lg > .typeahead:not(textarea),
.input-group-lg > .tt-query:not(textarea),
.input-group-lg > .tt-hint:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 12198, app/assets/stylesheets/style.css.scss */
.input-group-lg > .form-control, .select2-container--default .input-group-lg > .select2-selection--single, .select2-container--default .select2-selection--single .input-group-lg > .select2-search__field, .input-group-lg > .typeahead,
.input-group-lg > .tt-query,
.input-group-lg > .tt-hint,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.ajax-upload-dragdrop .input-group-lg > .input-group-prepend > .ajax-file-upload,
.input-group-lg > .input-group-append > .btn,
.ajax-upload-dragdrop .input-group-lg > .input-group-append > .ajax-file-upload {
  padding: 0.94rem 1.94rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 12214, app/assets/stylesheets/style.css.scss */
.input-group-sm > .form-control:not(textarea), .select2-container--default .input-group-sm > .select2-selection--single:not(textarea), .select2-container--default .select2-selection--single .input-group-sm > .select2-search__field:not(textarea), .input-group-sm > .typeahead:not(textarea),
.input-group-sm > .tt-query:not(textarea),
.input-group-sm > .tt-hint:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 12221, app/assets/stylesheets/style.css.scss */
.input-group-sm > .form-control, .select2-container--default .input-group-sm > .select2-selection--single, .select2-container--default .select2-selection--single .input-group-sm > .select2-search__field, .input-group-sm > .typeahead,
.input-group-sm > .tt-query,
.input-group-sm > .tt-hint,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.ajax-upload-dragdrop .input-group-sm > .input-group-prepend > .ajax-file-upload,
.input-group-sm > .input-group-append > .btn,
.ajax-upload-dragdrop .input-group-sm > .input-group-append > .ajax-file-upload {
  padding: 0.5rem 0.81rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 12237, app/assets/stylesheets/style.css.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 12242, app/assets/stylesheets/style.css.scss */
.input-group > .input-group-prepend > .btn, .ajax-upload-dragdrop .input-group > .input-group-prepend > .ajax-file-upload,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.ajax-upload-dragdrop .input-group > .input-group-append:not(:last-child) > .ajax-file-upload,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.ajax-upload-dragdrop .input-group > .input-group-append:last-child > .ajax-file-upload:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 12254, app/assets/stylesheets/style.css.scss */
.input-group > .input-group-append > .btn, .ajax-upload-dragdrop .input-group > .input-group-append > .ajax-file-upload,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.ajax-upload-dragdrop .input-group > .input-group-prepend:not(:first-child) > .ajax-file-upload,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.ajax-upload-dragdrop .input-group > .input-group-prepend:first-child > .ajax-file-upload:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 12266, app/assets/stylesheets/style.css.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

/* line 12275, app/assets/stylesheets/style.css.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 12280, app/assets/stylesheets/style.css.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 12289, app/assets/stylesheets/style.css.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 12295, app/assets/stylesheets/style.css.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 12299, app/assets/stylesheets/style.css.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 12303, app/assets/stylesheets/style.css.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 12309, app/assets/stylesheets/style.css.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 12313, app/assets/stylesheets/style.css.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 12317, app/assets/stylesheets/style.css.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 12323, app/assets/stylesheets/style.css.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 12336, app/assets/stylesheets/style.css.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 12347, app/assets/stylesheets/style.css.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 12351, app/assets/stylesheets/style.css.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 12355, app/assets/stylesheets/style.css.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 12360, app/assets/stylesheets/style.css.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 12364, app/assets/stylesheets/style.css.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 12368, app/assets/stylesheets/style.css.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 12372, app/assets/stylesheets/style.css.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 12376, app/assets/stylesheets/style.css.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 12380, app/assets/stylesheets/style.css.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 12384, app/assets/stylesheets/style.css.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 12388, app/assets/stylesheets/style.css.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 12395, app/assets/stylesheets/style.css.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12406, app/assets/stylesheets/style.css.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 12411, app/assets/stylesheets/style.css.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 12416, app/assets/stylesheets/style.css.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 12420, app/assets/stylesheets/style.css.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

/* line 12436, app/assets/stylesheets/style.css.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 12442, app/assets/stylesheets/style.css.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

/* line 12447, app/assets/stylesheets/style.css.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 12453, app/assets/stylesheets/style.css.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 12458, app/assets/stylesheets/style.css.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 12462, app/assets/stylesheets/style.css.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 12467, app/assets/stylesheets/style.css.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 12475, app/assets/stylesheets/style.css.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 12483, app/assets/stylesheets/style.css.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 12491, app/assets/stylesheets/style.css.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 12500, app/assets/stylesheets/style.css.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 12505, app/assets/stylesheets/style.css.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 12510, app/assets/stylesheets/style.css.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 12514, app/assets/stylesheets/style.css.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 12518, app/assets/stylesheets/style.css.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 12534, app/assets/stylesheets/style.css.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 12551, app/assets/stylesheets/style.css.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 12559, app/assets/stylesheets/style.css.scss */
.custom-range:focus {
  outline: none;
}

/* line 12563, app/assets/stylesheets/style.css.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 12567, app/assets/stylesheets/style.css.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 12571, app/assets/stylesheets/style.css.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 12575, app/assets/stylesheets/style.css.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 12579, app/assets/stylesheets/style.css.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12591, app/assets/stylesheets/style.css.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 12596, app/assets/stylesheets/style.css.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 12600, app/assets/stylesheets/style.css.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 12610, app/assets/stylesheets/style.css.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12621, app/assets/stylesheets/style.css.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 12626, app/assets/stylesheets/style.css.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 12630, app/assets/stylesheets/style.css.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 12640, app/assets/stylesheets/style.css.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12654, app/assets/stylesheets/style.css.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 12659, app/assets/stylesheets/style.css.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 12663, app/assets/stylesheets/style.css.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 12673, app/assets/stylesheets/style.css.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 12678, app/assets/stylesheets/style.css.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 12684, app/assets/stylesheets/style.css.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 12688, app/assets/stylesheets/style.css.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 12692, app/assets/stylesheets/style.css.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 12696, app/assets/stylesheets/style.css.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 12700, app/assets/stylesheets/style.css.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 12704, app/assets/stylesheets/style.css.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12711, app/assets/stylesheets/style.css.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 12718, app/assets/stylesheets/style.css.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 12726, app/assets/stylesheets/style.css.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 12731, app/assets/stylesheets/style.css.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 12735, app/assets/stylesheets/style.css.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 12741, app/assets/stylesheets/style.css.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 12745, app/assets/stylesheets/style.css.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 12749, app/assets/stylesheets/style.css.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 12755, app/assets/stylesheets/style.css.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 12759, app/assets/stylesheets/style.css.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 12765, app/assets/stylesheets/style.css.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 12772, app/assets/stylesheets/style.css.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 12778, app/assets/stylesheets/style.css.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 12782, app/assets/stylesheets/style.css.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 12788, app/assets/stylesheets/style.css.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 12794, app/assets/stylesheets/style.css.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 12801, app/assets/stylesheets/style.css.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 12805, app/assets/stylesheets/style.css.scss */
.tab-content > .active {
  display: block;
}

/* line 12809, app/assets/stylesheets/style.css.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 12818, app/assets/stylesheets/style.css.scss */
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 12826, app/assets/stylesheets/style.css.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 12836, app/assets/stylesheets/style.css.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 12840, app/assets/stylesheets/style.css.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 12848, app/assets/stylesheets/style.css.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 12853, app/assets/stylesheets/style.css.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 12858, app/assets/stylesheets/style.css.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 12864, app/assets/stylesheets/style.css.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 12870, app/assets/stylesheets/style.css.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 12879, app/assets/stylesheets/style.css.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 12883, app/assets/stylesheets/style.css.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 12894, app/assets/stylesheets/style.css.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 12902, app/assets/stylesheets/style.css.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 12906, app/assets/stylesheets/style.css.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 12909, app/assets/stylesheets/style.css.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 12912, app/assets/stylesheets/style.css.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 12916, app/assets/stylesheets/style.css.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 12920, app/assets/stylesheets/style.css.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 12924, app/assets/stylesheets/style.css.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 12930, app/assets/stylesheets/style.css.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 12938, app/assets/stylesheets/style.css.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 12942, app/assets/stylesheets/style.css.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 12945, app/assets/stylesheets/style.css.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 12948, app/assets/stylesheets/style.css.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 12952, app/assets/stylesheets/style.css.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 12956, app/assets/stylesheets/style.css.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 12960, app/assets/stylesheets/style.css.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 12966, app/assets/stylesheets/style.css.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 12974, app/assets/stylesheets/style.css.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 12978, app/assets/stylesheets/style.css.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 12981, app/assets/stylesheets/style.css.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 12984, app/assets/stylesheets/style.css.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 12988, app/assets/stylesheets/style.css.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 12992, app/assets/stylesheets/style.css.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 12996, app/assets/stylesheets/style.css.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 13002, app/assets/stylesheets/style.css.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 13010, app/assets/stylesheets/style.css.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 13014, app/assets/stylesheets/style.css.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 13017, app/assets/stylesheets/style.css.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 13020, app/assets/stylesheets/style.css.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 13024, app/assets/stylesheets/style.css.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 13028, app/assets/stylesheets/style.css.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 13032, app/assets/stylesheets/style.css.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 13037, app/assets/stylesheets/style.css.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 13042, app/assets/stylesheets/style.css.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 13048, app/assets/stylesheets/style.css.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 13052, app/assets/stylesheets/style.css.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 13056, app/assets/stylesheets/style.css.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 13061, app/assets/stylesheets/style.css.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 13066, app/assets/stylesheets/style.css.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 13071, app/assets/stylesheets/style.css.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 13075, app/assets/stylesheets/style.css.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 13079, app/assets/stylesheets/style.css.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 13083, app/assets/stylesheets/style.css.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 13087, app/assets/stylesheets/style.css.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 13091, app/assets/stylesheets/style.css.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 13095, app/assets/stylesheets/style.css.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 13102, app/assets/stylesheets/style.css.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 13107, app/assets/stylesheets/style.css.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 13111, app/assets/stylesheets/style.css.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 13115, app/assets/stylesheets/style.css.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 13119, app/assets/stylesheets/style.css.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 13123, app/assets/stylesheets/style.css.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 13127, app/assets/stylesheets/style.css.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 13131, app/assets/stylesheets/style.css.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 13135, app/assets/stylesheets/style.css.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 13139, app/assets/stylesheets/style.css.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 13143, app/assets/stylesheets/style.css.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 13150, app/assets/stylesheets/style.css.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 13155, app/assets/stylesheets/style.css.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 13159, app/assets/stylesheets/style.css.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 13163, app/assets/stylesheets/style.css.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 13167, app/assets/stylesheets/style.css.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 13171, app/assets/stylesheets/style.css.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e4e6f6;
  border-radius: 0;
}

/* line 13183, app/assets/stylesheets/style.css.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 13188, app/assets/stylesheets/style.css.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 13193, app/assets/stylesheets/style.css.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 13199, app/assets/stylesheets/style.css.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 13205, app/assets/stylesheets/style.css.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 13210, app/assets/stylesheets/style.css.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 13216, app/assets/stylesheets/style.css.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 13220, app/assets/stylesheets/style.css.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 13225, app/assets/stylesheets/style.css.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13229, app/assets/stylesheets/style.css.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 13233, app/assets/stylesheets/style.css.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 13237, app/assets/stylesheets/style.css.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e4e6f6;
}

/* line 13244, app/assets/stylesheets/style.css.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 13248, app/assets/stylesheets/style.css.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e4e6f6;
}

/* line 13254, app/assets/stylesheets/style.css.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 13258, app/assets/stylesheets/style.css.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 13265, app/assets/stylesheets/style.css.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 13270, app/assets/stylesheets/style.css.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 13280, app/assets/stylesheets/style.css.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 13287, app/assets/stylesheets/style.css.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 13293, app/assets/stylesheets/style.css.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 13299, app/assets/stylesheets/style.css.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 13304, app/assets/stylesheets/style.css.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 13310, app/assets/stylesheets/style.css.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 13318, app/assets/stylesheets/style.css.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 13323, app/assets/stylesheets/style.css.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 13327, app/assets/stylesheets/style.css.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 13331, app/assets/stylesheets/style.css.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 13335, app/assets/stylesheets/style.css.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 13339, app/assets/stylesheets/style.css.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 13343, app/assets/stylesheets/style.css.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 13347, app/assets/stylesheets/style.css.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 13351, app/assets/stylesheets/style.css.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 13355, app/assets/stylesheets/style.css.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 13361, app/assets/stylesheets/style.css.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 13366, app/assets/stylesheets/style.css.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 13372, app/assets/stylesheets/style.css.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 13378, app/assets/stylesheets/style.css.scss */
.accordion {
  overflow-anchor: none;
}

/* line 13382, app/assets/stylesheets/style.css.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 13386, app/assets/stylesheets/style.css.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 13392, app/assets/stylesheets/style.css.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 13397, app/assets/stylesheets/style.css.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 13402, app/assets/stylesheets/style.css.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13412, app/assets/stylesheets/style.css.scss */
.breadcrumb-item {
  display: flex;
}

/* line 13416, app/assets/stylesheets/style.css.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 13420, app/assets/stylesheets/style.css.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 13427, app/assets/stylesheets/style.css.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 13431, app/assets/stylesheets/style.css.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 13435, app/assets/stylesheets/style.css.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 13439, app/assets/stylesheets/style.css.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 13446, app/assets/stylesheets/style.css.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #717880;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 13457, app/assets/stylesheets/style.css.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 13465, app/assets/stylesheets/style.css.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 13471, app/assets/stylesheets/style.css.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 13477, app/assets/stylesheets/style.css.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 13482, app/assets/stylesheets/style.css.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #717880;
  border-color: #717880;
}

/* line 13489, app/assets/stylesheets/style.css.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 13497, app/assets/stylesheets/style.css.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 13503, app/assets/stylesheets/style.css.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 13508, app/assets/stylesheets/style.css.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 13513, app/assets/stylesheets/style.css.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 13519, app/assets/stylesheets/style.css.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 13524, app/assets/stylesheets/style.css.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 13529, app/assets/stylesheets/style.css.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 13543, app/assets/stylesheets/style.css.scss */
  .badge {
    transition: none;
  }
}

/* line 13548, app/assets/stylesheets/style.css.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 13552, app/assets/stylesheets/style.css.scss */
.badge:empty {
  display: none;
}

/* line 13556, app/assets/stylesheets/style.css.scss */
.btn .badge, .ajax-upload-dragdrop .ajax-file-upload .badge {
  position: relative;
  top: -1px;
}

/* line 13561, app/assets/stylesheets/style.css.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 13567, app/assets/stylesheets/style.css.scss */
.badge-primary {
  color: #fff;
  background-color: #ec37fc;
}

/* line 13572, app/assets/stylesheets/style.css.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #e705fb;
}

/* line 13577, app/assets/stylesheets/style.css.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(236, 55, 252, 0.5);
}

/* line 13582, app/assets/stylesheets/style.css.scss */
.badge-secondary {
  color: #212529;
  background-color: #e4e6f6;
}

/* line 13587, app/assets/stylesheets/style.css.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #bec3e9;
}

/* line 13592, app/assets/stylesheets/style.css.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(228, 230, 246, 0.5);
}

/* line 13597, app/assets/stylesheets/style.css.scss */
.badge-success, .preview-list .preview-item .preview-thumbnail .badge.badge-online {
  color: #fff;
  background-color: #51c81c;
}

/* line 13602, app/assets/stylesheets/style.css.scss */
a.badge-success:hover, .preview-list .preview-item .preview-thumbnail a.badge.badge-online:hover, a.badge-success:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-online:focus {
  color: #fff;
  background-color: #3f9b16;
}

/* line 13607, app/assets/stylesheets/style.css.scss */
a.badge-success:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-online:focus, a.badge-success.focus, .preview-list .preview-item .preview-thumbnail a.focus.badge.badge-online {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(81, 200, 28, 0.5);
}

/* line 13612, app/assets/stylesheets/style.css.scss */
.badge-info, .preview-list .preview-item .preview-thumbnail .badge.badge-offline {
  color: #fff;
  background-color: #3794fc;
}

/* line 13617, app/assets/stylesheets/style.css.scss */
a.badge-info:hover, .preview-list .preview-item .preview-thumbnail a.badge.badge-offline:hover, a.badge-info:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-offline:focus {
  color: #fff;
  background-color: #0579fb;
}

/* line 13622, app/assets/stylesheets/style.css.scss */
a.badge-info:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-offline:focus, a.badge-info.focus, .preview-list .preview-item .preview-thumbnail a.focus.badge.badge-offline {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 148, 252, 0.5);
}

/* line 13627, app/assets/stylesheets/style.css.scss */
.badge-warning, .preview-list .preview-item .preview-thumbnail .badge.badge-busy {
  color: #212529;
  background-color: #fcb41d;
}

/* line 13632, app/assets/stylesheets/style.css.scss */
a.badge-warning:hover, .preview-list .preview-item .preview-thumbnail a.badge.badge-busy:hover, a.badge-warning:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-busy:focus {
  color: #212529;
  background-color: #e39b03;
}

/* line 13637, app/assets/stylesheets/style.css.scss */
a.badge-warning:focus, .preview-list .preview-item .preview-thumbnail a.badge.badge-busy:focus, a.badge-warning.focus, .preview-list .preview-item .preview-thumbnail a.focus.badge.badge-busy {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 180, 29, 0.5);
}

/* line 13642, app/assets/stylesheets/style.css.scss */
.badge-danger {
  color: #fff;
  background-color: #fc381d;
}

/* line 13647, app/assets/stylesheets/style.css.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #e31e03;
}

/* line 13652, app/assets/stylesheets/style.css.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 56, 29, 0.5);
}

/* line 13657, app/assets/stylesheets/style.css.scss */
.badge-light {
  color: #212529;
  background-color: #dee5ef;
}

/* line 13662, app/assets/stylesheets/style.css.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #bccade;
}

/* line 13667, app/assets/stylesheets/style.css.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 229, 239, 0.5);
}

/* line 13672, app/assets/stylesheets/style.css.scss */
.badge-dark {
  color: #fff;
  background-color: #001737;
}

/* line 13677, app/assets/stylesheets/style.css.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #000204;
}

/* line 13682, app/assets/stylesheets/style.css.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 23, 55, 0.5);
}

/* line 13687, app/assets/stylesheets/style.css.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 13695, app/assets/stylesheets/style.css.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13700, app/assets/stylesheets/style.css.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 13706, app/assets/stylesheets/style.css.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 13714, app/assets/stylesheets/style.css.scss */
.alert-heading {
  color: inherit;
}

/* line 13718, app/assets/stylesheets/style.css.scss */
.alert-link {
  font-weight: 700;
}

/* line 13722, app/assets/stylesheets/style.css.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 13726, app/assets/stylesheets/style.css.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 13735, app/assets/stylesheets/style.css.scss */
.alert-primary {
  color: #7b1d83;
  background-color: #fbd7fe;
  border-color: #fac7fe;
}

/* line 13741, app/assets/stylesheets/style.css.scss */
.alert-primary hr {
  border-top-color: #f8aefe;
}

/* line 13745, app/assets/stylesheets/style.css.scss */
.alert-primary .alert-link {
  color: #541459;
}

/* line 13749, app/assets/stylesheets/style.css.scss */
.alert-secondary {
  color: #777880;
  background-color: #fafafd;
  border-color: #f7f8fc;
}

/* line 13755, app/assets/stylesheets/style.css.scss */
.alert-secondary hr {
  border-top-color: #e4e8f5;
}

/* line 13759, app/assets/stylesheets/style.css.scss */
.alert-secondary .alert-link {
  color: #5e5f66;
}

/* line 13763, app/assets/stylesheets/style.css.scss */
.alert-success {
  color: #2a680f;
  background-color: #dcf4d2;
  border-color: #cef0bf;
}

/* line 13769, app/assets/stylesheets/style.css.scss */
.alert-success hr {
  border-top-color: #beebaa;
}

/* line 13773, app/assets/stylesheets/style.css.scss */
.alert-success .alert-link {
  color: #183b09;
}

/* line 13777, app/assets/stylesheets/style.css.scss */
.alert-info {
  color: #1d4d83;
  background-color: #d7eafe;
  border-color: #c7e1fe;
}

/* line 13783, app/assets/stylesheets/style.css.scss */
.alert-info hr {
  border-top-color: #aed4fe;
}

/* line 13787, app/assets/stylesheets/style.css.scss */
.alert-info .alert-link {
  color: #143459;
}

/* line 13791, app/assets/stylesheets/style.css.scss */
.alert-warning {
  color: #835e0f;
  background-color: #fef0d2;
  border-color: #feeac0;
}

/* line 13797, app/assets/stylesheets/style.css.scss */
.alert-warning hr {
  border-top-color: #fee2a7;
}

/* line 13801, app/assets/stylesheets/style.css.scss */
.alert-warning .alert-link {
  color: #553d0a;
}

/* line 13805, app/assets/stylesheets/style.css.scss */
.alert-danger {
  color: #831d0f;
  background-color: #fed7d2;
  border-color: #fec7c0;
}

/* line 13811, app/assets/stylesheets/style.css.scss */
.alert-danger hr {
  border-top-color: #feb1a7;
}

/* line 13815, app/assets/stylesheets/style.css.scss */
.alert-danger .alert-link {
  color: #55130a;
}

/* line 13819, app/assets/stylesheets/style.css.scss */
.alert-light {
  color: #73777c;
  background-color: #f8fafc;
  border-color: #f6f8fb;
}

/* line 13825, app/assets/stylesheets/style.css.scss */
.alert-light hr {
  border-top-color: #e4eaf3;
}

/* line 13829, app/assets/stylesheets/style.css.scss */
.alert-light .alert-link {
  color: #5a5e62;
}

/* line 13833, app/assets/stylesheets/style.css.scss */
.alert-dark {
  color: #000c1d;
  background-color: #ccd1d7;
  border-color: #b8bec7;
}

/* line 13839, app/assets/stylesheets/style.css.scss */
.alert-dark hr {
  border-top-color: #aab1bc;
}

/* line 13843, app/assets/stylesheets/style.css.scss */
.alert-dark .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 13856, app/assets/stylesheets/style.css.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13866, app/assets/stylesheets/style.css.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 13879, app/assets/stylesheets/style.css.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 13884, app/assets/stylesheets/style.css.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 13889, app/assets/stylesheets/style.css.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 13894, app/assets/stylesheets/style.css.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 13899, app/assets/stylesheets/style.css.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 13904, app/assets/stylesheets/style.css.scss */
.media-body {
  flex: 1;
}

/* line 13908, app/assets/stylesheets/style.css.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 13916, app/assets/stylesheets/style.css.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 13922, app/assets/stylesheets/style.css.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 13929, app/assets/stylesheets/style.css.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 13934, app/assets/stylesheets/style.css.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 13942, app/assets/stylesheets/style.css.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 13947, app/assets/stylesheets/style.css.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 13952, app/assets/stylesheets/style.css.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 13958, app/assets/stylesheets/style.css.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 13965, app/assets/stylesheets/style.css.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 13969, app/assets/stylesheets/style.css.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 13974, app/assets/stylesheets/style.css.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 13978, app/assets/stylesheets/style.css.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 13983, app/assets/stylesheets/style.css.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 13988, app/assets/stylesheets/style.css.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 13992, app/assets/stylesheets/style.css.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 13997, app/assets/stylesheets/style.css.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 14003, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 14006, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 14010, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 14014, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 14017, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 14021, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 14028, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 14031, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 14035, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 14039, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 14042, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 14046, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 14053, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 14056, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 14060, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 14064, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 14067, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 14071, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 14078, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 14081, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 14085, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 14089, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 14092, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 14096, app/assets/stylesheets/style.css.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 14102, app/assets/stylesheets/style.css.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 14106, app/assets/stylesheets/style.css.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 14110, app/assets/stylesheets/style.css.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 14114, app/assets/stylesheets/style.css.scss */
.list-group-item-primary {
  color: #7b1d83;
  background-color: #fac7fe;
}

/* line 14119, app/assets/stylesheets/style.css.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7b1d83;
  background-color: #f8aefe;
}

/* line 14124, app/assets/stylesheets/style.css.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b1d83;
  border-color: #7b1d83;
}

/* line 14130, app/assets/stylesheets/style.css.scss */
.list-group-item-secondary {
  color: #777880;
  background-color: #f7f8fc;
}

/* line 14135, app/assets/stylesheets/style.css.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #777880;
  background-color: #e4e8f5;
}

/* line 14140, app/assets/stylesheets/style.css.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #777880;
  border-color: #777880;
}

/* line 14146, app/assets/stylesheets/style.css.scss */
.list-group-item-success {
  color: #2a680f;
  background-color: #cef0bf;
}

/* line 14151, app/assets/stylesheets/style.css.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2a680f;
  background-color: #beebaa;
}

/* line 14156, app/assets/stylesheets/style.css.scss */
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #2a680f;
  border-color: #2a680f;
}

/* line 14162, app/assets/stylesheets/style.css.scss */
.list-group-item-info {
  color: #1d4d83;
  background-color: #c7e1fe;
}

/* line 14167, app/assets/stylesheets/style.css.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1d4d83;
  background-color: #aed4fe;
}

/* line 14172, app/assets/stylesheets/style.css.scss */
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #1d4d83;
  border-color: #1d4d83;
}

/* line 14178, app/assets/stylesheets/style.css.scss */
.list-group-item-warning {
  color: #835e0f;
  background-color: #feeac0;
}

/* line 14183, app/assets/stylesheets/style.css.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #835e0f;
  background-color: #fee2a7;
}

/* line 14188, app/assets/stylesheets/style.css.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #835e0f;
  border-color: #835e0f;
}

/* line 14194, app/assets/stylesheets/style.css.scss */
.list-group-item-danger {
  color: #831d0f;
  background-color: #fec7c0;
}

/* line 14199, app/assets/stylesheets/style.css.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #831d0f;
  background-color: #feb1a7;
}

/* line 14204, app/assets/stylesheets/style.css.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #831d0f;
  border-color: #831d0f;
}

/* line 14210, app/assets/stylesheets/style.css.scss */
.list-group-item-light {
  color: #73777c;
  background-color: #f6f8fb;
}

/* line 14215, app/assets/stylesheets/style.css.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #73777c;
  background-color: #e4eaf3;
}

/* line 14220, app/assets/stylesheets/style.css.scss */
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #73777c;
  border-color: #73777c;
}

/* line 14226, app/assets/stylesheets/style.css.scss */
.list-group-item-dark {
  color: #000c1d;
  background-color: #b8bec7;
}

/* line 14231, app/assets/stylesheets/style.css.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #000c1d;
  background-color: #aab1bc;
}

/* line 14236, app/assets/stylesheets/style.css.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #000c1d;
  border-color: #000c1d;
}

/* line 14242, app/assets/stylesheets/style.css.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 14252, app/assets/stylesheets/style.css.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 14257, app/assets/stylesheets/style.css.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 14261, app/assets/stylesheets/style.css.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 14267, app/assets/stylesheets/style.css.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 14271, app/assets/stylesheets/style.css.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 14283, app/assets/stylesheets/style.css.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 14287, app/assets/stylesheets/style.css.scss */
.toast.showing {
  opacity: 1;
}

/* line 14291, app/assets/stylesheets/style.css.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 14296, app/assets/stylesheets/style.css.scss */
.toast.hide {
  display: none;
}

/* line 14300, app/assets/stylesheets/style.css.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 14312, app/assets/stylesheets/style.css.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 14316, app/assets/stylesheets/style.css.scss */
.modal-open {
  overflow: hidden;
}

/* line 14320, app/assets/stylesheets/style.css.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 14325, app/assets/stylesheets/style.css.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 14337, app/assets/stylesheets/style.css.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 14344, app/assets/stylesheets/style.css.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 14350, app/assets/stylesheets/style.css.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 14355, app/assets/stylesheets/style.css.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 14359, app/assets/stylesheets/style.css.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 14363, app/assets/stylesheets/style.css.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 14368, app/assets/stylesheets/style.css.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 14373, app/assets/stylesheets/style.css.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 14378, app/assets/stylesheets/style.css.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 14382, app/assets/stylesheets/style.css.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 14388, app/assets/stylesheets/style.css.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

/* line 14395, app/assets/stylesheets/style.css.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 14401, app/assets/stylesheets/style.css.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 14405, app/assets/stylesheets/style.css.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 14409, app/assets/stylesheets/style.css.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 14422, app/assets/stylesheets/style.css.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 14432, app/assets/stylesheets/style.css.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 14436, app/assets/stylesheets/style.css.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 14440, app/assets/stylesheets/style.css.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 14450, app/assets/stylesheets/style.css.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 14455, app/assets/stylesheets/style.css.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 14460, app/assets/stylesheets/style.css.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 14466, app/assets/stylesheets/style.css.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 14477, app/assets/stylesheets/style.css.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 14481, app/assets/stylesheets/style.css.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 14490, app/assets/stylesheets/style.css.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 14494, app/assets/stylesheets/style.css.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 14497, app/assets/stylesheets/style.css.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 14500, app/assets/stylesheets/style.css.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 14503, app/assets/stylesheets/style.css.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  /* line 14507, app/assets/stylesheets/style.css.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 14513, app/assets/stylesheets/style.css.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 14520, app/assets/stylesheets/style.css.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 14525, app/assets/stylesheets/style.css.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 14549, app/assets/stylesheets/style.css.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 14553, app/assets/stylesheets/style.css.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 14560, app/assets/stylesheets/style.css.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 14567, app/assets/stylesheets/style.css.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 14571, app/assets/stylesheets/style.css.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 14575, app/assets/stylesheets/style.css.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 14581, app/assets/stylesheets/style.css.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 14585, app/assets/stylesheets/style.css.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 14591, app/assets/stylesheets/style.css.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 14597, app/assets/stylesheets/style.css.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 14601, app/assets/stylesheets/style.css.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 14605, app/assets/stylesheets/style.css.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 14611, app/assets/stylesheets/style.css.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 14615, app/assets/stylesheets/style.css.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 14621, app/assets/stylesheets/style.css.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 14627, app/assets/stylesheets/style.css.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.4rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.375rem;
}

/* line 14636, app/assets/stylesheets/style.css.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 14665, app/assets/stylesheets/style.css.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 14673, app/assets/stylesheets/style.css.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 14681, app/assets/stylesheets/style.css.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 14685, app/assets/stylesheets/style.css.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 14689, app/assets/stylesheets/style.css.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 14695, app/assets/stylesheets/style.css.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 14701, app/assets/stylesheets/style.css.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 14705, app/assets/stylesheets/style.css.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 14712, app/assets/stylesheets/style.css.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 14718, app/assets/stylesheets/style.css.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 14724, app/assets/stylesheets/style.css.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 14728, app/assets/stylesheets/style.css.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 14732, app/assets/stylesheets/style.css.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 14738, app/assets/stylesheets/style.css.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 14744, app/assets/stylesheets/style.css.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 14755, app/assets/stylesheets/style.css.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 14759, app/assets/stylesheets/style.css.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 14766, app/assets/stylesheets/style.css.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 14772, app/assets/stylesheets/style.css.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 14778, app/assets/stylesheets/style.css.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 14788, app/assets/stylesheets/style.css.scss */
.popover-header:empty {
  display: none;
}

/* line 14792, app/assets/stylesheets/style.css.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14797, app/assets/stylesheets/style.css.scss */
.carousel {
  position: relative;
}

/* line 14801, app/assets/stylesheets/style.css.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 14805, app/assets/stylesheets/style.css.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 14811, app/assets/stylesheets/style.css.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 14817, app/assets/stylesheets/style.css.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14828, app/assets/stylesheets/style.css.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 14833, app/assets/stylesheets/style.css.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 14839, app/assets/stylesheets/style.css.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 14844, app/assets/stylesheets/style.css.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 14849, app/assets/stylesheets/style.css.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 14855, app/assets/stylesheets/style.css.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 14862, app/assets/stylesheets/style.css.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14870, app/assets/stylesheets/style.css.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 14876, app/assets/stylesheets/style.css.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14893, app/assets/stylesheets/style.css.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 14899, app/assets/stylesheets/style.css.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 14908, app/assets/stylesheets/style.css.scss */
.carousel-control-prev {
  left: 0;
}

/* line 14912, app/assets/stylesheets/style.css.scss */
.carousel-control-next {
  right: 0;
}

/* line 14916, app/assets/stylesheets/style.css.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 14924, app/assets/stylesheets/style.css.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 14928, app/assets/stylesheets/style.css.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 14932, app/assets/stylesheets/style.css.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 14946, app/assets/stylesheets/style.css.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14964, app/assets/stylesheets/style.css.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 14969, app/assets/stylesheets/style.css.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 14973, app/assets/stylesheets/style.css.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 14991, app/assets/stylesheets/style.css.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 15002, app/assets/stylesheets/style.css.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 15018, app/assets/stylesheets/style.css.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 15029, app/assets/stylesheets/style.css.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 15034, app/assets/stylesheets/style.css.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 15038, app/assets/stylesheets/style.css.scss */
.align-top {
  vertical-align: top !important;
}

/* line 15042, app/assets/stylesheets/style.css.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 15046, app/assets/stylesheets/style.css.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 15050, app/assets/stylesheets/style.css.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 15054, app/assets/stylesheets/style.css.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 15058, app/assets/stylesheets/style.css.scss */
.bg-primary {
  background-color: #ec37fc !important;
}

/* line 15062, app/assets/stylesheets/style.css.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #e705fb !important;
}

/* line 15068, app/assets/stylesheets/style.css.scss */
.bg-secondary {
  background-color: #e4e6f6 !important;
}

/* line 15072, app/assets/stylesheets/style.css.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #bec3e9 !important;
}

/* line 15078, app/assets/stylesheets/style.css.scss */
.bg-success {
  background-color: #51c81c !important;
}

/* line 15082, app/assets/stylesheets/style.css.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3f9b16 !important;
}

/* line 15088, app/assets/stylesheets/style.css.scss */
.bg-info {
  background-color: #3794fc !important;
}

/* line 15092, app/assets/stylesheets/style.css.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0579fb !important;
}

/* line 15098, app/assets/stylesheets/style.css.scss */
.bg-warning {
  background-color: #fcb41d !important;
}

/* line 15102, app/assets/stylesheets/style.css.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e39b03 !important;
}

/* line 15108, app/assets/stylesheets/style.css.scss */
.bg-danger {
  background-color: #fc381d !important;
}

/* line 15112, app/assets/stylesheets/style.css.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #e31e03 !important;
}

/* line 15118, app/assets/stylesheets/style.css.scss */
.bg-light {
  background-color: #dee5ef !important;
}

/* line 15122, app/assets/stylesheets/style.css.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #bccade !important;
}

/* line 15128, app/assets/stylesheets/style.css.scss */
.bg-dark {
  background-color: #001737 !important;
}

/* line 15132, app/assets/stylesheets/style.css.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #000204 !important;
}

/* line 15138, app/assets/stylesheets/style.css.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 15142, app/assets/stylesheets/style.css.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 15146, app/assets/stylesheets/style.css.scss */
.border {
  border: 1px solid #e4e6f6 !important;
}

/* line 15150, app/assets/stylesheets/style.css.scss */
.border-top {
  border-top: 1px solid #e4e6f6 !important;
}

/* line 15154, app/assets/stylesheets/style.css.scss */
.border-right {
  border-right: 1px solid #e4e6f6 !important;
}

/* line 15158, app/assets/stylesheets/style.css.scss */
.border-bottom {
  border-bottom: 1px solid #e4e6f6 !important;
}

/* line 15162, app/assets/stylesheets/style.css.scss */
.border-left {
  border-left: 1px solid #e4e6f6 !important;
}

/* line 15166, app/assets/stylesheets/style.css.scss */
.border-0 {
  border: 0 !important;
}

/* line 15170, app/assets/stylesheets/style.css.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15174, app/assets/stylesheets/style.css.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 15178, app/assets/stylesheets/style.css.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 15182, app/assets/stylesheets/style.css.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 15186, app/assets/stylesheets/style.css.scss */
.border-primary {
  border-color: #ec37fc !important;
}

/* line 15190, app/assets/stylesheets/style.css.scss */
.border-secondary {
  border-color: #e4e6f6 !important;
}

/* line 15194, app/assets/stylesheets/style.css.scss */
.border-success {
  border-color: #51c81c !important;
}

/* line 15198, app/assets/stylesheets/style.css.scss */
.border-info {
  border-color: #3794fc !important;
}

/* line 15202, app/assets/stylesheets/style.css.scss */
.border-warning {
  border-color: #fcb41d !important;
}

/* line 15206, app/assets/stylesheets/style.css.scss */
.border-danger {
  border-color: #fc381d !important;
}

/* line 15210, app/assets/stylesheets/style.css.scss */
.border-light {
  border-color: #dee5ef !important;
}

/* line 15214, app/assets/stylesheets/style.css.scss */
.border-dark {
  border-color: #001737 !important;
}

/* line 15218, app/assets/stylesheets/style.css.scss */
.border-white {
  border-color: #ffffff !important;
}

/* line 15222, app/assets/stylesheets/style.css.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 15226, app/assets/stylesheets/style.css.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 15230, app/assets/stylesheets/style.css.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 15235, app/assets/stylesheets/style.css.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 15240, app/assets/stylesheets/style.css.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 15245, app/assets/stylesheets/style.css.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 15250, app/assets/stylesheets/style.css.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 15254, app/assets/stylesheets/style.css.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 15258, app/assets/stylesheets/style.css.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 15262, app/assets/stylesheets/style.css.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 15266, app/assets/stylesheets/style.css.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 15272, app/assets/stylesheets/style.css.scss */
.d-none {
  display: none !important;
}

/* line 15276, app/assets/stylesheets/style.css.scss */
.d-inline {
  display: inline !important;
}

/* line 15280, app/assets/stylesheets/style.css.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 15284, app/assets/stylesheets/style.css.scss */
.d-block {
  display: block !important;
}

/* line 15288, app/assets/stylesheets/style.css.scss */
.d-table {
  display: table !important;
}

/* line 15292, app/assets/stylesheets/style.css.scss */
.d-table-row {
  display: table-row !important;
}

/* line 15296, app/assets/stylesheets/style.css.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 15300, app/assets/stylesheets/style.css.scss */
.d-flex, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
  display: flex !important;
}

/* line 15304, app/assets/stylesheets/style.css.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 15309, app/assets/stylesheets/style.css.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 15312, app/assets/stylesheets/style.css.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 15315, app/assets/stylesheets/style.css.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 15318, app/assets/stylesheets/style.css.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 15321, app/assets/stylesheets/style.css.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 15324, app/assets/stylesheets/style.css.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 15327, app/assets/stylesheets/style.css.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 15330, app/assets/stylesheets/style.css.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 15333, app/assets/stylesheets/style.css.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 15339, app/assets/stylesheets/style.css.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 15342, app/assets/stylesheets/style.css.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 15345, app/assets/stylesheets/style.css.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 15348, app/assets/stylesheets/style.css.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 15351, app/assets/stylesheets/style.css.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 15354, app/assets/stylesheets/style.css.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 15357, app/assets/stylesheets/style.css.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 15360, app/assets/stylesheets/style.css.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 15363, app/assets/stylesheets/style.css.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 15369, app/assets/stylesheets/style.css.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 15372, app/assets/stylesheets/style.css.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 15375, app/assets/stylesheets/style.css.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 15378, app/assets/stylesheets/style.css.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 15381, app/assets/stylesheets/style.css.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 15384, app/assets/stylesheets/style.css.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 15387, app/assets/stylesheets/style.css.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 15390, app/assets/stylesheets/style.css.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 15393, app/assets/stylesheets/style.css.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 15399, app/assets/stylesheets/style.css.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 15402, app/assets/stylesheets/style.css.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 15405, app/assets/stylesheets/style.css.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 15408, app/assets/stylesheets/style.css.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 15411, app/assets/stylesheets/style.css.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 15414, app/assets/stylesheets/style.css.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 15417, app/assets/stylesheets/style.css.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 15420, app/assets/stylesheets/style.css.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 15423, app/assets/stylesheets/style.css.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 15429, app/assets/stylesheets/style.css.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 15432, app/assets/stylesheets/style.css.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 15435, app/assets/stylesheets/style.css.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 15438, app/assets/stylesheets/style.css.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 15441, app/assets/stylesheets/style.css.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 15444, app/assets/stylesheets/style.css.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 15447, app/assets/stylesheets/style.css.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 15450, app/assets/stylesheets/style.css.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 15453, app/assets/stylesheets/style.css.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 15458, app/assets/stylesheets/style.css.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 15466, app/assets/stylesheets/style.css.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15471, app/assets/stylesheets/style.css.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 15485, app/assets/stylesheets/style.css.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 15489, app/assets/stylesheets/style.css.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 15493, app/assets/stylesheets/style.css.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 15497, app/assets/stylesheets/style.css.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 15501, app/assets/stylesheets/style.css.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 15505, app/assets/stylesheets/style.css.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 15509, app/assets/stylesheets/style.css.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 15513, app/assets/stylesheets/style.css.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 15517, app/assets/stylesheets/style.css.scss */
.flex-row, .navbar .navbar-menu-wrapper .navbar-nav {
  flex-direction: row !important;
}

/* line 15521, app/assets/stylesheets/style.css.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 15525, app/assets/stylesheets/style.css.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 15529, app/assets/stylesheets/style.css.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 15533, app/assets/stylesheets/style.css.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 15537, app/assets/stylesheets/style.css.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 15541, app/assets/stylesheets/style.css.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 15545, app/assets/stylesheets/style.css.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 15549, app/assets/stylesheets/style.css.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 15553, app/assets/stylesheets/style.css.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 15557, app/assets/stylesheets/style.css.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 15561, app/assets/stylesheets/style.css.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 15565, app/assets/stylesheets/style.css.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 15569, app/assets/stylesheets/style.css.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 15573, app/assets/stylesheets/style.css.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 15577, app/assets/stylesheets/style.css.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 15581, app/assets/stylesheets/style.css.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 15585, app/assets/stylesheets/style.css.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 15589, app/assets/stylesheets/style.css.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 15593, app/assets/stylesheets/style.css.scss */
.align-items-center, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
  align-items: center !important;
}

/* line 15597, app/assets/stylesheets/style.css.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 15601, app/assets/stylesheets/style.css.scss */
.align-items-stretch, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
  align-items: stretch !important;
}

/* line 15605, app/assets/stylesheets/style.css.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 15609, app/assets/stylesheets/style.css.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 15613, app/assets/stylesheets/style.css.scss */
.align-content-center {
  align-content: center !important;
}

/* line 15617, app/assets/stylesheets/style.css.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 15621, app/assets/stylesheets/style.css.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 15625, app/assets/stylesheets/style.css.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 15629, app/assets/stylesheets/style.css.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 15633, app/assets/stylesheets/style.css.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 15637, app/assets/stylesheets/style.css.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 15641, app/assets/stylesheets/style.css.scss */
.align-self-center {
  align-self: center !important;
}

/* line 15645, app/assets/stylesheets/style.css.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 15649, app/assets/stylesheets/style.css.scss */
.align-self-stretch, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 15654, app/assets/stylesheets/style.css.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 15657, app/assets/stylesheets/style.css.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 15660, app/assets/stylesheets/style.css.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 15663, app/assets/stylesheets/style.css.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 15666, app/assets/stylesheets/style.css.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 15669, app/assets/stylesheets/style.css.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 15672, app/assets/stylesheets/style.css.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 15675, app/assets/stylesheets/style.css.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 15678, app/assets/stylesheets/style.css.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 15681, app/assets/stylesheets/style.css.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 15684, app/assets/stylesheets/style.css.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 15687, app/assets/stylesheets/style.css.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 15690, app/assets/stylesheets/style.css.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 15693, app/assets/stylesheets/style.css.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 15696, app/assets/stylesheets/style.css.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 15699, app/assets/stylesheets/style.css.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 15702, app/assets/stylesheets/style.css.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 15705, app/assets/stylesheets/style.css.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 15708, app/assets/stylesheets/style.css.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 15711, app/assets/stylesheets/style.css.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 15714, app/assets/stylesheets/style.css.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 15717, app/assets/stylesheets/style.css.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 15720, app/assets/stylesheets/style.css.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 15723, app/assets/stylesheets/style.css.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 15726, app/assets/stylesheets/style.css.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 15729, app/assets/stylesheets/style.css.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 15732, app/assets/stylesheets/style.css.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 15735, app/assets/stylesheets/style.css.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 15738, app/assets/stylesheets/style.css.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 15741, app/assets/stylesheets/style.css.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 15744, app/assets/stylesheets/style.css.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 15747, app/assets/stylesheets/style.css.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 15750, app/assets/stylesheets/style.css.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 15753, app/assets/stylesheets/style.css.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 15759, app/assets/stylesheets/style.css.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 15762, app/assets/stylesheets/style.css.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 15765, app/assets/stylesheets/style.css.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 15768, app/assets/stylesheets/style.css.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 15771, app/assets/stylesheets/style.css.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 15774, app/assets/stylesheets/style.css.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 15777, app/assets/stylesheets/style.css.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 15780, app/assets/stylesheets/style.css.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 15783, app/assets/stylesheets/style.css.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 15786, app/assets/stylesheets/style.css.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 15789, app/assets/stylesheets/style.css.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 15792, app/assets/stylesheets/style.css.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 15795, app/assets/stylesheets/style.css.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 15798, app/assets/stylesheets/style.css.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 15801, app/assets/stylesheets/style.css.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 15804, app/assets/stylesheets/style.css.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 15807, app/assets/stylesheets/style.css.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 15810, app/assets/stylesheets/style.css.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 15813, app/assets/stylesheets/style.css.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 15816, app/assets/stylesheets/style.css.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 15819, app/assets/stylesheets/style.css.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 15822, app/assets/stylesheets/style.css.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 15825, app/assets/stylesheets/style.css.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 15828, app/assets/stylesheets/style.css.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 15831, app/assets/stylesheets/style.css.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 15834, app/assets/stylesheets/style.css.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 15837, app/assets/stylesheets/style.css.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 15840, app/assets/stylesheets/style.css.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 15843, app/assets/stylesheets/style.css.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 15846, app/assets/stylesheets/style.css.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 15849, app/assets/stylesheets/style.css.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 15852, app/assets/stylesheets/style.css.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 15855, app/assets/stylesheets/style.css.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 15858, app/assets/stylesheets/style.css.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 15864, app/assets/stylesheets/style.css.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 15867, app/assets/stylesheets/style.css.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 15870, app/assets/stylesheets/style.css.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 15873, app/assets/stylesheets/style.css.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 15876, app/assets/stylesheets/style.css.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 15879, app/assets/stylesheets/style.css.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 15882, app/assets/stylesheets/style.css.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 15885, app/assets/stylesheets/style.css.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 15888, app/assets/stylesheets/style.css.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 15891, app/assets/stylesheets/style.css.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 15894, app/assets/stylesheets/style.css.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 15897, app/assets/stylesheets/style.css.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 15900, app/assets/stylesheets/style.css.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 15903, app/assets/stylesheets/style.css.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 15906, app/assets/stylesheets/style.css.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 15909, app/assets/stylesheets/style.css.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 15912, app/assets/stylesheets/style.css.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 15915, app/assets/stylesheets/style.css.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 15918, app/assets/stylesheets/style.css.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 15921, app/assets/stylesheets/style.css.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 15924, app/assets/stylesheets/style.css.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 15927, app/assets/stylesheets/style.css.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 15930, app/assets/stylesheets/style.css.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 15933, app/assets/stylesheets/style.css.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 15936, app/assets/stylesheets/style.css.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 15939, app/assets/stylesheets/style.css.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 15942, app/assets/stylesheets/style.css.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 15945, app/assets/stylesheets/style.css.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 15948, app/assets/stylesheets/style.css.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 15951, app/assets/stylesheets/style.css.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 15954, app/assets/stylesheets/style.css.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 15957, app/assets/stylesheets/style.css.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 15960, app/assets/stylesheets/style.css.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 15963, app/assets/stylesheets/style.css.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 15969, app/assets/stylesheets/style.css.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 15972, app/assets/stylesheets/style.css.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 15975, app/assets/stylesheets/style.css.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 15978, app/assets/stylesheets/style.css.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 15981, app/assets/stylesheets/style.css.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 15984, app/assets/stylesheets/style.css.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 15987, app/assets/stylesheets/style.css.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 15990, app/assets/stylesheets/style.css.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 15993, app/assets/stylesheets/style.css.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 15996, app/assets/stylesheets/style.css.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 15999, app/assets/stylesheets/style.css.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 16002, app/assets/stylesheets/style.css.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 16005, app/assets/stylesheets/style.css.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 16008, app/assets/stylesheets/style.css.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 16011, app/assets/stylesheets/style.css.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 16014, app/assets/stylesheets/style.css.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 16017, app/assets/stylesheets/style.css.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 16020, app/assets/stylesheets/style.css.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 16023, app/assets/stylesheets/style.css.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 16026, app/assets/stylesheets/style.css.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 16029, app/assets/stylesheets/style.css.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 16032, app/assets/stylesheets/style.css.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 16035, app/assets/stylesheets/style.css.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 16038, app/assets/stylesheets/style.css.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 16041, app/assets/stylesheets/style.css.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 16044, app/assets/stylesheets/style.css.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 16047, app/assets/stylesheets/style.css.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 16050, app/assets/stylesheets/style.css.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 16053, app/assets/stylesheets/style.css.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 16056, app/assets/stylesheets/style.css.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 16059, app/assets/stylesheets/style.css.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 16062, app/assets/stylesheets/style.css.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 16065, app/assets/stylesheets/style.css.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 16068, app/assets/stylesheets/style.css.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 16073, app/assets/stylesheets/style.css.scss */
.float-left {
  float: left !important;
}

/* line 16077, app/assets/stylesheets/style.css.scss */
.float-right {
  float: right !important;
}

/* line 16081, app/assets/stylesheets/style.css.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 16086, app/assets/stylesheets/style.css.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 16089, app/assets/stylesheets/style.css.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 16092, app/assets/stylesheets/style.css.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 16098, app/assets/stylesheets/style.css.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 16101, app/assets/stylesheets/style.css.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 16104, app/assets/stylesheets/style.css.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 16110, app/assets/stylesheets/style.css.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 16113, app/assets/stylesheets/style.css.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 16116, app/assets/stylesheets/style.css.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 16122, app/assets/stylesheets/style.css.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 16125, app/assets/stylesheets/style.css.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 16128, app/assets/stylesheets/style.css.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 16133, app/assets/stylesheets/style.css.scss */
.user-select-all {
  user-select: all !important;
}

/* line 16137, app/assets/stylesheets/style.css.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 16141, app/assets/stylesheets/style.css.scss */
.user-select-none {
  user-select: none !important;
}

/* line 16145, app/assets/stylesheets/style.css.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 16149, app/assets/stylesheets/style.css.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 16153, app/assets/stylesheets/style.css.scss */
.position-static {
  position: static !important;
}

/* line 16157, app/assets/stylesheets/style.css.scss */
.position-relative {
  position: relative !important;
}

/* line 16161, app/assets/stylesheets/style.css.scss */
.position-absolute {
  position: absolute !important;
}

/* line 16165, app/assets/stylesheets/style.css.scss */
.position-fixed {
  position: fixed !important;
}

/* line 16169, app/assets/stylesheets/style.css.scss */
.position-sticky {
  position: sticky !important;
}

/* line 16173, app/assets/stylesheets/style.css.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 16181, app/assets/stylesheets/style.css.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 16190, app/assets/stylesheets/style.css.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 16197, app/assets/stylesheets/style.css.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 16209, app/assets/stylesheets/style.css.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 16218, app/assets/stylesheets/style.css.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 16222, app/assets/stylesheets/style.css.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 16226, app/assets/stylesheets/style.css.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 16230, app/assets/stylesheets/style.css.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 16234, app/assets/stylesheets/style.css.scss */
.w-25 {
  width: 25% !important;
}

/* line 16238, app/assets/stylesheets/style.css.scss */
.w-50 {
  width: 50% !important;
}

/* line 16242, app/assets/stylesheets/style.css.scss */
.w-75 {
  width: 75% !important;
}

/* line 16246, app/assets/stylesheets/style.css.scss */
.w-100 {
  width: 100% !important;
}

/* line 16250, app/assets/stylesheets/style.css.scss */
.w-auto {
  width: auto !important;
}

/* line 16254, app/assets/stylesheets/style.css.scss */
.h-25 {
  height: 25% !important;
}

/* line 16258, app/assets/stylesheets/style.css.scss */
.h-50 {
  height: 50% !important;
}

/* line 16262, app/assets/stylesheets/style.css.scss */
.h-75 {
  height: 75% !important;
}

/* line 16266, app/assets/stylesheets/style.css.scss */
.h-100 {
  height: 100% !important;
}

/* line 16270, app/assets/stylesheets/style.css.scss */
.h-auto {
  height: auto !important;
}

/* line 16274, app/assets/stylesheets/style.css.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 16278, app/assets/stylesheets/style.css.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16282, app/assets/stylesheets/style.css.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 16286, app/assets/stylesheets/style.css.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 16290, app/assets/stylesheets/style.css.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 16294, app/assets/stylesheets/style.css.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 16298, app/assets/stylesheets/style.css.scss */
.m-0 {
  margin: 0 !important;
}

/* line 16302, app/assets/stylesheets/style.css.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16307, app/assets/stylesheets/style.css.scss */
.mr-0, .rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i,
.mx-0 {
  margin-right: 0 !important;
}

/* line 16312, app/assets/stylesheets/style.css.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 16317, app/assets/stylesheets/style.css.scss */
.ml-0, .rtl .preview-list .preview-item .preview-thumbnail .preview-icon i,
.mx-0 {
  margin-left: 0 !important;
}

/* line 16322, app/assets/stylesheets/style.css.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 16326, app/assets/stylesheets/style.css.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16331, app/assets/stylesheets/style.css.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 16336, app/assets/stylesheets/style.css.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 16341, app/assets/stylesheets/style.css.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 16346, app/assets/stylesheets/style.css.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 16350, app/assets/stylesheets/style.css.scss */
.mt-2, .template-demo > .btn-group,
.template-demo > .btn-group-vertical, .template-demo .circle-progress,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16356, app/assets/stylesheets/style.css.scss */
.mr-2, .template-demo > .btn, .ajax-upload-dragdrop .template-demo > .ajax-file-upload, .template-demo > .btn-group,
.template-demo > .btn-group-vertical, .template-demo > .dropdown,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 16362, app/assets/stylesheets/style.css.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 16367, app/assets/stylesheets/style.css.scss */
.ml-2, .btn-toolbar .btn-group + .btn-group,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 16372, app/assets/stylesheets/style.css.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 16376, app/assets/stylesheets/style.css.scss */
.mt-3, .template-demo > .btn, .ajax-upload-dragdrop .template-demo > .ajax-file-upload, .template-demo > .btn-toolbar,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16381, app/assets/stylesheets/style.css.scss */
.mr-3, .template-demo > .btn-toolbar,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 16386, app/assets/stylesheets/style.css.scss */
.mb-3, .template-demo .circle-progress-block,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 16391, app/assets/stylesheets/style.css.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 16396, app/assets/stylesheets/style.css.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 16400, app/assets/stylesheets/style.css.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16405, app/assets/stylesheets/style.css.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 16410, app/assets/stylesheets/style.css.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 16415, app/assets/stylesheets/style.css.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 16420, app/assets/stylesheets/style.css.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 16424, app/assets/stylesheets/style.css.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16429, app/assets/stylesheets/style.css.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 16434, app/assets/stylesheets/style.css.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 16439, app/assets/stylesheets/style.css.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 16444, app/assets/stylesheets/style.css.scss */
.p-0 {
  padding: 0 !important;
}

/* line 16448, app/assets/stylesheets/style.css.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16453, app/assets/stylesheets/style.css.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 16458, app/assets/stylesheets/style.css.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 16463, app/assets/stylesheets/style.css.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 16468, app/assets/stylesheets/style.css.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 16472, app/assets/stylesheets/style.css.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16477, app/assets/stylesheets/style.css.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 16482, app/assets/stylesheets/style.css.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 16487, app/assets/stylesheets/style.css.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 16492, app/assets/stylesheets/style.css.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 16496, app/assets/stylesheets/style.css.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16501, app/assets/stylesheets/style.css.scss */
.pr-2,
.px-2,
.template-demo .circle-progress-block {
  padding-right: 0.5rem !important;
}

/* line 16507, app/assets/stylesheets/style.css.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 16512, app/assets/stylesheets/style.css.scss */
.pl-2,
.px-2,
.template-demo .circle-progress-block {
  padding-left: 0.5rem !important;
}

/* line 16518, app/assets/stylesheets/style.css.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 16522, app/assets/stylesheets/style.css.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16527, app/assets/stylesheets/style.css.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 16532, app/assets/stylesheets/style.css.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 16537, app/assets/stylesheets/style.css.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 16542, app/assets/stylesheets/style.css.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 16546, app/assets/stylesheets/style.css.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16551, app/assets/stylesheets/style.css.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 16556, app/assets/stylesheets/style.css.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 16561, app/assets/stylesheets/style.css.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 16566, app/assets/stylesheets/style.css.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 16570, app/assets/stylesheets/style.css.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16575, app/assets/stylesheets/style.css.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 16580, app/assets/stylesheets/style.css.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 16585, app/assets/stylesheets/style.css.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 16590, app/assets/stylesheets/style.css.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 16594, app/assets/stylesheets/style.css.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 16599, app/assets/stylesheets/style.css.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 16604, app/assets/stylesheets/style.css.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 16609, app/assets/stylesheets/style.css.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 16614, app/assets/stylesheets/style.css.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 16618, app/assets/stylesheets/style.css.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 16623, app/assets/stylesheets/style.css.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 16628, app/assets/stylesheets/style.css.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 16633, app/assets/stylesheets/style.css.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 16638, app/assets/stylesheets/style.css.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 16642, app/assets/stylesheets/style.css.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 16647, app/assets/stylesheets/style.css.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 16652, app/assets/stylesheets/style.css.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 16657, app/assets/stylesheets/style.css.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 16662, app/assets/stylesheets/style.css.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 16666, app/assets/stylesheets/style.css.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 16671, app/assets/stylesheets/style.css.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 16676, app/assets/stylesheets/style.css.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 16681, app/assets/stylesheets/style.css.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 16686, app/assets/stylesheets/style.css.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 16690, app/assets/stylesheets/style.css.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 16695, app/assets/stylesheets/style.css.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 16700, app/assets/stylesheets/style.css.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 16705, app/assets/stylesheets/style.css.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 16710, app/assets/stylesheets/style.css.scss */
.m-auto {
  margin: auto !important;
}

/* line 16714, app/assets/stylesheets/style.css.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 16719, app/assets/stylesheets/style.css.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 16724, app/assets/stylesheets/style.css.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 16729, app/assets/stylesheets/style.css.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 16735, app/assets/stylesheets/style.css.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 16738, app/assets/stylesheets/style.css.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 16742, app/assets/stylesheets/style.css.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 16746, app/assets/stylesheets/style.css.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 16750, app/assets/stylesheets/style.css.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 16754, app/assets/stylesheets/style.css.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 16757, app/assets/stylesheets/style.css.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16761, app/assets/stylesheets/style.css.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 16765, app/assets/stylesheets/style.css.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 16769, app/assets/stylesheets/style.css.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 16773, app/assets/stylesheets/style.css.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 16776, app/assets/stylesheets/style.css.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16780, app/assets/stylesheets/style.css.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 16784, app/assets/stylesheets/style.css.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 16788, app/assets/stylesheets/style.css.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 16792, app/assets/stylesheets/style.css.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 16795, app/assets/stylesheets/style.css.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 16799, app/assets/stylesheets/style.css.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 16803, app/assets/stylesheets/style.css.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16807, app/assets/stylesheets/style.css.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 16811, app/assets/stylesheets/style.css.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 16814, app/assets/stylesheets/style.css.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16818, app/assets/stylesheets/style.css.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 16822, app/assets/stylesheets/style.css.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16826, app/assets/stylesheets/style.css.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 16830, app/assets/stylesheets/style.css.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 16833, app/assets/stylesheets/style.css.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 16837, app/assets/stylesheets/style.css.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 16841, app/assets/stylesheets/style.css.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16845, app/assets/stylesheets/style.css.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 16849, app/assets/stylesheets/style.css.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 16852, app/assets/stylesheets/style.css.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16856, app/assets/stylesheets/style.css.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 16860, app/assets/stylesheets/style.css.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 16864, app/assets/stylesheets/style.css.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 16868, app/assets/stylesheets/style.css.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 16871, app/assets/stylesheets/style.css.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16875, app/assets/stylesheets/style.css.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 16879, app/assets/stylesheets/style.css.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16883, app/assets/stylesheets/style.css.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 16887, app/assets/stylesheets/style.css.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 16890, app/assets/stylesheets/style.css.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16894, app/assets/stylesheets/style.css.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 16898, app/assets/stylesheets/style.css.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16902, app/assets/stylesheets/style.css.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 16906, app/assets/stylesheets/style.css.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 16909, app/assets/stylesheets/style.css.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16913, app/assets/stylesheets/style.css.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 16917, app/assets/stylesheets/style.css.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16921, app/assets/stylesheets/style.css.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 16925, app/assets/stylesheets/style.css.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 16928, app/assets/stylesheets/style.css.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16932, app/assets/stylesheets/style.css.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 16936, app/assets/stylesheets/style.css.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16940, app/assets/stylesheets/style.css.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 16944, app/assets/stylesheets/style.css.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 16947, app/assets/stylesheets/style.css.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 16951, app/assets/stylesheets/style.css.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 16955, app/assets/stylesheets/style.css.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16959, app/assets/stylesheets/style.css.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 16963, app/assets/stylesheets/style.css.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 16966, app/assets/stylesheets/style.css.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 16970, app/assets/stylesheets/style.css.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 16974, app/assets/stylesheets/style.css.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 16978, app/assets/stylesheets/style.css.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 16982, app/assets/stylesheets/style.css.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 16985, app/assets/stylesheets/style.css.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 16989, app/assets/stylesheets/style.css.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 16993, app/assets/stylesheets/style.css.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 16997, app/assets/stylesheets/style.css.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 17001, app/assets/stylesheets/style.css.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 17004, app/assets/stylesheets/style.css.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 17008, app/assets/stylesheets/style.css.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 17012, app/assets/stylesheets/style.css.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 17016, app/assets/stylesheets/style.css.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 17020, app/assets/stylesheets/style.css.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 17023, app/assets/stylesheets/style.css.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 17027, app/assets/stylesheets/style.css.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 17031, app/assets/stylesheets/style.css.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 17035, app/assets/stylesheets/style.css.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 17039, app/assets/stylesheets/style.css.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 17042, app/assets/stylesheets/style.css.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 17046, app/assets/stylesheets/style.css.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 17050, app/assets/stylesheets/style.css.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 17054, app/assets/stylesheets/style.css.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 17058, app/assets/stylesheets/style.css.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 17061, app/assets/stylesheets/style.css.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 17065, app/assets/stylesheets/style.css.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 17069, app/assets/stylesheets/style.css.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 17073, app/assets/stylesheets/style.css.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 17080, app/assets/stylesheets/style.css.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 17083, app/assets/stylesheets/style.css.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 17087, app/assets/stylesheets/style.css.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 17091, app/assets/stylesheets/style.css.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 17095, app/assets/stylesheets/style.css.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 17099, app/assets/stylesheets/style.css.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 17102, app/assets/stylesheets/style.css.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17106, app/assets/stylesheets/style.css.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17110, app/assets/stylesheets/style.css.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 17114, app/assets/stylesheets/style.css.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17118, app/assets/stylesheets/style.css.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 17121, app/assets/stylesheets/style.css.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17125, app/assets/stylesheets/style.css.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17129, app/assets/stylesheets/style.css.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 17133, app/assets/stylesheets/style.css.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17137, app/assets/stylesheets/style.css.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 17140, app/assets/stylesheets/style.css.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 17144, app/assets/stylesheets/style.css.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 17148, app/assets/stylesheets/style.css.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 17152, app/assets/stylesheets/style.css.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 17156, app/assets/stylesheets/style.css.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 17159, app/assets/stylesheets/style.css.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17163, app/assets/stylesheets/style.css.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 17167, app/assets/stylesheets/style.css.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 17171, app/assets/stylesheets/style.css.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17175, app/assets/stylesheets/style.css.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 17178, app/assets/stylesheets/style.css.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 17182, app/assets/stylesheets/style.css.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 17186, app/assets/stylesheets/style.css.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 17190, app/assets/stylesheets/style.css.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 17194, app/assets/stylesheets/style.css.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 17197, app/assets/stylesheets/style.css.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 17201, app/assets/stylesheets/style.css.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 17205, app/assets/stylesheets/style.css.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 17209, app/assets/stylesheets/style.css.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 17213, app/assets/stylesheets/style.css.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 17216, app/assets/stylesheets/style.css.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17220, app/assets/stylesheets/style.css.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 17224, app/assets/stylesheets/style.css.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 17228, app/assets/stylesheets/style.css.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17232, app/assets/stylesheets/style.css.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 17235, app/assets/stylesheets/style.css.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17239, app/assets/stylesheets/style.css.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 17243, app/assets/stylesheets/style.css.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 17247, app/assets/stylesheets/style.css.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17251, app/assets/stylesheets/style.css.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 17254, app/assets/stylesheets/style.css.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 17258, app/assets/stylesheets/style.css.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 17262, app/assets/stylesheets/style.css.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 17266, app/assets/stylesheets/style.css.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 17270, app/assets/stylesheets/style.css.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 17273, app/assets/stylesheets/style.css.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17277, app/assets/stylesheets/style.css.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 17281, app/assets/stylesheets/style.css.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 17285, app/assets/stylesheets/style.css.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17289, app/assets/stylesheets/style.css.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 17292, app/assets/stylesheets/style.css.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 17296, app/assets/stylesheets/style.css.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 17300, app/assets/stylesheets/style.css.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 17304, app/assets/stylesheets/style.css.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 17308, app/assets/stylesheets/style.css.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 17311, app/assets/stylesheets/style.css.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 17315, app/assets/stylesheets/style.css.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 17319, app/assets/stylesheets/style.css.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 17323, app/assets/stylesheets/style.css.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 17327, app/assets/stylesheets/style.css.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 17330, app/assets/stylesheets/style.css.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 17334, app/assets/stylesheets/style.css.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 17338, app/assets/stylesheets/style.css.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 17342, app/assets/stylesheets/style.css.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 17346, app/assets/stylesheets/style.css.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 17349, app/assets/stylesheets/style.css.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 17353, app/assets/stylesheets/style.css.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 17357, app/assets/stylesheets/style.css.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 17361, app/assets/stylesheets/style.css.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 17365, app/assets/stylesheets/style.css.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 17368, app/assets/stylesheets/style.css.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 17372, app/assets/stylesheets/style.css.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 17376, app/assets/stylesheets/style.css.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 17380, app/assets/stylesheets/style.css.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 17384, app/assets/stylesheets/style.css.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 17387, app/assets/stylesheets/style.css.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 17391, app/assets/stylesheets/style.css.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 17395, app/assets/stylesheets/style.css.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 17399, app/assets/stylesheets/style.css.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 17403, app/assets/stylesheets/style.css.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 17406, app/assets/stylesheets/style.css.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 17410, app/assets/stylesheets/style.css.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 17414, app/assets/stylesheets/style.css.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 17418, app/assets/stylesheets/style.css.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 17425, app/assets/stylesheets/style.css.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 17428, app/assets/stylesheets/style.css.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 17432, app/assets/stylesheets/style.css.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 17436, app/assets/stylesheets/style.css.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 17440, app/assets/stylesheets/style.css.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 17444, app/assets/stylesheets/style.css.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 17447, app/assets/stylesheets/style.css.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17451, app/assets/stylesheets/style.css.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17455, app/assets/stylesheets/style.css.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 17459, app/assets/stylesheets/style.css.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17463, app/assets/stylesheets/style.css.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 17466, app/assets/stylesheets/style.css.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17470, app/assets/stylesheets/style.css.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17474, app/assets/stylesheets/style.css.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 17478, app/assets/stylesheets/style.css.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17482, app/assets/stylesheets/style.css.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 17485, app/assets/stylesheets/style.css.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 17489, app/assets/stylesheets/style.css.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 17493, app/assets/stylesheets/style.css.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 17497, app/assets/stylesheets/style.css.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 17501, app/assets/stylesheets/style.css.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 17504, app/assets/stylesheets/style.css.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17508, app/assets/stylesheets/style.css.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 17512, app/assets/stylesheets/style.css.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 17516, app/assets/stylesheets/style.css.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17520, app/assets/stylesheets/style.css.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 17523, app/assets/stylesheets/style.css.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 17527, app/assets/stylesheets/style.css.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 17531, app/assets/stylesheets/style.css.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 17535, app/assets/stylesheets/style.css.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 17539, app/assets/stylesheets/style.css.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 17542, app/assets/stylesheets/style.css.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 17546, app/assets/stylesheets/style.css.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 17550, app/assets/stylesheets/style.css.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 17554, app/assets/stylesheets/style.css.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 17558, app/assets/stylesheets/style.css.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 17561, app/assets/stylesheets/style.css.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17565, app/assets/stylesheets/style.css.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 17569, app/assets/stylesheets/style.css.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 17573, app/assets/stylesheets/style.css.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17577, app/assets/stylesheets/style.css.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 17580, app/assets/stylesheets/style.css.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17584, app/assets/stylesheets/style.css.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 17588, app/assets/stylesheets/style.css.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 17592, app/assets/stylesheets/style.css.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17596, app/assets/stylesheets/style.css.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 17599, app/assets/stylesheets/style.css.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 17603, app/assets/stylesheets/style.css.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 17607, app/assets/stylesheets/style.css.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 17611, app/assets/stylesheets/style.css.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 17615, app/assets/stylesheets/style.css.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 17618, app/assets/stylesheets/style.css.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17622, app/assets/stylesheets/style.css.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 17626, app/assets/stylesheets/style.css.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 17630, app/assets/stylesheets/style.css.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17634, app/assets/stylesheets/style.css.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 17637, app/assets/stylesheets/style.css.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 17641, app/assets/stylesheets/style.css.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 17645, app/assets/stylesheets/style.css.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 17649, app/assets/stylesheets/style.css.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 17653, app/assets/stylesheets/style.css.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 17656, app/assets/stylesheets/style.css.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 17660, app/assets/stylesheets/style.css.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 17664, app/assets/stylesheets/style.css.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 17668, app/assets/stylesheets/style.css.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 17672, app/assets/stylesheets/style.css.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 17675, app/assets/stylesheets/style.css.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 17679, app/assets/stylesheets/style.css.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 17683, app/assets/stylesheets/style.css.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 17687, app/assets/stylesheets/style.css.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 17691, app/assets/stylesheets/style.css.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 17694, app/assets/stylesheets/style.css.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 17698, app/assets/stylesheets/style.css.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 17702, app/assets/stylesheets/style.css.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 17706, app/assets/stylesheets/style.css.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 17710, app/assets/stylesheets/style.css.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 17713, app/assets/stylesheets/style.css.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 17717, app/assets/stylesheets/style.css.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 17721, app/assets/stylesheets/style.css.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 17725, app/assets/stylesheets/style.css.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 17729, app/assets/stylesheets/style.css.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 17732, app/assets/stylesheets/style.css.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 17736, app/assets/stylesheets/style.css.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 17740, app/assets/stylesheets/style.css.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 17744, app/assets/stylesheets/style.css.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 17748, app/assets/stylesheets/style.css.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 17751, app/assets/stylesheets/style.css.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 17755, app/assets/stylesheets/style.css.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 17759, app/assets/stylesheets/style.css.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 17763, app/assets/stylesheets/style.css.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 17770, app/assets/stylesheets/style.css.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 17773, app/assets/stylesheets/style.css.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 17777, app/assets/stylesheets/style.css.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 17781, app/assets/stylesheets/style.css.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 17785, app/assets/stylesheets/style.css.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 17789, app/assets/stylesheets/style.css.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 17792, app/assets/stylesheets/style.css.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17796, app/assets/stylesheets/style.css.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17800, app/assets/stylesheets/style.css.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 17804, app/assets/stylesheets/style.css.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17808, app/assets/stylesheets/style.css.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 17811, app/assets/stylesheets/style.css.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17815, app/assets/stylesheets/style.css.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17819, app/assets/stylesheets/style.css.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 17823, app/assets/stylesheets/style.css.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17827, app/assets/stylesheets/style.css.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 17830, app/assets/stylesheets/style.css.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 17834, app/assets/stylesheets/style.css.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 17838, app/assets/stylesheets/style.css.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 17842, app/assets/stylesheets/style.css.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 17846, app/assets/stylesheets/style.css.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 17849, app/assets/stylesheets/style.css.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17853, app/assets/stylesheets/style.css.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 17857, app/assets/stylesheets/style.css.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 17861, app/assets/stylesheets/style.css.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17865, app/assets/stylesheets/style.css.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 17868, app/assets/stylesheets/style.css.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 17872, app/assets/stylesheets/style.css.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 17876, app/assets/stylesheets/style.css.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 17880, app/assets/stylesheets/style.css.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 17884, app/assets/stylesheets/style.css.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 17887, app/assets/stylesheets/style.css.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 17891, app/assets/stylesheets/style.css.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 17895, app/assets/stylesheets/style.css.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 17899, app/assets/stylesheets/style.css.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 17903, app/assets/stylesheets/style.css.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 17906, app/assets/stylesheets/style.css.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17910, app/assets/stylesheets/style.css.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 17914, app/assets/stylesheets/style.css.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 17918, app/assets/stylesheets/style.css.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17922, app/assets/stylesheets/style.css.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 17925, app/assets/stylesheets/style.css.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17929, app/assets/stylesheets/style.css.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 17933, app/assets/stylesheets/style.css.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 17937, app/assets/stylesheets/style.css.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17941, app/assets/stylesheets/style.css.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 17944, app/assets/stylesheets/style.css.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 17948, app/assets/stylesheets/style.css.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 17952, app/assets/stylesheets/style.css.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 17956, app/assets/stylesheets/style.css.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 17960, app/assets/stylesheets/style.css.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 17963, app/assets/stylesheets/style.css.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17967, app/assets/stylesheets/style.css.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 17971, app/assets/stylesheets/style.css.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 17975, app/assets/stylesheets/style.css.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17979, app/assets/stylesheets/style.css.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 17982, app/assets/stylesheets/style.css.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 17986, app/assets/stylesheets/style.css.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 17990, app/assets/stylesheets/style.css.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 17994, app/assets/stylesheets/style.css.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 17998, app/assets/stylesheets/style.css.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 18001, app/assets/stylesheets/style.css.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 18005, app/assets/stylesheets/style.css.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 18009, app/assets/stylesheets/style.css.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 18013, app/assets/stylesheets/style.css.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 18017, app/assets/stylesheets/style.css.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 18020, app/assets/stylesheets/style.css.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 18024, app/assets/stylesheets/style.css.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 18028, app/assets/stylesheets/style.css.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 18032, app/assets/stylesheets/style.css.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 18036, app/assets/stylesheets/style.css.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 18039, app/assets/stylesheets/style.css.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 18043, app/assets/stylesheets/style.css.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 18047, app/assets/stylesheets/style.css.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 18051, app/assets/stylesheets/style.css.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 18055, app/assets/stylesheets/style.css.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 18058, app/assets/stylesheets/style.css.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 18062, app/assets/stylesheets/style.css.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 18066, app/assets/stylesheets/style.css.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 18070, app/assets/stylesheets/style.css.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 18074, app/assets/stylesheets/style.css.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 18077, app/assets/stylesheets/style.css.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 18081, app/assets/stylesheets/style.css.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 18085, app/assets/stylesheets/style.css.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 18089, app/assets/stylesheets/style.css.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 18093, app/assets/stylesheets/style.css.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 18096, app/assets/stylesheets/style.css.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 18100, app/assets/stylesheets/style.css.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 18104, app/assets/stylesheets/style.css.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 18108, app/assets/stylesheets/style.css.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 18114, app/assets/stylesheets/style.css.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 18126, app/assets/stylesheets/style.css.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 18130, app/assets/stylesheets/style.css.scss */
.text-justify {
  text-align: justify !important;
}

/* line 18134, app/assets/stylesheets/style.css.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 18138, app/assets/stylesheets/style.css.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 18142, app/assets/stylesheets/style.css.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 18148, app/assets/stylesheets/style.css.scss */
.text-left {
  text-align: left !important;
}

/* line 18152, app/assets/stylesheets/style.css.scss */
.text-right {
  text-align: right !important;
}

/* line 18156, app/assets/stylesheets/style.css.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 18161, app/assets/stylesheets/style.css.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 18164, app/assets/stylesheets/style.css.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 18167, app/assets/stylesheets/style.css.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 18173, app/assets/stylesheets/style.css.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 18176, app/assets/stylesheets/style.css.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 18179, app/assets/stylesheets/style.css.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 18185, app/assets/stylesheets/style.css.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 18188, app/assets/stylesheets/style.css.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 18191, app/assets/stylesheets/style.css.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 18197, app/assets/stylesheets/style.css.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 18200, app/assets/stylesheets/style.css.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 18203, app/assets/stylesheets/style.css.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 18208, app/assets/stylesheets/style.css.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 18212, app/assets/stylesheets/style.css.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 18216, app/assets/stylesheets/style.css.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 18220, app/assets/stylesheets/style.css.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 18224, app/assets/stylesheets/style.css.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 18228, app/assets/stylesheets/style.css.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 18232, app/assets/stylesheets/style.css.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 18236, app/assets/stylesheets/style.css.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 18240, app/assets/stylesheets/style.css.scss */
.font-italic {
  font-style: italic !important;
}

/* line 18244, app/assets/stylesheets/style.css.scss */
.text-white {
  color: #ffffff !important;
}

/* line 18248, app/assets/stylesheets/style.css.scss */
.text-primary {
  color: #2e40a4 !important;
}

/* line 18252, app/assets/stylesheets/style.css.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #d103e3 !important;
}

/* line 18256, app/assets/stylesheets/style.css.scss */
.text-secondary {
  color: #e4e6f6 !important;
}

/* line 18260, app/assets/stylesheets/style.css.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #abb1e3 !important;
}

/* line 18264, app/assets/stylesheets/style.css.scss */
.text-success {
  color: #51c81c !important;
}

/* line 18268, app/assets/stylesheets/style.css.scss */
a.text-success:hover, a.text-success:focus {
  color: #368513 !important;
}

/* line 18272, app/assets/stylesheets/style.css.scss */
.text-info {
  color: #3794fc !important;
}

/* line 18276, app/assets/stylesheets/style.css.scss */
a.text-info:hover, a.text-info:focus {
  color: #036de3 !important;
}

/* line 18280, app/assets/stylesheets/style.css.scss */
.text-warning {
  color: #fcb41d !important;
}

/* line 18284, app/assets/stylesheets/style.css.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ca8a03 !important;
}

/* line 18288, app/assets/stylesheets/style.css.scss */
.text-danger {
  color: #fc381d !important;
}

/* line 18292, app/assets/stylesheets/style.css.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #ca1b03 !important;
}

/* line 18296, app/assets/stylesheets/style.css.scss */
.text-light {
  color: #dee5ef !important;
}

/* line 18300, app/assets/stylesheets/style.css.scss */
a.text-light:hover, a.text-light:focus {
  color: #aabcd6 !important;
}

/* line 18304, app/assets/stylesheets/style.css.scss */
.text-dark {
  color: #001737 !important;
}

/* line 18308, app/assets/stylesheets/style.css.scss */
a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

/* line 18312, app/assets/stylesheets/style.css.scss */
.text-body {
  color: #666666 !important;
}

/* line 18316, app/assets/stylesheets/style.css.scss */
.text-muted, .preview-list .preview-item .preview-item-content p .content-category {
  color: #666666 !important;
}

/* line 18320, app/assets/stylesheets/style.css.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 18324, app/assets/stylesheets/style.css.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 18328, app/assets/stylesheets/style.css.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 18336, app/assets/stylesheets/style.css.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 18340, app/assets/stylesheets/style.css.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 18345, app/assets/stylesheets/style.css.scss */
.text-reset {
  color: inherit !important;
}

/* line 18349, app/assets/stylesheets/style.css.scss */
.visible {
  visibility: visible !important;
}

/* line 18353, app/assets/stylesheets/style.css.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 18358, app/assets/stylesheets/style.css.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 18364, app/assets/stylesheets/style.css.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 18367, app/assets/stylesheets/style.css.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 18370, app/assets/stylesheets/style.css.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 18373, app/assets/stylesheets/style.css.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 18378, app/assets/stylesheets/style.css.scss */
  thead {
    display: table-header-group;
  }
  /* line 18381, app/assets/stylesheets/style.css.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 18385, app/assets/stylesheets/style.css.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 18391, app/assets/stylesheets/style.css.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 18398, app/assets/stylesheets/style.css.scss */
  body {
    min-width: 992px !important;
  }
  /* line 18401, app/assets/stylesheets/style.css.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 18404, app/assets/stylesheets/style.css.scss */
  .navbar {
    display: none;
  }
  /* line 18407, app/assets/stylesheets/style.css.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 18410, app/assets/stylesheets/style.css.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 18413, app/assets/stylesheets/style.css.scss */
  .table td,
.table th {
    background-color: #ffffff !important;
  }
  /* line 18417, app/assets/stylesheets/style.css.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 18421, app/assets/stylesheets/style.css.scss */
  .table-dark {
    color: inherit;
  }
  /* line 18424, app/assets/stylesheets/style.css.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #e4e6f6;
  }
  /* line 18430, app/assets/stylesheets/style.css.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #e4e6f6;
  }
}

/*-------------------------------------------------------------------*/
/* === Template mixins === */
/* Miscellaneous Mixins */
/* Animation Mixins */
@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0);
  }
}

/* line 18452, app/assets/stylesheets/style.css.scss */
.dropdownAnimation, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 18475, app/assets/stylesheets/style.css.scss */
.fadeOut {
  animation-name: fadeOut;
}

/* line 18479, app/assets/stylesheets/style.css.scss */
.infinite-spin {
  animation-name: spin;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

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

/* line 18506, app/assets/stylesheets/style.css.scss */
.fadeInUp {
  animation-name: fadeInUp;
}

/*-------------------------------------------------------------------*/
/* === Core Styles === */
/* Reset Styles */
/* line 18513, app/assets/stylesheets/style.css.scss */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

/* line 18519, app/assets/stylesheets/style.css.scss */
.form-control, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead,
.tt-query,
.tt-hint, .form-control:focus, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus,
.tt-query:focus,
.tt-hint:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

/* line 18530, app/assets/stylesheets/style.css.scss */
a,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
  text-shadow: none;
}

/* line 18542, app/assets/stylesheets/style.css.scss */
[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0;
}

/* line 18555, app/assets/stylesheets/style.css.scss */
input, .form-control:focus, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus,
.tt-query:focus,
.tt-hint:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  outline-width: 0;
  outline-color: transparent;
  box-shadow: none;
  outline-style: none;
}

/* line 18569, app/assets/stylesheets/style.css.scss */
textarea {
  resize: none;
  overflow-x: hidden;
}

/* line 18574, app/assets/stylesheets/style.css.scss */
.btn, .ajax-upload-dragdrop .ajax-file-upload,
.btn-group.open .dropdown-toggle,
.btn:active,
.ajax-upload-dragdrop .ajax-file-upload:active, .btn:focus, .ajax-upload-dragdrop .ajax-file-upload:focus, .btn:hover, .ajax-upload-dragdrop .ajax-file-upload:hover,
.btn:visited,
.ajax-upload-dragdrop .ajax-file-upload:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 18611, app/assets/stylesheets/style.css.scss */
.btn.active.focus, .ajax-upload-dragdrop .active.focus.ajax-file-upload,
.btn.active:focus,
.ajax-upload-dragdrop .active.ajax-file-upload:focus, .btn.focus, .ajax-upload-dragdrop .focus.ajax-file-upload,
.btn.focus:active,
.ajax-upload-dragdrop .ajax-file-upload.focus:active,
.btn:active:focus,
.ajax-upload-dragdrop .ajax-file-upload:active:focus, .btn:focus, .ajax-upload-dragdrop .ajax-file-upload:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
  outline: 0;
  outline-offset: 0;
}

/* line 18628, app/assets/stylesheets/style.css.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: 0;
  outline-offset: 0;
}

/* line 18633, app/assets/stylesheets/style.css.scss */
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:visited {
  outline: 0;
}

/* line 18640, app/assets/stylesheets/style.css.scss */
a:focus,
input:focus {
  border-color: transparent;
  outline: none;
}

@font-face {
  font-family: 'Karla';
  src: url(/assets/karla/Karla-Bold-d7bd0192794677097def68e8a15b8841bc131261553946f47f778f44d5b5f256.eot);
  src: url(/assets/karla/Karla-Bold-d7bd0192794677097def68e8a15b8841bc131261553946f47f778f44d5b5f256.eot?#iefix) format("embedded-opentype"), url(/assets/karla/Karla-Bold-72c4f1bd25ce17811cf20e224cb269900107e86a9299830d0baab6b5bea830f5.woff2) format("woff2"), url(/assets/karla/Karla-Bold-fa00b3dd0afe27add34256a956996375a5fc96737c4d8afdb087aa8d0eb091e2.woff) format("woff"), url(/assets/karla/Karla-Bold-edbf253abc1094d5317be097c7d05b7115d2b7f605e0f2d992eb9fb4a3342fea.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Karla';
  src: url(/assets/karla/Karla-Regular-1adddc07ad2eaa56372a347bd0ecc0b369af42434925991236d9b23790021501.eot);
  src: url(/assets/karla/Karla-Regular-1adddc07ad2eaa56372a347bd0ecc0b369af42434925991236d9b23790021501.eot?#iefix) format("embedded-opentype"), url(/assets/karla/Karla-Regular-cf28ba4d773364fe4234d027cb5f1e47f2fbc70bc2dd6009a0adf39855052220.woff2) format("woff2"), url(/assets/karla/Karla-Regular-5bc90cda57e58a2834b3e3ed649396078fbcc73cc2db23187dd9a248f3e7d20e.woff) format("woff"), url(/assets/karla/Karla-Regular-2a531bbd79d32d57df5ffa04291340b3d7756c280029e04bf73c2d8d900b5a45.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 18662, app/assets/stylesheets/style.css.scss */
.bg-twitter {
  background: #2caae1;
}

/* line 18666, app/assets/stylesheets/style.css.scss */
.bg-facebook {
  background: #3b579d;
}

/* line 18670, app/assets/stylesheets/style.css.scss */
.bg-google {
  background: #dc4a38;
}

/* line 18674, app/assets/stylesheets/style.css.scss */
.bg-linkedin {
  background: #0177b5;
}

/* line 18678, app/assets/stylesheets/style.css.scss */
.bg-pinterest {
  background: #cc2127;
}

/* line 18682, app/assets/stylesheets/style.css.scss */
.bg-youtube {
  background: #e52d27;
}

/* line 18686, app/assets/stylesheets/style.css.scss */
.bg-github {
  background: #333333;
}

/* line 18690, app/assets/stylesheets/style.css.scss */
.bg-behance {
  background: #1769ff;
}

/* line 18694, app/assets/stylesheets/style.css.scss */
.bg-dribbble {
  background: #ea4c89;
}

/* line 18698, app/assets/stylesheets/style.css.scss */
.bg-reddit {
  background: #ff4500;
}

/* line 18702, app/assets/stylesheets/style.css.scss */
.bg-gradient-primary {
  background: linear-gradient(230deg, #759bff, #843cf6);
}

/* line 18706, app/assets/stylesheets/style.css.scss */
.bg-gradient-secondary {
  background: linear-gradient(to right, #e7ebf0, #868e96);
}

/* line 18710, app/assets/stylesheets/style.css.scss */
.bg-gradient-success {
  background: linear-gradient(45deg, #7bffce, #30c93e);
}

/* line 18714, app/assets/stylesheets/style.css.scss */
.bg-gradient-info {
  background: linear-gradient(to bottom, #0e4cfd, #6a8eff);
}

/* line 18718, app/assets/stylesheets/style.css.scss */
.bg-gradient-warning {
  background: linear-gradient(135deg, #ffc480, #ff763b);
}

/* line 18722, app/assets/stylesheets/style.css.scss */
.bg-gradient-danger {
  background: linear-gradient(316deg, #fc5286, #fbaaa2);
}

/* line 18726, app/assets/stylesheets/style.css.scss */
.bg-gradient-light {
  background: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
}

/* line 18730, app/assets/stylesheets/style.css.scss */
.bg-gradient-dark {
  background: linear-gradient(to right, #7d7979 0%, #000000 100%);
}

/* Typography */
/* line 18735, app/assets/stylesheets/style.css.scss */
body {
  font-size: .875rem;
  font-family: "Karla", sans-serif;
  font-weight: initial;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

/* line 18743, app/assets/stylesheets/style.css.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1;
}

/* line 18749, app/assets/stylesheets/style.css.scss */
p {
  font-size: 0.875rem;
  margin-bottom: .5rem;
  line-height: 1.3rem;
}

/* line 18755, app/assets/stylesheets/style.css.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 18759, app/assets/stylesheets/style.css.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18763, app/assets/stylesheets/style.css.scss */
h3, .h3 {
  font-size: 1.875rem;
}

/* line 18767, app/assets/stylesheets/style.css.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 18771, app/assets/stylesheets/style.css.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 18775, app/assets/stylesheets/style.css.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 18779, app/assets/stylesheets/style.css.scss */
.display-1 {
  font-size: 3.75rem;
}

@media (max-width: 991px) {
  /* line 18784, app/assets/stylesheets/style.css.scss */
  .display-1 {
    font-size: 3rem;
  }
}

/* line 18789, app/assets/stylesheets/style.css.scss */
.display-2 {
  font-size: 3.125rem;
}

@media (max-width: 991px) {
  /* line 18794, app/assets/stylesheets/style.css.scss */
  .display-2 {
    font-size: 2.5rem;
  }
}

/* line 18799, app/assets/stylesheets/style.css.scss */
.display-3 {
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  /* line 18804, app/assets/stylesheets/style.css.scss */
  .display-3 {
    font-size: 2rem;
  }
}

/* line 18809, app/assets/stylesheets/style.css.scss */
.display-4 {
  font-size: 1.875rem;
}

@media (max-width: 991px) {
  /* line 18814, app/assets/stylesheets/style.css.scss */
  .display-4 {
    font-size: 1.5rem;
  }
}

/* line 18819, app/assets/stylesheets/style.css.scss */
.display-5 {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  /* line 18824, app/assets/stylesheets/style.css.scss */
  .display-5 {
    font-size: 1rem;
  }
}

/* line 18829, app/assets/stylesheets/style.css.scss */
.blockquote {
  padding: 1.25rem;
  border: 1px solid #e4e6f6;
}

/* line 18834, app/assets/stylesheets/style.css.scss */
address p {
  margin-bottom: 0;
}

/* line 18838, app/assets/stylesheets/style.css.scss */
.blockquote-primary {
  border-color: #ec37fc;
}

/* line 18842, app/assets/stylesheets/style.css.scss */
.blockquote-primary .blockquote-footer {
  color: #ec37fc;
}

/* line 18846, app/assets/stylesheets/style.css.scss */
.blockquote-secondary {
  border-color: #e4e6f6;
}

/* line 18850, app/assets/stylesheets/style.css.scss */
.blockquote-secondary .blockquote-footer {
  color: #e4e6f6;
}

/* line 18854, app/assets/stylesheets/style.css.scss */
.blockquote-success {
  border-color: #51c81c;
}

/* line 18858, app/assets/stylesheets/style.css.scss */
.blockquote-success .blockquote-footer {
  color: #51c81c;
}

/* line 18862, app/assets/stylesheets/style.css.scss */
.blockquote-info {
  border-color: #3794fc;
}

/* line 18866, app/assets/stylesheets/style.css.scss */
.blockquote-info .blockquote-footer {
  color: #3794fc;
}

/* line 18870, app/assets/stylesheets/style.css.scss */
.blockquote-warning {
  border-color: #fcb41d;
}

/* line 18874, app/assets/stylesheets/style.css.scss */
.blockquote-warning .blockquote-footer {
  color: #fcb41d;
}

/* line 18878, app/assets/stylesheets/style.css.scss */
.blockquote-danger {
  border-color: #fc381d;
}

/* line 18882, app/assets/stylesheets/style.css.scss */
.blockquote-danger .blockquote-footer {
  color: #fc381d;
}

/* line 18886, app/assets/stylesheets/style.css.scss */
.blockquote-light {
  border-color: #dee5ef;
}

/* line 18890, app/assets/stylesheets/style.css.scss */
.blockquote-light .blockquote-footer {
  color: #dee5ef;
}

/* line 18894, app/assets/stylesheets/style.css.scss */
.blockquote-dark {
  border-color: #001737;
}

/* line 18898, app/assets/stylesheets/style.css.scss */
.blockquote-dark .blockquote-footer {
  color: #001737;
}

/* line 18902, app/assets/stylesheets/style.css.scss */
.error-page h1 {
  font-size: 12rem;
}

@media (max-width: 991px) {
  /* line 18907, app/assets/stylesheets/style.css.scss */
  .error-page h1 {
    font-size: 8rem;
  }
}

/* line 18912, app/assets/stylesheets/style.css.scss */
.text-twitter {
  color: #2caae1;
}

/* line 18916, app/assets/stylesheets/style.css.scss */
.text-facebook {
  color: #3b579d;
}

/* line 18920, app/assets/stylesheets/style.css.scss */
.text-google {
  color: #dc4a38;
}

/* line 18924, app/assets/stylesheets/style.css.scss */
.text-linkedin {
  color: #0177b5;
}

/* line 18928, app/assets/stylesheets/style.css.scss */
.text-pinterest {
  color: #cc2127;
}

/* line 18932, app/assets/stylesheets/style.css.scss */
.text-youtube {
  color: #e52d27;
}

/* line 18936, app/assets/stylesheets/style.css.scss */
.text-github {
  color: #333333;
}

/* line 18940, app/assets/stylesheets/style.css.scss */
.text-behance {
  color: #1769ff;
}

/* line 18944, app/assets/stylesheets/style.css.scss */
.text-dribbble {
  color: #ea4c89;
}

/* line 18948, app/assets/stylesheets/style.css.scss */
.text-reddit {
  color: #ff4500;
}

/* line 18952, app/assets/stylesheets/style.css.scss */
.page-header {
  margin-bottom: 2.5rem;
}

/* line 18956, app/assets/stylesheets/style.css.scss */
.page-header .page-title {
  margin-bottom: 0;
  line-height: .85;
}

/* line 18961, app/assets/stylesheets/style.css.scss */
.font-weight-medium {
  font-weight: 500;
}

/* Miscellanoeous */
/* line 18966, app/assets/stylesheets/style.css.scss */
body,
html {
  overflow-x: hidden;
  padding-right: 0 !important;
}

/* line 18972, app/assets/stylesheets/style.css.scss */
*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
  overflow: auto;
}

/* line 18978, app/assets/stylesheets/style.css.scss */
.container-scroller {
  overflow: hidden;
}

/* line 18982, app/assets/stylesheets/style.css.scss */
pre {
  background: #e8eff4;
  padding: 15px;
  font-size: 14px;
}

/* line 18988, app/assets/stylesheets/style.css.scss */
code {
  padding: 5px;
  color: #fc381d;
  font-family: "Karla", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  border-radius: 4px;
}

/* Footer */
/* line 18998, app/assets/stylesheets/style.css.scss */
.footer {
  background: #fff;
  padding: 1.5rem 2.5rem;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  font-size: 0.875rem;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 19011, app/assets/stylesheets/style.css.scss */
.footer a {
  color: #ec37fc;
  font-size: inherit;
}

@media (max-width: 991px) {
  /* line 19017, app/assets/stylesheets/style.css.scss */
  .footer {
    margin-left: 0;
    width: 100%;
  }
}

/* Utilities */
/* line 19024, app/assets/stylesheets/style.css.scss */
.grid-margin {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 19029, app/assets/stylesheets/style.css.scss */
  .grid-margin-sm-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 19035, app/assets/stylesheets/style.css.scss */
  .grid-margin-md-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 19041, app/assets/stylesheets/style.css.scss */
  .grid-margin-lg-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  /* line 19047, app/assets/stylesheets/style.css.scss */
  .grid-margin-xl-0 {
    margin-bottom: 0;
  }
}

/* line 19052, app/assets/stylesheets/style.css.scss */
.img-lg {
  width: 92px;
  height: 92px;
}

/* line 19057, app/assets/stylesheets/style.css.scss */
.img-sm {
  width: 43px;
  height: 43px;
}

/* line 19062, app/assets/stylesheets/style.css.scss */
.img-xs {
  width: 37px;
  height: 37px;
}

/* line 19067, app/assets/stylesheets/style.css.scss */
.img-ss {
  width: 26px;
  height: 26px;
}

/* line 19072, app/assets/stylesheets/style.css.scss */
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

/* line 19081, app/assets/stylesheets/style.css.scss */
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

@media (min-width: 576px) {
  /* line 19087, app/assets/stylesheets/style.css.scss */
  .border-right-sm {
    border-right: 1px solid #e4e6f6;
  }
}

@media (min-width: 768px) {
  /* line 19093, app/assets/stylesheets/style.css.scss */
  .border-right-md {
    border-right: 1px solid #e4e6f6;
  }
}

@media (min-width: 992px) {
  /* line 19099, app/assets/stylesheets/style.css.scss */
  .border-right-lg {
    border-right: 1px solid #e4e6f6;
  }
}

@media (min-width: 576px) {
  /* line 19105, app/assets/stylesheets/style.css.scss */
  .border-left-sm {
    border-left: 1px solid #e4e6f6;
  }
}

@media (min-width: 768px) {
  /* line 19111, app/assets/stylesheets/style.css.scss */
  .border-left-md {
    border-left: 1px solid #e4e6f6;
  }
}

@media (min-width: 992px) {
  /* line 19117, app/assets/stylesheets/style.css.scss */
  .border-left-lg {
    border-left: 1px solid #e4e6f6;
  }
}

/* line 19122, app/assets/stylesheets/style.css.scss */
.text-gray, .card .card-subtitle {
  color: #8c8c8c;
}

/* line 19126, app/assets/stylesheets/style.css.scss */
.text-black {
  color: #000;
}

/* line 19130, app/assets/stylesheets/style.css.scss */
.text-small {
  font-size: 12px;
}

/* line 19134, app/assets/stylesheets/style.css.scss */
.flex-grow {
  flex-grow: 1;
}

/* Demo Styles */
/* line 19139, app/assets/stylesheets/style.css.scss */
.template-demo > h2,
.template-demo > h3,
.template-demo > h4,
.template-demo > h5,
.template-demo > h6,
.template-demo > h1 {
  border-top: 1px solid #e4e6f6;
  padding: 0.5rem 0 0;
}

/* line 19149, app/assets/stylesheets/style.css.scss */
.template-demo > .dropdown {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 19154, app/assets/stylesheets/style.css.scss */
.template-demo nav:last-child .breadcrumb {
  margin-bottom: 0;
}

/* line 19158, app/assets/stylesheets/style.css.scss */
.template-demo .circle-progress {
  padding: 15px;
}

/* line 19162, app/assets/stylesheets/style.css.scss */
.documentation {
  padding-top: 0;
  max-width: 100%;
}

/* line 19167, app/assets/stylesheets/style.css.scss */
.documentation .content-wrapper {
  padding-top: 0;
  min-height: calc(100vh - 75px);
}

/* line 19172, app/assets/stylesheets/style.css.scss */
.doc-table-contents,
.doc-header {
  position: fixed;
}

/* line 19177, app/assets/stylesheets/style.css.scss */
.doc-header {
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 2;
  background: #f4f7fa;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  /* line 19186, app/assets/stylesheets/style.css.scss */
  .doc-header h1 {
    font-size: 2rem;
  }
}

/* line 19191, app/assets/stylesheets/style.css.scss */
.doc-content {
  padding-top: 157px;
}

/* line 19195, app/assets/stylesheets/style.css.scss */
.doc-table-contents {
  overflow: auto;
  max-height: calc(100% - 157px);
}

/* line 19200, app/assets/stylesheets/style.css.scss */
.doc-table-contents ul li {
  margin-top: 10px;
}

/* line 19204, app/assets/stylesheets/style.css.scss */
.chart-legends .legend-label {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: block;
  margin-right: 5px;
}

/* line 19212, app/assets/stylesheets/style.css.scss */
.traffic-source-legend .legend-label {
  padding: 7px 0;
}

/* line 19216, app/assets/stylesheets/style.css.scss */
.traffic-source-legend .legend-label span {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
  margin-right: .5rem;
}

/*-------------------------------------------------------------------*/
/* === Components === */
/* Bootstrap Progress */
/* line 19227, app/assets/stylesheets/style.css.scss */
.progress {
  border-radius: 6px;
  height: 8px;
}

/* line 19232, app/assets/stylesheets/style.css.scss */
.progress .progress-bar {
  border-radius: 2px;
}

/* line 19236, app/assets/stylesheets/style.css.scss */
.progress.progress-sm {
  height: 0.375rem;
}

/* line 19240, app/assets/stylesheets/style.css.scss */
.progress.progress-md {
  height: 10px;
}

/* line 19244, app/assets/stylesheets/style.css.scss */
.progress.progress-lg {
  height: 12px;
}

/* line 19248, app/assets/stylesheets/style.css.scss */
.progress.progress-xl {
  height: 18px;
}

/* line 19252, app/assets/stylesheets/style.css.scss */
.progress.grouped {
  border-radius: 3px;
}

/* line 19256, app/assets/stylesheets/style.css.scss */
.progress.grouped .progress-bar {
  border-radius: 0;
}

/* Buttons */
/* line 19261, app/assets/stylesheets/style.css.scss */
.btn, .ajax-upload-dragdrop .ajax-file-upload {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  border-radius: 4px;
  /* Buttons with only icons */
  /* Buttons with icon and text */
}

/* line 19270, app/assets/stylesheets/style.css.scss */
.btn i, .ajax-upload-dragdrop .ajax-file-upload i {
  font-size: 1rem;
}

/* line 19274, app/assets/stylesheets/style.css.scss */
.btn.btn-rounded, .ajax-upload-dragdrop .btn-rounded.ajax-file-upload {
  border-radius: 50px;
}

/* line 19278, app/assets/stylesheets/style.css.scss */
.btn.btn-sm, .btn-group-sm > .btn, .ajax-upload-dragdrop .btn-group-sm > .ajax-file-upload, .ajax-upload-dragdrop .btn-sm.ajax-file-upload {
  font-size: 0.875rem;
}

/* line 19282, app/assets/stylesheets/style.css.scss */
.btn.btn-lg, .btn-group-lg > .btn, .ajax-upload-dragdrop .btn-group-lg > .ajax-file-upload, .ajax-upload-dragdrop .btn-lg.ajax-file-upload {
  font-size: 0.875rem;
}

/* line 19286, app/assets/stylesheets/style.css.scss */
.btn.btn-xs, .ajax-upload-dragdrop .btn-xs.ajax-file-upload {
  padding: 0.5rem 0.75rem;
  font-size: 0.625rem;
}

/* line 19291, app/assets/stylesheets/style.css.scss */
.btn.btn-icon, .ajax-upload-dragdrop .btn-icon.ajax-file-upload {
  width: 42px;
  height: 42px;
  padding: 0;
}

/* line 19297, app/assets/stylesheets/style.css.scss */
.btn.btn-icon-text .btn-icon-prepend, .ajax-upload-dragdrop .btn-icon-text.ajax-file-upload .btn-icon-prepend {
  margin-right: .5rem;
}

/* line 19301, app/assets/stylesheets/style.css.scss */
.btn.btn-icon-text .btn-icon-append, .ajax-upload-dragdrop .btn-icon-text.ajax-file-upload .btn-icon-append {
  margin-left: .5rem;
}

/* line 19305, app/assets/stylesheets/style.css.scss */
.btn.btn-social-icon, .ajax-upload-dragdrop .btn-social-icon.ajax-file-upload {
  width: 50px;
  height: 50px;
  padding: 0;
}

/* line 19311, app/assets/stylesheets/style.css.scss */
.btn-group .btn + .btn, .btn-group .ajax-upload-dragdrop .ajax-file-upload + .btn, .ajax-upload-dragdrop .btn-group .ajax-file-upload + .btn, .btn-group .ajax-upload-dragdrop .btn + .ajax-file-upload, .ajax-upload-dragdrop .btn-group .btn + .ajax-file-upload, .btn-group .ajax-upload-dragdrop .ajax-file-upload + .ajax-file-upload, .ajax-upload-dragdrop .btn-group .ajax-file-upload + .ajax-file-upload {
  border-left: 0;
}

/*social buttons*/
/* line 19316, app/assets/stylesheets/style.css.scss */
.btn-twitter {
  background: #2caae1;
  color: #ffffff;
}

/* line 19321, app/assets/stylesheets/style.css.scss */
.btn-twitter:hover, .btn-twitter:focus {
  background: #1b8dbf;
  color: #ffffff;
}

/* line 19326, app/assets/stylesheets/style.css.scss */
.btn-twitter.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #59bce7;
}

/* line 19331, app/assets/stylesheets/style.css.scss */
.btn-twitter.btn-social-icon-text i {
  background: #2caae1;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 19338, app/assets/stylesheets/style.css.scss */
.btn-outline-twitter {
  border: 1px solid #2caae1;
  color: #2caae1;
}

/* line 19343, app/assets/stylesheets/style.css.scss */
.btn-outline-twitter:hover {
  background: #2caae1;
  color: #ffffff;
}

/* line 19348, app/assets/stylesheets/style.css.scss */
.btn-facebook {
  background: #3b579d;
  color: #ffffff;
}

/* line 19353, app/assets/stylesheets/style.css.scss */
.btn-facebook:hover, .btn-facebook:focus {
  background: #2d4278;
  color: #ffffff;
}

/* line 19358, app/assets/stylesheets/style.css.scss */
.btn-facebook.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4e6ebd;
}

/* line 19363, app/assets/stylesheets/style.css.scss */
.btn-facebook.btn-social-icon-text i {
  background: #3b579d;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 19370, app/assets/stylesheets/style.css.scss */
.btn-outline-facebook {
  border: 1px solid #3b579d;
  color: #3b579d;
}

/* line 19375, app/assets/stylesheets/style.css.scss */
.btn-outline-facebook:hover {
  background: #3b579d;
  color: #ffffff;
}

/* line 19380, app/assets/stylesheets/style.css.scss */
.btn-google {
  background: #dc4a38;
  color: #ffffff;
}

/* line 19385, app/assets/stylesheets/style.css.scss */
.btn-google:hover, .btn-google:focus {
  background: #bf3322;
  color: #ffffff;
}

/* line 19390, app/assets/stylesheets/style.css.scss */
.btn-google.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #e47163;
}

/* line 19395, app/assets/stylesheets/style.css.scss */
.btn-google.btn-social-icon-text i {
  background: #dc4a38;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 19402, app/assets/stylesheets/style.css.scss */
.btn-outline-google {
  border: 1px solid #dc4a38;
  color: #dc4a38;
}

/* line 19407, app/assets/stylesheets/style.css.scss */
.btn-outline-google:hover {
  background: #dc4a38;
  color: #ffffff;
}

/* line 19412, app/assets/stylesheets/style.css.scss */
.btn-linkedin {
  background: #0177b5;
  color: #ffffff;
}

/* line 19417, app/assets/stylesheets/style.css.scss */
.btn-linkedin:hover, .btn-linkedin:focus {
  background: #015682;
  color: #ffffff;
}

/* line 19422, app/assets/stylesheets/style.css.scss */
.btn-linkedin.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #0198e8;
}

/* line 19427, app/assets/stylesheets/style.css.scss */
.btn-linkedin.btn-social-icon-text i {
  background: #0177b5;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 19434, app/assets/stylesheets/style.css.scss */
.btn-outline-linkedin {
  border: 1px solid #0177b5;
  color: #0177b5;
}

/* line 19439, app/assets/stylesheets/style.css.scss */
.btn-outline-linkedin:hover {
  background: #0177b5;
  color: #ffffff;
}

/* line 19444, app/assets/stylesheets/style.css.scss */
.btn-pinterest {
  background: #cc2127;
  color: #ffffff;
}

/* line 19449, app/assets/stylesheets/style.css.scss */
.btn-pinterest:hover, .btn-pinterest:focus {
  background: #a01a1f;
  color: #ffffff;
}

/* line 19454, app/assets/stylesheets/style.css.scss */
.btn-pinterest.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #e04046;
}

/* line 19459, app/assets/stylesheets/style.css.scss */
.btn-pinterest.btn-social-icon-text i {
  background: #cc2127;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 19466, app/assets/stylesheets/style.css.scss */
.btn-outline-pinterest {
  border: 1px solid #cc2127;
  color: #cc2127;
}

/* line 19471, app/assets/stylesheets/style.css.scss */
.btn-outline-pinterest:hover {
  background: #cc2127;
  color: #ffffff;
}

/* line 19476, app/assets/stylesheets/style.css.scss */
.btn-youtube {
  background: #e52d27;
  color: #ffffff;
}

/* line 19481, app/assets/stylesheets/style.css.scss */
.btn-youtube:hover, .btn-youtube:focus {
  background: #c21d17;
  color: #ffffff;
}

/* line 19486, app/assets/stylesheets/style.css.scss */
.btn-youtube.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ea5955;
}

/* line 19491, app/assets/stylesheets/style.css.scss */
.btn-youtube.btn-social-icon-text i {
  background: #e52d27;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 19498, app/assets/stylesheets/style.css.scss */
.btn-outline-youtube {
  border: 1px solid #e52d27;
  color: #e52d27;
}

/* line 19503, app/assets/stylesheets/style.css.scss */
.btn-outline-youtube:hover {
  background: #e52d27;
  color: #ffffff;
}

/* line 19508, app/assets/stylesheets/style.css.scss */
.btn-github {
  background: #333333;
  color: #ffffff;
}

/* line 19513, app/assets/stylesheets/style.css.scss */
.btn-github:hover, .btn-github:focus {
  background: #1a1a1a;
  color: #ffffff;
}

/* line 19518, app/assets/stylesheets/style.css.scss */
.btn-github.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4d4d4d;
}

/* line 19523, app/assets/stylesheets/style.css.scss */
.btn-github.btn-social-icon-text i {
  background: #333333;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 19530, app/assets/stylesheets/style.css.scss */
.btn-outline-github {
  border: 1px solid #333333;
  color: #333333;
}

/* line 19535, app/assets/stylesheets/style.css.scss */
.btn-outline-github:hover {
  background: #333333;
  color: #ffffff;
}

/* line 19540, app/assets/stylesheets/style.css.scss */
.btn-behance {
  background: #1769ff;
  color: #ffffff;
}

/* line 19545, app/assets/stylesheets/style.css.scss */
.btn-behance:hover, .btn-behance:focus {
  background: #0050e3;
  color: #ffffff;
}

/* line 19550, app/assets/stylesheets/style.css.scss */
.btn-behance.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4a8aff;
}

/* line 19555, app/assets/stylesheets/style.css.scss */
.btn-behance.btn-social-icon-text i {
  background: #1769ff;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 19562, app/assets/stylesheets/style.css.scss */
.btn-outline-behance {
  border: 1px solid #1769ff;
  color: #1769ff;
}

/* line 19567, app/assets/stylesheets/style.css.scss */
.btn-outline-behance:hover {
  background: #1769ff;
  color: #ffffff;
}

/* line 19572, app/assets/stylesheets/style.css.scss */
.btn-dribbble {
  background: #ea4c89;
  color: #ffffff;
}

/* line 19577, app/assets/stylesheets/style.css.scss */
.btn-dribbble:hover, .btn-dribbble:focus {
  background: #e51e6b;
  color: #ffffff;
}

/* line 19582, app/assets/stylesheets/style.css.scss */
.btn-dribbble.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ef7aa7;
}

/* line 19587, app/assets/stylesheets/style.css.scss */
.btn-dribbble.btn-social-icon-text i {
  background: #ea4c89;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 19594, app/assets/stylesheets/style.css.scss */
.btn-outline-dribbble {
  border: 1px solid #ea4c89;
  color: #ea4c89;
}

/* line 19599, app/assets/stylesheets/style.css.scss */
.btn-outline-dribbble:hover {
  background: #ea4c89;
  color: #ffffff;
}

/* line 19604, app/assets/stylesheets/style.css.scss */
.btn-reddit {
  background: #ff4500;
  color: #ffffff;
}

/* line 19609, app/assets/stylesheets/style.css.scss */
.btn-reddit:hover, .btn-reddit:focus {
  background: #cc3700;
  color: #ffffff;
}

/* line 19614, app/assets/stylesheets/style.css.scss */
.btn-reddit.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ff6a33;
}

/* line 19619, app/assets/stylesheets/style.css.scss */
.btn-reddit.btn-social-icon-text i {
  background: #ff4500;
  padding: .75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

/* line 19626, app/assets/stylesheets/style.css.scss */
.btn-outline-reddit {
  border: 1px solid #ff4500;
  color: #ff4500;
}

/* line 19631, app/assets/stylesheets/style.css.scss */
.btn-outline-reddit:hover {
  background: #ff4500;
  color: #ffffff;
}

/* inverse buttons */
/* line 19637, app/assets/stylesheets/style.css.scss */
.btn-inverse-primary {
  background-color: rgba(236, 55, 252, 0.2);
  background-image: none;
  border-color: rgba(236, 55, 252, 0);
}

/* line 19643, app/assets/stylesheets/style.css.scss */
.btn-inverse-primary:not(.btn-inverse-light) {
  color: #8c0298;
}

/* line 19647, app/assets/stylesheets/style.css.scss */
.btn-inverse-primary:hover {
  color: #ffffff;
  background-color: #ec37fc;
  border-color: #ec37fc;
}

/* line 19653, app/assets/stylesheets/style.css.scss */
.btn-inverse-primary.focus, .btn-inverse-primary:focus {
  box-shadow: 0 0 0 3px rgba(236, 55, 252, 0.5);
}

/* line 19657, app/assets/stylesheets/style.css.scss */
.btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
  color: #ec37fc;
  background-color: transparent;
}

/* line 19662, app/assets/stylesheets/style.css.scss */
.btn-inverse-primary.active, .btn-inverse-primary:active,
.show > .btn-inverse-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #ec37fc;
  border-color: #ec37fc;
}

/* line 19669, app/assets/stylesheets/style.css.scss */
.btn-primary, .btn-primary:hover {
  box-shadow: 0 2px 2px 0 rgba(236, 55, 252, 0.14), 0 3px 1px -2px rgba(236, 55, 252, 0.2), 0 1px 5px 0 rgba(236, 55, 252, 0.12);
}

/* line 19673, app/assets/stylesheets/style.css.scss */
.btn-inverse-secondary {
  background-color: rgba(228, 230, 246, 0.2);
  background-image: none;
  border-color: rgba(228, 230, 246, 0);
}

/* line 19679, app/assets/stylesheets/style.css.scss */
.btn-inverse-secondary:not(.btn-inverse-light) {
  color: #717cd0;
}

/* line 19683, app/assets/stylesheets/style.css.scss */
.btn-inverse-secondary:hover {
  color: #ffffff;
  background-color: #e4e6f6;
  border-color: #e4e6f6;
}

/* line 19689, app/assets/stylesheets/style.css.scss */
.btn-inverse-secondary.focus, .btn-inverse-secondary:focus {
  box-shadow: 0 0 0 3px rgba(228, 230, 246, 0.5);
}

/* line 19693, app/assets/stylesheets/style.css.scss */
.btn-inverse-secondary.disabled, .btn-inverse-secondary:disabled {
  color: #e4e6f6;
  background-color: transparent;
}

/* line 19698, app/assets/stylesheets/style.css.scss */
.btn-inverse-secondary.active, .btn-inverse-secondary:active,
.show > .btn-inverse-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #e4e6f6;
  border-color: #e4e6f6;
}

/* line 19705, app/assets/stylesheets/style.css.scss */
.btn-secondary, .btn-secondary:hover {
  box-shadow: 0 2px 2px 0 rgba(228, 230, 246, 0.14), 0 3px 1px -2px rgba(228, 230, 246, 0.2), 0 1px 5px 0 rgba(228, 230, 246, 0.12);
}

/* line 19709, app/assets/stylesheets/style.css.scss */
.btn-inverse-success {
  background-color: rgba(81, 200, 28, 0.2);
  background-image: none;
  border-color: rgba(81, 200, 28, 0);
}

/* line 19715, app/assets/stylesheets/style.css.scss */
.btn-inverse-success:not(.btn-inverse-light) {
  color: #1b4209;
}

/* line 19719, app/assets/stylesheets/style.css.scss */
.btn-inverse-success:hover {
  color: #ffffff;
  background-color: #51c81c;
  border-color: #51c81c;
}

/* line 19725, app/assets/stylesheets/style.css.scss */
.btn-inverse-success.focus, .btn-inverse-success:focus {
  box-shadow: 0 0 0 3px rgba(81, 200, 28, 0.5);
}

/* line 19729, app/assets/stylesheets/style.css.scss */
.btn-inverse-success.disabled, .btn-inverse-success:disabled {
  color: #51c81c;
  background-color: transparent;
}

/* line 19734, app/assets/stylesheets/style.css.scss */
.btn-inverse-success.active, .btn-inverse-success:active,
.show > .btn-inverse-success.dropdown-toggle {
  color: #ffffff;
  background-color: #51c81c;
  border-color: #51c81c;
}

/* line 19741, app/assets/stylesheets/style.css.scss */
.btn-success, .btn-success:hover {
  box-shadow: 0 2px 2px 0 rgba(81, 200, 28, 0.14), 0 3px 1px -2px rgba(81, 200, 28, 0.2), 0 1px 5px 0 rgba(81, 200, 28, 0.12);
}

/* line 19745, app/assets/stylesheets/style.css.scss */
.btn-inverse-info {
  background-color: rgba(55, 148, 252, 0.2);
  background-image: none;
  border-color: rgba(55, 148, 252, 0);
}

/* line 19751, app/assets/stylesheets/style.css.scss */
.btn-inverse-info:not(.btn-inverse-light) {
  color: #024998;
}

/* line 19755, app/assets/stylesheets/style.css.scss */
.btn-inverse-info:hover {
  color: #ffffff;
  background-color: #3794fc;
  border-color: #3794fc;
}

/* line 19761, app/assets/stylesheets/style.css.scss */
.btn-inverse-info.focus, .btn-inverse-info:focus {
  box-shadow: 0 0 0 3px rgba(55, 148, 252, 0.5);
}

/* line 19765, app/assets/stylesheets/style.css.scss */
.btn-inverse-info.disabled, .btn-inverse-info:disabled {
  color: #3794fc;
  background-color: transparent;
}

/* line 19770, app/assets/stylesheets/style.css.scss */
.btn-inverse-info.active, .btn-inverse-info:active,
.show > .btn-inverse-info.dropdown-toggle {
  color: #ffffff;
  background-color: #3794fc;
  border-color: #3794fc;
}

/* line 19777, app/assets/stylesheets/style.css.scss */
.btn-info, .btn-info:hover {
  box-shadow: 0 2px 2px 0 rgba(55, 148, 252, 0.14), 0 3px 1px -2px rgba(55, 148, 252, 0.2), 0 1px 5px 0 rgba(55, 148, 252, 0.12);
}

/* line 19781, app/assets/stylesheets/style.css.scss */
.btn-inverse-warning {
  background-color: rgba(252, 180, 29, 0.2);
  background-image: none;
  border-color: rgba(252, 180, 29, 0);
}

/* line 19787, app/assets/stylesheets/style.css.scss */
.btn-inverse-warning:not(.btn-inverse-light) {
  color: #7e5602;
}

/* line 19791, app/assets/stylesheets/style.css.scss */
.btn-inverse-warning:hover {
  color: #ffffff;
  background-color: #fcb41d;
  border-color: #fcb41d;
}

/* line 19797, app/assets/stylesheets/style.css.scss */
.btn-inverse-warning.focus, .btn-inverse-warning:focus {
  box-shadow: 0 0 0 3px rgba(252, 180, 29, 0.5);
}

/* line 19801, app/assets/stylesheets/style.css.scss */
.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
  color: #fcb41d;
  background-color: transparent;
}

/* line 19806, app/assets/stylesheets/style.css.scss */
.btn-inverse-warning.active, .btn-inverse-warning:active,
.show > .btn-inverse-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #fcb41d;
  border-color: #fcb41d;
}

/* line 19813, app/assets/stylesheets/style.css.scss */
.btn-warning, .btn-warning:hover {
  box-shadow: 0 2px 2px 0 rgba(252, 180, 29, 0.14), 0 3px 1px -2px rgba(252, 180, 29, 0.2), 0 1px 5px 0 rgba(252, 180, 29, 0.12);
}

/* line 19817, app/assets/stylesheets/style.css.scss */
.btn-inverse-danger {
  background-color: rgba(252, 56, 29, 0.2);
  background-image: none;
  border-color: rgba(252, 56, 29, 0);
}

/* line 19823, app/assets/stylesheets/style.css.scss */
.btn-inverse-danger:not(.btn-inverse-light) {
  color: #7e1102;
}

/* line 19827, app/assets/stylesheets/style.css.scss */
.btn-inverse-danger:hover {
  color: #ffffff;
  background-color: #fc381d;
  border-color: #fc381d;
}

/* line 19833, app/assets/stylesheets/style.css.scss */
.btn-inverse-danger.focus, .btn-inverse-danger:focus {
  box-shadow: 0 0 0 3px rgba(252, 56, 29, 0.5);
}

/* line 19837, app/assets/stylesheets/style.css.scss */
.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
  color: #fc381d;
  background-color: transparent;
}

/* line 19842, app/assets/stylesheets/style.css.scss */
.btn-inverse-danger.active, .btn-inverse-danger:active,
.show > .btn-inverse-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #fc381d;
  border-color: #fc381d;
}

/* line 19849, app/assets/stylesheets/style.css.scss */
.btn-danger, .btn-danger:hover {
  box-shadow: 0 2px 2px 0 rgba(252, 56, 29, 0.14), 0 3px 1px -2px rgba(252, 56, 29, 0.2), 0 1px 5px 0 rgba(252, 56, 29, 0.12);
}

/* line 19853, app/assets/stylesheets/style.css.scss */
.btn-inverse-light {
  background-color: rgba(222, 229, 239, 0.2);
  background-image: none;
  border-color: rgba(222, 229, 239, 0);
}

/* line 19859, app/assets/stylesheets/style.css.scss */
.btn-inverse-light:not(.btn-inverse-light) {
  color: #7794bd;
}

/* line 19863, app/assets/stylesheets/style.css.scss */
.btn-inverse-light:hover {
  color: #ffffff;
  background-color: #dee5ef;
  border-color: #dee5ef;
}

/* line 19869, app/assets/stylesheets/style.css.scss */
.btn-inverse-light.focus, .btn-inverse-light:focus {
  box-shadow: 0 0 0 3px rgba(222, 229, 239, 0.5);
}

/* line 19873, app/assets/stylesheets/style.css.scss */
.btn-inverse-light.disabled, .btn-inverse-light:disabled {
  color: #dee5ef;
  background-color: transparent;
}

/* line 19878, app/assets/stylesheets/style.css.scss */
.btn-inverse-light.active, .btn-inverse-light:active,
.show > .btn-inverse-light.dropdown-toggle {
  color: #ffffff;
  background-color: #dee5ef;
  border-color: #dee5ef;
}

/* line 19885, app/assets/stylesheets/style.css.scss */
.btn-light, .btn-light:hover {
  box-shadow: 0 2px 2px 0 rgba(222, 229, 239, 0.14), 0 3px 1px -2px rgba(222, 229, 239, 0.2), 0 1px 5px 0 rgba(222, 229, 239, 0.12);
}

/* line 19889, app/assets/stylesheets/style.css.scss */
.btn-inverse-dark {
  background-color: rgba(0, 23, 55, 0.2);
  background-image: none;
  border-color: rgba(0, 23, 55, 0);
}

/* line 19895, app/assets/stylesheets/style.css.scss */
.btn-inverse-dark:not(.btn-inverse-light) {
  color: black;
}

/* line 19899, app/assets/stylesheets/style.css.scss */
.btn-inverse-dark:hover {
  color: #ffffff;
  background-color: #001737;
  border-color: #001737;
}

/* line 19905, app/assets/stylesheets/style.css.scss */
.btn-inverse-dark.focus, .btn-inverse-dark:focus {
  box-shadow: 0 0 0 3px rgba(0, 23, 55, 0.5);
}

/* line 19909, app/assets/stylesheets/style.css.scss */
.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
  color: #001737;
  background-color: transparent;
}

/* line 19914, app/assets/stylesheets/style.css.scss */
.btn-inverse-dark.active, .btn-inverse-dark:active,
.show > .btn-inverse-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #001737;
  border-color: #001737;
}

/* line 19921, app/assets/stylesheets/style.css.scss */
.btn-dark, .btn-dark:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 23, 55, 0.14), 0 3px 1px -2px rgba(0, 23, 55, 0.2), 0 1px 5px 0 rgba(0, 23, 55, 0.12);
}

/* outlinw buttons */
/* line 19926, app/assets/stylesheets/style.css.scss */
.btn-outline-primary {
  color: #ec37fc;
  border-color: #ec37fc;
}

/* line 19931, app/assets/stylesheets/style.css.scss */
.btn-outline-primary:not(.btn-outline-light) {
  color: #8c0298;
}

/* line 19935, app/assets/stylesheets/style.css.scss */
.btn-outline-primary:not(.btn-outline-secondary) {
  color: #8c0298;
}

/* line 19939, app/assets/stylesheets/style.css.scss */
.btn-primary, .btn-primary:hover {
  box-shadow: 0 2px 2px 0 rgba(236, 55, 252, 0.14), 0 3px 1px -2px rgba(236, 55, 252, 0.2), 0 1px 5px 0 rgba(236, 55, 252, 0.12);
}

/* line 19943, app/assets/stylesheets/style.css.scss */
.btn-outline-secondary {
  color: #e4e6f6;
  border-color: #e4e6f6;
}

/* line 19948, app/assets/stylesheets/style.css.scss */
.btn-outline-secondary:not(.btn-outline-light) {
  color: #717cd0;
}

/* line 19952, app/assets/stylesheets/style.css.scss */
.btn-outline-secondary:not(.btn-outline-secondary) {
  color: #717cd0;
}

/* line 19956, app/assets/stylesheets/style.css.scss */
.btn-secondary, .btn-secondary:hover {
  box-shadow: 0 2px 2px 0 rgba(228, 230, 246, 0.14), 0 3px 1px -2px rgba(228, 230, 246, 0.2), 0 1px 5px 0 rgba(228, 230, 246, 0.12);
}

/* line 19960, app/assets/stylesheets/style.css.scss */
.btn-outline-success {
  color: #51c81c;
  border-color: #51c81c;
}

/* line 19965, app/assets/stylesheets/style.css.scss */
.btn-outline-success:not(.btn-outline-light) {
  color: #1b4209;
}

/* line 19969, app/assets/stylesheets/style.css.scss */
.btn-outline-success:not(.btn-outline-secondary) {
  color: #1b4209;
}

/* line 19973, app/assets/stylesheets/style.css.scss */
.btn-success, .btn-success:hover {
  box-shadow: 0 2px 2px 0 rgba(81, 200, 28, 0.14), 0 3px 1px -2px rgba(81, 200, 28, 0.2), 0 1px 5px 0 rgba(81, 200, 28, 0.12);
}

/* line 19977, app/assets/stylesheets/style.css.scss */
.btn-outline-info {
  color: #3794fc;
  border-color: #3794fc;
}

/* line 19982, app/assets/stylesheets/style.css.scss */
.btn-outline-info:not(.btn-outline-light) {
  color: #024998;
}

/* line 19986, app/assets/stylesheets/style.css.scss */
.btn-outline-info:not(.btn-outline-secondary) {
  color: #024998;
}

/* line 19990, app/assets/stylesheets/style.css.scss */
.btn-info, .btn-info:hover {
  box-shadow: 0 2px 2px 0 rgba(55, 148, 252, 0.14), 0 3px 1px -2px rgba(55, 148, 252, 0.2), 0 1px 5px 0 rgba(55, 148, 252, 0.12);
}

/* line 19994, app/assets/stylesheets/style.css.scss */
.btn-outline-warning {
  color: #fcb41d;
  border-color: #fcb41d;
}

/* line 19999, app/assets/stylesheets/style.css.scss */
.btn-outline-warning:not(.btn-outline-light) {
  color: #7e5602;
}

/* line 20003, app/assets/stylesheets/style.css.scss */
.btn-outline-warning:not(.btn-outline-secondary) {
  color: #7e5602;
}

/* line 20007, app/assets/stylesheets/style.css.scss */
.btn-warning, .btn-warning:hover {
  box-shadow: 0 2px 2px 0 rgba(252, 180, 29, 0.14), 0 3px 1px -2px rgba(252, 180, 29, 0.2), 0 1px 5px 0 rgba(252, 180, 29, 0.12);
}

/* line 20011, app/assets/stylesheets/style.css.scss */
.btn-outline-danger {
  color: #fc381d;
  border-color: #fc381d;
}

/* line 20016, app/assets/stylesheets/style.css.scss */
.btn-outline-danger:not(.btn-outline-light) {
  color: #7e1102;
}

/* line 20020, app/assets/stylesheets/style.css.scss */
.btn-outline-danger:not(.btn-outline-secondary) {
  color: #7e1102;
}

/* line 20024, app/assets/stylesheets/style.css.scss */
.btn-danger, .btn-danger:hover {
  box-shadow: 0 2px 2px 0 rgba(252, 56, 29, 0.14), 0 3px 1px -2px rgba(252, 56, 29, 0.2), 0 1px 5px 0 rgba(252, 56, 29, 0.12);
}

/* line 20028, app/assets/stylesheets/style.css.scss */
.btn-outline-light {
  color: #dee5ef;
  border-color: #dee5ef;
}

/* line 20033, app/assets/stylesheets/style.css.scss */
.btn-outline-light:not(.btn-outline-light) {
  color: #7794bd;
}

/* line 20037, app/assets/stylesheets/style.css.scss */
.btn-outline-light:not(.btn-outline-secondary) {
  color: #7794bd;
}

/* line 20041, app/assets/stylesheets/style.css.scss */
.btn-light, .btn-light:hover {
  box-shadow: 0 2px 2px 0 rgba(222, 229, 239, 0.14), 0 3px 1px -2px rgba(222, 229, 239, 0.2), 0 1px 5px 0 rgba(222, 229, 239, 0.12);
}

/* line 20045, app/assets/stylesheets/style.css.scss */
.btn-outline-dark {
  color: #001737;
  border-color: #001737;
}

/* line 20050, app/assets/stylesheets/style.css.scss */
.btn-outline-dark:not(.btn-outline-light) {
  color: black;
}

/* line 20054, app/assets/stylesheets/style.css.scss */
.btn-outline-dark:not(.btn-outline-secondary) {
  color: black;
}

/* line 20058, app/assets/stylesheets/style.css.scss */
.btn-dark, .btn-dark:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 23, 55, 0.14), 0 3px 1px -2px rgba(0, 23, 55, 0.2), 0 1px 5px 0 rgba(0, 23, 55, 0.12);
}

/* Cards */
/* line 20063, app/assets/stylesheets/style.css.scss */
.card {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}

/* line 20070, app/assets/stylesheets/style.css.scss */
.card .card-body {
  padding: 1.875rem 1.875rem;
}

/* line 20074, app/assets/stylesheets/style.css.scss */
.card .card-body + .card-body {
  padding-top: 1rem;
}

/* line 20078, app/assets/stylesheets/style.css.scss */
.card .card-title {
  color: #001737;
  margin-bottom: .5rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: bold;
}

/* line 20086, app/assets/stylesheets/style.css.scss */
.card .card-subtitle {
  font-weight: 400;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

/* line 20092, app/assets/stylesheets/style.css.scss */
.card .card-description {
  margin-bottom: .875rem;
  font-weight: 400;
  color: #76838f;
}

/* line 20098, app/assets/stylesheets/style.css.scss */
.card.card-outline-success {
  border: 1px solid #51c81c;
}

/* line 20102, app/assets/stylesheets/style.css.scss */
.card.card-outline-primary {
  border: 1px solid #ec37fc;
}

/* line 20106, app/assets/stylesheets/style.css.scss */
.card.card-outline-warning {
  border: 1px solid #fcb41d;
}

/* line 20110, app/assets/stylesheets/style.css.scss */
.card.card-outline-danger {
  border: 1px solid #fc381d;
}

/* line 20114, app/assets/stylesheets/style.css.scss */
.card.card-rounded {
  border-radius: 5px;
}

/* line 20118, app/assets/stylesheets/style.css.scss */
.card.card-faded {
  background: #b5b0b2;
  border-color: #b5b0b2;
}

/* line 20123, app/assets/stylesheets/style.css.scss */
.card.card-circle-progress {
  color: #ffffff;
  text-align: center;
}

/* line 20128, app/assets/stylesheets/style.css.scss */
.card.card-img-holder {
  position: relative;
}

/* line 20132, app/assets/stylesheets/style.css.scss */
.card.card-img-holder .card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

/* line 20139, app/assets/stylesheets/style.css.scss */
.card.card-weather .weather-daily .weather-day {
  opacity: .5;
  font-weight: 900;
}

/* line 20144, app/assets/stylesheets/style.css.scss */
.card.card-weather .weather-daily i {
  font-size: 20px;
}

/* line 20148, app/assets/stylesheets/style.css.scss */
.card.card-weather .weather-daily .weather-temp {
  margin-top: .5rem;
  margin-bottom: 0;
  opacity: .5;
  font-size: .75rem;
}

/* line 20155, app/assets/stylesheets/style.css.scss */
.card-inverse-primary {
  background: rgba(236, 55, 252, 0.2);
  border: 1px solid #d933e8;
  color: #b32ac0;
}

/* line 20161, app/assets/stylesheets/style.css.scss */
.card-inverse-secondary {
  background: rgba(228, 230, 246, 0.2);
  border: 1px solid #d2d4e2;
  color: #adafbb;
}

/* line 20167, app/assets/stylesheets/style.css.scss */
.card-inverse-success {
  background: rgba(81, 200, 28, 0.2);
  border: 1px solid #4bb81a;
  color: #3e9815;
}

/* line 20173, app/assets/stylesheets/style.css.scss */
.card-inverse-info {
  background: rgba(55, 148, 252, 0.2);
  border: 1px solid #3388e8;
  color: #2a70c0;
}

/* line 20179, app/assets/stylesheets/style.css.scss */
.card-inverse-warning {
  background: rgba(252, 180, 29, 0.2);
  border: 1px solid #e8a61b;
  color: #c08916;
}

/* line 20185, app/assets/stylesheets/style.css.scss */
.card-inverse-danger {
  background: rgba(252, 56, 29, 0.2);
  border: 1px solid #e8341b;
  color: #c02b16;
}

/* line 20191, app/assets/stylesheets/style.css.scss */
.card-inverse-light {
  background: rgba(222, 229, 239, 0.2);
  border: 1px solid #ccd3dc;
  color: #a9aeb6;
}

/* line 20197, app/assets/stylesheets/style.css.scss */
.card-inverse-dark {
  background: rgba(0, 23, 55, 0.2);
  border: 1px solid #001533;
  color: #00112a;
}

/* Checkboxes and Radios */
/* line 20204, app/assets/stylesheets/style.css.scss */
.form-check {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}

/* line 20212, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label {
  min-height: 18px;
  display: block;
  margin-left: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 20220, app/assets/stylesheets/style.css.scss */
.rtl .form-check .form-check-label {
  margin-left: 0;
  margin-right: 1.75rem;
}

/* line 20225, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 20237, app/assets/stylesheets/style.css.scss */
.rtl .form-check .form-check-label input {
  left: auto;
  right: 0;
}

/* line 20242, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 20248, app/assets/stylesheets/style.css.scss */
.rtl .form-check .form-check-label input[type="checkbox"] + .input-helper:before, .rtl .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  left: auto;
  right: 0;
}

/* line 20253, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #ec37fc;
  border-width: 2px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

/* line 20270, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-family: "Material Design Icons";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: '\F12C';
  font-size: .9375rem;
  font-weight: bold;
  color: #ffffff;
}

/* line 20292, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before {
  background: #ec37fc;
  border-width: 0;
}

/* line 20297, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
  width: 18px;
  opacity: 1;
  line-height: 18px;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 20308, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="checkbox"]:disabled + .input-helper:before {
  border-color: #e4e6f6;
}

/* line 20312, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="checkbox"]:disabled:checked + .input-helper:after {
  background: #e4e6f6;
  color: #ffffff;
}

/* line 20317, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="radio"] + .input-helper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: solid #ec37fc;
  border-width: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

/* line 20337, app/assets/stylesheets/style.css.scss */
.rtl .form-check .form-check-label input[type="radio"] + .input-helper:before {
  left: auto;
  right: 0;
}

/* line 20342, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="radio"] + .input-helper:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
}

/* line 20365, app/assets/stylesheets/style.css.scss */
.rtl .form-check .form-check-label input[type="radio"] + .input-helper:after {
  left: auto;
  right: 6px;
}

/* line 20370, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="radio"]:checked + .input-helper:before {
  background: #ec37fc;
  border-width: 0;
}

/* line 20375, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="radio"]:checked + .input-helper:after {
  opacity: 1;
  line-height: 1.5;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 20385, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="radio"]:disabled + .input-helper:before {
  border-color: #e4e6f6;
}

/* line 20389, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="radio"]:disabled:checked + .input-helper:before {
  background: #e4e6f6;
}

/* line 20393, app/assets/stylesheets/style.css.scss */
.form-check .form-check-label input[type="radio"]:disabled:checked + .input-helper:after {
  background: #ffffff;
}

/* line 20397, app/assets/stylesheets/style.css.scss */
.form-check-primary.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-primary.form-check label input[type="radio"] + .input-helper:before {
  border-color: #ec37fc;
}

/* line 20402, app/assets/stylesheets/style.css.scss */
.form-check-primary.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-primary.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #ec37fc;
}

/* line 20407, app/assets/stylesheets/style.css.scss */
.form-check-secondary.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-secondary.form-check label input[type="radio"] + .input-helper:before {
  border-color: #e4e6f6;
}

/* line 20412, app/assets/stylesheets/style.css.scss */
.form-check-secondary.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-secondary.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #e4e6f6;
}

/* line 20417, app/assets/stylesheets/style.css.scss */
.form-check-success.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-success.form-check label input[type="radio"] + .input-helper:before {
  border-color: #51c81c;
}

/* line 20422, app/assets/stylesheets/style.css.scss */
.form-check-success.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-success.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #51c81c;
}

/* line 20427, app/assets/stylesheets/style.css.scss */
.form-check-info.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-info.form-check label input[type="radio"] + .input-helper:before {
  border-color: #3794fc;
}

/* line 20432, app/assets/stylesheets/style.css.scss */
.form-check-info.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-info.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #3794fc;
}

/* line 20437, app/assets/stylesheets/style.css.scss */
.form-check-warning.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-warning.form-check label input[type="radio"] + .input-helper:before {
  border-color: #fcb41d;
}

/* line 20442, app/assets/stylesheets/style.css.scss */
.form-check-warning.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-warning.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #fcb41d;
}

/* line 20447, app/assets/stylesheets/style.css.scss */
.form-check-danger.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-danger.form-check label input[type="radio"] + .input-helper:before {
  border-color: #fc381d;
}

/* line 20452, app/assets/stylesheets/style.css.scss */
.form-check-danger.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-danger.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #fc381d;
}

/* line 20457, app/assets/stylesheets/style.css.scss */
.form-check-light.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-light.form-check label input[type="radio"] + .input-helper:before {
  border-color: #dee5ef;
}

/* line 20462, app/assets/stylesheets/style.css.scss */
.form-check-light.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-light.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #dee5ef;
}

/* line 20467, app/assets/stylesheets/style.css.scss */
.form-check-dark.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-dark.form-check label input[type="radio"] + .input-helper:before {
  border-color: #001737;
}

/* line 20472, app/assets/stylesheets/style.css.scss */
.form-check-dark.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-dark.form-check label input[type="radio"]:checked + .input-helper:before {
  background: #001737;
}

/* Dropdowns */
/* line 20478, app/assets/stylesheets/style.css.scss */
.dropdown .dropdown-toggle:after {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "\F140";
  width: auto;
  height: auto;
  vertical-align: middle;
  line-height: .625rem;
  font-size: 1.25rem;
  margin-left: 0;
}

/* line 20493, app/assets/stylesheets/style.css.scss */
.dropdown .dropdown-menu {
  margin-top: .75rem;
  font-size: 0.875rem;
  box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
  border-radius: 0;
}

/* line 20500, app/assets/stylesheets/style.css.scss */
.dropdown .dropdown-menu .dropdown-item {
  font-size: .875rem;
  padding: .25rem 1.5rem;
}

/* line 20505, app/assets/stylesheets/style.css.scss */
.dropdown .dropdown-menu .dropdown-item:active {
  background: initial;
}

/* Forms */
/* line 20510, app/assets/stylesheets/style.css.scss */
.form-group {
  margin-bottom: 1.5rem;
}

/* line 20514, app/assets/stylesheets/style.css.scss */
.input-group-append,
.input-group-prepend {
  color: #666666;
  width: auto;
  border: none;
}

/* line 20521, app/assets/stylesheets/style.css.scss */
.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  border-color: #e4e6f6;
  padding: 0.875rem 0.75rem;
  color: #666666;
}

/* line 20528, app/assets/stylesheets/style.css.scss */
.form-control, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead,
.tt-query,
.tt-hint {
  border: 1px solid #e4e6f6;
  font-weight: 400;
  font-size: 0.875rem;
  height: auto;
}

/* line 20537, app/assets/stylesheets/style.css.scss */
select.form-control, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead,
select.tt-query,
select.tt-hint {
  padding: .4375rem .75rem;
  border: 0;
  outline: 1px solid #e4e6f6;
  color: #666666;
}

/* line 20546, app/assets/stylesheets/style.css.scss */
select.form-control:focus, .select2-container--default select.select2-selection--single:focus, .select2-container--default .select2-selection--single select.select2-search__field:focus, select.typeahead:focus,
select.tt-query:focus,
select.tt-hint:focus {
  outline: 1px solid #e4e6f6;
}

/* line 20552, app/assets/stylesheets/style.css.scss */
select.form-control.border-primary, .select2-container--default select.border-primary.select2-selection--single, .select2-container--default .select2-selection--single select.border-primary.select2-search__field, select.border-primary.typeahead,
select.border-primary.tt-query,
select.border-primary.tt-hint {
  outline: 1px solid #ec37fc;
}

/* line 20558, app/assets/stylesheets/style.css.scss */
select.form-control.border-primary:focus, .select2-container--default select.border-primary.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-primary.select2-search__field:focus, select.border-primary.typeahead:focus,
select.border-primary.tt-query:focus,
select.border-primary.tt-hint:focus {
  outline: 1px solid #ec37fc;
}

/* line 20564, app/assets/stylesheets/style.css.scss */
select.form-control.border-secondary, .select2-container--default select.border-secondary.select2-selection--single, .select2-container--default .select2-selection--single select.border-secondary.select2-search__field, select.border-secondary.typeahead,
select.border-secondary.tt-query,
select.border-secondary.tt-hint {
  outline: 1px solid #e4e6f6;
}

/* line 20570, app/assets/stylesheets/style.css.scss */
select.form-control.border-secondary:focus, .select2-container--default select.border-secondary.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-secondary.select2-search__field:focus, select.border-secondary.typeahead:focus,
select.border-secondary.tt-query:focus,
select.border-secondary.tt-hint:focus {
  outline: 1px solid #e4e6f6;
}

/* line 20576, app/assets/stylesheets/style.css.scss */
select.form-control.border-success, .select2-container--default select.border-success.select2-selection--single, .select2-container--default .select2-selection--single select.border-success.select2-search__field, select.border-success.typeahead,
select.border-success.tt-query,
select.border-success.tt-hint {
  outline: 1px solid #51c81c;
}

/* line 20582, app/assets/stylesheets/style.css.scss */
select.form-control.border-success:focus, .select2-container--default select.border-success.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-success.select2-search__field:focus, select.border-success.typeahead:focus,
select.border-success.tt-query:focus,
select.border-success.tt-hint:focus {
  outline: 1px solid #51c81c;
}

/* line 20588, app/assets/stylesheets/style.css.scss */
select.form-control.border-info, .select2-container--default select.border-info.select2-selection--single, .select2-container--default .select2-selection--single select.border-info.select2-search__field, select.border-info.typeahead,
select.border-info.tt-query,
select.border-info.tt-hint {
  outline: 1px solid #3794fc;
}

/* line 20594, app/assets/stylesheets/style.css.scss */
select.form-control.border-info:focus, .select2-container--default select.border-info.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-info.select2-search__field:focus, select.border-info.typeahead:focus,
select.border-info.tt-query:focus,
select.border-info.tt-hint:focus {
  outline: 1px solid #3794fc;
}

/* line 20600, app/assets/stylesheets/style.css.scss */
select.form-control.border-warning, .select2-container--default select.border-warning.select2-selection--single, .select2-container--default .select2-selection--single select.border-warning.select2-search__field, select.border-warning.typeahead,
select.border-warning.tt-query,
select.border-warning.tt-hint {
  outline: 1px solid #fcb41d;
}

/* line 20606, app/assets/stylesheets/style.css.scss */
select.form-control.border-warning:focus, .select2-container--default select.border-warning.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-warning.select2-search__field:focus, select.border-warning.typeahead:focus,
select.border-warning.tt-query:focus,
select.border-warning.tt-hint:focus {
  outline: 1px solid #fcb41d;
}

/* line 20612, app/assets/stylesheets/style.css.scss */
select.form-control.border-danger, .select2-container--default select.border-danger.select2-selection--single, .select2-container--default .select2-selection--single select.border-danger.select2-search__field, select.border-danger.typeahead,
select.border-danger.tt-query,
select.border-danger.tt-hint {
  outline: 1px solid #fc381d;
}

/* line 20618, app/assets/stylesheets/style.css.scss */
select.form-control.border-danger:focus, .select2-container--default select.border-danger.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-danger.select2-search__field:focus, select.border-danger.typeahead:focus,
select.border-danger.tt-query:focus,
select.border-danger.tt-hint:focus {
  outline: 1px solid #fc381d;
}

/* line 20624, app/assets/stylesheets/style.css.scss */
select.form-control.border-light, .select2-container--default select.border-light.select2-selection--single, .select2-container--default .select2-selection--single select.border-light.select2-search__field, select.border-light.typeahead,
select.border-light.tt-query,
select.border-light.tt-hint {
  outline: 1px solid #dee5ef;
}

/* line 20630, app/assets/stylesheets/style.css.scss */
select.form-control.border-light:focus, .select2-container--default select.border-light.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-light.select2-search__field:focus, select.border-light.typeahead:focus,
select.border-light.tt-query:focus,
select.border-light.tt-hint:focus {
  outline: 1px solid #dee5ef;
}

/* line 20636, app/assets/stylesheets/style.css.scss */
select.form-control.border-dark, .select2-container--default select.border-dark.select2-selection--single, .select2-container--default .select2-selection--single select.border-dark.select2-search__field, select.border-dark.typeahead,
select.border-dark.tt-query,
select.border-dark.tt-hint {
  outline: 1px solid #001737;
}

/* line 20642, app/assets/stylesheets/style.css.scss */
select.form-control.border-dark:focus, .select2-container--default select.border-dark.select2-selection--single:focus, .select2-container--default .select2-selection--single select.border-dark.select2-search__field:focus, select.border-dark.typeahead:focus,
select.border-dark.tt-query:focus,
select.border-dark.tt-hint:focus {
  outline: 1px solid #001737;
}

/* line 20648, app/assets/stylesheets/style.css.scss */
.form-group label {
  font-size: 0.875rem;
  line-height: 1.4rem;
  vertical-align: top;
  margin-bottom: .5rem;
}

/* line 20655, app/assets/stylesheets/style.css.scss */
.form-group.has-danger .form-control, .form-group.has-danger .select2-container--default .select2-selection--single, .select2-container--default .form-group.has-danger .select2-selection--single, .form-group.has-danger .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .form-group.has-danger .select2-search__field, .form-group.has-danger .typeahead,
.form-group.has-danger .tt-query,
.form-group.has-danger .tt-hint {
  border-color: #fc381d;
}

/* line 20661, app/assets/stylesheets/style.css.scss */
.form-group .file-upload-default {
  visibility: hidden;
  position: absolute;
}

/* line 20666, app/assets/stylesheets/style.css.scss */
.form-group .file-upload-info {
  background: transparent;
}

/* Lists */
/* line 20671, app/assets/stylesheets/style.css.scss */
ul,
ol,
dl {
  padding-left: 1rem;
  font-size: 0.875rem;
}

/* line 20678, app/assets/stylesheets/style.css.scss */
ul li,
ol li,
dl li {
  line-height: 1.8;
}

/* line 20684, app/assets/stylesheets/style.css.scss */
.list-ticked,
.list-arrow,
.list-star {
  list-style: none;
  padding: 0;
}

/* line 20691, app/assets/stylesheets/style.css.scss */
.list-ticked li,
.list-arrow li,
.list-star li {
  padding-left: 1.5rem;
}

/* line 20697, app/assets/stylesheets/style.css.scss */
.list-ticked li:before,
.list-arrow li:before,
.list-star li:before {
  font-family: "Material Design Icons";
  margin-left: -1.5rem;
  width: 1.5rem;
  margin-right: .5rem;
}

/* line 20706, app/assets/stylesheets/style.css.scss */
.list-ticked li:before {
  content: '\F12D';
  color: #fc381d;
}

/* line 20711, app/assets/stylesheets/style.css.scss */
.list-arrow li:before {
  content: '\F142';
  color: #51c81c;
}

/* line 20716, app/assets/stylesheets/style.css.scss */
.list-star li:before {
  content: '\F4CE';
  color: #fcb41d;
}

/* line 20721, app/assets/stylesheets/style.css.scss */
.solid-bullet-list {
  position: relative;
  padding-left: 0;
}

/* line 20726, app/assets/stylesheets/style.css.scss */
.rtl .solid-bullet-list {
  padding-right: 0;
}

/* line 20730, app/assets/stylesheets/style.css.scss */
.solid-bullet-list li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  line-height: 1;
  padding-bottom: 2.125rem;
}

/* line 20738, app/assets/stylesheets/style.css.scss */
.solid-bullet-list li * {
  line-height: .8;
}

/* line 20742, app/assets/stylesheets/style.css.scss */
.solid-bullet-list li:before, .solid-bullet-list li:after {
  content: "";
  position: absolute;
}

/* line 20747, app/assets/stylesheets/style.css.scss */
.solid-bullet-list li:before {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ec37fc;
  z-index: 1;
}

/* line 20757, app/assets/stylesheets/style.css.scss */
.solid-bullet-list:after {
  content: "";
  border: 1px solid #e4e6f6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  z-index: 0;
}

/* line 20767, app/assets/stylesheets/style.css.scss */
.bullet-line-list {
  padding-left: 30px;
  position: relative;
  list-style-type: none;
}

/* line 20773, app/assets/stylesheets/style.css.scss */
.rtl .bullet-line-list {
  padding-left: unset;
  padding-right: 30px;
}

/* line 20778, app/assets/stylesheets/style.css.scss */
.bullet-line-list li {
  position: relative;
}

/* line 20782, app/assets/stylesheets/style.css.scss */
.bullet-line-list li:before {
  width: 15px;
  height: 15px;
  left: -30px;
  top: 0;
  border: 4px solid #ec37fc;
  margin-right: 15px;
  z-index: 2;
  background: #ffffff;
}

/* line 20793, app/assets/stylesheets/style.css.scss */
.rtl .bullet-line-list li:before {
  left: unset;
  right: -45px;
}

/* line 20798, app/assets/stylesheets/style.css.scss */
.bullet-line-list li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
}

/* line 20804, app/assets/stylesheets/style.css.scss */
.bullet-line-list:after {
  content: "";
  border: 1px solid #e4e6f6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
}

/* line 20813, app/assets/stylesheets/style.css.scss */
.rtl .bullet-line-list:after {
  left: unset;
  right: 7px;
}

/* Icons */
/* line 20819, app/assets/stylesheets/style.css.scss */
.icons-list {
  border-left: 1px solid #e4e6f6;
  border-top: 1px solid #e4e6f6;
}

/* line 20824, app/assets/stylesheets/style.css.scss */
.icons-list > div {
  background: #ffffff;
  border-bottom: 1px solid #e4e6f6;
  border-right: 1px solid #e4e6f6;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 15px;
  font-weight: 400;
  font-size: 0.875rem;
}

/* line 20837, app/assets/stylesheets/style.css.scss */
.icons-list > div i {
  display: inline-block;
  font-size: 20px;
  width: 40px;
  text-align: left;
  color: #ec37fc;
}

/* line 20845, app/assets/stylesheets/style.css.scss */
.icon-in-bg {
  width: 55px;
  height: 55px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 20857, app/assets/stylesheets/style.css.scss */
.icon-lg {
  font-size: 2.5rem;
}

/* line 20861, app/assets/stylesheets/style.css.scss */
.icon-md {
  font-size: 1.5rem;
}

/* line 20865, app/assets/stylesheets/style.css.scss */
.icon-sm {
  font-size: 1rem;
}

/*icon boxes*/
/* line 20870, app/assets/stylesheets/style.css.scss */
.icon-box-primary {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #ec37fc;
}

/* line 20879, app/assets/stylesheets/style.css.scss */
.icon-box-primary i {
  color: white;
  font-size: 1.25rem;
}

/* line 20884, app/assets/stylesheets/style.css.scss */
.icon-box-primary.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

/* line 20890, app/assets/stylesheets/style.css.scss */
.icon-box-primary.icon-box-lg i {
  font-size: 2.5rem;
}

/* line 20894, app/assets/stylesheets/style.css.scss */
.icon-box-secondary {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #e4e6f6;
}

/* line 20903, app/assets/stylesheets/style.css.scss */
.icon-box-secondary i {
  color: white;
  font-size: 1.25rem;
}

/* line 20908, app/assets/stylesheets/style.css.scss */
.icon-box-secondary.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

/* line 20914, app/assets/stylesheets/style.css.scss */
.icon-box-secondary.icon-box-lg i {
  font-size: 2.5rem;
}

/* line 20918, app/assets/stylesheets/style.css.scss */
.icon-box-success {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #51c81c;
}

/* line 20927, app/assets/stylesheets/style.css.scss */
.icon-box-success i {
  color: white;
  font-size: 1.25rem;
}

/* line 20932, app/assets/stylesheets/style.css.scss */
.icon-box-success.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

/* line 20938, app/assets/stylesheets/style.css.scss */
.icon-box-success.icon-box-lg i {
  font-size: 2.5rem;
}

/* line 20942, app/assets/stylesheets/style.css.scss */
.icon-box-info {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #3794fc;
}

/* line 20951, app/assets/stylesheets/style.css.scss */
.icon-box-info i {
  color: white;
  font-size: 1.25rem;
}

/* line 20956, app/assets/stylesheets/style.css.scss */
.icon-box-info.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

/* line 20962, app/assets/stylesheets/style.css.scss */
.icon-box-info.icon-box-lg i {
  font-size: 2.5rem;
}

/* line 20966, app/assets/stylesheets/style.css.scss */
.icon-box-warning {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #fcb41d;
}

/* line 20975, app/assets/stylesheets/style.css.scss */
.icon-box-warning i {
  color: white;
  font-size: 1.25rem;
}

/* line 20980, app/assets/stylesheets/style.css.scss */
.icon-box-warning.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

/* line 20986, app/assets/stylesheets/style.css.scss */
.icon-box-warning.icon-box-lg i {
  font-size: 2.5rem;
}

/* line 20990, app/assets/stylesheets/style.css.scss */
.icon-box-danger {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #fc381d;
}

/* line 20999, app/assets/stylesheets/style.css.scss */
.icon-box-danger i {
  color: white;
  font-size: 1.25rem;
}

/* line 21004, app/assets/stylesheets/style.css.scss */
.icon-box-danger.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

/* line 21010, app/assets/stylesheets/style.css.scss */
.icon-box-danger.icon-box-lg i {
  font-size: 2.5rem;
}

/* line 21014, app/assets/stylesheets/style.css.scss */
.icon-box-light {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #dee5ef;
}

/* line 21023, app/assets/stylesheets/style.css.scss */
.icon-box-light i {
  color: white;
  font-size: 1.25rem;
}

/* line 21028, app/assets/stylesheets/style.css.scss */
.icon-box-light.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

/* line 21034, app/assets/stylesheets/style.css.scss */
.icon-box-light.icon-box-lg i {
  font-size: 2.5rem;
}

/* line 21038, app/assets/stylesheets/style.css.scss */
.icon-box-dark {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #001737;
}

/* line 21047, app/assets/stylesheets/style.css.scss */
.icon-box-dark i {
  color: white;
  font-size: 1.25rem;
}

/* line 21052, app/assets/stylesheets/style.css.scss */
.icon-box-dark.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

/* line 21058, app/assets/stylesheets/style.css.scss */
.icon-box-dark.icon-box-lg i {
  font-size: 2.5rem;
}

/* Preview */
/* line 21063, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 1.25rem 0;
}

/* line 21073, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item:last-child {
  border-bottom: 0;
}

/* line 21077, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .form-check {
  margin-top: 8px;
  margin-right: 1rem;
}

/* line 21082, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-thumbnail {
  color: #ffffff;
  position: relative;
}

/* line 21087, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-thumbnail img,
.preview-list .preview-item .preview-thumbnail .preview-icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

/* line 21094, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-thumbnail .preview-icon {
  padding: 6px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 21105, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-thumbnail .preview-icon i {
  font-size: 1.125rem;
  margin: 0;
}

/* line 21110, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-thumbnail .badge {
  border: 2px solid #ffffff;
  border-radius: 100%;
  bottom: 5px;
  display: block;
  height: 14px;
  left: -5px;
  padding: 0;
  position: absolute;
  width: 14px;
}

/* line 21122, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-item-content {
  line-height: 1;
  padding-left: 15px;
}

/* line 21127, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-item-content:first-child {
  padding-left: 0;
}

/* line 21131, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-item-content p {
  margin-bottom: 10px;
}

/* line 21135, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-item-content p .content-category {
  font-family: 'source-sans-pro-semibold', sans-serif;
  padding-right: 15px;
  border-right: 1px solid #e4e6f6;
}

/* line 21141, app/assets/stylesheets/style.css.scss */
.rtl .preview-list .preview-item .preview-item-content {
  padding-left: 0;
  padding-right: 1rem;
  margin-right: 0;
  margin-left: auto;
}

/* line 21148, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/* line 21155, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-actions i {
  width: 29px;
  color: #e6e9ed;
  height: 29px;
  border: 2px solid #e6e9ed;
  border-radius: 100%;
  padding: 3px 6px;
  display: inline-block;
}

/* line 21165, app/assets/stylesheets/style.css.scss */
.preview-list .preview-item .preview-actions i:first-child {
  margin-right: 10px;
}

/* line 21169, app/assets/stylesheets/style.css.scss */
.preview-list.comment-preview .preview-item {
  padding: .87rem 0;
}

/* line 21173, app/assets/stylesheets/style.css.scss */
.preview-list.comment-preview .preview-item:first-child {
  padding-top: 0;
}

/* line 21177, app/assets/stylesheets/style.css.scss */
.preview-list.comment-preview .preview-item p {
  line-height: 27px;
}

/* line 21181, app/assets/stylesheets/style.css.scss */
.preview-list.bordered .preview-item {
  border-bottom: 1px solid #e4e6f6;
}

/* line 21185, app/assets/stylesheets/style.css.scss */
.preview-list.bordered .preview-item:last-child {
  border-bottom: 0;
}

/* Tables */
/* line 21190, app/assets/stylesheets/style.css.scss */
.table {
  margin-bottom: 0;
}

/* line 21194, app/assets/stylesheets/style.css.scss */
.table thead th {
  border-top: 0;
  border-bottom-width: 1px;
  font-weight: 500;
  font-size: 1rem;
}

/* line 21201, app/assets/stylesheets/style.css.scss */
.table thead th i {
  margin-left: 0.325rem;
}

/* line 21205, app/assets/stylesheets/style.css.scss */
.table th,
.table td {
  vertical-align: middle;
  line-height: 1;
}

/* line 21211, app/assets/stylesheets/style.css.scss */
.table td {
  font-size: 0.875rem;
}

/* line 21215, app/assets/stylesheets/style.css.scss */
.table td img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

/* line 21221, app/assets/stylesheets/style.css.scss */
.table td .badge {
  margin-bottom: 0;
}

/* line 21225, app/assets/stylesheets/style.css.scss */
.table.table-borderless {
  border: none;
}

/* line 21229, app/assets/stylesheets/style.css.scss */
.table.table-borderless tr,
.table.table-borderless td,
.table.table-borderless th {
  border: none;
}

/* line 21235, app/assets/stylesheets/style.css.scss */
.table.table-bordered {
  border-top: 1px solid #e4e6f6;
}

/* line 21239, app/assets/stylesheets/style.css.scss */
.table.table-header-bg th {
  background: #dee5ef;
  font-weight: bold;
}

/* line 21244, app/assets/stylesheets/style.css.scss */
.table.table-header-bg td {
  color: #001737;
}

/* line 21248, app/assets/stylesheets/style.css.scss */
.table.table-header-bg td .flag-icon {
  width: 2rem;
  line-height: 2rem;
}

/* line 21253, app/assets/stylesheets/style.css.scss */
.table.table-header-bg td .progress {
  width: 200px;
}

@media screen and (max-width: 991px) {
  /* line 21258, app/assets/stylesheets/style.css.scss */
  .table.table-header-bg td .progress {
    width: 100%;
  }
}

/* Toggle Switch */
/* line 21264, app/assets/stylesheets/style.css.scss */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 25px;
}

/* line 21271, app/assets/stylesheets/style.css.scss */
.toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e9ecef;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  border: 1px solid #e4e6f6;
}

/* line 21285, app/assets/stylesheets/style.css.scss */
.toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

/* line 21298, app/assets/stylesheets/style.css.scss */
.toggle-switch input {
  visibility: hidden;
}

/* line 21302, app/assets/stylesheets/style.css.scss */
.toggle-switch input:checked + .toggle-slider {
  background-color: #ec37fc;
}

/* line 21306, app/assets/stylesheets/style.css.scss */
.toggle-switch input:checked + .toggle-slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

/* line 21312, app/assets/stylesheets/style.css.scss */
.toggle-switch.toggle-switch-primary input:checked + .toggle-slider {
  background-color: #ec37fc;
}

/* line 21316, app/assets/stylesheets/style.css.scss */
.toggle-switch.toggle-switch-secondary input:checked + .toggle-slider {
  background-color: #e4e6f6;
}

/* line 21320, app/assets/stylesheets/style.css.scss */
.toggle-switch.toggle-switch-success input:checked + .toggle-slider {
  background-color: #51c81c;
}

/* line 21324, app/assets/stylesheets/style.css.scss */
.toggle-switch.toggle-switch-info input:checked + .toggle-slider {
  background-color: #3794fc;
}

/* line 21328, app/assets/stylesheets/style.css.scss */
.toggle-switch.toggle-switch-warning input:checked + .toggle-slider {
  background-color: #fcb41d;
}

/* line 21332, app/assets/stylesheets/style.css.scss */
.toggle-switch.toggle-switch-danger input:checked + .toggle-slider {
  background-color: #fc381d;
}

/* line 21336, app/assets/stylesheets/style.css.scss */
.toggle-switch.toggle-switch-light input:checked + .toggle-slider {
  background-color: #dee5ef;
}

/* line 21340, app/assets/stylesheets/style.css.scss */
.toggle-switch.toggle-switch-dark input:checked + .toggle-slider {
  background-color: #001737;
}

/* Rounded sliders */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* === Plugin overrides === */
/* Jquery File Upload */
/* line 21349, app/assets/stylesheets/style.css.scss */
.ajax-upload-dragdrop {
  border-color: #e4e6f6;
  border-style: dotted;
  max-width: 100%;
}

/* line 21355, app/assets/stylesheets/style.css.scss */
.ajax-upload-dragdrop span b {
  font-size: .8125rem;
  color: #666666;
  font-weight: initial;
}

/* line 21361, app/assets/stylesheets/style.css.scss */
.ajax-upload-dragdrop .ajax-file-upload {
  background: #3794fc;
  box-shadow: none;
  height: auto;
}

/* line 21367, app/assets/stylesheets/style.css.scss */
.ajax-file-upload-container {
  min-height: 100px;
}

/* line 21371, app/assets/stylesheets/style.css.scss */
.ajax-file-upload-container .ajax-file-upload-statusbar {
  max-width: 100%;
}

/* line 21375, app/assets/stylesheets/style.css.scss */
.ajax-file-upload-container .ajax-file-upload-filename {
  max-width: 100%;
}

/* line 21379, app/assets/stylesheets/style.css.scss */
.ajax-file-upload-container .ajax-file-upload-error {
  color: #fc381d;
}

/* Progressbar-js */
/* line 21384, app/assets/stylesheets/style.css.scss */
.progress-bar-js-line {
  height: 6px;
}

/* line 21388, app/assets/stylesheets/style.css.scss */
.progressbar-js-circle {
  width: 100%;
  position: relative;
}

/* Rating */
/* line 21394, app/assets/stylesheets/style.css.scss */
.br-theme-fontawesome-stars .br-widget a,
.br-theme-css-stars .br-widget a {
  font-size: 16px;
  margin-right: 5px;
  margin-top: 4px;
  display: inline-block;
}

/* line 21402, app/assets/stylesheets/style.css.scss */
.br-theme-fontawesome-stars .br-widget a.br-selected:after, .br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-css-stars .br-widget a.br-selected:after,
.br-theme-css-stars .br-widget a.br-active:after {
  color: #fcb41d;
}

/* line 21408, app/assets/stylesheets/style.css.scss */
.br-theme-bars-1to10 .br-widget a,
.br-theme-bars-movie .br-widget a,
.br-theme-bars-pill .br-widget a,
.br-theme-bars-reversed .br-widget a,
.br-theme-bars-horizontal .br-widget a {
  background-color: rgba(236, 55, 252, 0.6);
  color: #ec37fc;
}

/* line 21417, app/assets/stylesheets/style.css.scss */
.br-theme-bars-1to10 .br-widget a.br-selected, .br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected,
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected,
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-reversed .br-widget a.br-selected,
.br-theme-bars-reversed .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected,
.br-theme-bars-horizontal .br-widget a.br-active {
  background-color: #ec37fc;
}

/* line 21429, app/assets/stylesheets/style.css.scss */
.br-theme-bars-square .br-widget a {
  border-color: rgba(236, 55, 252, 0.6);
  color: rgba(236, 55, 252, 0.6);
}

/* line 21434, app/assets/stylesheets/style.css.scss */
.br-theme-bars-square .br-widget a.br-selected, .br-theme-bars-square .br-widget a.br-active {
  border-color: #ec37fc;
  color: #ec37fc;
}

/* line 21439, app/assets/stylesheets/style.css.scss */
.br-theme-bars-movie .br-widget .br-current-rating,
.br-theme-bars-reversed .br-widget .br-current-rating,
.br-theme-bars-1to10 .br-widget .br-current-rating,
.br-theme-bars-horizontal .br-widget .br-current-rating {
  color: #666666;
  font-size: 0.875rem;
  font-weight: initial;
}

/* line 21448, app/assets/stylesheets/style.css.scss */
.br-theme-bars-1to10 {
  height: 26px;
}

/* line 21452, app/assets/stylesheets/style.css.scss */
.br-theme-bars-1to10 .br-widget {
  height: 24px;
}

/* line 21456, app/assets/stylesheets/style.css.scss */
.br-theme-bars-1to10 .br-widget .br-current-rating {
  line-height: 1;
}

/* line 21460, app/assets/stylesheets/style.css.scss */
.br-theme-bars-pill .br-widget a {
  line-height: 2.5;
}

/* Select2 */
/* line 21465, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ec37fc;
}

/* line 21469, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-dropdown,
.select2-container--default .select2-selection--multiple {
  border-color: #e4e6f6;
}

/* line 21475, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-selection--single .select2-search__field,
.select2-container--default .select2-dropdown .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-search__field {
  border-color: #e4e6f6;
}

/* line 21481, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-selection--single {
  height: auto;
}

/* line 21485, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 14px;
}

/* line 21489, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-dropdown {
  font-size: .8125rem;
}

/* line 21493, app/assets/stylesheets/style.css.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #e4e6f6;
}

/* line 21497, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #ffffff;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  font-size: .625rem;
  font-family: inherit;
  line-height: 1;
}

/* line 21507, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #ffffff;
}

/* line 21511, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+1) {
  background: #ec37fc;
}

/* line 21515, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+2) {
  background: #51c81c;
}

/* line 21519, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+3) {
  background: #3794fc;
}

/* line 21523, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+4) {
  background: #fc381d;
}

/* line 21527, app/assets/stylesheets/style.css.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(5n+5) {
  background: #fcb41d;
}

/* Typeahead */
/* line 21532, app/assets/stylesheets/style.css.scss */
.tt-menu,
.gist {
  text-align: left;
}

/* line 21537, app/assets/stylesheets/style.css.scss */
.twitter-typeahead {
  max-width: 100%;
}

/* line 21541, app/assets/stylesheets/style.css.scss */
.typeahead {
  background-color: #ffffff;
}

/* line 21545, app/assets/stylesheets/style.css.scss */
.typeahead:focus {
  border-color: #e4e6f6;
}

/* line 21549, app/assets/stylesheets/style.css.scss */
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 21555, app/assets/stylesheets/style.css.scss */
.tt-hint {
  color: #434a54;
}

/* line 21559, app/assets/stylesheets/style.css.scss */
.tt-menu {
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #ffffff;
  border: 1px solid #e4e6f6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 21573, app/assets/stylesheets/style.css.scss */
.tt-suggestion {
  padding: 3px 20px;
  font-size: inherit;
}

/* line 21578, app/assets/stylesheets/style.css.scss */
.tt-suggestion:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #ec37fc;
}

/* line 21584, app/assets/stylesheets/style.css.scss */
.tt-suggestion .tt-cursor {
  color: #ffffff;
  background-color: #ec37fc;
}

/* line 21589, app/assets/stylesheets/style.css.scss */
.tt-suggestion p {
  margin: 0;
}

/*-------------------------------------------------------------------*/
/* === Landing screens === */
/* Auth */
/* line 21596, app/assets/stylesheets/style.css.scss */
.auth .login-half-bg {
  background: url(/assets/auth/login-bg-lt-56fded46f7885f711390dd17b70a8e6333f895c204b3a0959f4369565b3d67f5.jpg) right;
  background-size: cover;
}

/* line 21601, app/assets/stylesheets/style.css.scss */
.auth .register-half-bg {
  background: url(/../images/auth/register-bg.jpg);
  background-size: cover;
}

/* line 21606, app/assets/stylesheets/style.css.scss */
.auth.lock-full-bg {
  background: url("	../images/auth/lockscreen-bg.jpg");
  background-size: cover;
}

/* line 21611, app/assets/stylesheets/style.css.scss */
.auth .lock-profile-img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

/* line 21617, app/assets/stylesheets/style.css.scss */
.auth .auth-form-light {
  background: #ffffff;
}

/* line 21621, app/assets/stylesheets/style.css.scss */
.auth .auth-form-light select {
  color: #666666;
}

/* line 21625, app/assets/stylesheets/style.css.scss */
.auth .auth-form-light .input-group .form-control:focus, .auth .auth-form-light .input-group .select2-container--default .select2-selection--single:focus, .select2-container--default .auth .auth-form-light .input-group .select2-selection--single:focus, .auth .auth-form-light .input-group .select2-container--default .select2-selection--single .select2-search__field:focus, .select2-container--default .select2-selection--single .auth .auth-form-light .input-group .select2-search__field:focus, .auth .auth-form-light .input-group .typeahead:focus,
.auth .auth-form-light .input-group .tt-query:focus,
.auth .auth-form-light .input-group .tt-hint:focus, .auth .auth-form-light .input-group .form-control:active, .auth .auth-form-light .input-group .select2-container--default .select2-selection--single:active, .select2-container--default .auth .auth-form-light .input-group .select2-selection--single:active, .auth .auth-form-light .input-group .select2-container--default .select2-selection--single .select2-search__field:active, .select2-container--default .select2-selection--single .auth .auth-form-light .input-group .select2-search__field:active, .auth .auth-form-light .input-group .typeahead:active,
.auth .auth-form-light .input-group .tt-query:active,
.auth .auth-form-light .input-group .tt-hint:active {
  border-color: #e4e6f6;
}

/* line 21633, app/assets/stylesheets/style.css.scss */
.auth .auth-form-transparent {
  background: transparent;
}

/* line 21637, app/assets/stylesheets/style.css.scss */
.auth .auth-form-transparent .form-control, .auth .auth-form-transparent .select2-container--default .select2-selection--single, .select2-container--default .auth .auth-form-transparent .select2-selection--single, .auth .auth-form-transparent .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .auth .auth-form-transparent .select2-search__field, .auth .auth-form-transparent .typeahead,
.auth .auth-form-transparent .tt-query,
.auth .auth-form-transparent .tt-hint,
.auth .auth-form-transparent .input-group-text {
  border-color: #ced4da;
}

/* line 21644, app/assets/stylesheets/style.css.scss */
.auth .auth-form-transparent .form-control:focus, .auth .auth-form-transparent .select2-container--default .select2-selection--single:focus, .select2-container--default .auth .auth-form-transparent .select2-selection--single:focus, .auth .auth-form-transparent .select2-container--default .select2-selection--single .select2-search__field:focus, .select2-container--default .select2-selection--single .auth .auth-form-transparent .select2-search__field:focus, .auth .auth-form-transparent .typeahead:focus,
.auth .auth-form-transparent .tt-query:focus,
.auth .auth-form-transparent .tt-hint:focus, .auth .auth-form-transparent .form-control:active, .auth .auth-form-transparent .select2-container--default .select2-selection--single:active, .select2-container--default .auth .auth-form-transparent .select2-selection--single:active, .auth .auth-form-transparent .select2-container--default .select2-selection--single .select2-search__field:active, .select2-container--default .select2-selection--single .auth .auth-form-transparent .select2-search__field:active, .auth .auth-form-transparent .typeahead:active,
.auth .auth-form-transparent .tt-query:active,
.auth .auth-form-transparent .tt-hint:active,
.auth .auth-form-transparent .input-group-text:focus,
.auth .auth-form-transparent .input-group-text:active {
  border-color: #ced4da;
}

/* line 21654, app/assets/stylesheets/style.css.scss */
.auth .auth-form-transparent select {
  outline-color: #e4e6f6;
}

/* line 21658, app/assets/stylesheets/style.css.scss */
.auth.auth-img-bg {
  padding: 0;
}

@media (min-width: 768px) {
  /* line 21663, app/assets/stylesheets/style.css.scss */
  .auth.auth-img-bg .auth-form-transparent {
    width: 55%;
    margin: auto;
  }
}

/* line 21669, app/assets/stylesheets/style.css.scss */
.auth .brand-logo {
  margin-bottom: 2rem;
}

/* line 21673, app/assets/stylesheets/style.css.scss */
.auth .brand-logo img {
  width: 115px;
}

/* line 21677, app/assets/stylesheets/style.css.scss */
.auth form .form-group {
  margin-bottom: 1.5rem;
}

/* line 21681, app/assets/stylesheets/style.css.scss */
.auth form .form-group label {
  font-size: .8125rem;
}

/* line 21685, app/assets/stylesheets/style.css.scss */
.auth form .form-group .form-control, .auth form .form-group .select2-container--default .select2-selection--single, .select2-container--default .auth form .form-group .select2-selection--single, .auth form .form-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .auth form .form-group .select2-search__field, .auth form .form-group .typeahead,
.auth form .form-group .tt-query,
.auth form .form-group .tt-hint {
  background: transparent;
  border-radius: 0;
  font-size: .9375rem;
}

/* line 21693, app/assets/stylesheets/style.css.scss */
.auth form .auth-form-btn {
  height: 50px;
  line-height: 1.5;
}

/* line 21698, app/assets/stylesheets/style.css.scss */
.auth form .auth-link {
  font-size: 0.875rem;
}

/* line 21702, app/assets/stylesheets/style.css.scss */
.auth form .auth-link:hover {
  color: initial;
}

/* line 21706, app/assets/stylesheets/style.css.scss */
.page-body-wrapper {
  min-height: calc(100vh - 60px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
}

/* line 21717, app/assets/stylesheets/style.css.scss */
.page-body-wrapper.full-page-wrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
}

/* line 21723, app/assets/stylesheets/style.css.scss */
.main-panel {
  transition: width 0.25s ease, margin 0.25s ease;
  width: calc(100% - 240px);
  min-height: calc(100vh - 60px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  /* line 21734, app/assets/stylesheets/style.css.scss */
  .main-panel {
    margin-left: 0;
    width: 100%;
  }
}

/* line 21740, app/assets/stylesheets/style.css.scss */
.content-wrapper {
  background: #f4f7fa;
  padding: 2.5rem 2.5rem;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

@media (max-width: 767px) {
  /* line 21749, app/assets/stylesheets/style.css.scss */
  .content-wrapper {
    padding: 1.5rem 1.5rem;
  }
}

/* Sidebar */
/* line 21755, app/assets/stylesheets/style.css.scss */
.sidebar {
  min-height: calc(100vh - 60px);
  background: #2e40a4;
  font-family: "Karla", sans-serif;
  font-weight: normal;
  padding: 0;
  width: 240px;
  z-index: 11;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  box-shadow: 6px 16px 31px -18px #b7bcd1;
  -webkit-box-shadow: 6px 16px 31px -18px #b7bcd1;
  -moz-box-shadow: 6px 16px 31px -18px #b7bcd1;
  -ms-box-shadow: 6px 16px 31px -18px #b7bcd1;
}

/* line 21773, app/assets/stylesheets/style.css.scss */
.sidebar .nav {
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 60px;
}

/* line 21780, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  transition-property: background;
  -webkit-transition-property: background;
}

/* line 21789, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .collapse {
  z-index: 999;
}

/* line 21793, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  white-space: nowrap;
  padding: 1rem 0.875rem 1rem 0.875rem;
  margin: 0 1.5rem;
  color: #fff;
  -webkit-transition-duration: 0.45s;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
  transition-property: background;
  -webkit-transition-property: background;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
}

/* line 21812, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link i {
  color: inherit;
}

/* line 21816, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link i.menu-icon {
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 1.125rem;
  color: #fff;
}

/* line 21823, app/assets/stylesheets/style.css.scss */
.rtl .sidebar .nav .nav-item .nav-link i.menu-icon {
  margin-left: 2rem;
  margin-right: 0;
}

/* line 21828, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link i.menu-icon:before {
  vertical-align: middle;
}

/* line 21832, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link i.menu-arrow {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  margin-right: 0;
  color: #fff;
}

/* line 21841, app/assets/stylesheets/style.css.scss */
.rtl .sidebar .nav .nav-item .nav-link i.menu-arrow {
  margin-left: 0;
  margin-right: auto;
}

/* line 21846, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
  content: "\F142";
  font-family: "Material Design Icons";
  font-style: normal;
  display: block;
  font-size: 1rem;
  line-height: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* line 21860, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link .menu-title {
  color: inherit;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
}

/* line 21868, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link .badge {
  margin-left: auto;
}

/* line 21872, app/assets/stylesheets/style.css.scss */
.rtl .sidebar .nav .nav-item .nav-link .badge {
  margin-left: 0;
  margin-right: auto;
}

/* line 21877, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.4);
  /* border-top: 1px solid #ec37fc; */
  border-radius: 4px;
}

/* line 21883, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link[aria-expanded="true"]:hover {
  border-top: 1px solid none;
}

/* line 21887, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 21895, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item.active > .nav-link {
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  border-top: 1px solid transparent;
  border-radius: 4px;
}

/* line 21902, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item.active > .nav-link i,
.sidebar .nav .nav-item.active > .nav-link .menu-title,
.sidebar .nav .nav-item.active > .nav-link .menu-arrow {
  color: #fff;
}

/* line 21908, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item.active + .nav-item .nav-link {
  border-top: 1px solid #2e40a4;
}

/* line 21912, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item:first-child .nav-link {
  border-top: 1px solid #2e40a4;
}

/* line 21916, app/assets/stylesheets/style.css.scss */
.sidebar .nav:not(.sub-menu) {
  margin-top: .5rem;
}

/* line 21920, app/assets/stylesheets/style.css.scss */
.sidebar .nav:not(.sub-menu) > .nav-item {
  margin-top: 0;
}

/* line 21924, app/assets/stylesheets/style.css.scss */
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 4px;
  border-top: 1px solid #2e40a4;
}

/* line 21931, app/assets/stylesheets/style.css.scss */
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link i.menu-arrow {
  color: #fff;
}

/* line 21935, app/assets/stylesheets/style.css.scss */
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link i.menu-icon {
  color: #fff;
}

/* line 21939, app/assets/stylesheets/style.css.scss */
.sidebar .nav:not(.sub-menu) > .nav-item:hover + .nav-item .nav-link {
  border-top: 1px solid #2e40a4;
}

/* line 21943, app/assets/stylesheets/style.css.scss */
.sidebar .nav.sub-menu {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 0.25rem 0rem 0 0rem;
  margin: 0 1.5rem;
  background: transparent;
}

/* line 21952, app/assets/stylesheets/style.css.scss */
.sidebar .nav.sub-menu .nav-item {
  padding: 0rem;
  position: relative;
}

/* line 21957, app/assets/stylesheets/style.css.scss */
.sidebar .nav.sub-menu .nav-item .nav-link {
  color: #fff;
  padding: 1rem 4rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  height: auto;
  border-top: 1px solid #2e40a4;
  margin: 0;
}

/* line 21968, app/assets/stylesheets/style.css.scss */
.sidebar .nav.sub-menu .nav-item .nav-link:hover {
  color: #007bff;
  background: transparent;
}

/* line 21973, app/assets/stylesheets/style.css.scss */
.sidebar .nav.sub-menu .nav-item .nav-link:hover::before {
  border: 1px solid #007bff;
}

/* line 21977, app/assets/stylesheets/style.css.scss */
.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #007bff;
}

/* line 21981, app/assets/stylesheets/style.css.scss */
.sidebar .nav.sub-menu .nav-item .nav-link.active::before {
  border: 1px solid #007bff;
}

/* line 21985, app/assets/stylesheets/style.css.scss */
.sidebar .nav.sub-menu .nav-item .nav-link::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  margin-top: 21px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  left: 2.5rem;
  top: -2px;
}

/* line 21997, app/assets/stylesheets/style.css.scss */
.sidebar .nav.sub-menu .nav-item:first-child .nav-link {
  border-top: 1px solid #2e40a4;
}

/* line 22001, app/assets/stylesheets/style.css.scss */
.sidebar .user-profile {
  margin: 2rem 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

/* line 22008, app/assets/stylesheets/style.css.scss */
.sidebar .user-profile .user-image img {
  width: 79px;
  height: 79px;
  border-radius: 100%;
  margin-bottom: .625rem;
}

/* line 22015, app/assets/stylesheets/style.css.scss */
.sidebar .user-profile .user-name {
  font-weight: bold;
  margin-bottom: .5rem;
}

/* style for off-canvas menu*/
@media screen and (max-width: 991px) {
  /* line 22022, app/assets/stylesheets/style.css.scss */
  .sidebar-offcanvas {
    position: fixed;
    max-height: calc(100vh - 60px);
    top: 60px;
    bottom: 0;
    overflow: auto;
    right: -240px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  /* line 22033, app/assets/stylesheets/style.css.scss */
  .sidebar-offcanvas.active {
    right: 0;
  }
}

/* Navbar */
/* line 22039, app/assets/stylesheets/style.css.scss */
.navbar {
  font-weight: 400;
  transition: background 0.25s ease;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  /* Navbar color variations */
}

/* line 22048, app/assets/stylesheets/style.css.scss */
.navbar .navbar-brand-wrapper {
  background: #2e40a4;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  width: 240px;
  height: 60px;
}

/* line 22058, app/assets/stylesheets/style.css.scss */
.navbar .navbar-brand-wrapper .navbar-brand {
  color: #27367f;
  font-size: 1.2rem;
  margin-right: 0;
  padding: .25rem 0;
}

/* line 22065, app/assets/stylesheets/style.css.scss */
.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
  display: none;
}

/* line 22069, app/assets/stylesheets/style.css.scss */
.navbar .navbar-brand-wrapper .navbar-brand:active, .navbar .navbar-brand-wrapper .navbar-brand:focus, .navbar .navbar-brand-wrapper .navbar-brand:hover {
  color: #1b2658;
}

/* line 22073, app/assets/stylesheets/style.css.scss */
.navbar .navbar-brand-wrapper .navbar-brand img {
  max-width: 100%;
  height: 25px;
  margin: auto;
  vertical-align: middle;
}

/* line 22080, app/assets/stylesheets/style.css.scss */
.navbar .navbar-brand-wrapper .brand-logo-mini {
  padding-left: 0;
  text-align: center;
}

/* line 22085, app/assets/stylesheets/style.css.scss */
.navbar .navbar-brand-wrapper .brand-logo-mini img {
  width: calc(70px - 30px);
  max-width: 100%;
  height: 20px;
  margin: auto;
}

/* line 22092, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper {
  background: #fff;
  transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -ms-transition: width 0.25s ease;
  color: #000000;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: calc(100% - 240px);
  height: 60px;
  -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  /* line 22109, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-menu-wrapper {
    width: calc(100% - 55px);
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 22116, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-toggler {
  border: 0;
  color: inherit;
  font-size: 1rem;
  padding: 2px;
  padding-right: 1.125rem;
  border-right: 1px solid #bec3e9;
  border-radius: 0;
}

@media (max-width: 991px) {
  /* line 22127, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-menu-wrapper .navbar-toggler {
    border-right: none;
  }
}

@media (max-width: 991px) {
  /* line 22133, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
    display: none;
  }
}

@media (max-width: 991px) {
  /* line 22139, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
    padding-left: 15px;
    padding-right: 11px;
  }
}

/* line 22145, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

/* line 22150, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

/* line 22154, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
  color: inherit;
  font-size: 1rem;
}

/* line 22159, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search {
  margin-left: 1.5rem;
}

/* line 22163, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  padding: .75rem;
}

/* line 22169, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .input-group-text {
  background: transparent;
  border: 0;
  color: #666;
  padding: 0;
}

/* line 22179, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint {
  margin-left: .5rem;
}

/* line 22185, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-webkit-input-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead::-webkit-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query::-webkit-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint::-webkit-input-placeholder {
  color: #666666;
}

/* line 22191, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-moz-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-moz-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead:-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query:-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint:-moz-placeholder {
  color: #666666;
}

/* line 22197, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single::-moz-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead::-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query::-moz-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint::-moz-placeholder {
  color: #666666;
}

/* line 22203, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .select2-container--default .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default .select2-selection--single .select2-search__field:-ms-input-placeholder, .select2-container--default .select2-selection--single .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead:-ms-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query:-ms-input-placeholder,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-hint:-ms-input-placeholder {
  color: #666666;
}

/* line 22209, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  margin: 0;
  padding-left: 1.5rem;
}

/* line 22215, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings .nav-link {
  padding: 0;
  text-align: center;
}

/* line 22220, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings i {
  font-size: 1.5rem;
  vertical-align: middle;
}

/* line 22225, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.5);
}

/* line 22234, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-profile-name {
  margin-left: .5rem;
}

@media (max-width: 767px) {
  /* line 22239, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-profile-name {
    display: none;
  }
}

/* line 22244, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

/* line 22251, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
  position: absolute;
  font-size: 0.9rem;
  margin-top: 0;
  right: 0;
  left: auto;
  top: 60px;
}

/* line 22260, app/assets/stylesheets/style.css.scss */
.rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
  right: auto;
  left: 0;
}

/* line 22265, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
  margin-bottom: 0;
  padding: .65rem 1.5rem;
}

/* line 22270, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
  font-size: 17px;
}

/* line 22274, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .badge {
  margin-left: 2.5rem;
}

/* line 22278, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .ellipsis {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 22284, app/assets/stylesheets/style.css.scss */
.rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
  margin-left: 10px;
}

/* line 22288, app/assets/stylesheets/style.css.scss */
.rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .badge {
  margin-left: 0;
  margin-right: 2.5rem;
}

/* line 22293, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-divider {
  margin: 0;
}

/* line 22297, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown i {
  margin-right: .5rem;
  vertical-align: middle;
}

@media (max-width: 991px) {
  /* line 22303, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown {
    position: static;
  }
  /* line 22306, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    left: 20px;
    right: 20px;
    top: 60px;
    width: calc(100% - 40px);
  }
}

/* line 22314, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator {
  position: relative;
  padding: 0;
  text-align: center;
}

/* line 22320, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator i {
  font-size: 1.25rem;
  margin-right: 0;
  vertical-align: middle;
}

/* line 22326, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator .count {
  position: absolute;
  left: 35%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fc381d;
  top: -2px;
}

/* line 22336, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator:after {
  display: none;
}

/* line 22340, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item .nav-link {
  color: #000000;
}

@media (min-width: 992px) {
  /* line 22345, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    margin-left: auto;
  }
  /* line 22348, app/assets/stylesheets/style.css.scss */
  .rtl .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    margin-left: 0;
    margin-right: auto;
  }
}

/* line 22354, app/assets/stylesheets/style.css.scss */
.navbar.navbar-primary .navbar-menu-wrapper {
  background: #007bff;
}

/* line 22358, app/assets/stylesheets/style.css.scss */
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 22362, app/assets/stylesheets/style.css.scss */
.navbar.navbar-primary:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 22366, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #e4e6f6;
}

/* line 22371, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #001737;
}

/* line 22375, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #001737;
}

/* line 22379, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group {
  background: rgba(0, 23, 55, 0.24);
}

/* line 22383, app/assets/stylesheets/style.css.scss */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #3743a4;
}

/* line 22387, app/assets/stylesheets/style.css.scss */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #ec37fc;
}

/* line 22391, app/assets/stylesheets/style.css.scss */
.navbar.navbar-secondary .navbar-menu-wrapper {
  background: #e4e6f6;
}

/* line 22395, app/assets/stylesheets/style.css.scss */
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 22399, app/assets/stylesheets/style.css.scss */
.navbar.navbar-secondary:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 22403, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #e4e6f6;
}

/* line 22408, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #001737;
}

/* line 22412, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #001737;
}

/* line 22416, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group {
  background: rgba(0, 23, 55, 0.24);
}

/* line 22420, app/assets/stylesheets/style.css.scss */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #3743a4;
}

/* line 22424, app/assets/stylesheets/style.css.scss */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #ec37fc;
}

/* line 22428, app/assets/stylesheets/style.css.scss */
.navbar.navbar-success .navbar-menu-wrapper {
  background: #51c81c;
}

/* line 22432, app/assets/stylesheets/style.css.scss */
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 22436, app/assets/stylesheets/style.css.scss */
.navbar.navbar-success:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 22440, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #e4e6f6;
}

/* line 22445, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #001737;
}

/* line 22449, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #001737;
}

/* line 22453, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group {
  background: rgba(0, 23, 55, 0.24);
}

/* line 22457, app/assets/stylesheets/style.css.scss */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #3743a4;
}

/* line 22461, app/assets/stylesheets/style.css.scss */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #ec37fc;
}

/* line 22465, app/assets/stylesheets/style.css.scss */
.navbar.navbar-info .navbar-menu-wrapper {
  background: #3794fc;
}

/* line 22469, app/assets/stylesheets/style.css.scss */
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 22473, app/assets/stylesheets/style.css.scss */
.navbar.navbar-info:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 22477, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #e4e6f6;
}

/* line 22482, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #001737;
}

/* line 22486, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #001737;
}

/* line 22490, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group {
  background: rgba(0, 23, 55, 0.24);
}

/* line 22494, app/assets/stylesheets/style.css.scss */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #3743a4;
}

/* line 22498, app/assets/stylesheets/style.css.scss */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #ec37fc;
}

/* line 22502, app/assets/stylesheets/style.css.scss */
.navbar.navbar-warning .navbar-menu-wrapper {
  background: #fcb41d;
}

/* line 22506, app/assets/stylesheets/style.css.scss */
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 22510, app/assets/stylesheets/style.css.scss */
.navbar.navbar-warning:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 22514, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #e4e6f6;
}

/* line 22519, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #001737;
}

/* line 22523, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #001737;
}

/* line 22527, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group {
  background: rgba(0, 23, 55, 0.24);
}

/* line 22531, app/assets/stylesheets/style.css.scss */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #3743a4;
}

/* line 22535, app/assets/stylesheets/style.css.scss */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #ec37fc;
}

/* line 22539, app/assets/stylesheets/style.css.scss */
.navbar.navbar-danger .navbar-menu-wrapper {
  background: #fc381d;
}

/* line 22543, app/assets/stylesheets/style.css.scss */
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 22547, app/assets/stylesheets/style.css.scss */
.navbar.navbar-danger:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 22551, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #e4e6f6;
}

/* line 22556, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #001737;
}

/* line 22560, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #001737;
}

/* line 22564, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group {
  background: rgba(0, 23, 55, 0.24);
}

/* line 22568, app/assets/stylesheets/style.css.scss */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #3743a4;
}

/* line 22572, app/assets/stylesheets/style.css.scss */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #ec37fc;
}

/* line 22576, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #dee5ef;
}

/* line 22580, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 22584, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 22588, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #e4e6f6;
}

/* line 22593, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #001737;
}

/* line 22597, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #001737;
}

/* line 22601, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group {
  background: rgba(0, 23, 55, 0.24);
}

/* line 22605, app/assets/stylesheets/style.css.scss */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #3743a4;
}

/* line 22609, app/assets/stylesheets/style.css.scss */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #ec37fc;
}

/* line 22613, app/assets/stylesheets/style.css.scss */
.navbar.navbar-dark .navbar-menu-wrapper {
  background: #001737;
}

/* line 22617, app/assets/stylesheets/style.css.scss */
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .navbar-toggler {
  color: #ffffff;
}

/* line 22621, app/assets/stylesheets/style.css.scss */
.navbar.navbar-dark:not(.navbar-light) .navbar-menu-wrapper .nav-item .nav-link {
  color: #ffffff;
}

/* line 22625, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper {
  background: #ffffff;
  border-left: 1px solid #e4e6f6;
}

/* line 22630, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .navbar-toggler {
  color: #001737;
}

/* line 22634, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item .nav-link {
  color: #001737;
}

/* line 22638, app/assets/stylesheets/style.css.scss */
.navbar.navbar-light .navbar-menu-wrapper .nav-item.nav-search .input-group {
  background: rgba(0, 23, 55, 0.24);
}

/* line 22642, app/assets/stylesheets/style.css.scss */
.navbar.navbar-dark .navbar-menu-wrapper {
  border-left-color: #3743a4;
}

/* line 22646, app/assets/stylesheets/style.css.scss */
.navbar.navbar-danger .navbar-menu-wrapper .nav-item .nav-link.count-indicator .count {
  background: #ec37fc;
}

@media (max-width: 991px) {
  /* line 22651, app/assets/stylesheets/style.css.scss */
  .navbar {
    flex-direction: row;
  }
  /* line 22654, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-brand-wrapper {
    width: 55px;
  }
  /* line 22657, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-brand-wrapper .navbar-brand.brand-logo {
    display: none;
  }
  /* line 22660, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
    display: inline-block;
  }
  /* line 22663, app/assets/stylesheets/style.css.scss */
  .navbar-collapse {
    display: flex;
    margin-top: 0.5rem;
  }
}

@media (max-width: 480px) {
  /* line 22670, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-brand-wrapper {
    width: 55px;
  }
  /* line 22673, app/assets/stylesheets/style.css.scss */
  .navbar .navbar-brand-wrapper .brand-logo-mini {
    padding-top: 0px;
  }
}

/* Layouts */
@media (min-width: 992px) {
  /* line 22680, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .navbar .navbar-brand-wrapper {
    width: 70px;
  }
  /* line 22683, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo {
    display: none;
  }
  /* line 22686, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
    display: inline-block;
  }
  /* line 22689, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: calc(100% - 70px);
  }
  /* line 22692, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar {
    width: 70px;
  }
  /* line 22695, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav {
    overflow: visible;
  }
  /* line 22698, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item {
    position: relative;
    padding: 0 0;
  }
  /* line 22702, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
    display: block;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
    position: static;
    margin: 0;
  }
  /* line 22710, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title,
.sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-sub-title {
    display: none;
  }
  /* line 22714, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
    border-radius: 0 5px 5px 0px;
  }
  /* line 22717, app/assets/stylesheets/style.css.scss */
  .rtl.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
    border-radius: 5px 0 0 5px;
  }
  /* line 22720, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  /* line 22725, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-arrow {
    display: none;
  }
  /* line 22728, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 0 5px 0 0px;
  }
  /* line 22732, app/assets/stylesheets/style.css.scss */
  .rtl.sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
    border-radius: 5px 0 0 0;
  }
  /* line 22735, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item .collapse {
    display: none;
  }
  /* line 22738, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #007bff;
    padding: 0 1.4rem;
    left: 70px;
    position: absolute;
    text-align: left;
    top: 0;
    bottom: 0;
    width: 190px;
    z-index: 1;
    line-height: 1.8;
    box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
  }
  /* line 22755, app/assets/stylesheets/style.css.scss */
  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    left: auto;
    right: 70px;
    text-align: left;
    box-shadow: -4px 0px 7px 0px rgba(182, 185, 189, 0.25);
  }
  /* line 22761, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title:after {
    display: none;
  }
  /* line 22764, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title {
    background: #2e40a4;
  }
  /* line 22767, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    display: block;
    padding: 0 0;
    background: #ec37fc;
    border-radius: 0 0 5px 0;
    position: absolute;
    left: 70px;
    width: 190px;
    box-shadow: 4px 4px 7px 0px rgba(182, 185, 189, 0.25);
  }
  /* line 22778, app/assets/stylesheets/style.css.scss */
  .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
    left: auto;
    right: 70px;
    border-radius: 0 0 0 5px;
    box-shadow: -4px 4px 7px 0px rgba(182, 185, 189, 0.25);
  }
  /* line 22784, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav.sub-menu {
    padding: 0 0;
    background: transparent;
    margin: 0;
  }
  /* line 22789, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item {
    border-top: 1px solid rgba(255, 255, 255, 0.36);
  }
  /* line 22792, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
    text-align: left;
    padding-left: 20px;
    background: transparent;
  }
  /* line 22797, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link::before {
    display: none;
  }
  /* line 22800, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #001737;
  }
  /* line 22803, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item:before {
    display: none;
  }
  /* line 22806, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item:first-child {
    border-top: 1px solid transparent;
  }
  /* line 22809, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .user-profile {
    margin: 2rem 0 0;
  }
  /* line 22812, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .user-profile .user-image img {
    width: 36px;
    height: 36px;
  }
  /* line 22816, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .user-profile .user-name {
    display: none;
  }
  /* line 22819, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .sidebar .user-profile .user-designation {
    display: none;
  }
  /* line 22822, app/assets/stylesheets/style.css.scss */
  .sidebar-icon-only .main-panel {
    width: calc(100% - 70px);
  }
}

/* line 22827, app/assets/stylesheets/style.css.scss */
.app-name {
  font-family: 'Lato', sans-serif;
  float: right;
  font-size: 1.1em;
  color: #d1d8fc;
  margin-top: 0px;
  margin-left: 2px;
}

/* line 22836, app/assets/stylesheets/style.css.scss */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .search-form {
  width: 350px;
}

/* line 22840, app/assets/stylesheets/style.css.scss */
.custom-icon {
  width: 15px;
}

/* line 22844, app/assets/stylesheets/style.css.scss */
a.custom-icon-link {
  text-decoration: none;
  color: #666666;
  min-width: 300px;
}

/* line 22850, app/assets/stylesheets/style.css.scss */
a.custom-icon-link:hover {
  text-decoration: none;
  color: #000;
}

/* line 22855, app/assets/stylesheets/style.css.scss */
.error-strip {
  margin-bottom: 2em;
  background-color: rgba(252, 180, 29, 0.2);
  border: solid 1px rgba(252, 120, 29, 0.2);
  padding: 0.6em 0em .5em .4em;
  border-radius: 3px;
}

/* line 22863, app/assets/stylesheets/style.css.scss */
.info-strip {
  margin-bottom: 2em;
  background-color: rgba(74, 207, 57, 0.2);
  border: solid 1px rgba(74, 207, 57, 0.2);
  padding: 0.2em 0em .2em .2em;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

/* line 22873, app/assets/stylesheets/style.css.scss */
table td a, .link-field a {
  text-decoration: none;
  color: #666666;
}

/* line 22878, app/assets/stylesheets/style.css.scss */
table td a:hover, .link-field a:hover {
  text-decoration: underline;
  color: #666666;
}

/* line 22883, app/assets/stylesheets/style.css.scss */
.warning-color {
  color: #ff4500;
}

/* line 22887, app/assets/stylesheets/style.css.scss */
.safe-color {
  color: #00ff00;
}

/* line 22891, app/assets/stylesheets/style.css.scss */
.mtp-2 {
  margin-top: -2px;
}

/* line 22895, app/assets/stylesheets/style.css.scss */
.ptp-2 {
  padding-top: 2px;
}

/* line 22899, app/assets/stylesheets/style.css.scss */
.mtp-1 {
  margin-top: -1px;
}

/* line 22903, app/assets/stylesheets/style.css.scss */
.mtp1 {
  margin-top: 1px;
}

/* line 22907, app/assets/stylesheets/style.css.scss */
.forms-sample {
  width: 100%;
  min-width: 100%;
}

/* line 22912, app/assets/stylesheets/style.css.scss */
.client-created-box {
  border: dashed 1px #ccc;
  height: 200px;
  border-radius: 0.2rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 22920, app/assets/stylesheets/style.css.scss */
.empty-state-box {
  border: dashed 1px #ccc;
  height: 300px;
  border-radius: 0.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 22930, app/assets/stylesheets/style.css.scss */
.big-icon {
  font-weight: bolder;
  width: 32px;
  height: 32px;
}

/* line 22936, app/assets/stylesheets/style.css.scss */
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

/* line 22942, app/assets/stylesheets/style.css.scss */
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

/* line 22953, app/assets/stylesheets/style.css.scss */
.form-card {
  text-align: left;
}

/* line 22957, app/assets/stylesheets/style.css.scss */
#msform fieldset:not(:first-of-type) {
  display: none;
}

/* line 22961, app/assets/stylesheets/style.css.scss */
#msform input,
#msform textarea {
  padding: 0.6rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-top: 2px;
  width: 100%;
  color: #2C3E50;
  font-size: 16px;
  letter-spacing: 1px;
}

/* line 22973, app/assets/stylesheets/style.css.scss */
#msform .select-field {
  padding: 0.6rem 1rem;
  color: #2C3E50;
  font-size: 16px;
}

/* line 22979, app/assets/stylesheets/style.css.scss */
#msform .date-field {
  padding: 0.45rem 1rem;
  color: #2C3E50;
}

/* line 22984, app/assets/stylesheets/style.css.scss */
#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #2C3E50;
  outline-width: 0;
}

/* line 22993, app/assets/stylesheets/style.css.scss */
#msform .action-button {
  width: 100px;
  background: #6e7bc2;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

/* line 23006, app/assets/stylesheets/style.css.scss */
#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #2e40a4;
}

/* line 23011, app/assets/stylesheets/style.css.scss */
#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

/* line 23024, app/assets/stylesheets/style.css.scss */
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

/* line 23029, app/assets/stylesheets/style.css.scss */
.card-progressbar {
  z-index: 0;
}

/* line 23033, app/assets/stylesheets/style.css.scss */
.fs-title {
  color: #6e7bc2;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

/* line 23040, app/assets/stylesheets/style.css.scss */
.steps {
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

/* line 23047, app/assets/stylesheets/style.css.scss */
.fieldlabels {
  color: gray;
  text-align: left;
}

/* line 23052, app/assets/stylesheets/style.css.scss */
#progressbar {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  color: #e0e0e0;
}

/* line 23059, app/assets/stylesheets/style.css.scss */
#progressbar .active {
  color: #3f56da;
}

/* line 23063, app/assets/stylesheets/style.css.scss */
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
}

/* line 23072, app/assets/stylesheets/style.css.scss */
#progressbar #contact:before {
  font-family: FontAwesome;
  content: "\f2b9";
}

/* line 23077, app/assets/stylesheets/style.css.scss */
#progressbar #personal:before {
  font-family: "feather";
  content: "\e074";
}

/* line 23082, app/assets/stylesheets/style.css.scss */
#progressbar #flight:before {
  font-family: FontAwesome;
  content: "\f072";
}

/* line 23087, app/assets/stylesheets/style.css.scss */
#progressbar #group:before {
  font-family: "feather";
  content: "\e102";
}

/* line 23092, app/assets/stylesheets/style.css.scss */
#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

/* line 23097, app/assets/stylesheets/style.css.scss */
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: #e0e0e0;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

/* line 23110, app/assets/stylesheets/style.css.scss */
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

/* line 23121, app/assets/stylesheets/style.css.scss */
#progressbar li.active:before,
#progressbar li.active:after {
  background: #3f56da;
}

/* line 23126, app/assets/stylesheets/style.css.scss */
.card-progressbar .progress {
  height: 15px;
}

/* line 23130, app/assets/stylesheets/style.css.scss */
.card-progressbar .progress-bar {
  background-color: #3f56da;
}

/* line 23134, app/assets/stylesheets/style.css.scss */
.fit-image {
  width: 100%;
  object-fit: cover;
}

/* line 23139, app/assets/stylesheets/style.css.scss */
#msform select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #fff;
  background-color: #fff;
  border: 1px solid #ccc;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
/* line 23155, app/assets/stylesheets/style.css.scss */
#msform select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
/* line 23159, app/assets/stylesheets/style.css.scss */
#msform .select {
  position: relative;
  display: flex;
  /* width: 20em; */
  height: 3em;
  /* border-radius: .25em; */
  overflow: hidden;
}

/* Arrow */
/* line 23168, app/assets/stylesheets/style.css.scss */
#msform .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.79em;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: .25s all ease;
  pointer-events: none;
}

/* Transition */
/* line 23180, app/assets/stylesheets/style.css.scss */
#msform .select:hover::after {
  color: #000;
}

/* line 23184, app/assets/stylesheets/style.css.scss */
.btn-create {
  /* color: rgba(6, 155, 85, 0.986); */
  background-color: rgba(6, 155, 85, 0.986);
  color: #fff;
  border-color: rgba(6, 155, 85, 0.986);
}

/* line 23191, app/assets/stylesheets/style.css.scss */
#msform .action-button-save {
  width: 200px;
  background-color: rgba(6, 155, 85, 0.986);
  border-color: #05b462;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

/* line 23205, app/assets/stylesheets/style.css.scss */
#msform .action-button-save:hover {
  background-color: #05b462;
  border-color: #05b462;
}

/* line 23210, app/assets/stylesheets/style.css.scss */
#msform .login {
  width: 100%;
}

/* line 23214, app/assets/stylesheets/style.css.scss */
.btn-create:hover {
  background-color: #05b462;
  color: #fff;
  border-color: #05b462;
}

/* search input */
/* line 23221, app/assets/stylesheets/style.css.scss */
.search {
  position: relative;
}

/* line 23225, app/assets/stylesheets/style.css.scss */
.search input[type='text'] {
  height: 50px;
  font-size: 16px;
  text-indent: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}

/* line 23236, app/assets/stylesheets/style.css.scss */
.search .search-box {
  width: 99%;
}

/* line 23240, app/assets/stylesheets/style.css.scss */
.search input[type='text']:focus {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* line 23246, app/assets/stylesheets/style.css.scss */
.search .fa-search {
  position: absolute;
  top: 18px;
  left: 25px;
  color: #c0c0c0;
}

/* line 23253, app/assets/stylesheets/style.css.scss */
.form-group.is-required > label:first-child:after {
  content: '*';
  margin-left: 2px;
}

/* line 23258, app/assets/stylesheets/style.css.scss */
.sidebar .nav .nav-item .nav-link.no-border-top {
  border-top: none;
}

/* line 23262, app/assets/stylesheets/style.css.scss */
hr.show-border-top {
  width: 95%;
  margin-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
}

/* line 23268, app/assets/stylesheets/style.css.scss */
.user-initials {
  color: #fff;
  font-size: 1.5em;
}

/* line 23273, app/assets/stylesheets/style.css.scss */
.reminder-controls {
  margin-right: auto;
}

/* line 23277, app/assets/stylesheets/style.css.scss */
.no-remind-checkbox {
  display: inline-block;
  padding-top: 9px;
  padding-left: 21px;
  position: relative;
}

/* line 23284, app/assets/stylesheets/style.css.scss */
.no-remind-checkbox input[type=checkbox] {
  position: absolute;
  left: 2px;
  top: 10px;
}

/* line 23290, app/assets/stylesheets/style.css.scss */
.modal-footer {
  display: flex;
  align-items: stretch;
  background-color: #f5f5f5;
}

/* line 23297, app/assets/stylesheets/style.css.scss */
.go-to-birthdays button {
  margin-left: auto;
}

/* line 23301, app/assets/stylesheets/style.css.scss */
.air-link, .air-link:hover {
  color: #666666;
  font-weight: bold;
}

/* line 23306, app/assets/stylesheets/style.css.scss */
.dashboard-air-link, .dashboard-air-link:hover {
  color: #000;
  font-weight: bold;
}

/* line 23311, app/assets/stylesheets/style.css.scss */
.birthday-box {
  display: flex;
}

/* line 23315, app/assets/stylesheets/style.css.scss */
.birthday-box-label {
  margin-right: 2em;
  padding-top: 1em;
  margin-left: 4em;
  width: 4em;
}

/* line 23322, app/assets/stylesheets/style.css.scss */
.birthday-box-display {
  margin-left: 2em;
  text-align: right;
  /* border: 0.1em dotted #999; */
  padding-left: 2em;
}

/* line 23329, app/assets/stylesheets/style.css.scss */
.no-birthday-box-display {
  padding-top: 1em;
  margin-left: 4em;
  text-align: right;
}

/* user avatars */
/* line 23336, app/assets/stylesheets/style.css.scss */
.user-avatars img, .user-avatars .user-initials {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* line 23342, app/assets/stylesheets/style.css.scss */
.user-avatars {
  display: grid;
  place-items: left;
}

/* line 23347, app/assets/stylesheets/style.css.scss */
.avatars {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 23354, app/assets/stylesheets/style.css.scss */
.avatars li {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/* line 23359, app/assets/stylesheets/style.css.scss */
.avatar {
  border: 0.2em solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 3em;
  overflow: hidden;
  width: 3em;
}

/* line 23368, app/assets/stylesheets/style.css.scss */
.hidden-avatars {
  height: 3em;
  width: 3em;
  border-radius: 50%;
  background: linear-gradient(325deg, #efefef 0%, #d1d1d1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.2em solid #fff;
  font-weight: bold;
}

/* line 23380, app/assets/stylesheets/style.css.scss */
.box-avatar {
  align-items: center;
  justify-content: center;
  display: flex;
}

/* line 23386, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_a {
  background-color: #257d07;
}

/* line 23390, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_b {
  background-color: #9f18d9;
}

/* line 23394, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_c {
  background-color: #e0800b;
}

/* line 23398, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_d {
  background-color: #0a99a1;
}

/* line 23402, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_e {
  background-color: #056df5;
}

/* line 23406, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_f {
  background-color: #275218;
}

/* line 23410, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_g {
  background-color: #512166;
}

/* line 23414, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_h {
  background-color: #8d2696;
}

/* line 23418, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_i {
  background-color: #a10a80;
}

/* line 23422, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_j {
  background-color: #043f8c;
}

/* line 23426, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_k {
  background-color: #0cc24e;
}

/* line 23430, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_l {
  background-color: #42325e;
}

/* line 23434, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_m {
  background-color: #784507;
}

/* line 23438, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_n {
  background-color: #f5050d;
}

/* line 23442, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_o {
  background-color: #0258a8;
}

/* line 23446, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_p {
  background-color: #60781f;
}

/* line 23450, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_q {
  background-color: #d41cbb;
}

/* line 23454, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_r {
  background-color: #cf4f19;
}

/* line 23458, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_s {
  background-color: #6e0958;
}

/* line 23462, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_t {
  background-color: #a84f02;
}

/* line 23466, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_u {
  background-color: #d1c026;
}

/* line 23470, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_v {
  background-color: #d60b33;
}

/* line 23474, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_w {
  background-color: #f2b824;
}

/* line 23478, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_x {
  background-color: #ba14ac;
}

/* line 23482, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_y {
  background-color: #1e822f;
}

/* line 23486, app/assets/stylesheets/style.css.scss */
.box-avatar.avatar_z {
  background-color: #1a0418;
}

/* line 23490, app/assets/stylesheets/style.css.scss */
.box-avatar a {
  text-decoration: none;
}

/*# sourceMappingURL=maps/style.css.map */
