/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

 code[class*="language-"],
 pre[class*="language-"] {
   color: black;
   background: none;
   text-shadow: 0 1px white;
   font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
   font-size: 1em;
   text-align: left;
   white-space: pre;
   word-spacing: normal;
   word-break: normal;
   word-wrap: normal;
   line-height: 1.5;
 
   -moz-tab-size: 4;
   -o-tab-size: 4;
   tab-size: 4;
 
   -webkit-hyphens: none;
   hyphens: none;
 }
 
 pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
 code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
   text-shadow: none;
   background: #b3d4fc;
 }
 
 pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
   text-shadow: none;
   background: #b3d4fc;
 }
 
 pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
 code[class*="language-"]::selection, code[class*="language-"] ::selection {
   text-shadow: none;
   background: #b3d4fc;
 }
 
 @media print {
   code[class*="language-"],
   pre[class*="language-"] {
     text-shadow: none;
   }
 }
 
 /* Code blocks */
 pre[class*="language-"] {
   padding: 1em;
   margin: .5em 0;
   overflow: auto;
 }
 
 :not(pre) > code[class*="language-"],
 pre[class*="language-"] {
   background: #f5f2f0;
 }
 
 /* Inline code */
 :not(pre) > code[class*="language-"] {
   padding: .1em;
   border-radius: .3em;
   white-space: normal;
 }
 
 .token.comment,
 .token.prolog,
 .token.doctype,
 .token.cdata {
   color: slategray;
 }
 
 .token.punctuation {
   color: #999;
 }
 
 .token.namespace {
   opacity: .7;
 }
 
 .token.property,
 .token.tag,
 .token.boolean,
 .token.number,
 .token.constant,
 .token.symbol,
 .token.deleted {
   color: #905;
 }
 
 .token.selector,
 .token.attr-name,
 .token.string,
 .token.char,
 .token.builtin,
 .token.inserted {
   color: #690;
 }
 
 .token.operator,
 .token.entity,
 .token.url,
 .language-css .token.string,
 .style .token.string {
   color: #9a6e3a;
   /* This background color was intended by the author of this theme. */
   background: hsla(0, 0%, 100%, .5);
 }
 
 .token.atrule,
 .token.attr-value,
 .token.keyword {
   color: #07a;
 }
 
 .token.function,
 .token.class-name {
   color: #DD4A68;
 }
 
 .token.regex,
 .token.important,
 .token.variable {
   color: #e90;
 }
 
 .token.important,
 .token.bold {
   font-weight: bold;
 }
 .token.italic {
   font-style: italic;
 }
 
 .token.entity {
   cursor: help;
 }
 
 /* @charset "UTF-8"; */
 /*!
  * Bootstrap v4.6.1 (https://getbootstrap.com/)
  * Copyright 2011-2021 The Bootstrap Authors
  * Copyright 2011-2021 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  */
 :root {
   --blue: #007bff;
   --indigo: #6610f2;
   --purple: #6f42c1;
   --pink: #e83e8c;
   --red: #dc3545;
   --orange: #fd7e14;
   --yellow: #ffc107;
   --green: #28a745;
   --teal: #20c997;
   --cyan: #17a2b8;
   --white: #fff;
   --gray: #6c757d;
   --gray-dark: #343a40;
   --primary: #007dcc;
   --secondary: #333;
   --success: #4fc47f;
   --info: #5BBFDE;
   --warning: #f0ad4e;
   --danger: #f35a3d;
   --light: #f8f8f8;
   --dark: #bababa;
   --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", "Liberation 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;
 }
 
 *,
 *::before,
 *::after {
   box-sizing: border-box;
 }
 
 
.red {
  color: #e3342f;
 }

 .blue {
  color: #3490dc;
}
.green{
  color: #28a745;
}


 html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
   display: block;
 }
 
   body {
     margin: 0;
     font-family: "Roboto", sans-serif;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     text-align: left;
     background-color: #fff;
   }
 
 [tabindex="-1"]:focus:not(:focus-visible) {
   outline: 0 !important;
 }
 
 hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible;
 }
 
 h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
   margin-bottom: 1.2rem;
 }
 
 p {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 abbr[title],
 abbr[data-original-title] {
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
           text-decoration: underline dotted;
   cursor: help;
   border-bottom: 0;
   -webkit-text-decoration-skip-ink: none;
           text-decoration-skip-ink: none;
 }
 
 address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit;
 }
 
 ol,
 ul,
 dl {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
   margin-bottom: 0;
 }
 
 dt {
   font-weight: 700;
 }
 
 dd {
   margin-bottom: 0.5rem;
   margin-left: 0;
 }
 
 blockquote {
   margin: 0 0 1rem;
 }
 
 b,
 strong {
   font-weight: bolder;
 }
 
 small {
   font-size: 80%;
 }
 
 sub,
 sup {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline;
 }
 
 sub {
   bottom: -0.25em;
 }
 
 sup {
   top: -0.5em;
 }
 
 a {
   color: #007dcc;
   text-decoration: none;
   background-color: transparent;
 }
 a:hover {
   color: #004e80;
   text-decoration: underline;
 }
 
 a:not([href]):not([class]) {
   color: inherit;
   text-decoration: none;
 }
 a:not([href]):not([class]):hover {
   color: inherit;
   text-decoration: none;
 }
 
 pre,
 code,
 kbd,
 samp {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
   font-size: 1em;
 }
 
 
 
 figure {
   margin: 0 0 1rem;
 }
 
 img {
   vertical-align: middle;
   border-style: none;
 }
 
 svg {
   overflow: hidden;
   vertical-align: middle;
 }
 
 
 caption {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   color: #6c757d;
   text-align: left;
   caption-side: bottom;
 }
 
 
 label {
   display: inline-block;
   margin-bottom: 0.5rem;
 }
 
 button {
   border-radius: 0;
 }
 
 button:focus:not(:focus-visible) {
   outline: 0;
 }
 
 input,
 button,
 select,
 optgroup,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
 }
 
 button,
 input {
   overflow: visible;
 }
 
 button,
 select {
   text-transform: none;
 }
 
 [role=button] {
   cursor: pointer;
 }
 
 select {
   word-wrap: normal;
 }
 
 button,
 [type=button],
 [type=reset],
 [type=submit] {
   -webkit-appearance: button;
 }
 
 button:not(:disabled),
 [type=button]:not(:disabled),
 [type=reset]:not(:disabled),
 [type=submit]:not(:disabled) {
   cursor: pointer;
 }
 
 button::-moz-focus-inner,
 [type=button]::-moz-focus-inner,
 [type=reset]::-moz-focus-inner,
 [type=submit]::-moz-focus-inner {
   padding: 0;
   border-style: none;
 }
 
 input[type=radio],
 input[type=checkbox] {
   box-sizing: border-box;
   padding: 0;
 }
 
 textarea {
   overflow: auto;
   resize: vertical;
 }
 
 fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
 }
 
 legend {
   display: block;
   width: 100%;
   max-width: 100%;
   padding: 0;
   margin-bottom: 0.5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal;
 }
 
 progress {
   vertical-align: baseline;
 }
 
 [type=number]::-webkit-inner-spin-button,
 [type=number]::-webkit-outer-spin-button {
   height: auto;
 }
 
 [type=search] {
   outline-offset: -2px;
   -webkit-appearance: none;
 }
 
 [type=search]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
 }
 
 output {
   display: inline-block;
 }
 
 summary {
   display: list-item;
   cursor: pointer;
 }
 
 template {
   display: none;
 }
 
 [hidden] {
   display: none !important;
 }
 
 h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
   margin-bottom: 1.2rem;
   font-weight: 500;
   line-height: 1.2;
 }
 
 h1, .h1 {
   font-size: 2.5rem;
 }
 
 h2, .h2 {
   font-size: 2rem;
 }
 
 h3, .h3 {
   font-size: 1.75rem;
 }
 
 h4, .h4 {
   font-size: 1.5rem;
 }
 
 h5, .h5 {
   font-size: 1.25rem;
 }
 
 h6, .h6 {
   font-size: 1rem;
 }
 
 .lead {
   font-size: 1.25rem;
   font-weight: 300;
 }
 
 .display-1 {
   font-size: 6rem;
   font-weight: 300;
   line-height: 1.2;
 }
 
 .display-2 {
   font-size: 5.5rem;
   font-weight: 300;
   line-height: 1.2;
 }
 
 .display-3 {
   font-size: 4.5rem;
   font-weight: 300;
   line-height: 1.2;
 }
 
 .display-4 {
   font-size: 3.5rem;
   font-weight: 300;
   line-height: 1.2;
 }
 
 hr {
   margin-top: 1rem;
   margin-bottom: 1rem;
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
 }
 
 small,
 .small {
   font-size: 80%;
   font-weight: 400;
 }
 
 mark,
 .mark {
   padding: 0.2em;
   background-color: #fcf8e3;
 }
 
 .list-unstyled {
   padding-left: 0;
   list-style: none;
 }
 
 .list-inline {
   padding-left: 0;
   list-style: none;
 }
 
 .list-inline-item {
   display: inline-block;
 }
 .list-inline-item:not(:last-child) {
   margin-right: 0.5rem;
 }
 
 .initialism {
   font-size: 90%;
   text-transform: uppercase;
 }
 
 .blockquote {
   margin-bottom: 1rem;
   font-size: 1.25rem;
 }
 
 .blockquote-footer {
   display: block;
   font-size: 80%;
   color: #6c757d;
 }
 .blockquote-footer::before {
   content: "— ";
 }
 
 .img-fluid {
   max-width: 100%;
   height: auto;
 }
 
 .img-thumbnail {
   padding: 0.25rem;
   background-color: #fff;
   border: 1px solid #dee2e6;
   border-radius: 0.25rem;
   max-width: 100%;
   height: auto;
 }
 
 .figure {
   display: inline-block;
 }
 
 .figure-img {
   margin-bottom: 0.5rem;
   line-height: 1;
 }
 
 .figure-caption {
   font-size: 90%;
   color: #6c757d;
 }
 
 code {
   font-size: 87.5%;
   color: #ffde00;
   word-wrap: break-word;
 }
 a > code {
   color: inherit;
 }
 
 kbd {
   padding: 0.2rem 0.4rem;
   font-size: 87.5%;
   color: #fff;
   background-color: #212529;
   border-radius: 0.2rem;
 }
 kbd kbd {
   padding: 0;
   font-size: 100%;
   font-weight: 700;
 }
 
 pre {
   display: block;
   font-size: 87.5%;
   color: #212529;
 }
 pre code {
   font-size: inherit;
   color: inherit;
   word-break: normal;
 }
 
 .pre-scrollable {
   max-height: 340px;
   overflow-y: scroll;
 }
 
 .container,
 .container-fluid,
 .container-xl,
 .container-lg,
 .container-md,
 .container-sm {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
 }
 
 @media (min-width: 576px) {
   .container-sm, .container {
     max-width: 540px;
   }
 }
 @media (min-width: 768px) {
   .container-md, .container-sm, .container {
     max-width: 720px;
   }
 }
 @media (min-width: 992px) {
   .container-lg, .container-md, .container-sm, .container {
     max-width: 960px;
   }
 }
 @media (min-width: 1200px) {
   .container-xl, .container-lg, .container-md, .container-sm, .container {
     max-width: 1140px;
   }
 }
 .row {
   display: flex;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
 }
 
 .no-gutters {
   margin-right: 0;
   margin-left: 0;
 }
 .no-gutters > .col,
 .no-gutters > [class*=col-] {
   padding-right: 0;
   padding-left: 0;
 }
 
 .col-xl,
 .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
 .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
 .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
 .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
 .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
 }
 
 .col {
   flex-basis: 0;
   flex-grow: 1;
   max-width: 100%;
 }
 
 .row-cols-1 > * {
   flex: 0 0 100%;
   max-width: 100%;
 }
 
 .row-cols-2 > * {
   flex: 0 0 50%;
   max-width: 50%;
 }
 
 .row-cols-3 > * {
   flex: 0 0 33.3333333333%;
   max-width: 33.3333333333%;
 }
 
 .row-cols-4 > * {
   flex: 0 0 25%;
   max-width: 25%;
 }
 
 .row-cols-5 > * {
   flex: 0 0 20%;
   max-width: 20%;
 }
 
 .row-cols-6 > * {
   flex: 0 0 16.6666666667%;
   max-width: 16.6666666667%;
 }
 
 .col-auto {
   flex: 0 0 auto;
   width: auto;
   max-width: 100%;
 }
 
 .col-1 {
   flex: 0 0 8.33333333%;
   max-width: 8.33333333%;
 }
 
 .col-2 {
   flex: 0 0 16.66666667%;
   max-width: 16.66666667%;
 }
 
 .col-3 {
   flex: 0 0 25%;
   max-width: 25%;
 }
 
 .col-4 {
   flex: 0 0 33.33333333%;
   max-width: 33.33333333%;
 }
 
 .col-5 {
   flex: 0 0 41.66666667%;
   max-width: 41.66666667%;
 }
 
 .col-6 {
   flex: 0 0 50%;
   max-width: 50%;
 }
 
 .col-7 {
   flex: 0 0 58.33333333%;
   max-width: 58.33333333%;
 }
 
 .col-8 {
   flex: 0 0 66.66666667%;
   max-width: 66.66666667%;
 }
 
 .col-9 {
   flex: 0 0 75%;
   max-width: 75%;
 }
 
 .col-10 {
   flex: 0 0 83.33333333%;
   max-width: 83.33333333%;
 }
 
 .col-11 {
   flex: 0 0 91.66666667%;
   max-width: 91.66666667%;
 }
 
 .col-12 {
   flex: 0 0 100%;
   max-width: 100%;
 }
 
 .order-first {
   order: -1;
 }
 
 .order-last {
   order: 13;
 }
 
 .order-0 {
   order: 0;
 }
 
 .order-1 {
   order: 1;
 }
 
 .order-2 {
   order: 2;
 }
 
 .order-3 {
   order: 3;
 }
 
 .order-4 {
   order: 4;
 }
 
 .order-5 {
   order: 5;
 }
 
 .order-6 {
   order: 6;
 }
 
 .order-7 {
   order: 7;
 }
 
 .order-8 {
   order: 8;
 }
 
 .order-9 {
   order: 9;
 }
 
 .order-10 {
   order: 10;
 }
 
 .order-11 {
   order: 11;
 }
 
 .order-12 {
   order: 12;
 }
 
 .offset-1 {
   margin-left: 8.33333333%;
 }
 
 .offset-2 {
   margin-left: 16.66666667%;
 }
 
 .offset-3 {
   margin-left: 25%;
 }
 
 .offset-4 {
   margin-left: 33.33333333%;
 }
 
 .offset-5 {
   margin-left: 41.66666667%;
 }
 
 .offset-6 {
   margin-left: 50%;
 }
 
 .offset-7 {
   margin-left: 58.33333333%;
 }
 
 .offset-8 {
   margin-left: 66.66666667%;
 }
 
 .offset-9 {
   margin-left: 75%;
 }
 
 .offset-10 {
   margin-left: 83.33333333%;
 }
 
 .offset-11 {
   margin-left: 91.66666667%;
 }
 
 @media (min-width: 576px) {
   .col-sm {
     flex-basis: 0;
     flex-grow: 1;
     max-width: 100%;
   }
   .row-cols-sm-1 > * {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .row-cols-sm-2 > * {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .row-cols-sm-3 > * {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .row-cols-sm-4 > * {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .row-cols-sm-5 > * {
     flex: 0 0 20%;
     max-width: 20%;
   }
   .row-cols-sm-6 > * {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-sm-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%;
   }
   .col-sm-1 {
     flex: 0 0 8.33333333%;
     max-width: 8.33333333%;
   }
   .col-sm-2 {
     flex: 0 0 16.66666667%;
     max-width: 16.66666667%;
   }
   .col-sm-3 {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-sm-4 {
     flex: 0 0 33.33333333%;
     max-width: 33.33333333%;
   }
   .col-sm-5 {
     flex: 0 0 41.66666667%;
     max-width: 41.66666667%;
   }
   .col-sm-6 {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-sm-7 {
     flex: 0 0 58.33333333%;
     max-width: 58.33333333%;
   }
   .col-sm-8 {
     flex: 0 0 66.66666667%;
     max-width: 66.66666667%;
   }
   .col-sm-9 {
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-sm-10 {
     flex: 0 0 83.33333333%;
     max-width: 83.33333333%;
   }
   .col-sm-11 {
     flex: 0 0 91.66666667%;
     max-width: 91.66666667%;
   }
   .col-sm-12 {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-sm-first {
     order: -1;
   }
   .order-sm-last {
     order: 13;
   }
   .order-sm-0 {
     order: 0;
   }
   .order-sm-1 {
     order: 1;
   }
   .order-sm-2 {
     order: 2;
   }
   .order-sm-3 {
     order: 3;
   }
   .order-sm-4 {
     order: 4;
   }
   .order-sm-5 {
     order: 5;
   }
   .order-sm-6 {
     order: 6;
   }
   .order-sm-7 {
     order: 7;
   }
   .order-sm-8 {
     order: 8;
   }
   .order-sm-9 {
     order: 9;
   }
   .order-sm-10 {
     order: 10;
   }
   .order-sm-11 {
     order: 11;
   }
   .order-sm-12 {
     order: 12;
   }
   .offset-sm-0 {
     margin-left: 0;
   }
   .offset-sm-1 {
     margin-left: 8.33333333%;
   }
   .offset-sm-2 {
     margin-left: 16.66666667%;
   }
   .offset-sm-3 {
     margin-left: 25%;
   }
   .offset-sm-4 {
     margin-left: 33.33333333%;
   }
   .offset-sm-5 {
     margin-left: 41.66666667%;
   }
   .offset-sm-6 {
     margin-left: 50%;
   }
   .offset-sm-7 {
     margin-left: 58.33333333%;
   }
   .offset-sm-8 {
     margin-left: 66.66666667%;
   }
   .offset-sm-9 {
     margin-left: 75%;
   }
   .offset-sm-10 {
     margin-left: 83.33333333%;
   }
   .offset-sm-11 {
     margin-left: 91.66666667%;
   }
 }
 @media (min-width: 768px) {
   .col-md {
     flex-basis: 0;
     flex-grow: 1;
     max-width: 100%;
   }
   .row-cols-md-1 > * {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .row-cols-md-2 > * {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .row-cols-md-3 > * {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .row-cols-md-4 > * {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .row-cols-md-5 > * {
     flex: 0 0 20%;
     max-width: 20%;
   }
   .row-cols-md-6 > * {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-md-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%;
   }
   .col-md-1 {
     flex: 0 0 8.33333333%;
     max-width: 8.33333333%;
   }
   .col-md-2 {
     flex: 0 0 16.66666667%;
     max-width: 16.66666667%;
   }
   .col-md-3 {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-md-4 {
     flex: 0 0 33.33333333%;
     max-width: 33.33333333%;
   }
   .col-md-5 {
     flex: 0 0 41.66666667%;
     max-width: 41.66666667%;
   }
   .col-md-6 {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-md-7 {
     flex: 0 0 58.33333333%;
     max-width: 58.33333333%;
   }
   .col-md-8 {
     flex: 0 0 66.66666667%;
     max-width: 66.66666667%;
   }
   .col-md-9 {
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-md-10 {
     flex: 0 0 83.33333333%;
     max-width: 83.33333333%;
   }
   .col-md-11 {
     flex: 0 0 91.66666667%;
     max-width: 91.66666667%;
   }
   .col-md-12 {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-md-first {
     order: -1;
   }
   .order-md-last {
     order: 13;
   }
   .order-md-0 {
     order: 0;
   }
   .order-md-1 {
     order: 1;
   }
   .order-md-2 {
     order: 2;
   }
   .order-md-3 {
     order: 3;
   }
   .order-md-4 {
     order: 4;
   }
   .order-md-5 {
     order: 5;
   }
   .order-md-6 {
     order: 6;
   }
   .order-md-7 {
     order: 7;
   }
   .order-md-8 {
     order: 8;
   }
   .order-md-9 {
     order: 9;
   }
   .order-md-10 {
     order: 10;
   }
   .order-md-11 {
     order: 11;
   }
   .order-md-12 {
     order: 12;
   }
   .offset-md-0 {
     margin-left: 0;
   }
   .offset-md-1 {
     margin-left: 8.33333333%;
   }
   .offset-md-2 {
     margin-left: 16.66666667%;
   }
   .offset-md-3 {
     margin-left: 25%;
   }
   .offset-md-4 {
     margin-left: 33.33333333%;
   }
   .offset-md-5 {
     margin-left: 41.66666667%;
   }
   .offset-md-6 {
     margin-left: 50%;
   }
   .offset-md-7 {
     margin-left: 58.33333333%;
   }
   .offset-md-8 {
     margin-left: 66.66666667%;
   }
   .offset-md-9 {
     margin-left: 75%;
   }
   .offset-md-10 {
     margin-left: 83.33333333%;
   }
   .offset-md-11 {
     margin-left: 91.66666667%;
   }
 }
 @media (min-width: 992px) {
   .col-lg {
     flex-basis: 0;
     flex-grow: 1;
     max-width: 100%;
   }
   .row-cols-lg-1 > * {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .row-cols-lg-2 > * {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .row-cols-lg-3 > * {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .row-cols-lg-4 > * {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .row-cols-lg-5 > * {
     flex: 0 0 20%;
     max-width: 20%;
   }
   .row-cols-lg-6 > * {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-lg-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%;
   }
   .col-lg-1 {
     flex: 0 0 8.33333333%;
     max-width: 8.33333333%;
   }
   .col-lg-2 {
     flex: 0 0 16.66666667%;
     max-width: 16.66666667%;
   }
   .col-lg-3 {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-lg-4 {
     flex: 0 0 33.33333333%;
     max-width: 33.33333333%;
   }
   .col-lg-5 {
     flex: 0 0 41.66666667%;
     max-width: 41.66666667%;
   }
   .col-lg-6 {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-lg-7 {
     flex: 0 0 58.33333333%;
     max-width: 58.33333333%;
   }
   .col-lg-8 {
     flex: 0 0 66.66666667%;
     max-width: 66.66666667%;
   }
   .col-lg-9 {
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-lg-10 {
     flex: 0 0 83.33333333%;
     max-width: 83.33333333%;
   }
   .col-lg-11 {
     flex: 0 0 91.66666667%;
     max-width: 91.66666667%;
   }
   .col-lg-12 {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-lg-first {
     order: -1;
   }
   .order-lg-last {
     order: 13;
   }
   .order-lg-0 {
     order: 0;
   }
   .order-lg-1 {
     order: 1;
   }
   .order-lg-2 {
     order: 2;
   }
   .order-lg-3 {
     order: 3;
   }
   .order-lg-4 {
     order: 4;
   }
   .order-lg-5 {
     order: 5;
   }
   .order-lg-6 {
     order: 6;
   }
   .order-lg-7 {
     order: 7;
   }
   .order-lg-8 {
     order: 8;
   }
   .order-lg-9 {
     order: 9;
   }
   .order-lg-10 {
     order: 10;
   }
   .order-lg-11 {
     order: 11;
   }
   .order-lg-12 {
     order: 12;
   }
   .offset-lg-0 {
     margin-left: 0;
   }
   .offset-lg-1 {
     margin-left: 8.33333333%;
   }
   .offset-lg-2 {
     margin-left: 16.66666667%;
   }
   .offset-lg-3 {
     margin-left: 25%;
   }
   .offset-lg-4 {
     margin-left: 33.33333333%;
   }
   .offset-lg-5 {
     margin-left: 41.66666667%;
   }
   .offset-lg-6 {
     margin-left: 50%;
   }
   .offset-lg-7 {
     margin-left: 58.33333333%;
   }
   .offset-lg-8 {
     margin-left: 66.66666667%;
   }
   .offset-lg-9 {
     margin-left: 75%;
   }
   .offset-lg-10 {
     margin-left: 83.33333333%;
   }
   .offset-lg-11 {
     margin-left: 91.66666667%;
   }
 }
 @media (min-width: 1200px) {
   .col-xl {
     flex-basis: 0;
     flex-grow: 1;
     max-width: 100%;
   }
   .row-cols-xl-1 > * {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .row-cols-xl-2 > * {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .row-cols-xl-3 > * {
     flex: 0 0 33.3333333333%;
     max-width: 33.3333333333%;
   }
   .row-cols-xl-4 > * {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .row-cols-xl-5 > * {
     flex: 0 0 20%;
     max-width: 20%;
   }
   .row-cols-xl-6 > * {
     flex: 0 0 16.6666666667%;
     max-width: 16.6666666667%;
   }
   .col-xl-auto {
     flex: 0 0 auto;
     width: auto;
     max-width: 100%;
   }
   .col-xl-1 {
     flex: 0 0 8.33333333%;
     max-width: 8.33333333%;
   }
   .col-xl-2 {
     flex: 0 0 16.66666667%;
     max-width: 16.66666667%;
   }
   .col-xl-3 {
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-xl-4 {
     flex: 0 0 33.33333333%;
     max-width: 33.33333333%;
   }
   .col-xl-5 {
     flex: 0 0 41.66666667%;
     max-width: 41.66666667%;
   }
   .col-xl-6 {
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-xl-7 {
     flex: 0 0 58.33333333%;
     max-width: 58.33333333%;
   }
   .col-xl-8 {
     flex: 0 0 66.66666667%;
     max-width: 66.66666667%;
   }
   .col-xl-9 {
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-xl-10 {
     flex: 0 0 83.33333333%;
     max-width: 83.33333333%;
   }
   .col-xl-11 {
     flex: 0 0 91.66666667%;
     max-width: 91.66666667%;
   }
   .col-xl-12 {
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-xl-first {
     order: -1;
   }
   .order-xl-last {
     order: 13;
   }
   .order-xl-0 {
     order: 0;
   }
   .order-xl-1 {
     order: 1;
   }
   .order-xl-2 {
     order: 2;
   }
   .order-xl-3 {
     order: 3;
   }
   .order-xl-4 {
     order: 4;
   }
   .order-xl-5 {
     order: 5;
   }
   .order-xl-6 {
     order: 6;
   }
   .order-xl-7 {
     order: 7;
   }
   .order-xl-8 {
     order: 8;
   }
   .order-xl-9 {
     order: 9;
   }
   .order-xl-10 {
     order: 10;
   }
   .order-xl-11 {
     order: 11;
   }
   .order-xl-12 {
     order: 12;
   }
   .offset-xl-0 {
     margin-left: 0;
   }
   .offset-xl-1 {
     margin-left: 8.33333333%;
   }
   .offset-xl-2 {
     margin-left: 16.66666667%;
   }
   .offset-xl-3 {
     margin-left: 25%;
   }
   .offset-xl-4 {
     margin-left: 33.33333333%;
   }
   .offset-xl-5 {
     margin-left: 41.66666667%;
   }
   .offset-xl-6 {
     margin-left: 50%;
   }
   .offset-xl-7 {
     margin-left: 58.33333333%;
   }
   .offset-xl-8 {
     margin-left: 66.66666667%;
   }
   .offset-xl-9 {
     margin-left: 75%;
   }
   .offset-xl-10 {
     margin-left: 83.33333333%;
   }
   .offset-xl-11 {
     margin-left: 91.66666667%;
   }
 }
 
 
 .form-control {
   display: block;
   width: 100%;
   height: calc(1.5em + 0.75rem + 2px);
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
   transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
 @media (prefers-reduced-motion: reduce) {
   .form-control {
     transition: none;
   }
 }
 .form-control::-ms-expand {
   background-color: transparent;
   border: 0;
 }
 .form-control:focus {
   color: #495057;
   background-color: #fff;
   border-color: #4dbaff;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(0, 125, 204, 0.25);
 }
 .form-control::-moz-placeholder {
   color: #6c757d;
   opacity: 1;
 }
 .form-control::placeholder {
   color: #6c757d;
   opacity: 1;
 }
 .form-control:disabled, .form-control[readonly] {
   background-color: #e9ecef;
   opacity: 1;
 }
 
 input[type=date].form-control,
 input[type=time].form-control,
 input[type=datetime-local].form-control,
 input[type=month].form-control {
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
 }
 
 select.form-control:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #495057;
 }
 select.form-control:focus::-ms-value {
   color: #495057;
   background-color: #fff;
 }
 
 .form-control-file,
 .form-control-range {
   display: block;
   width: 100%;
 }
 
 .col-form-label {
   padding-top: calc(0.375rem + 1px);
   padding-bottom: calc(0.375rem + 1px);
   margin-bottom: 0;
   font-size: inherit;
   line-height: 1.5;
 }
 
 .col-form-label-lg {
   padding-top: calc(0.5rem + 1px);
   padding-bottom: calc(0.5rem + 1px);
   font-size: 1.25rem;
   line-height: 1.5;
 }
 
 .col-form-label-sm {
   padding-top: calc(0.25rem + 1px);
   padding-bottom: calc(0.25rem + 1px);
   font-size: 0.875rem;
   line-height: 1.5;
 }
 
 .form-control-plaintext {
   display: block;
   width: 100%;
   padding: 0.375rem 0;
   margin-bottom: 0;
   font-size: 1rem;
   line-height: 1.5;
   color: #212529;
   background-color: transparent;
   border: solid transparent;
   border-width: 1px 0;
 }
 .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
   padding-right: 0;
   padding-left: 0;
 }
 
 .form-control-sm {
   height: calc(1.5em + 0.5rem + 2px);
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
   border-radius: 0.2rem;
 }
 
 .form-control-lg {
   height: calc(1.5em + 1rem + 2px);
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   line-height: 1.5;
   border-radius: 0.3rem;
 }
 
 select.form-control[size], select.form-control[multiple] {
   height: auto;
 }
 
 textarea.form-control {
   height: auto;
 }
 
 .form-group {
   margin-bottom: 1rem;
 }
 
 .form-text {
   display: block;
   margin-top: 0.25rem;
 }
 
 .form-row {
   display: flex;
   flex-wrap: wrap;
   margin-right: -5px;
   margin-left: -5px;
 }
 .form-row > .col,
 .form-row > [class*=col-] {
   padding-right: 5px;
   padding-left: 5px;
 }
 
 .form-check {
   position: relative;
   display: block;
   padding-left: 1.25rem;
 }
 
 .form-check-input {
   position: absolute;
   margin-top: 0.3rem;
   margin-left: -1.25rem;
 }
 .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
   color: #6c757d;
 }
 
 .form-check-label {
   margin-bottom: 0;
 }
 
 .form-check-inline {
   display: inline-flex;
   align-items: center;
   padding-left: 0;
   margin-right: 0.75rem;
 }
 .form-check-inline .form-check-input {
   position: static;
   margin-top: 0;
   margin-right: 0.3125rem;
   margin-left: 0;
 }
 
 .valid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 80%;
   color: #4fc47f;
 }
 
 .valid-tooltip {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.25rem 0.5rem;
   margin-top: 0.1rem;
   font-size: 0.875rem;
   line-height: 1.5;
   color: #212529;
   background-color: rgba(79, 196, 127, 0.9);
   border-radius: 0.25rem;
 }
 .form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
   left: 5px;
 }
 
 .was-validated :valid ~ .valid-feedback,
 .was-validated :valid ~ .valid-tooltip,
 .is-valid ~ .valid-feedback,
 .is-valid ~ .valid-tooltip {
   display: block;
 }
 
 .was-validated .form-control:valid, .form-control.is-valid {
   border-color: #4fc47f;
   padding-right: calc(1.5em + 0.75rem) !important;
   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='%234fc47f' 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);
 }
 .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
   border-color: #4fc47f;
   box-shadow: 0 0 0 0.2rem rgba(79, 196, 127, 0.25);
 }
 
 .was-validated select.form-control:valid, select.form-control.is-valid {
   padding-right: 3rem !important;
   background-position: right 1.5rem center;
 }
 
 .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
   padding-right: calc(1.5em + 0.75rem);
   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
 }
 
 .was-validated .custom-select:valid, .custom-select.is-valid {
   border-color: #4fc47f;
   padding-right: calc(0.75em + 2.3125rem) !important;
   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") right 0.75rem center/8px 10px no-repeat, #fff 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='%234fc47f' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
 }
 .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
   border-color: #4fc47f;
   box-shadow: 0 0 0 0.2rem rgba(79, 196, 127, 0.25);
 }
 
 .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
   color: #4fc47f;
 }
 .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;
 }
 
 .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
   color: #4fc47f;
 }
 .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
   border-color: #4fc47f;
 }
 .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
   border-color: #75d19b;
   background-color: #75d19b;
 }
 .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(79, 196, 127, 0.25);
 }
 .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: #4fc47f;
 }
 
 .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
   border-color: #4fc47f;
 }
 .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
   border-color: #4fc47f;
   box-shadow: 0 0 0 0.2rem rgba(79, 196, 127, 0.25);
 }
 
 .invalid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 80%;
   color: #f35a3d;
 }
 
 .invalid-tooltip {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 5;
   display: none;
   max-width: 100%;
   padding: 0.25rem 0.5rem;
   margin-top: 0.1rem;
   font-size: 0.875rem;
   line-height: 1.5;
   color: #fff;
   background-color: rgba(243, 90, 61, 0.9);
   border-radius: 0.25rem;
 }
 .form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
   left: 5px;
 }
 
 .was-validated :invalid ~ .invalid-feedback,
 .was-validated :invalid ~ .invalid-tooltip,
 .is-invalid ~ .invalid-feedback,
 .is-invalid ~ .invalid-tooltip {
   display: block;
 }
 
 .was-validated .form-control:invalid, .form-control.is-invalid {
   border-color: #f35a3d;
   padding-right: calc(1.5em + 0.75rem) !important;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f35a3d' 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='%23f35a3d' 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);
 }
 .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
   border-color: #f35a3d;
   box-shadow: 0 0 0 0.2rem rgba(243, 90, 61, 0.25);
 }
 
 .was-validated select.form-control:invalid, select.form-control.is-invalid {
   padding-right: 3rem !important;
   background-position: right 1.5rem center;
 }
 
 .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
   padding-right: calc(1.5em + 0.75rem);
   background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
 }
 
 .was-validated .custom-select:invalid, .custom-select.is-invalid {
   border-color: #f35a3d;
   padding-right: calc(0.75em + 2.3125rem) !important;
   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") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f35a3d' 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='%23f35a3d' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
 }
 .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
   border-color: #f35a3d;
   box-shadow: 0 0 0 0.2rem rgba(243, 90, 61, 0.25);
 }
 
 .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
   color: #f35a3d;
 }
 .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;
 }
 
 .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
   color: #f35a3d;
 }
 .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
   border-color: #f35a3d;
 }
 .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
   border-color: #f6836d;
   background-color: #f6836d;
 }
 .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(243, 90, 61, 0.25);
 }
 .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: #f35a3d;
 }
 
 .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
   border-color: #f35a3d;
 }
 .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
   border-color: #f35a3d;
   box-shadow: 0 0 0 0.2rem rgba(243, 90, 61, 0.25);
 }
 /* 
 .form-inline {
   display: flex;
   flex-flow: row wrap;
   align-items: center;
 }
 .form-inline .form-check {
   width: 100%;
 }
 @media (min-width: 576px) {
   .form-inline label {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 0;
   }
   .form-inline .form-group {
     display: flex;
     flex: 0 0 auto;
     flex-flow: row wrap;
     align-items: center;
     margin-bottom: 0;
   }
   .form-inline .form-control {
     display: inline-block;
     width: auto;
     vertical-align: middle;
   }
   .form-inline .form-control-plaintext {
     display: inline-block;
   }
   .form-inline .input-group,
 .form-inline .custom-select {
     width: auto;
   }
   .form-inline .form-check {
     display: flex;
     align-items: center;
     justify-content: center;
     width: auto;
     padding-left: 0;
   }
   .form-inline .form-check-input {
     position: relative;
     flex-shrink: 0;
     margin-top: 0;
     margin-right: 0.25rem;
     margin-left: 0;
   }
   .form-inline .custom-control {
     align-items: center;
     justify-content: center;
   }
   .form-inline .custom-control-label {
     margin-bottom: 0;
   }
 } */
 
 .btn {
   display: inline-block;
   font-weight: 400;
   color: #212529;
   text-align: center;
   vertical-align: middle;
   -webkit-user-select: none;
      -moz-user-select: none;
           user-select: none;
   background-color: transparent;
   border: 1px solid transparent;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   line-height: 1.5;
   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) {
   .btn {
     transition: none;
   }
 }
 .btn:hover {
   color: #212529;
   text-decoration: none;
 }
 .btn:focus, .btn.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(0, 125, 204, 0.25);
 }
 .btn.disabled, .btn:disabled {
   opacity: 0.65;
 }
 .btn:not(:disabled):not(.disabled) {
   cursor: pointer;
 }
 a.btn.disabled,
 fieldset:disabled a.btn {
   pointer-events: none;
 }
 
 .btn-primary {
   color: #fff;
   background-color: #007dcc;
   border-color: #007dcc;
 }
 .btn-primary:hover {
   color: #fff;
   background-color: #0066a6;
   border-color: #005e99;
 }
 .btn-primary:focus, .btn-primary.focus {
   color: #fff;
   background-color: #0066a6;
   border-color: #005e99;
   box-shadow: 0 0 0 0.2rem rgba(38, 145, 212, 0.5);
 }
 .btn-primary.disabled, .btn-primary:disabled {
   color: #fff;
   background-color: #007dcc;
   border-color: #007dcc;
 }
 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
   color: #fff;
   background-color: #005e99;
   border-color: #00568c;
 }
 .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(38, 145, 212, 0.5);
 }
 
 .btn-secondary {
   color: #fff;
   background-color: #6c757d;
   border-color: #6c757d;
 }
 .btn-secondary:hover {
   color: #fff;
   background-color: #202020;
   border-color: #1a1a1a;
 }
 .btn-secondary:focus, .btn-secondary.focus {
   color: #fff;
   background-color: #202020;
   border-color: #1a1a1a;
   box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
 }
 .btn-secondary.disabled, .btn-secondary:disabled {
   color: #fff;
   background-color: #333;
   border-color: #333;
 }
 .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
   color: #fff;
   background-color: #1a1a1a;
   border-color: #131313;
 }
 .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
 }
 
 .btn-success {
   color: #212529;
   background-color: #4fc47f;
   border-color: #4fc47f;
 }
 .btn-success:hover {
   color: #fff;
   background-color: #3bb16c;
   border-color: #38a866;
 }
 .btn-success:focus, .btn-success.focus {
   color: #fff;
   background-color: #3bb16c;
   border-color: #38a866;
   box-shadow: 0 0 0 0.2rem rgba(72, 172, 114, 0.5);
 }
 .btn-success.disabled, .btn-success:disabled {
   color: #212529;
   background-color: #4fc47f;
   border-color: #4fc47f;
 }
 .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
   color: #fff;
   background-color: #38a866;
   border-color: #359e60;
 }
 .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(72, 172, 114, 0.5);
 }
 
 .btn-info {
   color: #212529;
   background-color: #5BBFDE;
   border-color: #5BBFDE;
 }
 .btn-info:hover {
   color: #fff;
   background-color: #3bb3d8;
   border-color: #31aed5;
 }
 .btn-info:focus, .btn-info.focus {
   color: #fff;
   background-color: #3bb3d8;
   border-color: #31aed5;
   box-shadow: 0 0 0 0.2rem rgba(82, 168, 195, 0.5);
 }
 .btn-info.disabled, .btn-info:disabled {
   color: #212529;
   background-color: #5BBFDE;
   border-color: #5BBFDE;
 }
 .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
   color: #fff;
   background-color: #31aed5;
   border-color: #2aa8cf;
 }
 .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(82, 168, 195, 0.5);
 }
 
 .btn-warning {
   color: #212529;
   background-color: #f0ad4e;
   border-color: #f0ad4e;
 }
 .btn-warning:hover {
   color: #212529;
   background-color: #ed9d2b;
   border-color: #ec971f;
 }
 .btn-warning:focus, .btn-warning.focus {
   color: #212529;
   background-color: #ed9d2b;
   border-color: #ec971f;
   box-shadow: 0 0 0 0.2rem rgba(209, 153, 72, 0.5);
 }
 .btn-warning.disabled, .btn-warning:disabled {
   color: #212529;
   background-color: #f0ad4e;
   border-color: #f0ad4e;
 }
 .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
   color: #212529;
   background-color: #ec971f;
   border-color: #ea9214;
 }
 .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(209, 153, 72, 0.5);
 }
 
 .btn-danger {
   color: #fff;
   background-color: #f35a3d;
   border-color: #f35a3d;
 }
 .btn-danger:hover {
   color: #fff;
   background-color: #f13b19;
   border-color: #ee320f;
 }
 .btn-danger:focus, .btn-danger.focus {
   color: #fff;
   background-color: #f13b19;
   border-color: #ee320f;
   box-shadow: 0 0 0 0.2rem rgba(245, 115, 90, 0.5);
 }
 .btn-danger.disabled, .btn-danger:disabled {
   color: #fff;
   background-color: #f35a3d;
   border-color: #f35a3d;
 }
 .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
   color: #fff;
   background-color: #ee320f;
   border-color: #e2300e;
 }
 .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(245, 115, 90, 0.5);
 }
 
 .btn-light {
   color: #212529;
   background-color: #f8f8f8;
   border-color: #f8f8f8;
 }
 .btn-light:hover {
   color: #212529;
   background-color: #e5e5e5;
   border-color: #dfdfdf;
 }
 .btn-light:focus, .btn-light.focus {
   color: #212529;
   background-color: #e5e5e5;
   border-color: #dfdfdf;
   box-shadow: 0 0 0 0.2rem rgba(216, 216, 217, 0.5);
 }
 .btn-light.disabled, .btn-light:disabled {
   color: #212529;
   background-color: #f8f8f8;
   border-color: #f8f8f8;
 }
 .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
   color: #212529;
   background-color: #dfdfdf;
   border-color: #d8d8d8;
 }
 .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(216, 216, 217, 0.5);
 }
 
 .btn-dark {
   color: #212529;
   background-color: #bababa;
   border-color: #bababa;
 }
 .btn-dark:hover {
   color: #212529;
   background-color: #a7a7a7;
   border-color: #a1a1a1;
 }
 .btn-dark:focus, .btn-dark.focus {
   color: #212529;
   background-color: #a7a7a7;
   border-color: #a1a1a1;
   box-shadow: 0 0 0 0.2rem rgba(163, 164, 164, 0.5);
 }
 .btn-dark.disabled, .btn-dark:disabled {
   color: #212529;
   background-color: #bababa;
   border-color: #bababa;
 }
 .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
   color: #212529;
   background-color: #a1a1a1;
   border-color: #9a9a9a;
 }
 .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(163, 164, 164, 0.5);
 }
 
 .btn-outline-primary {
   color: #007dcc;
   border-color: #007dcc;
 }
 .btn-outline-primary:hover {
   color: #fff;
   background-color: #007dcc;
   border-color: #007dcc;
 }
 .btn-outline-primary:focus, .btn-outline-primary.focus {
   box-shadow: 0 0 0 0.2rem rgba(0, 125, 204, 0.5);
 }
 .btn-outline-primary.disabled, .btn-outline-primary:disabled {
   color: #007dcc;
   background-color: transparent;
 }
 .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
   color: #fff;
   background-color: #007dcc;
   border-color: #007dcc;
 }
 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(0, 125, 204, 0.5);
 }
 
 .btn-outline-secondary {
   color: #333;
   border-color: #333;
 }
 .btn-outline-secondary:hover {
   color: #fff;
   background-color: #333;
   border-color: #333;
 }
 .btn-outline-secondary:focus, .btn-outline-secondary.focus {
   box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
 }
 .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
   color: #333;
   background-color: transparent;
 }
 .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
   color: #fff;
   background-color: #333;
   border-color: #333;
 }
 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
 }
 
 .btn-outline-success {
   color: #4fc47f;
   border-color: #4fc47f;
 }
 .btn-outline-success:hover {
   color: #212529;
   background-color: #4fc47f;
   border-color: #4fc47f;
 }
 .btn-outline-success:focus, .btn-outline-success.focus {
   box-shadow: 0 0 0 0.2rem rgba(79, 196, 127, 0.5);
 }
 .btn-outline-success.disabled, .btn-outline-success:disabled {
   color: #4fc47f;
   background-color: transparent;
 }
 .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
   color: #212529;
   background-color: #4fc47f;
   border-color: #4fc47f;
 }
 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(79, 196, 127, 0.5);
 }
 
 .btn-outline-info {
   color: #5BBFDE;
   border-color: #5BBFDE;
 }
 .btn-outline-info:hover {
   color: #212529;
   background-color: #5BBFDE;
   border-color: #5BBFDE;
 }
 .btn-outline-info:focus, .btn-outline-info.focus {
   box-shadow: 0 0 0 0.2rem rgba(91, 191, 222, 0.5);
 }
 .btn-outline-info.disabled, .btn-outline-info:disabled {
   color: #5BBFDE;
   background-color: transparent;
 }
 .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
   color: #212529;
   background-color: #5BBFDE;
   border-color: #5BBFDE;
 }
 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(91, 191, 222, 0.5);
 }
 
 .btn-outline-warning {
   color: #f0ad4e;
   border-color: #f0ad4e;
 }
 .btn-outline-warning:hover {
   color: #212529;
   background-color: #f0ad4e;
   border-color: #f0ad4e;
 }
 .btn-outline-warning:focus, .btn-outline-warning.focus {
   box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
 }
 .btn-outline-warning.disabled, .btn-outline-warning:disabled {
   color: #f0ad4e;
   background-color: transparent;
 }
 .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
   color: #212529;
   background-color: #f0ad4e;
   border-color: #f0ad4e;
 }
 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
 }
 
 .btn-outline-danger {
   color: #f35a3d;
   border-color: #f35a3d;
 }
 .btn-outline-danger:hover {
   color: #fff;
   background-color: #f35a3d;
   border-color: #f35a3d;
 }
 .btn-outline-danger:focus, .btn-outline-danger.focus {
   box-shadow: 0 0 0 0.2rem rgba(243, 90, 61, 0.5);
 }
 .btn-outline-danger.disabled, .btn-outline-danger:disabled {
   color: #f35a3d;
   background-color: transparent;
 }
 .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
   color: #fff;
   background-color: #f35a3d;
   border-color: #f35a3d;
 }
 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(243, 90, 61, 0.5);
 }
 
 .btn-outline-light {
   color: #f8f8f8;
   border-color: #f8f8f8;
 }
 .btn-outline-light:hover {
   color: #212529;
   background-color: #f8f8f8;
   border-color: #f8f8f8;
 }
 .btn-outline-light:focus, .btn-outline-light.focus {
   box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
 }
 .btn-outline-light.disabled, .btn-outline-light:disabled {
   color: #f8f8f8;
   background-color: transparent;
 }
 .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
   color: #212529;
   background-color: #f8f8f8;
   border-color: #f8f8f8;
 }
 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
 }
 
 .btn-outline-dark {
   color: #bababa;
   border-color: #bababa;
 }
 .btn-outline-dark:hover {
   color: #212529;
   background-color: #bababa;
   border-color: #bababa;
 }
 .btn-outline-dark:focus, .btn-outline-dark.focus {
   box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5);
 }
 .btn-outline-dark.disabled, .btn-outline-dark:disabled {
   color: #bababa;
   background-color: transparent;
 }
 .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
   color: #212529;
   background-color: #bababa;
   border-color: #bababa;
 }
 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5);
 }
 
 .btn-link {
   font-weight: 400;
   color: #007dcc;
   text-decoration: none;
 }
 .btn-link:hover {
   color: #004e80;
   text-decoration: underline;
 }
 .btn-link:focus, .btn-link.focus {
   text-decoration: underline;
 }
 .btn-link:disabled, .btn-link.disabled {
   color: #6c757d;
   pointer-events: none;
 }
 
 .btn-lg, .btn-group-lg > .btn {
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   line-height: 1.5;
   border-radius: 0.3rem;
 }
 
 .btn-sm, .btn-group-sm > .btn {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
   border-radius: 0.2rem;
 }
 
 .btn-block {
   display: block;
   width: 100%;
 }
 .btn-block + .btn-block {
   margin-top: 0.5rem;
 }
 
 input[type=submit].btn-block,
 input[type=reset].btn-block,
 input[type=button].btn-block {
   width: 100%;
 }
 
 .fade {
   transition: opacity 0.15s linear;
 }
 @media (prefers-reduced-motion: reduce) {
   .fade {
     transition: none;
   }
 }
 .fade:not(.show) {
   opacity: 0;
 }
 
 .collapse:not(.show) {
   display: none;
 }
 
 .collapsing {
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height 0.35s ease;
 }
 @media (prefers-reduced-motion: reduce) {
   .collapsing {
     transition: none;
   }
 }
 /* 
 .dropup,
 .dropright,
 .dropdown,
 .dropleft {
   position: relative;
 }
 
 .dropdown-toggle {
   white-space: nowrap;
 }
 .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;
 }
 .dropdown-toggle:empty::after {
   margin-left: 0;
 }
 
 .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: #212529;
   text-align: left;
   list-style: none;
   background-color: #333;
   background-clip: padding-box;
   border: 1px solid #333;
   border-radius: 0.25rem;
 }
 
 .dropdown-menu-left {
   right: auto;
   left: 0;
 }
 
 .dropdown-menu-right {
   right: 0;
   left: auto;
 }
 
 @media (min-width: 576px) {
   .dropdown-menu-sm-left {
     right: auto;
     left: 0;
   }
   .dropdown-menu-sm-right {
     right: 0;
     left: auto;
   }
 }
 @media (min-width: 768px) {
   .dropdown-menu-md-left {
     right: auto;
     left: 0;
   }
   .dropdown-menu-md-right {
     right: 0;
     left: auto;
   }
 }
 @media (min-width: 992px) {
   .dropdown-menu-lg-left {
     right: auto;
     left: 0;
   }
   .dropdown-menu-lg-right {
     right: 0;
     left: auto;
   }
 }
 @media (min-width: 1200px) {
   .dropdown-menu-xl-left {
     right: auto;
     left: 0;
   }
   .dropdown-menu-xl-right {
     right: 0;
     left: auto;
   }
 }
 .dropup .dropdown-menu {
   top: auto;
   bottom: 100%;
   margin-top: 0;
   margin-bottom: 0.125rem;
 }
 .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;
 }
 .dropup .dropdown-toggle:empty::after {
   margin-left: 0;
 }
 
 .dropright .dropdown-menu {
   top: 0;
   right: auto;
   left: 100%;
   margin-top: 0;
   margin-left: 0.125rem;
 }
 .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;
 }
 .dropright .dropdown-toggle:empty::after {
   margin-left: 0;
 }
 .dropright .dropdown-toggle::after {
   vertical-align: 0;
 }
 
 .dropleft .dropdown-menu {
   top: 0;
   right: 100%;
   left: auto;
   margin-top: 0;
   margin-right: 0.125rem;
 }
 .dropleft .dropdown-toggle::after {
   display: inline-block;
   margin-left: 0.255em;
   vertical-align: 0.255em;
   content: "";
 }
 .dropleft .dropdown-toggle::after {
   display: none;
 }
 .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;
 }
 .dropleft .dropdown-toggle:empty::after {
   margin-left: 0;
 }
 .dropleft .dropdown-toggle::before {
   vertical-align: 0;
 }
 
 .dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
   right: auto;
   bottom: auto;
 }
 
 .dropdown-divider {
   height: 0;
   margin: 0.5rem 0;
   overflow: hidden;
   border-top: 1px solid #bababa;
 }
 
 .dropdown-item {
   display: block;
   width: 100%;
   padding: 0.25rem 1.5rem;
   clear: both;
   font-weight: 400;
   color: #fff;
   text-align: inherit;
   white-space: nowrap;
   background-color: transparent;
   border: 0;
 }
 .dropdown-item:hover, .dropdown-item:focus {
   color: #16181b;
   text-decoration: none;
   background-color: #e9ecef;
 }
 .dropdown-item.active, .dropdown-item:active {
   color: #fff;
   text-decoration: none;
   background-color: #007dcc;
 }
 .dropdown-item.disabled, .dropdown-item:disabled {
   color: #adb5bd;
   pointer-events: none;
   background-color: transparent;
 }
 
 .dropdown-menu.show {
   display: block;
 }
 
 .dropdown-header {
   display: block;
   padding: 0.5rem 1.5rem;
   margin-bottom: 0;
   font-size: 0.875rem;
   color: #ffde00;
   white-space: nowrap;
 }
 
 .dropdown-item-text {
   display: block;
   padding: 0.25rem 1.5rem;
   color: #fff;
 }
 
 .btn-group,
 .btn-group-vertical {
   position: relative;
   display: inline-flex;
   vertical-align: middle;
 }
 .btn-group > .btn,
 .btn-group-vertical > .btn {
   position: relative;
   flex: 1 1 auto;
 }
 .btn-group > .btn:hover,
 .btn-group-vertical > .btn:hover {
   z-index: 1;
 }
 .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
 .btn-group-vertical > .btn:focus,
 .btn-group-vertical > .btn:active,
 .btn-group-vertical > .btn.active {
   z-index: 1;
 }
 
 .btn-toolbar {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
 }
 .btn-toolbar .input-group {
   width: auto;
 }
 
 .btn-group > .btn:not(:first-child),
 .btn-group > .btn-group:not(:first-child) {
   margin-left: -1px;
 }
 .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
 .btn-group > .btn-group:not(:last-child) > .btn {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
 }
 .btn-group > .btn:not(:first-child),
 .btn-group > .btn-group:not(:first-child) > .btn {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
 }
 
 .dropdown-toggle-split {
   padding-right: 0.5625rem;
   padding-left: 0.5625rem;
 }
 .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
   margin-left: 0;
 }
 .dropleft .dropdown-toggle-split::before {
   margin-right: 0;
 }
 
 .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
   padding-right: 0.375rem;
   padding-left: 0.375rem;
 }
 
 .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
   padding-right: 0.75rem;
   padding-left: 0.75rem;
 }
 
 .btn-group-vertical {
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
 }
 .btn-group-vertical > .btn,
 .btn-group-vertical > .btn-group {
   width: 100%;
 }
 .btn-group-vertical > .btn:not(:first-child),
 .btn-group-vertical > .btn-group:not(:first-child) {
   margin-top: -1px;
 }
 .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
 .btn-group-vertical > .btn-group:not(:last-child) > .btn {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
 }
 .btn-group-vertical > .btn:not(:first-child),
 .btn-group-vertical > .btn-group:not(:first-child) > .btn {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
 } */
 
 .btn-group-toggle > .btn,
 .btn-group-toggle > .btn-group > .btn {
   margin-bottom: 0;
 }
 .btn-group-toggle > .btn input[type=radio],
 .btn-group-toggle > .btn input[type=checkbox],
 .btn-group-toggle > .btn-group > .btn input[type=radio],
 .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
   position: absolute;
   clip: rect(0, 0, 0, 0);
   pointer-events: none;
 }
 
 .input-group {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: stretch;
   width: 100%;
 }
 .input-group > .form-control,
 .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;
 }
 .input-group > .form-control + .form-control,
 .input-group > .form-control + .custom-select,
 .input-group > .form-control + .custom-file,
 .input-group > .form-control-plaintext + .form-control,
 .input-group > .form-control-plaintext + .custom-select,
 .input-group > .form-control-plaintext + .custom-file,
 .input-group > .custom-select + .form-control,
 .input-group > .custom-select + .custom-select,
 .input-group > .custom-select + .custom-file,
 .input-group > .custom-file + .form-control,
 .input-group > .custom-file + .custom-select,
 .input-group > .custom-file + .custom-file {
   margin-left: -1px;
 }
 .input-group > .form-control:focus,
 .input-group > .custom-select:focus,
 .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
   z-index: 3;
 }
 .input-group > .custom-file .custom-file-input:focus {
   z-index: 4;
 }
 .input-group > .form-control:not(:first-child),
 .input-group > .custom-select:not(:first-child) {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
 }
 .input-group > .custom-file {
   display: flex;
   align-items: center;
 }
 .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;
 }
 .input-group > .custom-file:not(:first-child) .custom-file-label {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
 }
 .input-group:not(.has-validation) > .form-control:not(:last-child),
 .input-group:not(.has-validation) > .custom-select:not(:last-child),
 .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
 .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
 }
 .input-group.has-validation > .form-control:nth-last-child(n+3),
 .input-group.has-validation > .custom-select:nth-last-child(n+3),
 .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
 .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
 }
 
 .input-group-prepend,
 .input-group-append {
   display: flex;
 }
 .input-group-prepend .btn,
 .input-group-append .btn {
   position: relative;
   z-index: 2;
 }
 .input-group-prepend .btn:focus,
 .input-group-append .btn:focus {
   z-index: 3;
 }
 .input-group-prepend .btn + .btn,
 .input-group-prepend .btn + .input-group-text,
 .input-group-prepend .input-group-text + .input-group-text,
 .input-group-prepend .input-group-text + .btn,
 .input-group-append .btn + .btn,
 .input-group-append .btn + .input-group-text,
 .input-group-append .input-group-text + .input-group-text,
 .input-group-append .input-group-text + .btn {
   margin-left: -1px;
 }
 
 .input-group-prepend {
   margin-right: -1px;
 }
 
 .input-group-append {
   margin-left: -1px;
 }
 
 .input-group-text {
   display: flex;
   align-items: center;
   padding: 0.375rem 0.75rem;
   margin-bottom: 0;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   text-align: center;
   white-space: nowrap;
   background-color: #e9ecef;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
 }
 .input-group-text input[type=radio],
 .input-group-text input[type=checkbox] {
   margin-top: 0;
 }
 
 .input-group-lg > .form-control:not(textarea),
 .input-group-lg > .custom-select {
   height: calc(1.5em + 1rem + 2px);
 }
 
 .input-group-lg > .form-control,
 .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,
 .input-group-lg > .input-group-append > .btn {
   padding: 0.5rem 1rem;
   font-size: 1.25rem;
   line-height: 1.5;
   border-radius: 0.3rem;
 }
 
 .input-group-sm > .form-control:not(textarea),
 .input-group-sm > .custom-select {
   height: calc(1.5em + 0.5rem + 2px);
 }
 
 .input-group-sm > .form-control,
 .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,
 .input-group-sm > .input-group-append > .btn {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
   border-radius: 0.2rem;
 }
 
 .input-group-lg > .custom-select,
 .input-group-sm > .custom-select {
   padding-right: 1.75rem;
 }
 
 .input-group > .input-group-prepend > .btn,
 .input-group > .input-group-prepend > .input-group-text,
 .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
 .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
 .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
 .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
 .input-group > .input-group-append:last-child > .btn: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;
 }
 
 .input-group > .input-group-append > .btn,
 .input-group > .input-group-append > .input-group-text,
 .input-group > .input-group-prepend:not(:first-child) > .btn,
 .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
 .input-group > .input-group-prepend:first-child > .btn: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;
 }
 
 .custom-control {
   position: relative;
   z-index: 1;
   display: block;
   min-height: 1.5rem;
   padding-left: 1.5rem;
   -webkit-print-color-adjust: exact;
           color-adjust: exact;
 }
 
 .custom-control-inline {
   display: inline-flex;
   margin-right: 1rem;
 }
 
 .custom-control-input {
   position: absolute;
   left: 0;
   z-index: -1;
   width: 1rem;
   height: 1.25rem;
   opacity: 0;
 }
 .custom-control-input:checked ~ .custom-control-label::before {
   color: #fff;
   border-color: #007dcc;
   background-color: #007dcc;
 }
 .custom-control-input:focus ~ .custom-control-label::before {
   box-shadow: 0 0 0 0.2rem rgba(0, 125, 204, 0.25);
 }
 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
   border-color: #4dbaff;
 }
 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
   color: #fff;
   background-color: #80ceff;
   border-color: #80ceff;
 }
 .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
   color: #6c757d;
 }
 .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
   background-color: #e9ecef;
 }
 
 .custom-control-label {
   position: relative;
   margin-bottom: 0;
   vertical-align: top;
 }
 .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;
 }
 .custom-control-label::after {
   position: absolute;
   top: 0.25rem;
   left: -1.5rem;
   display: block;
   width: 1rem;
   height: 1rem;
   content: "";
   background: 50%/50% 50% no-repeat;
 }
 
 .custom-checkbox .custom-control-label::before {
   border-radius: 0.25rem;
 }
 .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");
 }
 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
   border-color: #007dcc;
   background-color: #007dcc;
 }
 .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");
 }
 .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
   background-color: rgba(0, 125, 204, 0.5);
 }
 .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
   background-color: rgba(0, 125, 204, 0.5);
 }
 
 .custom-radio .custom-control-label::before {
   border-radius: 50%;
 }
 .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");
 }
 .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
   background-color: rgba(0, 125, 204, 0.5);
 }
 
 .custom-switch {
   padding-left: 2.25rem;
 }
 .custom-switch .custom-control-label::before {
   left: -2.25rem;
   width: 1.75rem;
   pointer-events: all;
   border-radius: 0.5rem;
 }
 .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) {
   .custom-switch .custom-control-label::after {
     transition: none;
   }
 }
 .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
   background-color: #fff;
   transform: translateX(0.75rem);
 }
 .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
   background-color: rgba(0, 125, 204, 0.5);
 }
 
 .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") right 0.75rem center/8px 10px no-repeat;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
 }
 .custom-select:focus {
   border-color: #4dbaff;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(0, 125, 204, 0.25);
 }
 .custom-select:focus::-ms-value {
   color: #495057;
   background-color: #fff;
 }
 .custom-select[multiple], .custom-select[size]:not([size="1"]) {
   height: auto;
   padding-right: 0.75rem;
   background-image: none;
 }
 .custom-select:disabled {
   color: #6c757d;
   background-color: #e9ecef;
 }
 .custom-select::-ms-expand {
   display: none;
 }
 .custom-select:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #495057;
 }
 
 .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;
 }
 
 .custom-select-lg {
   height: calc(1.5em + 1rem + 2px);
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   padding-left: 1rem;
   font-size: 1.25rem;
 }
 
 .custom-file {
   position: relative;
   display: inline-block;
   width: 100%;
   height: calc(1.5em + 0.75rem + 2px);
   margin-bottom: 0;
 }
 
 .custom-file-input {
   position: relative;
   z-index: 2;
   width: 100%;
   height: calc(1.5em + 0.75rem + 2px);
   margin: 0;
   overflow: hidden;
   opacity: 0;
 }
 .custom-file-input:focus ~ .custom-file-label {
   border-color: #4dbaff;
   box-shadow: 0 0 0 0.2rem rgba(0, 125, 204, 0.25);
 }
 .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
   background-color: #e9ecef;
 }
 .custom-file-input:lang(en) ~ .custom-file-label::after {
   content: "Browse";
 }
 .custom-file-input ~ .custom-file-label[data-browse]::after {
   content: attr(data-browse);
 }
 
 .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;
   overflow: hidden;
   font-weight: 400;
   line-height: 1.5;
   color: #495057;
   background-color: #fff;
   border: 1px solid #ced4da;
   border-radius: 0.25rem;
 }
 .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;
 }
 
 .custom-range {
   width: 100%;
   height: 1.4rem;
   padding: 0;
   background-color: transparent;
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
 }
 .custom-range:focus {
   outline: 0;
 }
 .custom-range:focus::-webkit-slider-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 125, 204, 0.25);
 }
 .custom-range:focus::-moz-range-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 125, 204, 0.25);
 }
 .custom-range:focus::-ms-thumb {
   box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 125, 204, 0.25);
 }
 .custom-range::-moz-focus-outer {
   border: 0;
 }
 .custom-range::-webkit-slider-thumb {
   width: 1rem;
   height: 1rem;
   margin-top: -0.25rem;
   background-color: #007dcc;
   border: 0;
   border-radius: 1rem;
   -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -webkit-appearance: none;
           appearance: none;
 }
 @media (prefers-reduced-motion: reduce) {
   .custom-range::-webkit-slider-thumb {
     -webkit-transition: none;
     transition: none;
   }
 }
 .custom-range::-webkit-slider-thumb:active {
   background-color: #80ceff;
 }
 .custom-range::-webkit-slider-runnable-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: #dee2e6;
   border-color: transparent;
   border-radius: 1rem;
 }
 .custom-range::-moz-range-thumb {
   width: 1rem;
   height: 1rem;
   background-color: #007dcc;
   border: 0;
   border-radius: 1rem;
   -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   -moz-appearance: none;
        appearance: none;
 }
 @media (prefers-reduced-motion: reduce) {
   .custom-range::-moz-range-thumb {
     -moz-transition: none;
     transition: none;
   }
 }
 .custom-range::-moz-range-thumb:active {
   background-color: #80ceff;
 }
 .custom-range::-moz-range-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: #dee2e6;
   border-color: transparent;
   border-radius: 1rem;
 }
 .custom-range::-ms-thumb {
   width: 1rem;
   height: 1rem;
   margin-top: 0;
   margin-right: 0.2rem;
   margin-left: 0.2rem;
   background-color: #007dcc;
   border: 0;
   border-radius: 1rem;
   -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   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) {
   .custom-range::-ms-thumb {
     -ms-transition: none;
     transition: none;
   }
 }
 .custom-range::-ms-thumb:active {
   background-color: #80ceff;
 }
 .custom-range::-ms-track {
   width: 100%;
   height: 0.5rem;
   color: transparent;
   cursor: pointer;
   background-color: transparent;
   border-color: transparent;
   border-width: 0.5rem;
 }
 .custom-range::-ms-fill-lower {
   background-color: #dee2e6;
   border-radius: 1rem;
 }
 .custom-range::-ms-fill-upper {
   margin-right: 15px;
   background-color: #dee2e6;
   border-radius: 1rem;
 }
 .custom-range:disabled::-webkit-slider-thumb {
   background-color: #adb5bd;
 }
 .custom-range:disabled::-webkit-slider-runnable-track {
   cursor: default;
 }
 .custom-range:disabled::-moz-range-thumb {
   background-color: #adb5bd;
 }
 .custom-range:disabled::-moz-range-track {
   cursor: default;
 }
 .custom-range:disabled::-ms-thumb {
   background-color: #adb5bd;
 }
 
 .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) {
   .custom-control-label::before,
 .custom-file-label,
 .custom-select {
     transition: none;
   }
 }
 
 
 .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 rgba(0, 0, 0, 0.125);
   border-radius: 0.25rem;
 }
 .card > hr {
   margin-right: 0;
   margin-left: 0;
 }
 .card > .list-group {
   border-top: inherit;
   border-bottom: inherit;
 }
 .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);
 }
 .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);
 }
 .card > .card-header + .list-group,
 .card > .list-group + .card-footer {
   border-top: 0;
 }
 
 .card-body {
   flex: 1 1 auto;
   min-height: 1px;
   padding: 1.25rem;
 }
 
 .card-title {
   margin-bottom: 0.75rem;
 }
 
 .card-subtitle {
   margin-top: -0.375rem;
   margin-bottom: 0;
 }
 
 .card-text:last-child {
   margin-bottom: 0;
 }
 
 .card-link:hover {
   text-decoration: none;
 }
 .card-link + .card-link {
   margin-left: 1.25rem;
 }
 
 .card-header {
   padding: 0.75rem 1.25rem;
   margin-bottom: 0;
   background-color: #fff;
   border-bottom: 1px solid rgba(0, 0, 0, 0.125);
 }
 .card-header:first-child {
   border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
 }
 
 .card-footer {
   padding: 0.75rem 1.25rem;
   background-color: #fff;
   border-top: 1px solid rgba(0, 0, 0, 0.125);
 }
 .card-footer:last-child {
   border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
 }
 
 .card-header-tabs {
   margin-right: -0.625rem;
   margin-bottom: -0.75rem;
   margin-left: -0.625rem;
   border-bottom: 0;
 }
 
 .card-header-pills {
   margin-right: -0.625rem;
   margin-left: -0.625rem;
 }
 
 .card-img-overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 1.25rem;
   border-radius: calc(0.25rem - 1px);
 }
 
 .card-img,
 .card-img-top,
 .card-img-bottom {
   flex-shrink: 0;
   width: 100%;
 }
 
 .card-img,
 .card-img-top {
   border-top-left-radius: calc(0.25rem - 1px);
   border-top-right-radius: calc(0.25rem - 1px);
 }
 
 .card-img,
 .card-img-bottom {
   border-bottom-right-radius: calc(0.25rem - 1px);
   border-bottom-left-radius: calc(0.25rem - 1px);
 }
 
 .card-deck .card {
   margin-bottom: 15px;
 }
 @media (min-width: 576px) {
   .card-deck {
     display: flex;
     flex-flow: row wrap;
     margin-right: -15px;
     margin-left: -15px;
   }
   .card-deck .card {
     flex: 1 0 0%;
     margin-right: 15px;
     margin-bottom: 0;
     margin-left: 15px;
   }
 }
 
 .card-group > .card {
   margin-bottom: 15px;
 }
 @media (min-width: 576px) {
   .card-group {
     display: flex;
     flex-flow: row wrap;
   }
   .card-group > .card {
     flex: 1 0 0%;
     margin-bottom: 0;
   }
   .card-group > .card + .card {
     margin-left: 0;
     border-left: 0;
   }
   .card-group > .card:not(:last-child) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
   }
   .card-group > .card:not(:last-child) .card-img-top,
 .card-group > .card:not(:last-child) .card-header {
     border-top-right-radius: 0;
   }
   .card-group > .card:not(:last-child) .card-img-bottom,
 .card-group > .card:not(:last-child) .card-footer {
     border-bottom-right-radius: 0;
   }
   .card-group > .card:not(:first-child) {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
   }
   .card-group > .card:not(:first-child) .card-img-top,
 .card-group > .card:not(:first-child) .card-header {
     border-top-left-radius: 0;
   }
   .card-group > .card:not(:first-child) .card-img-bottom,
 .card-group > .card:not(:first-child) .card-footer {
     border-bottom-left-radius: 0;
   }
 }
 
 .card-columns .card {
   margin-bottom: 0.75rem;
 }
 @media (min-width: 576px) {
   .card-columns {
     -moz-column-count: 3;
          column-count: 3;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
     orphans: 1;
     widows: 1;
   }
   .card-columns .card {
     display: inline-block;
     width: 100%;
   }
 }
 
 .accordion {
   overflow-anchor: none;
 }
 .accordion > .card {
   overflow: hidden;
 }
 .accordion > .card:not(:last-of-type) {
   border-bottom: 0;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
 }
 .accordion > .card:not(:first-of-type) {
   border-top-left-radius: 0;
   border-top-right-radius: 0;
 }
 .accordion > .card > .card-header {
   border-radius: 0;
   margin-bottom: -1px;
 }
 
 .breadcrumb {
   display: flex;
   flex-wrap: wrap;
   padding: 0.75rem 1rem;
   margin-bottom: 1rem;
   list-style: none;
   background-color: #e9ecef;
   border-radius: 0.25rem;
 }
 
 .breadcrumb-item + .breadcrumb-item {
   padding-left: 0.5rem;
 }
 .breadcrumb-item + .breadcrumb-item::before {
   float: left;
   padding-right: 0.5rem;
   color: #6c757d;
   content: "/";
 }
 .breadcrumb-item + .breadcrumb-item:hover::before {
   text-decoration: underline;
 }
 .breadcrumb-item + .breadcrumb-item:hover::before {
   text-decoration: none;
 }
 .breadcrumb-item.active {
   color: #6c757d;
 }
 
 .pagination {
   display: flex;
   padding-left: 0;
   list-style: none;
   border-radius: 0.25rem;
 }
 
 .page-link {
   position: relative;
   display: block;
   padding: 0.5rem 0.75rem;
   margin-left: -1px;
   line-height: 1.25;
   color: #007dcc;
   background-color: #fff;
   border: 1px solid #dee2e6;
 }
 .page-link:hover {
   z-index: 2;
   color: #004e80;
   text-decoration: none;
   background-color: #e9ecef;
   border-color: #dee2e6;
 }
 .page-link:focus {
   z-index: 3;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(0, 125, 204, 0.25);
 }
 
 .page-item:first-child .page-link {
   margin-left: 0;
   border-top-left-radius: 0.25rem;
   border-bottom-left-radius: 0.25rem;
 }
 .page-item:last-child .page-link {
   border-top-right-radius: 0.25rem;
   border-bottom-right-radius: 0.25rem;
 }
 .page-item.active .page-link {
   z-index: 3;
   color: #fff;
   background-color: #007dcc;
   border-color: #007dcc;
 }
 .page-item.disabled .page-link {
   color: #6c757d;
   pointer-events: none;
   cursor: auto;
   background-color: #fff;
   border-color: #dee2e6;
 }
 
 .pagination-lg .page-link {
   padding: 0.75rem 1.5rem;
   font-size: 1.25rem;
   line-height: 1.5;
 }
 .pagination-lg .page-item:first-child .page-link {
   border-top-left-radius: 0.3rem;
   border-bottom-left-radius: 0.3rem;
 }
 .pagination-lg .page-item:last-child .page-link {
   border-top-right-radius: 0.3rem;
   border-bottom-right-radius: 0.3rem;
 }
 
 .pagination-sm .page-link {
   padding: 0.25rem 0.5rem;
   font-size: 0.875rem;
   line-height: 1.5;
 }
 .pagination-sm .page-item:first-child .page-link {
   border-top-left-radius: 0.2rem;
   border-bottom-left-radius: 0.2rem;
 }
 .pagination-sm .page-item:last-child .page-link {
   border-top-right-radius: 0.2rem;
   border-bottom-right-radius: 0.2rem;
 }
 
 .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) {
   .badge {
     transition: none;
   }
 }
 a.badge:hover, a.badge:focus {
   text-decoration: none;
 }
 
 .badge:empty {
   display: none;
 }
 
 .btn .badge {
   position: relative;
   top: -1px;
 }
 
 .badge-pill {
   padding-right: 0.6em;
   padding-left: 0.6em;
   border-radius: 10rem;
 }
 
 .badge-primary {
   color: #fff;
   background-color: #007dcc;
 }
 a.badge-primary:hover, a.badge-primary:focus {
   color: #fff;
   background-color: #005e99;
 }
 a.badge-primary:focus, a.badge-primary.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(0, 125, 204, 0.5);
 }
 
 .badge-secondary {
   color: #fff;
   background-color: #333;
 }
 a.badge-secondary:hover, a.badge-secondary:focus {
   color: #fff;
   background-color: #1a1a1a;
 }
 a.badge-secondary:focus, a.badge-secondary.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
 }
 
 .badge-success {
   color: #212529;
   background-color: #4fc47f;
 }
 a.badge-success:hover, a.badge-success:focus {
   color: #212529;
   background-color: #38a866;
 }
 a.badge-success:focus, a.badge-success.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(79, 196, 127, 0.5);
 }
 
 .badge-info {
   color: #212529;
   background-color: #5BBFDE;
 }
 a.badge-info:hover, a.badge-info:focus {
   color: #212529;
   background-color: #31aed5;
 }
 a.badge-info:focus, a.badge-info.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(91, 191, 222, 0.5);
 }
 
 .badge-warning {
   color: #212529;
   background-color: #f0ad4e;
 }
 a.badge-warning:hover, a.badge-warning:focus {
   color: #212529;
   background-color: #ec971f;
 }
 a.badge-warning:focus, a.badge-warning.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
 }
 
 .badge-danger {
   color: #fff;
   background-color: #f35a3d;
 }
 a.badge-danger:hover, a.badge-danger:focus {
   color: #fff;
   background-color: #ee320f;
 }
 a.badge-danger:focus, a.badge-danger.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(243, 90, 61, 0.5);
 }
 
 .badge-light {
   color: #212529;
   background-color: #f8f8f8;
 }
 a.badge-light:hover, a.badge-light:focus {
   color: #212529;
   background-color: #dfdfdf;
 }
 a.badge-light:focus, a.badge-light.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5);
 }
 
 .badge-dark {
   color: #212529;
   background-color: #bababa;
 }
 a.badge-dark:hover, a.badge-dark:focus {
   color: #212529;
   background-color: #a1a1a1;
 }
 a.badge-dark:focus, a.badge-dark.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5);
 }
 
 .jumbotron {
   padding: 2rem 1rem;
   margin-bottom: 2rem;
   background-color: #e9ecef;
   border-radius: 0.3rem;
 }
 @media (min-width: 576px) {
   .jumbotron {
     padding: 4rem 2rem;
   }
 }
 
 .jumbotron-fluid {
   padding-right: 0;
   padding-left: 0;
   border-radius: 0;
 }
 
 .alert {
   position: relative;
   padding: 0.75rem 1.25rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
   border-radius: 0.25rem;
 }
 
 .alert-heading {
   color: inherit;
 }
 
 .alert-link {
   font-weight: 700;
 }
 
 .alert-dismissible {
   padding-right: 4rem;
 }
 .alert-dismissible .close {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 2;
   padding: 0.75rem 1.25rem;
   color: inherit;
 }
 
 .alert-primary {
   color: #00416a;
   background-color: #cce5f5;
   border-color: #b8dbf1;
 }
 .alert-primary hr {
   border-top-color: #a3d0ed;
 }
 .alert-primary .alert-link {
   color: #002237;
 }
 
 .alert-secondary {
   color: #1b1b1b;
   background-color: #d6d6d6;
   border-color: #c6c6c6;
 }
 .alert-secondary hr {
   border-top-color: #b9b9b9;
 }
 .alert-secondary .alert-link {
   color: #020202;
 }
 
 .alert-success {
   color: #296642;
   background-color: #dcf3e5;
   border-color: #ceeedb;
 }
 .alert-success hr {
   border-top-color: #bbe7cd;
 }
 .alert-success .alert-link {
   color: #1a422a;
 }
 
 .alert-info {
   color: #2f6373;
   background-color: #def2f8;
   border-color: #d1edf6;
 }
 .alert-info hr {
   border-top-color: #bce5f2;
 }
 .alert-info .alert-link {
   color: #20444f;
 }
 
 .alert-warning {
   color: #7d5a29;
   background-color: #fcefdc;
   border-color: #fbe8cd;
 }
 .alert-warning hr {
   border-top-color: #f9ddb5;
 }
 .alert-warning .alert-link {
   color: #573e1c;
 }
 
 .alert-danger {
   color: #7e2f20;
   background-color: #fdded8;
   border-color: #fcd1c9;
 }
 .alert-danger hr {
   border-top-color: #fbbcb1;
 }
 .alert-danger .alert-link {
   color: #552016;
 }
 
 .alert-light {
   color: #818181;
   background-color: #fefefe;
   border-color: #fdfdfd;
 }
 .alert-light hr {
   border-top-color: #f0f0f0;
 }
 .alert-light .alert-link {
   color: #686868;
 }
 
 .alert-dark {
   color: #616161;
   background-color: #f1f1f1;
   border-color: #ececec;
 }
 .alert-dark hr {
   border-top-color: #dfdfdf;
 }
 .alert-dark .alert-link {
   color: #484848;
 }
 
 @-webkit-keyframes progress-bar-stripes {
   from {
     background-position: 1rem 0;
   }
   to {
     background-position: 0 0;
   }
 }
 
 @keyframes progress-bar-stripes {
   from {
     background-position: 1rem 0;
   }
   to {
     background-position: 0 0;
   }
 }
 .progress {
   display: flex;
   height: 1rem;
   overflow: hidden;
   line-height: 0;
   font-size: 0.75rem;
   background-color: #e9ecef;
   border-radius: 0.25rem;
 }
 
 .progress-bar {
   display: flex;
   flex-direction: column;
   justify-content: center;
   overflow: hidden;
   color: #fff;
   text-align: center;
   white-space: nowrap;
   background-color: #007dcc;
   transition: width 0.6s ease;
 }
 @media (prefers-reduced-motion: reduce) {
   .progress-bar {
     transition: none;
   }
 }
 
 .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;
 }
 
 .progress-bar-animated {
   -webkit-animation: 1s linear infinite progress-bar-stripes;
           animation: 1s linear infinite progress-bar-stripes;
 }
 @media (prefers-reduced-motion: reduce) {
   .progress-bar-animated {
     -webkit-animation: none;
             animation: none;
   }
 }
 
 .media {
   display: flex;
   align-items: flex-start;
 }
 
 .media-body {
   flex: 1;
 }
 
 .list-group {
   display: flex;
   flex-direction: column;
   padding-left: 0;
   margin-bottom: 0;
   border-radius: 0.25rem;
 }
 
 .list-group-item-action {
   width: 100%;
   color: #495057;
   text-align: inherit;
 }
 .list-group-item-action:hover, .list-group-item-action:focus {
   z-index: 1;
   color: #495057;
   text-decoration: none;
   background-color: #f8f9fa;
 }
 .list-group-item-action:active {
   color: #212529;
   background-color: #e9ecef;
 }
 
 .list-group-item {
   position: relative;
   display: block;
   padding: 0.75rem 1.25rem;
   background-color: #fff;
   border: 1px solid rgba(0, 0, 0, 0.125);
 }
 .list-group-item:first-child {
   border-top-left-radius: inherit;
   border-top-right-radius: inherit;
 }
 .list-group-item:last-child {
   border-bottom-right-radius: inherit;
   border-bottom-left-radius: inherit;
 }
 .list-group-item.disabled, .list-group-item:disabled {
   color: #6c757d;
   pointer-events: none;
   background-color: #fff;
 }
 .list-group-item.active {
   z-index: 2;
   color: #fff;
   background-color: #007dcc;
   border-color: #007dcc;
 }
 .list-group-item + .list-group-item {
   border-top-width: 0;
 }
 .list-group-item + .list-group-item.active {
   margin-top: -1px;
   border-top-width: 1px;
 }
 
 .list-group-horizontal {
   flex-direction: row;
 }
 .list-group-horizontal > .list-group-item:first-child {
   border-bottom-left-radius: 0.25rem;
   border-top-right-radius: 0;
 }
 .list-group-horizontal > .list-group-item:last-child {
   border-top-right-radius: 0.25rem;
   border-bottom-left-radius: 0;
 }
 .list-group-horizontal > .list-group-item.active {
   margin-top: 0;
 }
 .list-group-horizontal > .list-group-item + .list-group-item {
   border-top-width: 1px;
   border-left-width: 0;
 }
 .list-group-horizontal > .list-group-item + .list-group-item.active {
   margin-left: -1px;
   border-left-width: 1px;
 }
 
 @media (min-width: 576px) {
   .list-group-horizontal-sm {
     flex-direction: row;
   }
   .list-group-horizontal-sm > .list-group-item:first-child {
     border-bottom-left-radius: 0.25rem;
     border-top-right-radius: 0;
   }
   .list-group-horizontal-sm > .list-group-item:last-child {
     border-top-right-radius: 0.25rem;
     border-bottom-left-radius: 0;
   }
   .list-group-horizontal-sm > .list-group-item.active {
     margin-top: 0;
   }
   .list-group-horizontal-sm > .list-group-item + .list-group-item {
     border-top-width: 1px;
     border-left-width: 0;
   }
   .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
     margin-left: -1px;
     border-left-width: 1px;
   }
 }
 @media (min-width: 768px) {
   .list-group-horizontal-md {
     flex-direction: row;
   }
   .list-group-horizontal-md > .list-group-item:first-child {
     border-bottom-left-radius: 0.25rem;
     border-top-right-radius: 0;
   }
   .list-group-horizontal-md > .list-group-item:last-child {
     border-top-right-radius: 0.25rem;
     border-bottom-left-radius: 0;
   }
   .list-group-horizontal-md > .list-group-item.active {
     margin-top: 0;
   }
   .list-group-horizontal-md > .list-group-item + .list-group-item {
     border-top-width: 1px;
     border-left-width: 0;
   }
   .list-group-horizontal-md > .list-group-item + .list-group-item.active {
     margin-left: -1px;
     border-left-width: 1px;
   }
 }
 @media (min-width: 992px) {
   .list-group-horizontal-lg {
     flex-direction: row;
   }
   .list-group-horizontal-lg > .list-group-item:first-child {
     border-bottom-left-radius: 0.25rem;
     border-top-right-radius: 0;
   }
   .list-group-horizontal-lg > .list-group-item:last-child {
     border-top-right-radius: 0.25rem;
     border-bottom-left-radius: 0;
   }
   .list-group-horizontal-lg > .list-group-item.active {
     margin-top: 0;
   }
   .list-group-horizontal-lg > .list-group-item + .list-group-item {
     border-top-width: 1px;
     border-left-width: 0;
   }
   .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
     margin-left: -1px;
     border-left-width: 1px;
   }
 }
 @media (min-width: 1200px) {
   .list-group-horizontal-xl {
     flex-direction: row;
   }
   .list-group-horizontal-xl > .list-group-item:first-child {
     border-bottom-left-radius: 0.25rem;
     border-top-right-radius: 0;
   }
   .list-group-horizontal-xl > .list-group-item:last-child {
     border-top-right-radius: 0.25rem;
     border-bottom-left-radius: 0;
   }
   .list-group-horizontal-xl > .list-group-item.active {
     margin-top: 0;
   }
   .list-group-horizontal-xl > .list-group-item + .list-group-item {
     border-top-width: 1px;
     border-left-width: 0;
   }
   .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
     margin-left: -1px;
     border-left-width: 1px;
   }
 }
 .list-group-flush {
   border-radius: 0;
 }
 .list-group-flush > .list-group-item {
   border-width: 0 0 1px;
 }
 .list-group-flush > .list-group-item:last-child {
   border-bottom-width: 0;
 }
 
 .list-group-item-primary {
   color: #00416a;
   background-color: #b8dbf1;
 }
 .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
   color: #00416a;
   background-color: #a3d0ed;
 }
 .list-group-item-primary.list-group-item-action.active {
   color: #fff;
   background-color: #00416a;
   border-color: #00416a;
 }
 
 .list-group-item-secondary {
   color: #1b1b1b;
   background-color: #c6c6c6;
 }
 .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
   color: #1b1b1b;
   background-color: #b9b9b9;
 }
 .list-group-item-secondary.list-group-item-action.active {
   color: #fff;
   background-color: #1b1b1b;
   border-color: #1b1b1b;
 }
 
 .list-group-item-success {
   color: #296642;
   background-color: #ceeedb;
 }
 .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
   color: #296642;
   background-color: #bbe7cd;
 }
 .list-group-item-success.list-group-item-action.active {
   color: #fff;
   background-color: #296642;
   border-color: #296642;
 }
 
 .list-group-item-info {
   color: #2f6373;
   background-color: #d1edf6;
 }
 .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
   color: #2f6373;
   background-color: #bce5f2;
 }
 .list-group-item-info.list-group-item-action.active {
   color: #fff;
   background-color: #2f6373;
   border-color: #2f6373;
 }
 
 .list-group-item-warning {
   color: #7d5a29;
   background-color: #fbe8cd;
 }
 .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
   color: #7d5a29;
   background-color: #f9ddb5;
 }
 .list-group-item-warning.list-group-item-action.active {
   color: #fff;
   background-color: #7d5a29;
   border-color: #7d5a29;
 }
 
 .list-group-item-danger {
   color: #7e2f20;
   background-color: #fcd1c9;
 }
 .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
   color: #7e2f20;
   background-color: #fbbcb1;
 }
 .list-group-item-danger.list-group-item-action.active {
   color: #fff;
   background-color: #7e2f20;
   border-color: #7e2f20;
 }
 
 .list-group-item-light {
   color: #818181;
   background-color: #fdfdfd;
 }
 .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
   color: #818181;
   background-color: #f0f0f0;
 }
 .list-group-item-light.list-group-item-action.active {
   color: #fff;
   background-color: #818181;
   border-color: #818181;
 }
 
 .list-group-item-dark {
   color: #616161;
   background-color: #ececec;
 }
 .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
   color: #616161;
   background-color: #dfdfdf;
 }
 .list-group-item-dark.list-group-item-action.active {
   color: #fff;
   background-color: #616161;
   border-color: #616161;
 }
 
 .close {
   float: right;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1;
   color: #000;
   text-shadow: 0 1px 0 #fff;
   opacity: 0.5;
 }
 .close:hover {
   color: #000;
   text-decoration: none;
 }
 .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
   opacity: 0.75;
 }
 
 button.close {
   padding: 0;
   background-color: transparent;
   border: 0;
 }
 
 a.close.disabled {
   pointer-events: none;
 }
 
 .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;
 }
 .toast:not(:last-child) {
   margin-bottom: 0.75rem;
 }
 .toast.showing {
   opacity: 1;
 }
 .toast.show {
   display: block;
   opacity: 1;
 }
 .toast.hide {
   display: none;
 }
 
 .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);
 }
 
 .toast-body {
   padding: 0.75rem;
 }
 
 .modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-backdrop.in {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

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

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

 .tooltip {
   position: absolute;
   z-index: 1070;
   display: block;
   margin: 0;
   font-family: "Roboto", sans-serif;
   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;
   opacity: 0;
 }
 .tooltip.show {
   opacity: 0.9;
 }
 .tooltip .arrow {
   position: absolute;
   display: block;
   width: 0.8rem;
   height: 0.4rem;
 }
 .tooltip .arrow::before {
   position: absolute;
   content: "";
   border-color: transparent;
   border-style: solid;
 }
 
 .bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
   padding: 0.4rem 0;
 }
 .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
   bottom: 0;
 }
 .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;
 }
 
 .bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
   padding: 0 0.4rem;
 }
 .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
   left: 0;
   width: 0.4rem;
   height: 0.8rem;
 }
 .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;
 }
 
 .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
   padding: 0.4rem 0;
 }
 .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
   top: 0;
 }
 .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;
 }
 
 .bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
   padding: 0 0.4rem;
 }
 .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
   right: 0;
   width: 0.4rem;
   height: 0.8rem;
 }
 .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;
 }
 
 .tooltip-inner {
   max-width: 200px;
   padding: 0.25rem 0.5rem;
   color: #fff;
   text-align: center;
   background-color: #000;
   border-radius: 0.25rem;
 }
 
 .popover {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1060;
   display: block;
   max-width: 276px;
   font-family: "Roboto", sans-serif;
   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;
 }
 .popover .arrow {
   position: absolute;
   display: block;
   width: 1rem;
   height: 0.5rem;
   margin: 0 0.3rem;
 }
 .popover .arrow::before, .popover .arrow::after {
   position: absolute;
   display: block;
   content: "";
   border-color: transparent;
   border-style: solid;
 }
 
 .bs-popover-top, .bs-popover-auto[x-placement^=top] {
   margin-bottom: 0.5rem;
 }
 .bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
   bottom: calc(-0.5rem - 1px);
 }
 .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);
 }
 .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;
 }
 
 .bs-popover-right, .bs-popover-auto[x-placement^=right] {
   margin-left: 0.5rem;
 }
 .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;
 }
 .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);
 }
 .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;
 }
 
 .bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
   margin-top: 0.5rem;
 }
 .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
   top: calc(-0.5rem - 1px);
 }
 .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);
 }
 .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;
 }
 .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;
 }
 
 .bs-popover-left, .bs-popover-auto[x-placement^=left] {
   margin-right: 0.5rem;
 }
 .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;
 }
 .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);
 }
 .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;
 }
 
 .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);
 }
 .popover-header:empty {
   display: none;
 }
 
 .popover-body {
   padding: 0.5rem 0.75rem;
   color: #212529;
 }
 
 .carousel {
   position: relative;
 }
 
 .carousel.pointer-event {
   touch-action: pan-y;
 }
 
 .carousel-inner {
   position: relative;
   width: 100%;
   overflow: hidden;
 }
 .carousel-inner::after {
   display: block;
   clear: both;
   content: "";
 }
 
 .carousel-item {
   position: relative;
   display: none;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
   transition: transform 0.6s ease-in-out;
 }
 @media (prefers-reduced-motion: reduce) {
   .carousel-item {
     transition: none;
   }
 }
 
 .carousel-item.active,
 .carousel-item-next,
 .carousel-item-prev {
   display: block;
 }
 
 .carousel-item-next:not(.carousel-item-left),
 .active.carousel-item-right {
   transform: translateX(100%);
 }
 
 .carousel-item-prev:not(.carousel-item-right),
 .active.carousel-item-left {
   transform: translateX(-100%);
 }
 
 .carousel-fade .carousel-item {
   opacity: 0;
   transition-property: opacity;
   transform: none;
 }
 .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;
 }
 .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) {
   .carousel-fade .active.carousel-item-left,
 .carousel-fade .active.carousel-item-right {
     transition: none;
   }
 }
 
 .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%;
   padding: 0;
   color: #fff;
   text-align: center;
   background: none;
   border: 0;
   opacity: 0.5;
   transition: opacity 0.15s ease;
 }
 @media (prefers-reduced-motion: reduce) {
   .carousel-control-prev,
 .carousel-control-next {
     transition: none;
   }
 }
 .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;
 }
 
 .carousel-control-prev {
   left: 0;
 }
 
 .carousel-control-next {
   right: 0;
 }
 
 .carousel-control-prev-icon,
 .carousel-control-next-icon {
   display: inline-block;
   width: 20px;
   height: 20px;
   background: 50%/100% 100% no-repeat;
 }
 
 .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");
 }
 
 .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");
 }
 
 .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;
 }
 .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: 0.5;
   transition: opacity 0.6s ease;
 }
 @media (prefers-reduced-motion: reduce) {
   .carousel-indicators li {
     transition: none;
   }
 }
 .carousel-indicators .active {
   opacity: 1;
 }
 
 .carousel-caption {
   position: absolute;
   right: 15%;
   bottom: 20px;
   left: 15%;
   z-index: 10;
   padding-top: 20px;
   padding-bottom: 20px;
   color: #fff;
   text-align: center;
 }
 
 @-webkit-keyframes spinner-border {
   to {
     transform: rotate(360deg);
   }
 }
 
 @keyframes spinner-border {
   to {
     transform: rotate(360deg);
   }
 }
 .spinner-border {
   display: inline-block;
   width: 2rem;
   height: 2rem;
   vertical-align: -0.125em;
   border: 0.25em solid currentColor;
   border-right-color: transparent;
   border-radius: 50%;
   -webkit-animation: 0.75s linear infinite spinner-border;
           animation: 0.75s linear infinite spinner-border;
 }
 
 .spinner-border-sm {
   width: 1rem;
   height: 1rem;
   border-width: 0.2em;
 }
 
 @-webkit-keyframes spinner-grow {
   0% {
     transform: scale(0);
   }
   50% {
     opacity: 1;
     transform: none;
   }
 }
 
 @keyframes spinner-grow {
   0% {
     transform: scale(0);
   }
   50% {
     opacity: 1;
     transform: none;
   }
 }
 .spinner-grow {
   display: inline-block;
   width: 2rem;
   height: 2rem;
   vertical-align: -0.125em;
   background-color: currentColor;
   border-radius: 50%;
   opacity: 0;
   -webkit-animation: 0.75s linear infinite spinner-grow;
           animation: 0.75s linear infinite spinner-grow;
 }
 
 .spinner-grow-sm {
   width: 1rem;
   height: 1rem;
 }
 
 @media (prefers-reduced-motion: reduce) {
   .spinner-border,
 .spinner-grow {
     -webkit-animation-duration: 1.5s;
             animation-duration: 1.5s;
   }
 }
 .align-baseline {
   vertical-align: baseline !important;
 }
 
 .align-top {
   vertical-align: top !important;
 }
 
 .align-middle {
   vertical-align: middle !important;
 }
 
 .align-bottom {
   vertical-align: bottom !important;
 }
 
 .align-text-bottom {
   vertical-align: text-bottom !important;
 }
 
 .align-text-top {
   vertical-align: text-top !important;
 }
 
 .bg-primary {
   background-color: #007dcc !important;
 }
 
 a.bg-primary:hover, a.bg-primary:focus,
 button.bg-primary:hover,
 button.bg-primary:focus {
   background-color: #005e99 !important;
 }
 
 .bg-secondary {
   background-color: #333 !important;
 }
 
 a.bg-secondary:hover, a.bg-secondary:focus,
 button.bg-secondary:hover,
 button.bg-secondary:focus {
   background-color: #1a1a1a !important;
 }
 
 .bg-success {
   background-color: #4fc47f !important;
 }
 
 a.bg-success:hover, a.bg-success:focus,
 button.bg-success:hover,
 button.bg-success:focus {
   background-color: #38a866 !important;
 }
 
 .bg-info {
   background-color: #5BBFDE !important;
 }
 
 a.bg-info:hover, a.bg-info:focus,
 button.bg-info:hover,
 button.bg-info:focus {
   background-color: #31aed5 !important;
 }
 
 .bg-warning {
   background-color: #f0ad4e !important;
 }
 
 a.bg-warning:hover, a.bg-warning:focus,
 button.bg-warning:hover,
 button.bg-warning:focus {
   background-color: #ec971f !important;
 }
 
 .bg-danger {
   background-color: #f35a3d !important;
 }
 
 a.bg-danger:hover, a.bg-danger:focus,
 button.bg-danger:hover,
 button.bg-danger:focus {
   background-color: #ee320f !important;
 }
 
 .bg-light {
   background-color: #f8f8f8 !important;
 }
 
 a.bg-light:hover, a.bg-light:focus,
 button.bg-light:hover,
 button.bg-light:focus {
   background-color: #dfdfdf !important;
 }
 
 .bg-dark {
   background-color: #bababa !important;
 }
 
 a.bg-dark:hover, a.bg-dark:focus,
 button.bg-dark:hover,
 button.bg-dark:focus {
   background-color: #a1a1a1 !important;
 }
 
 .bg-white {
   background-color: #fff !important;
 }
 
 .bg-transparent {
   background-color: transparent !important;
 }
 
 .border {
   border: 1px solid #dee2e6 !important;
 }
 
 .border-top {
   border-top: 1px solid #dee2e6 !important;
 }
 
 .border-right {
   border-right: 1px solid #dee2e6 !important;
 }
 
 .border-bottom {
   border-bottom: 1px solid #dee2e6 !important;
 }
 
 .border-left {
   border-left: 1px solid #dee2e6 !important;
 }
 
 .border-0 {
   border: 0 !important;
 }
 
 .border-top-0 {
   border-top: 0 !important;
 }
 
 .border-right-0 {
   border-right: 0 !important;
 }
 
 .border-bottom-0 {
   border-bottom: 0 !important;
 }
 
 .border-left-0 {
   border-left: 0 !important;
 }
 
 .border-primary {
   border-color: #007dcc !important;
 }
 
 .border-secondary {
   border-color: #333 !important;
 }
 
 .border-success {
   border-color: #4fc47f !important;
 }
 
 .border-info {
   border-color: #5BBFDE !important;
 }
 
 .border-warning {
   border-color: #f0ad4e !important;
 }
 
 .border-danger {
   border-color: #f35a3d !important;
 }
 
 .border-light {
   border-color: #f8f8f8 !important;
 }
 
 .border-dark {
   border-color: #bababa !important;
 }
 
 .border-white {
   border-color: #fff !important;
 }
 
 .rounded-sm {
   border-radius: 0.2rem !important;
 }
 
 .rounded {
   border-radius: 0.25rem !important;
 }
 
 .rounded-top {
   border-top-left-radius: 0.25rem !important;
   border-top-right-radius: 0.25rem !important;
 }
 
 .rounded-right {
   border-top-right-radius: 0.25rem !important;
   border-bottom-right-radius: 0.25rem !important;
 }
 
 .rounded-bottom {
   border-bottom-right-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important;
 }
 
 .rounded-left {
   border-top-left-radius: 0.25rem !important;
   border-bottom-left-radius: 0.25rem !important;
 }
 
 .rounded-lg {
   border-radius: 0.3rem !important;
 }
 
 .rounded-circle {
   border-radius: 50% !important;
 }
 
 .rounded-pill {
   border-radius: 50rem !important;
 }
 
 .rounded-0 {
   border-radius: 0 !important;
 }
 
 .clearfix::after {
   display: block;
   clear: both;
   content: "";
 }
 
 .d-none {
   display: none !important;
 }
 
 .d-inline {
   display: inline !important;
 }
 
 .d-inline-block {
   display: inline-block !important;
 }
 
 .d-block {
   display: block !important;
 }
 
 
 
 .d-flex {
   display: flex !important;
 }
 
 .d-inline-flex {
   display: inline-flex !important;
 }
 
 @media (min-width: 576px) {
   .d-sm-none {
     display: none !important;
   }
   .d-sm-inline {
     display: inline !important;
   }
   .d-sm-inline-block {
     display: inline-block !important;
   }
   .d-sm-block {
     display: block !important;
   }
   /* .d-sm-table {
     display: table !important;
   }
   .d-sm-table-row {
     display: table-row !important;
   }
   .d-sm-table-cell {
     display: table-cell !important;
   } */
   .d-sm-flex {
     display: flex !important;
   }
   .d-sm-inline-flex {
     display: inline-flex !important;
   }
 }
 @media (min-width: 768px) {
   .d-md-none {
     display: none !important;
   }
   .d-md-inline {
     display: inline !important;
   }
   .d-md-inline-block {
     display: inline-block !important;
   }
   .d-md-block {
     display: block !important;
   }
   .d-md-flex {
     display: flex !important;
   }
   .d-md-inline-flex {
     display: inline-flex !important;
   }
 }
 @media (min-width: 992px) {
   .d-lg-none {
     display: none !important;
   }
   .d-lg-inline {
     display: inline !important;
   }
   .d-lg-inline-block {
     display: inline-block !important;
   }
   .d-lg-block {
     display: block !important;
   }
   .d-lg-flex {
     display: flex !important;
   }
   .d-lg-inline-flex {
     display: inline-flex !important;
   }
 }
 @media (min-width: 1200px) {
   .d-xl-none {
     display: none !important;
   }
   .d-xl-inline {
     display: inline !important;
   }
   .d-xl-inline-block {
     display: inline-block !important;
   }
   .d-xl-block {
     display: block !important;
   }
   .d-xl-flex {
     display: flex !important;
   }
   .d-xl-inline-flex {
     display: inline-flex !important;
   }
 }
 @media print {
   .d-print-none {
     display: none !important;
   }
   .d-print-inline {
     display: inline !important;
   }
   .d-print-inline-block {
     display: inline-block !important;
   }
   .d-print-block {
     display: block !important;
   }
   .d-print-flex {
     display: flex !important;
   }
   .d-print-inline-flex {
     display: inline-flex !important;
   }
 }
 .embed-responsive {
   position: relative;
   display: block;
   width: 100%;
   padding: 0;
   overflow: hidden;
 }
 .embed-responsive::before {
   display: block;
   content: "";
 }
 .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;
 }
 
 .embed-responsive-21by9::before {
   padding-top: 42.85714286%;
 }
 
 .embed-responsive-16by9::before {
   padding-top: 56.25%;
 }
 
 .embed-responsive-4by3::before {
   padding-top: 75%;
 }
 
 .embed-responsive-1by1::before {
   padding-top: 100%;
 }
 
 .flex-row {
   flex-direction: row !important;
 }
 
 .flex-column {
   flex-direction: column !important;
 }
 
 .flex-row-reverse {
   flex-direction: row-reverse !important;
 }
 
 .flex-column-reverse {
   flex-direction: column-reverse !important;
 }
 
 .flex-wrap {
   flex-wrap: wrap !important;
 }
 
 .flex-nowrap {
   flex-wrap: nowrap !important;
 }
 
 .flex-wrap-reverse {
   flex-wrap: wrap-reverse !important;
 }
 
 .flex-fill {
   flex: 1 1 auto !important;
 }
 
 .flex-grow-0 {
   flex-grow: 0 !important;
 }
 
 .flex-grow-1 {
   flex-grow: 1 !important;
 }
 
 .flex-shrink-0 {
   flex-shrink: 0 !important;
 }
 
 .flex-shrink-1 {
   flex-shrink: 1 !important;
 }
 
 .justify-content-start {
   justify-content: flex-start !important;
 }
 
 .justify-content-end {
   justify-content: flex-end !important;
 }
 
 .justify-content-center {
   justify-content: center !important;
 }
 
 .justify-content-between {
   justify-content: space-between !important;
 }
 
 .justify-content-around {
   justify-content: space-around !important;
 }
 
 .align-items-start {
   align-items: flex-start !important;
 }
 
 .align-items-end {
   align-items: flex-end !important;
 }
 
 .align-items-center {
   align-items: center !important;
 }
 
 .align-items-baseline {
   align-items: baseline !important;
 }
 
 .align-items-stretch {
   align-items: stretch !important;
 }
 
 .align-content-start {
   align-content: flex-start !important;
 }
 
 .align-content-end {
   align-content: flex-end !important;
 }
 
 .align-content-center {
   align-content: center !important;
 }
 
 .align-content-between {
   align-content: space-between !important;
 }
 
 .align-content-around {
   align-content: space-around !important;
 }
 
 .align-content-stretch {
   align-content: stretch !important;
 }
 
 .align-self-auto {
   align-self: auto !important;
 }
 
 .align-self-start {
   align-self: flex-start !important;
 }
 
 .align-self-end {
   align-self: flex-end !important;
 }
 
 .align-self-center {
   align-self: center !important;
 }
 
 .align-self-baseline {
   align-self: baseline !important;
 }
 
 .align-self-stretch {
   align-self: stretch !important;
 }
 
 @media (min-width: 576px) {
   .flex-sm-row {
     flex-direction: row !important;
   }
   .flex-sm-column {
     flex-direction: column !important;
   }
   .flex-sm-row-reverse {
     flex-direction: row-reverse !important;
   }
   .flex-sm-column-reverse {
     flex-direction: column-reverse !important;
   }
   .flex-sm-wrap {
     flex-wrap: wrap !important;
   }
   .flex-sm-nowrap {
     flex-wrap: nowrap !important;
   }
   .flex-sm-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .flex-sm-fill {
     flex: 1 1 auto !important;
   }
   .flex-sm-grow-0 {
     flex-grow: 0 !important;
   }
   .flex-sm-grow-1 {
     flex-grow: 1 !important;
   }
   .flex-sm-shrink-0 {
     flex-shrink: 0 !important;
   }
   .flex-sm-shrink-1 {
     flex-shrink: 1 !important;
   }
   .justify-content-sm-start {
     justify-content: flex-start !important;
   }
   .justify-content-sm-end {
     justify-content: flex-end !important;
   }
   .justify-content-sm-center {
     justify-content: center !important;
   }
   .justify-content-sm-between {
     justify-content: space-between !important;
   }
   .justify-content-sm-around {
     justify-content: space-around !important;
   }
   .align-items-sm-start {
     align-items: flex-start !important;
   }
   .align-items-sm-end {
     align-items: flex-end !important;
   }
   .align-items-sm-center {
     align-items: center !important;
   }
   .align-items-sm-baseline {
     align-items: baseline !important;
   }
   .align-items-sm-stretch {
     align-items: stretch !important;
   }
   .align-content-sm-start {
     align-content: flex-start !important;
   }
   .align-content-sm-end {
     align-content: flex-end !important;
   }
   .align-content-sm-center {
     align-content: center !important;
   }
   .align-content-sm-between {
     align-content: space-between !important;
   }
   .align-content-sm-around {
     align-content: space-around !important;
   }
   .align-content-sm-stretch {
     align-content: stretch !important;
   }
   .align-self-sm-auto {
     align-self: auto !important;
   }
   .align-self-sm-start {
     align-self: flex-start !important;
   }
   .align-self-sm-end {
     align-self: flex-end !important;
   }
   .align-self-sm-center {
     align-self: center !important;
   }
   .align-self-sm-baseline {
     align-self: baseline !important;
   }
   .align-self-sm-stretch {
     align-self: stretch !important;
   }
 }
 @media (min-width: 768px) {
   .flex-md-row {
     flex-direction: row !important;
   }
   .flex-md-column {
     flex-direction: column !important;
   }
   .flex-md-row-reverse {
     flex-direction: row-reverse !important;
   }
   .flex-md-column-reverse {
     flex-direction: column-reverse !important;
   }
   .flex-md-wrap {
     flex-wrap: wrap !important;
   }
   .flex-md-nowrap {
     flex-wrap: nowrap !important;
   }
   .flex-md-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .flex-md-fill {
     flex: 1 1 auto !important;
   }
   .flex-md-grow-0 {
     flex-grow: 0 !important;
   }
   .flex-md-grow-1 {
     flex-grow: 1 !important;
   }
   .flex-md-shrink-0 {
     flex-shrink: 0 !important;
   }
   .flex-md-shrink-1 {
     flex-shrink: 1 !important;
   }
   .justify-content-md-start {
     justify-content: flex-start !important;
   }
   .justify-content-md-end {
     justify-content: flex-end !important;
   }
   .justify-content-md-center {
     justify-content: center !important;
   }
   .justify-content-md-between {
     justify-content: space-between !important;
   }
   .justify-content-md-around {
     justify-content: space-around !important;
   }
   .align-items-md-start {
     align-items: flex-start !important;
   }
   .align-items-md-end {
     align-items: flex-end !important;
   }
   .align-items-md-center {
     align-items: center !important;
   }
   .align-items-md-baseline {
     align-items: baseline !important;
   }
   .align-items-md-stretch {
     align-items: stretch !important;
   }
   .align-content-md-start {
     align-content: flex-start !important;
   }
   .align-content-md-end {
     align-content: flex-end !important;
   }
   .align-content-md-center {
     align-content: center !important;
   }
   .align-content-md-between {
     align-content: space-between !important;
   }
   .align-content-md-around {
     align-content: space-around !important;
   }
   .align-content-md-stretch {
     align-content: stretch !important;
   }
   .align-self-md-auto {
     align-self: auto !important;
   }
   .align-self-md-start {
     align-self: flex-start !important;
   }
   .align-self-md-end {
     align-self: flex-end !important;
   }
   .align-self-md-center {
     align-self: center !important;
   }
   .align-self-md-baseline {
     align-self: baseline !important;
   }
   .align-self-md-stretch {
     align-self: stretch !important;
   }
 }
 @media (min-width: 992px) {
   .flex-lg-row {
     flex-direction: row !important;
   }
   .flex-lg-column {
     flex-direction: column !important;
   }
   .flex-lg-row-reverse {
     flex-direction: row-reverse !important;
   }
   .flex-lg-column-reverse {
     flex-direction: column-reverse !important;
   }
   .flex-lg-wrap {
     flex-wrap: wrap !important;
   }
   .flex-lg-nowrap {
     flex-wrap: nowrap !important;
   }
   .flex-lg-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .flex-lg-fill {
     flex: 1 1 auto !important;
   }
   .flex-lg-grow-0 {
     flex-grow: 0 !important;
   }
   .flex-lg-grow-1 {
     flex-grow: 1 !important;
   }
   .flex-lg-shrink-0 {
     flex-shrink: 0 !important;
   }
   .flex-lg-shrink-1 {
     flex-shrink: 1 !important;
   }
   .justify-content-lg-start {
     justify-content: flex-start !important;
   }
   .justify-content-lg-end {
     justify-content: flex-end !important;
   }
   .justify-content-lg-center {
     justify-content: center !important;
   }
   .justify-content-lg-between {
     justify-content: space-between !important;
   }
   .justify-content-lg-around {
     justify-content: space-around !important;
   }
   .align-items-lg-start {
     align-items: flex-start !important;
   }
   .align-items-lg-end {
     align-items: flex-end !important;
   }
   .align-items-lg-center {
     align-items: center !important;
   }
   .align-items-lg-baseline {
     align-items: baseline !important;
   }
   .align-items-lg-stretch {
     align-items: stretch !important;
   }
   .align-content-lg-start {
     align-content: flex-start !important;
   }
   .align-content-lg-end {
     align-content: flex-end !important;
   }
   .align-content-lg-center {
     align-content: center !important;
   }
   .align-content-lg-between {
     align-content: space-between !important;
   }
   .align-content-lg-around {
     align-content: space-around !important;
   }
   .align-content-lg-stretch {
     align-content: stretch !important;
   }
   .align-self-lg-auto {
     align-self: auto !important;
   }
   .align-self-lg-start {
     align-self: flex-start !important;
   }
   .align-self-lg-end {
     align-self: flex-end !important;
   }
   .align-self-lg-center {
     align-self: center !important;
   }
   .align-self-lg-baseline {
     align-self: baseline !important;
   }
   .align-self-lg-stretch {
     align-self: stretch !important;
   }
 }
 @media (min-width: 1200px) {
   .flex-xl-row {
     flex-direction: row !important;
   }
   .flex-xl-column {
     flex-direction: column !important;
   }
   .flex-xl-row-reverse {
     flex-direction: row-reverse !important;
   }
   .flex-xl-column-reverse {
     flex-direction: column-reverse !important;
   }
   .flex-xl-wrap {
     flex-wrap: wrap !important;
   }
   .flex-xl-nowrap {
     flex-wrap: nowrap !important;
   }
   .flex-xl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .flex-xl-fill {
     flex: 1 1 auto !important;
   }
   .flex-xl-grow-0 {
     flex-grow: 0 !important;
   }
   .flex-xl-grow-1 {
     flex-grow: 1 !important;
   }
   .flex-xl-shrink-0 {
     flex-shrink: 0 !important;
   }
   .flex-xl-shrink-1 {
     flex-shrink: 1 !important;
   }
   .justify-content-xl-start {
     justify-content: flex-start !important;
   }
   .justify-content-xl-end {
     justify-content: flex-end !important;
   }
   .justify-content-xl-center {
     justify-content: center !important;
   }
   .justify-content-xl-between {
     justify-content: space-between !important;
   }
   .justify-content-xl-around {
     justify-content: space-around !important;
   }
   .align-items-xl-start {
     align-items: flex-start !important;
   }
   .align-items-xl-end {
     align-items: flex-end !important;
   }
   .align-items-xl-center {
     align-items: center !important;
   }
   .align-items-xl-baseline {
     align-items: baseline !important;
   }
   .align-items-xl-stretch {
     align-items: stretch !important;
   }
   .align-content-xl-start {
     align-content: flex-start !important;
   }
   .align-content-xl-end {
     align-content: flex-end !important;
   }
   .align-content-xl-center {
     align-content: center !important;
   }
   .align-content-xl-between {
     align-content: space-between !important;
   }
   .align-content-xl-around {
     align-content: space-around !important;
   }
   .align-content-xl-stretch {
     align-content: stretch !important;
   }
   .align-self-xl-auto {
     align-self: auto !important;
   }
   .align-self-xl-start {
     align-self: flex-start !important;
   }
   .align-self-xl-end {
     align-self: flex-end !important;
   }
   .align-self-xl-center {
     align-self: center !important;
   }
   .align-self-xl-baseline {
     align-self: baseline !important;
   }
   .align-self-xl-stretch {
     align-self: stretch !important;
   }
 }
 .float-left {
   float: left !important;
 }
 
 .float-right {
   float: right !important;
 }
 
 .float-none {
   float: none !important;
 }
 
 @media (min-width: 576px) {
   .float-sm-left {
     float: left !important;
   }
   .float-sm-right {
     float: right !important;
   }
   .float-sm-none {
     float: none !important;
   }
 }
 @media (min-width: 768px) {
   .float-md-left {
     float: left !important;
   }
   .float-md-right {
     float: right !important;
   }
   .float-md-none {
     float: none !important;
   }
 }
 @media (min-width: 992px) {
   .float-lg-left {
     float: left !important;
   }
   .float-lg-right {
     float: right !important;
   }
   .float-lg-none {
     float: none !important;
   }
 }
 @media (min-width: 1200px) {
   .float-xl-left {
     float: left !important;
   }
   .float-xl-right {
     float: right !important;
   }
   .float-xl-none {
     float: none !important;
   }
 }
 .user-select-all {
   -webkit-user-select: all !important;
      -moz-user-select: all !important;
           user-select: all !important;
 }
 
 .user-select-auto {
   -webkit-user-select: auto !important;
      -moz-user-select: auto !important;
           user-select: auto !important;
 }
 
 .user-select-none {
   -webkit-user-select: none !important;
      -moz-user-select: none !important;
           user-select: none !important;
 }
 
 .overflow-auto {
   overflow: auto !important;
 }
 
 .overflow-hidden {
   overflow: hidden !important;
 }
 
 .position-static {
   position: static !important;
 }
 
 .position-relative {
   position: relative !important;
 }
 
 .position-absolute {
   position: absolute !important;
 }
 
 .position-fixed {
   position: fixed !important;
 }
 
 .position-sticky {
   position: -webkit-sticky !important;
   position: sticky !important;
 }
 
 .fixed-top {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1030;
 }
 
 .fixed-bottom {
   position: fixed;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1030;
 }
 
 @supports ((position: -webkit-sticky) or (position: sticky)) {
   .sticky-top {
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     z-index: 1020;
   }
 }
 
 .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;
 }
 
 .sr-only-focusable:active, .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
   overflow: visible;
   clip: auto;
   white-space: normal;
 }
 
 .shadow-sm {
   box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
 }
 
 .shadow {
   box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
 }
 
 .shadow-lg {
   box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
 }
 
 .shadow-none {
   box-shadow: none !important;
 }
 
 .w-25 {
   width: 25% !important;
 }
 
 .w-50 {
   width: 50% !important;
 }
 
 .w-75 {
   width: 75% !important;
 }
 
 .w-100 {
   width: 100% !important;
 }
 
 .w-auto {
   width: auto !important;
 }
 
 .h-25 {
   height: 25% !important;
 }
 
 .h-50 {
   height: 50% !important;
 }
 
 .h-75 {
   height: 75% !important;
 }
 
 .h-100 {
   height: 100% !important;
 }
 
 .h-auto {
   height: auto !important;
 }
 
 .mw-100 {
   max-width: 100% !important;
 }
 
 .mh-100 {
   max-height: 100% !important;
 }
 
 .min-vw-100 {
   min-width: 100vw !important;
 }
 
 .min-vh-100 {
   min-height: 100vh !important;
 }
 
 .vw-100 {
   width: 100vw !important;
 }
 
 .vh-100 {
   height: 100vh !important;
 }
 
 .m-0 {
   margin: 0 !important;
 }
 
 .mt-0,
 .my-0 {
   margin-top: 0 !important;
 }
 
 .mr-0,
 .mx-0 {
   margin-right: 0 !important;
 }
 
 .mb-0,
 .my-0 {
   margin-bottom: 0 !important;
 }
 
 .ml-0,
 .mx-0 {
   margin-left: 0 !important;
 }
 
 .m-1 {
   margin: 0.25rem !important;
 }
 
 .mt-1,
 .my-1 {
   margin-top: 0.25rem !important;
 }
 
 .mr-1,
 .mx-1 {
   margin-right: 0.25rem !important;
 }
 
 .mb-1,
 .my-1 {
   margin-bottom: 0.25rem !important;
 }
 
 .ml-1,
 .mx-1 {
   margin-left: 0.25rem !important;
 }
 
 .m-2 {
   margin: 0.5rem !important;
 }
 
 .mt-2,
 .my-2 {
   margin-top: 0.5rem !important;
 }
 
 .mr-2,
 .mx-2 {
   margin-right: 0.5rem !important;
 }
 
 .mb-2,
 .my-2 {
   margin-bottom: 0.5rem !important;
 }
 
 .ml-2,
 .mx-2 {
   margin-left: 0.5rem !important;
 }
 
 .m-3 {
   margin: 1rem !important;
 }
 
 .mt-3,
 .my-3 {
   margin-top: 1rem !important;
 }
 
 .mr-3,
 .mx-3 {
   margin-right: 1rem !important;
 }
 
 .mb-3,
 .my-3 {
   margin-bottom: 1rem !important;
 }
 
 .ml-3,
 .mx-3 {
   margin-left: 1rem !important;
 }
 
 .m-4 {
   margin: 1.5rem !important;
 }
 
 .mt-4,
 .my-4 {
   margin-top: 1.5rem !important;
 }
 
 .mr-4,
 .mx-4 {
   margin-right: 1.5rem !important;
 }
 
 .mb-4,
 .my-4 {
   margin-bottom: 1.5rem !important;
 }
 
 .ml-4,
 .mx-4 {
   margin-left: 1.5rem !important;
 }
 
 .m-5 {
   margin: 3rem !important;
 }
 
 .mt-5,
 .my-5 {
   margin-top: 3rem !important;
 }
 
 .mr-5,
 .mx-5 {
   margin-right: 3rem !important;
 }
 
 .mb-5,
 .my-5 {
   margin-bottom: 3rem !important;
 }
 
 .ml-5,
 .mx-5 {
   margin-left: 3rem !important;
 }
 
 .p-0 {
   padding: 0 !important;
 }
 
 .pt-0,
 .py-0 {
   padding-top: 0 !important;
 }
 
 .pr-0,
 .px-0 {
   padding-right: 0 !important;
 }
 
 .pb-0,
 .py-0 {
   padding-bottom: 0 !important;
 }
 
 .pl-0,
 .px-0 {
   padding-left: 0 !important;
 }
 
 .p-1 {
   padding: 0.25rem !important;
 }
 
 .pt-1,
 .py-1 {
   padding-top: 0.25rem !important;
 }
 
 .pr-1,
 .px-1 {
   padding-right: 0.25rem !important;
 }
 
 .pb-1,
 .py-1 {
   padding-bottom: 0.25rem !important;
 }
 
 .pl-1,
 .px-1 {
   padding-left: 0.25rem !important;
 }
 
 .p-2 {
   padding: 0.5rem !important;
 }
 
 .pt-2,
 .py-2 {
   padding-top: 0.5rem !important;
 }
 
 .pr-2,
 .px-2 {
   padding-right: 0.5rem !important;
 }
 
 .pb-2,
 .py-2 {
   padding-bottom: 0.5rem !important;
 }
 
 .pl-2,
 .px-2 {
   padding-left: 0.5rem !important;
 }
 
 .p-3 {
   padding: 1rem !important;
 }
 
 .pt-3,
 .py-3 {
   padding-top: 1rem !important;
 }
 
 .pr-3,
 .px-3 {
   padding-right: 1rem !important;
 }
 
 .pb-3,
 .py-3 {
   padding-bottom: 1rem !important;
 }
 
 .pl-3,
 .px-3 {
   padding-left: 1rem !important;
 }
 
 .p-4 {
   padding: 1.5rem !important;
 }
 
 .pt-4,
 .py-4 {
   padding-top: 1.5rem !important;
 }
 
 .pr-4,
 .px-4 {
   padding-right: 1.5rem !important;
 }
 
 .pb-4,
 .py-4 {
   padding-bottom: 1.5rem !important;
 }
 
 .pl-4,
 .px-4 {
   padding-left: 1.5rem !important;
 }
 
 .p-5 {
   padding: 3rem !important;
 }
 
 .pt-5,
 .py-5 {
   padding-top: 3rem !important;
 }
 
 .pr-5,
 .px-5 {
   padding-right: 3rem !important;
 }
 
 .pb-5,
 .py-5 {
   padding-bottom: 3rem !important;
 }
 
 .pl-5,
 .px-5 {
   padding-left: 3rem !important;
 }
 
 .m-n1 {
   margin: -0.25rem !important;
 }
 
 .mt-n1,
 .my-n1 {
   margin-top: -0.25rem !important;
 }
 
 .mr-n1,
 .mx-n1 {
   margin-right: -0.25rem !important;
 }
 
 .mb-n1,
 .my-n1 {
   margin-bottom: -0.25rem !important;
 }
 
 .ml-n1,
 .mx-n1 {
   margin-left: -0.25rem !important;
 }
 
 .m-n2 {
   margin: -0.5rem !important;
 }
 
 .mt-n2,
 .my-n2 {
   margin-top: -0.5rem !important;
 }
 
 .mr-n2,
 .mx-n2 {
   margin-right: -0.5rem !important;
 }
 
 .mb-n2,
 .my-n2 {
   margin-bottom: -0.5rem !important;
 }
 
 .ml-n2,
 .mx-n2 {
   margin-left: -0.5rem !important;
 }
 
 .m-n3 {
   margin: -1rem !important;
 }
 
 .mt-n3,
 .my-n3 {
   margin-top: -1rem !important;
 }
 
 .mr-n3,
 .mx-n3 {
   margin-right: -1rem !important;
 }
 
 .mb-n3,
 .my-n3 {
   margin-bottom: -1rem !important;
 }
 
 .ml-n3,
 .mx-n3 {
   margin-left: -1rem !important;
 }
 
 .m-n4 {
   margin: -1.5rem !important;
 }
 
 .mt-n4,
 .my-n4 {
   margin-top: -1.5rem !important;
 }
 
 .mr-n4,
 .mx-n4 {
   margin-right: -1.5rem !important;
 }
 
 .mb-n4,
 .my-n4 {
   margin-bottom: -1.5rem !important;
 }
 
 .ml-n4,
 .mx-n4 {
   margin-left: -1.5rem !important;
 }
 
 .m-n5 {
   margin: -3rem !important;
 }
 
 .mt-n5,
 .my-n5 {
   margin-top: -3rem !important;
 }
 
 .mr-n5,
 .mx-n5 {
   margin-right: -3rem !important;
 }
 
 .mb-n5,
 .my-n5 {
   margin-bottom: -3rem !important;
 }
 
 .ml-n5,
 .mx-n5 {
   margin-left: -3rem !important;
 }
 
 .m-auto {
   margin: auto !important;
 }
 
 .mt-auto,
 .my-auto {
   margin-top: auto !important;
 }
 
 .mr-auto,
 .mx-auto {
   margin-right: auto !important;
 }
 
 .mb-auto,
 .my-auto {
   margin-bottom: auto !important;
 }
 
 .ml-auto,
 .mx-auto {
   margin-left: auto !important;
 }
 
 @media (min-width: 576px) {
   .m-sm-0 {
     margin: 0 !important;
   }
   .mt-sm-0,
 .my-sm-0 {
     margin-top: 0 !important;
   }
   .mr-sm-0,
 .mx-sm-0 {
     margin-right: 0 !important;
   }
   .mb-sm-0,
 .my-sm-0 {
     margin-bottom: 0 !important;
   }
   .ml-sm-0,
 .mx-sm-0 {
     margin-left: 0 !important;
   }
   .m-sm-1 {
     margin: 0.25rem !important;
   }
   .mt-sm-1,
 .my-sm-1 {
     margin-top: 0.25rem !important;
   }
   .mr-sm-1,
 .mx-sm-1 {
     margin-right: 0.25rem !important;
   }
   .mb-sm-1,
 .my-sm-1 {
     margin-bottom: 0.25rem !important;
   }
   .ml-sm-1,
 .mx-sm-1 {
     margin-left: 0.25rem !important;
   }
   .m-sm-2 {
     margin: 0.5rem !important;
   }
   .mt-sm-2,
 .my-sm-2 {
     margin-top: 0.5rem !important;
   }
   .mr-sm-2,
 .mx-sm-2 {
     margin-right: 0.5rem !important;
   }
   .mb-sm-2,
 .my-sm-2 {
     margin-bottom: 0.5rem !important;
   }
   .ml-sm-2,
 .mx-sm-2 {
     margin-left: 0.5rem !important;
   }
   .m-sm-3 {
     margin: 1rem !important;
   }
   .mt-sm-3,
 .my-sm-3 {
     margin-top: 1rem !important;
   }
   .mr-sm-3,
 .mx-sm-3 {
     margin-right: 1rem !important;
   }
   .mb-sm-3,
 .my-sm-3 {
     margin-bottom: 1rem !important;
   }
   .ml-sm-3,
 .mx-sm-3 {
     margin-left: 1rem !important;
   }
   .m-sm-4 {
     margin: 1.5rem !important;
   }
   .mt-sm-4,
 .my-sm-4 {
     margin-top: 1.5rem !important;
   }
   .mr-sm-4,
 .mx-sm-4 {
     margin-right: 1.5rem !important;
   }
   .mb-sm-4,
 .my-sm-4 {
     margin-bottom: 1.5rem !important;
   }
   .ml-sm-4,
 .mx-sm-4 {
     margin-left: 1.5rem !important;
   }
   .m-sm-5 {
     margin: 3rem !important;
   }
   .mt-sm-5,
 .my-sm-5 {
     margin-top: 3rem !important;
   }
   .mr-sm-5,
 .mx-sm-5 {
     margin-right: 3rem !important;
   }
   .mb-sm-5,
 .my-sm-5 {
     margin-bottom: 3rem !important;
   }
   .ml-sm-5,
 .mx-sm-5 {
     margin-left: 3rem !important;
   }
   .p-sm-0 {
     padding: 0 !important;
   }
   .pt-sm-0,
 .py-sm-0 {
     padding-top: 0 !important;
   }
   .pr-sm-0,
 .px-sm-0 {
     padding-right: 0 !important;
   }
   .pb-sm-0,
 .py-sm-0 {
     padding-bottom: 0 !important;
   }
   .pl-sm-0,
 .px-sm-0 {
     padding-left: 0 !important;
   }
   .p-sm-1 {
     padding: 0.25rem !important;
   }
   .pt-sm-1,
 .py-sm-1 {
     padding-top: 0.25rem !important;
   }
   .pr-sm-1,
 .px-sm-1 {
     padding-right: 0.25rem !important;
   }
   .pb-sm-1,
 .py-sm-1 {
     padding-bottom: 0.25rem !important;
   }
   .pl-sm-1,
 .px-sm-1 {
     padding-left: 0.25rem !important;
   }
   .p-sm-2 {
     padding: 0.5rem !important;
   }
   .pt-sm-2,
 .py-sm-2 {
     padding-top: 0.5rem !important;
   }
   .pr-sm-2,
 .px-sm-2 {
     padding-right: 0.5rem !important;
   }
   .pb-sm-2,
 .py-sm-2 {
     padding-bottom: 0.5rem !important;
   }
   .pl-sm-2,
 .px-sm-2 {
     padding-left: 0.5rem !important;
   }
   .p-sm-3 {
     padding: 1rem !important;
   }
   .pt-sm-3,
 .py-sm-3 {
     padding-top: 1rem !important;
   }
   .pr-sm-3,
 .px-sm-3 {
     padding-right: 1rem !important;
   }
   .pb-sm-3,
 .py-sm-3 {
     padding-bottom: 1rem !important;
   }
   .pl-sm-3,
 .px-sm-3 {
     padding-left: 1rem !important;
   }
   .p-sm-4 {
     padding: 1.5rem !important;
   }
   .pt-sm-4,
 .py-sm-4 {
     padding-top: 1.5rem !important;
   }
   .pr-sm-4,
 .px-sm-4 {
     padding-right: 1.5rem !important;
   }
   .pb-sm-4,
 .py-sm-4 {
     padding-bottom: 1.5rem !important;
   }
   .pl-sm-4,
 .px-sm-4 {
     padding-left: 1.5rem !important;
   }
   .p-sm-5 {
     padding: 3rem !important;
   }
   .pt-sm-5,
 .py-sm-5 {
     padding-top: 3rem !important;
   }
   .pr-sm-5,
 .px-sm-5 {
     padding-right: 3rem !important;
   }
   .pb-sm-5,
 .py-sm-5 {
     padding-bottom: 3rem !important;
   }
   .pl-sm-5,
 .px-sm-5 {
     padding-left: 3rem !important;
   }
   .m-sm-n1 {
     margin: -0.25rem !important;
   }
   .mt-sm-n1,
 .my-sm-n1 {
     margin-top: -0.25rem !important;
   }
   .mr-sm-n1,
 .mx-sm-n1 {
     margin-right: -0.25rem !important;
   }
   .mb-sm-n1,
 .my-sm-n1 {
     margin-bottom: -0.25rem !important;
   }
   .ml-sm-n1,
 .mx-sm-n1 {
     margin-left: -0.25rem !important;
   }
   .m-sm-n2 {
     margin: -0.5rem !important;
   }
   .mt-sm-n2,
 .my-sm-n2 {
     margin-top: -0.5rem !important;
   }
   .mr-sm-n2,
 .mx-sm-n2 {
     margin-right: -0.5rem !important;
   }
   .mb-sm-n2,
 .my-sm-n2 {
     margin-bottom: -0.5rem !important;
   }
   .ml-sm-n2,
 .mx-sm-n2 {
     margin-left: -0.5rem !important;
   }
   .m-sm-n3 {
     margin: -1rem !important;
   }
   .mt-sm-n3,
 .my-sm-n3 {
     margin-top: -1rem !important;
   }
   .mr-sm-n3,
 .mx-sm-n3 {
     margin-right: -1rem !important;
   }
   .mb-sm-n3,
 .my-sm-n3 {
     margin-bottom: -1rem !important;
   }
   .ml-sm-n3,
 .mx-sm-n3 {
     margin-left: -1rem !important;
   }
   .m-sm-n4 {
     margin: -1.5rem !important;
   }
   .mt-sm-n4,
 .my-sm-n4 {
     margin-top: -1.5rem !important;
   }
   .mr-sm-n4,
 .mx-sm-n4 {
     margin-right: -1.5rem !important;
   }
   .mb-sm-n4,
 .my-sm-n4 {
     margin-bottom: -1.5rem !important;
   }
   .ml-sm-n4,
 .mx-sm-n4 {
     margin-left: -1.5rem !important;
   }
   .m-sm-n5 {
     margin: -3rem !important;
   }
   .mt-sm-n5,
 .my-sm-n5 {
     margin-top: -3rem !important;
   }
   .mr-sm-n5,
 .mx-sm-n5 {
     margin-right: -3rem !important;
   }
   .mb-sm-n5,
 .my-sm-n5 {
     margin-bottom: -3rem !important;
   }
   .ml-sm-n5,
 .mx-sm-n5 {
     margin-left: -3rem !important;
   }
   .m-sm-auto {
     margin: auto !important;
   }
   .mt-sm-auto,
 .my-sm-auto {
     margin-top: auto !important;
   }
   .mr-sm-auto,
 .mx-sm-auto {
     margin-right: auto !important;
   }
   .mb-sm-auto,
 .my-sm-auto {
     margin-bottom: auto !important;
   }
   .ml-sm-auto,
 .mx-sm-auto {
     margin-left: auto !important;
   }
 }
 @media (min-width: 768px) {
   .m-md-0 {
     margin: 0 !important;
   }
   .mt-md-0,
 .my-md-0 {
     margin-top: 0 !important;
   }
   .mr-md-0,
 .mx-md-0 {
     margin-right: 0 !important;
   }
   .mb-md-0,
 .my-md-0 {
     margin-bottom: 0 !important;
   }
   .ml-md-0,
 .mx-md-0 {
     margin-left: 0 !important;
   }
   .m-md-1 {
     margin: 0.25rem !important;
   }
   .mt-md-1,
 .my-md-1 {
     margin-top: 0.25rem !important;
   }
   .mr-md-1,
 .mx-md-1 {
     margin-right: 0.25rem !important;
   }
   .mb-md-1,
 .my-md-1 {
     margin-bottom: 0.25rem !important;
   }
   .ml-md-1,
 .mx-md-1 {
     margin-left: 0.25rem !important;
   }
   .m-md-2 {
     margin: 0.5rem !important;
   }
   .mt-md-2,
 .my-md-2 {
     margin-top: 0.5rem !important;
   }
   .mr-md-2,
 .mx-md-2 {
     margin-right: 0.5rem !important;
   }
   .mb-md-2,
 .my-md-2 {
     margin-bottom: 0.5rem !important;
   }
   .ml-md-2,
 .mx-md-2 {
     margin-left: 0.5rem !important;
   }
   .m-md-3 {
     margin: 1rem !important;
   }
   .mt-md-3,
 .my-md-3 {
     margin-top: 1rem !important;
   }
   .mr-md-3,
 .mx-md-3 {
     margin-right: 1rem !important;
   }
   .mb-md-3,
 .my-md-3 {
     margin-bottom: 1rem !important;
   }
   .ml-md-3,
 .mx-md-3 {
     margin-left: 1rem !important;
   }
   .m-md-4 {
     margin: 1.5rem !important;
   }
   .mt-md-4,
 .my-md-4 {
     margin-top: 1.5rem !important;
   }
   .mr-md-4,
 .mx-md-4 {
     margin-right: 1.5rem !important;
   }
   .mb-md-4,
 .my-md-4 {
     margin-bottom: 1.5rem !important;
   }
   .ml-md-4,
 .mx-md-4 {
     margin-left: 1.5rem !important;
   }
   .m-md-5 {
     margin: 3rem !important;
   }
   .mt-md-5,
 .my-md-5 {
     margin-top: 3rem !important;
   }
   .mr-md-5,
 .mx-md-5 {
     margin-right: 3rem !important;
   }
   .mb-md-5,
 .my-md-5 {
     margin-bottom: 3rem !important;
   }
   .ml-md-5,
 .mx-md-5 {
     margin-left: 3rem !important;
   }
   .p-md-0 {
     padding: 0 !important;
   }
   .pt-md-0,
 .py-md-0 {
     padding-top: 0 !important;
   }
   .pr-md-0,
 .px-md-0 {
     padding-right: 0 !important;
   }
   .pb-md-0,
 .py-md-0 {
     padding-bottom: 0 !important;
   }
   .pl-md-0,
 .px-md-0 {
     padding-left: 0 !important;
   }
   .p-md-1 {
     padding: 0.25rem !important;
   }
   .pt-md-1,
 .py-md-1 {
     padding-top: 0.25rem !important;
   }
   .pr-md-1,
 .px-md-1 {
     padding-right: 0.25rem !important;
   }
   .pb-md-1,
 .py-md-1 {
     padding-bottom: 0.25rem !important;
   }
   .pl-md-1,
 .px-md-1 {
     padding-left: 0.25rem !important;
   }
   .p-md-2 {
     padding: 0.5rem !important;
   }
   .pt-md-2,
 .py-md-2 {
     padding-top: 0.5rem !important;
   }
   .pr-md-2,
 .px-md-2 {
     padding-right: 0.5rem !important;
   }
   .pb-md-2,
 .py-md-2 {
     padding-bottom: 0.5rem !important;
   }
   .pl-md-2,
 .px-md-2 {
     padding-left: 0.5rem !important;
   }
   .p-md-3 {
     padding: 1rem !important;
   }
   .pt-md-3,
 .py-md-3 {
     padding-top: 1rem !important;
   }
   .pr-md-3,
 .px-md-3 {
     padding-right: 1rem !important;
   }
   .pb-md-3,
 .py-md-3 {
     padding-bottom: 1rem !important;
   }
   .pl-md-3,
 .px-md-3 {
     padding-left: 1rem !important;
   }
   .p-md-4 {
     padding: 1.5rem !important;
   }
   .pt-md-4,
 .py-md-4 {
     padding-top: 1.5rem !important;
   }
   .pr-md-4,
 .px-md-4 {
     padding-right: 1.5rem !important;
   }
   .pb-md-4,
 .py-md-4 {
     padding-bottom: 1.5rem !important;
   }
   .pl-md-4,
 .px-md-4 {
     padding-left: 1.5rem !important;
   }
   .p-md-5 {
     padding: 3rem !important;
   }
   .pt-md-5,
 .py-md-5 {
     padding-top: 3rem !important;
   }
   .pr-md-5,
 .px-md-5 {
     padding-right: 3rem !important;
   }
   .pb-md-5,
 .py-md-5 {
     padding-bottom: 3rem !important;
   }
   .pl-md-5,
 .px-md-5 {
     padding-left: 3rem !important;
   }
   .m-md-n1 {
     margin: -0.25rem !important;
   }
   .mt-md-n1,
 .my-md-n1 {
     margin-top: -0.25rem !important;
   }
   .mr-md-n1,
 .mx-md-n1 {
     margin-right: -0.25rem !important;
   }
   .mb-md-n1,
 .my-md-n1 {
     margin-bottom: -0.25rem !important;
   }
   .ml-md-n1,
 .mx-md-n1 {
     margin-left: -0.25rem !important;
   }
   .m-md-n2 {
     margin: -0.5rem !important;
   }
   .mt-md-n2,
 .my-md-n2 {
     margin-top: -0.5rem !important;
   }
   .mr-md-n2,
 .mx-md-n2 {
     margin-right: -0.5rem !important;
   }
   .mb-md-n2,
 .my-md-n2 {
     margin-bottom: -0.5rem !important;
   }
   .ml-md-n2,
 .mx-md-n2 {
     margin-left: -0.5rem !important;
   }
   .m-md-n3 {
     margin: -1rem !important;
   }
   .mt-md-n3,
 .my-md-n3 {
     margin-top: -1rem !important;
   }
   .mr-md-n3,
 .mx-md-n3 {
     margin-right: -1rem !important;
   }
   .mb-md-n3,
 .my-md-n3 {
     margin-bottom: -1rem !important;
   }
   .ml-md-n3,
 .mx-md-n3 {
     margin-left: -1rem !important;
   }
   .m-md-n4 {
     margin: -1.5rem !important;
   }
   .mt-md-n4,
 .my-md-n4 {
     margin-top: -1.5rem !important;
   }
   .mr-md-n4,
 .mx-md-n4 {
     margin-right: -1.5rem !important;
   }
   .mb-md-n4,
 .my-md-n4 {
     margin-bottom: -1.5rem !important;
   }
   .ml-md-n4,
 .mx-md-n4 {
     margin-left: -1.5rem !important;
   }
   .m-md-n5 {
     margin: -3rem !important;
   }
   .mt-md-n5,
 .my-md-n5 {
     margin-top: -3rem !important;
   }
   .mr-md-n5,
 .mx-md-n5 {
     margin-right: -3rem !important;
   }
   .mb-md-n5,
 .my-md-n5 {
     margin-bottom: -3rem !important;
   }
   .ml-md-n5,
 .mx-md-n5 {
     margin-left: -3rem !important;
   }
   .m-md-auto {
     margin: auto !important;
   }
   .mt-md-auto,
 .my-md-auto {
     margin-top: auto !important;
   }
   .mr-md-auto,
 .mx-md-auto {
     margin-right: auto !important;
   }
   .mb-md-auto,
 .my-md-auto {
     margin-bottom: auto !important;
   }
   .ml-md-auto,
 .mx-md-auto {
     margin-left: auto !important;
   }
 }
 @media (min-width: 992px) {
   .m-lg-0 {
     margin: 0 !important;
   }
   .mt-lg-0,
 .my-lg-0 {
     margin-top: 0 !important;
   }
   .mr-lg-0,
 .mx-lg-0 {
     margin-right: 0 !important;
   }
   .mb-lg-0,
 .my-lg-0 {
     margin-bottom: 0 !important;
   }
   .ml-lg-0,
 .mx-lg-0 {
     margin-left: 0 !important;
   }
   .m-lg-1 {
     margin: 0.25rem !important;
   }
   .mt-lg-1,
 .my-lg-1 {
     margin-top: 0.25rem !important;
   }
   .mr-lg-1,
 .mx-lg-1 {
     margin-right: 0.25rem !important;
   }
   .mb-lg-1,
 .my-lg-1 {
     margin-bottom: 0.25rem !important;
   }
   .ml-lg-1,
 .mx-lg-1 {
     margin-left: 0.25rem !important;
   }
   .m-lg-2 {
     margin: 0.5rem !important;
   }
   .mt-lg-2,
 .my-lg-2 {
     margin-top: 0.5rem !important;
   }
   .mr-lg-2,
 .mx-lg-2 {
     margin-right: 0.5rem !important;
   }
   .mb-lg-2,
 .my-lg-2 {
     margin-bottom: 0.5rem !important;
   }
   .ml-lg-2,
 .mx-lg-2 {
     margin-left: 0.5rem !important;
   }
   .m-lg-3 {
     margin: 1rem !important;
   }
   .mt-lg-3,
 .my-lg-3 {
     margin-top: 1rem !important;
   }
   .mr-lg-3,
 .mx-lg-3 {
     margin-right: 1rem !important;
   }
   .mb-lg-3,
 .my-lg-3 {
     margin-bottom: 1rem !important;
   }
   .ml-lg-3,
 .mx-lg-3 {
     margin-left: 1rem !important;
   }
   .m-lg-4 {
     margin: 1.5rem !important;
   }
   .mt-lg-4,
 .my-lg-4 {
     margin-top: 1.5rem !important;
   }
   .mr-lg-4,
 .mx-lg-4 {
     margin-right: 1.5rem !important;
   }
   .mb-lg-4,
 .my-lg-4 {
     margin-bottom: 1.5rem !important;
   }
   .ml-lg-4,
 .mx-lg-4 {
     margin-left: 1.5rem !important;
   }
   .m-lg-5 {
     margin: 3rem !important;
   }
   .mt-lg-5,
 .my-lg-5 {
     margin-top: 3rem !important;
   }
   .mr-lg-5,
 .mx-lg-5 {
     margin-right: 3rem !important;
   }
   .mb-lg-5,
 .my-lg-5 {
     margin-bottom: 3rem !important;
   }
   .ml-lg-5,
 .mx-lg-5 {
     margin-left: 3rem !important;
   }
   .p-lg-0 {
     padding: 0 !important;
   }
   .pt-lg-0,
 .py-lg-0 {
     padding-top: 0 !important;
   }
   .pr-lg-0,
 .px-lg-0 {
     padding-right: 0 !important;
   }
   .pb-lg-0,
 .py-lg-0 {
     padding-bottom: 0 !important;
   }
   .pl-lg-0,
 .px-lg-0 {
     padding-left: 0 !important;
   }
   .p-lg-1 {
     padding: 0.25rem !important;
   }
   .pt-lg-1,
 .py-lg-1 {
     padding-top: 0.25rem !important;
   }
   .pr-lg-1,
 .px-lg-1 {
     padding-right: 0.25rem !important;
   }
   .pb-lg-1,
 .py-lg-1 {
     padding-bottom: 0.25rem !important;
   }
   .pl-lg-1,
 .px-lg-1 {
     padding-left: 0.25rem !important;
   }
   .p-lg-2 {
     padding: 0.5rem !important;
   }
   .pt-lg-2,
 .py-lg-2 {
     padding-top: 0.5rem !important;
   }
   .pr-lg-2,
 .px-lg-2 {
     padding-right: 0.5rem !important;
   }
   .pb-lg-2,
 .py-lg-2 {
     padding-bottom: 0.5rem !important;
   }
   .pl-lg-2,
 .px-lg-2 {
     padding-left: 0.5rem !important;
   }
   .p-lg-3 {
     padding: 1rem !important;
   }
   .pt-lg-3,
 .py-lg-3 {
     padding-top: 1rem !important;
   }
   .pr-lg-3,
 .px-lg-3 {
     padding-right: 1rem !important;
   }
   .pb-lg-3,
 .py-lg-3 {
     padding-bottom: 1rem !important;
   }
   .pl-lg-3,
 .px-lg-3 {
     padding-left: 1rem !important;
   }
   .p-lg-4 {
     padding: 1.5rem !important;
   }
   .pt-lg-4,
 .py-lg-4 {
     padding-top: 1.5rem !important;
   }
   .pr-lg-4,
 .px-lg-4 {
     padding-right: 1.5rem !important;
   }
   .pb-lg-4,
 .py-lg-4 {
     padding-bottom: 1.5rem !important;
   }
   .pl-lg-4,
 .px-lg-4 {
     padding-left: 1.5rem !important;
   }
   .p-lg-5 {
     padding: 3rem !important;
   }
   .pt-lg-5,
 .py-lg-5 {
     padding-top: 3rem !important;
   }
   .pr-lg-5,
 .px-lg-5 {
     padding-right: 3rem !important;
   }
   .pb-lg-5,
 .py-lg-5 {
     padding-bottom: 3rem !important;
   }
   .pl-lg-5,
 .px-lg-5 {
     padding-left: 3rem !important;
   }
   .m-lg-n1 {
     margin: -0.25rem !important;
   }
   .mt-lg-n1,
 .my-lg-n1 {
     margin-top: -0.25rem !important;
   }
   .mr-lg-n1,
 .mx-lg-n1 {
     margin-right: -0.25rem !important;
   }
   .mb-lg-n1,
 .my-lg-n1 {
     margin-bottom: -0.25rem !important;
   }
   .ml-lg-n1,
 .mx-lg-n1 {
     margin-left: -0.25rem !important;
   }
   .m-lg-n2 {
     margin: -0.5rem !important;
   }
   .mt-lg-n2,
 .my-lg-n2 {
     margin-top: -0.5rem !important;
   }
   .mr-lg-n2,
 .mx-lg-n2 {
     margin-right: -0.5rem !important;
   }
   .mb-lg-n2,
 .my-lg-n2 {
     margin-bottom: -0.5rem !important;
   }
   .ml-lg-n2,
 .mx-lg-n2 {
     margin-left: -0.5rem !important;
   }
   .m-lg-n3 {
     margin: -1rem !important;
   }
   .mt-lg-n3,
 .my-lg-n3 {
     margin-top: -1rem !important;
   }
   .mr-lg-n3,
 .mx-lg-n3 {
     margin-right: -1rem !important;
   }
   .mb-lg-n3,
 .my-lg-n3 {
     margin-bottom: -1rem !important;
   }
   .ml-lg-n3,
 .mx-lg-n3 {
     margin-left: -1rem !important;
   }
   .m-lg-n4 {
     margin: -1.5rem !important;
   }
   .mt-lg-n4,
 .my-lg-n4 {
     margin-top: -1.5rem !important;
   }
   .mr-lg-n4,
 .mx-lg-n4 {
     margin-right: -1.5rem !important;
   }
   .mb-lg-n4,
 .my-lg-n4 {
     margin-bottom: -1.5rem !important;
   }
   .ml-lg-n4,
 .mx-lg-n4 {
     margin-left: -1.5rem !important;
   }
   .m-lg-n5 {
     margin: -3rem !important;
   }
   .mt-lg-n5,
 .my-lg-n5 {
     margin-top: -3rem !important;
   }
   .mr-lg-n5,
 .mx-lg-n5 {
     margin-right: -3rem !important;
   }
   .mb-lg-n5,
 .my-lg-n5 {
     margin-bottom: -3rem !important;
   }
   .ml-lg-n5,
 .mx-lg-n5 {
     margin-left: -3rem !important;
   }
   .m-lg-auto {
     margin: auto !important;
   }
   .mt-lg-auto,
 .my-lg-auto {
     margin-top: auto !important;
   }
   .mr-lg-auto,
 .mx-lg-auto {
     margin-right: auto !important;
   }
   .mb-lg-auto,
 .my-lg-auto {
     margin-bottom: auto !important;
   }
   .ml-lg-auto,
 .mx-lg-auto {
     margin-left: auto !important;
   }
 }
 @media (min-width: 1200px) {
   .m-xl-0 {
     margin: 0 !important;
   }
   .mt-xl-0,
 .my-xl-0 {
     margin-top: 0 !important;
   }
   .mr-xl-0,
 .mx-xl-0 {
     margin-right: 0 !important;
   }
   .mb-xl-0,
 .my-xl-0 {
     margin-bottom: 0 !important;
   }
   .ml-xl-0,
 .mx-xl-0 {
     margin-left: 0 !important;
   }
   .m-xl-1 {
     margin: 0.25rem !important;
   }
   .mt-xl-1,
 .my-xl-1 {
     margin-top: 0.25rem !important;
   }
   .mr-xl-1,
 .mx-xl-1 {
     margin-right: 0.25rem !important;
   }
   .mb-xl-1,
 .my-xl-1 {
     margin-bottom: 0.25rem !important;
   }
   .ml-xl-1,
 .mx-xl-1 {
     margin-left: 0.25rem !important;
   }
   .m-xl-2 {
     margin: 0.5rem !important;
   }
   .mt-xl-2,
 .my-xl-2 {
     margin-top: 0.5rem !important;
   }
   .mr-xl-2,
 .mx-xl-2 {
     margin-right: 0.5rem !important;
   }
   .mb-xl-2,
 .my-xl-2 {
     margin-bottom: 0.5rem !important;
   }
   .ml-xl-2,
 .mx-xl-2 {
     margin-left: 0.5rem !important;
   }
   .m-xl-3 {
     margin: 1rem !important;
   }
   .mt-xl-3,
 .my-xl-3 {
     margin-top: 1rem !important;
   }
   .mr-xl-3,
 .mx-xl-3 {
     margin-right: 1rem !important;
   }
   .mb-xl-3,
 .my-xl-3 {
     margin-bottom: 1rem !important;
   }
   .ml-xl-3,
 .mx-xl-3 {
     margin-left: 1rem !important;
   }
   .m-xl-4 {
     margin: 1.5rem !important;
   }
   .mt-xl-4,
 .my-xl-4 {
     margin-top: 1.5rem !important;
   }
   .mr-xl-4,
 .mx-xl-4 {
     margin-right: 1.5rem !important;
   }
   .mb-xl-4,
 .my-xl-4 {
     margin-bottom: 1.5rem !important;
   }
   .ml-xl-4,
 .mx-xl-4 {
     margin-left: 1.5rem !important;
   }
   .m-xl-5 {
     margin: 3rem !important;
   }
   .mt-xl-5,
 .my-xl-5 {
     margin-top: 3rem !important;
   }
   .mr-xl-5,
 .mx-xl-5 {
     margin-right: 3rem !important;
   }
   .mb-xl-5,
 .my-xl-5 {
     margin-bottom: 3rem !important;
   }
   .ml-xl-5,
 .mx-xl-5 {
     margin-left: 3rem !important;
   }
   .p-xl-0 {
     padding: 0 !important;
   }
   .pt-xl-0,
 .py-xl-0 {
     padding-top: 0 !important;
   }
   .pr-xl-0,
 .px-xl-0 {
     padding-right: 0 !important;
   }
   .pb-xl-0,
 .py-xl-0 {
     padding-bottom: 0 !important;
   }
   .pl-xl-0,
 .px-xl-0 {
     padding-left: 0 !important;
   }
   .p-xl-1 {
     padding: 0.25rem !important;
   }
   .pt-xl-1,
 .py-xl-1 {
     padding-top: 0.25rem !important;
   }
   .pr-xl-1,
 .px-xl-1 {
     padding-right: 0.25rem !important;
   }
   .pb-xl-1,
 .py-xl-1 {
     padding-bottom: 0.25rem !important;
   }
   .pl-xl-1,
 .px-xl-1 {
     padding-left: 0.25rem !important;
   }
   .p-xl-2 {
     padding: 0.5rem !important;
   }
   .pt-xl-2,
 .py-xl-2 {
     padding-top: 0.5rem !important;
   }
   .pr-xl-2,
 .px-xl-2 {
     padding-right: 0.5rem !important;
   }
   .pb-xl-2,
 .py-xl-2 {
     padding-bottom: 0.5rem !important;
   }
   .pl-xl-2,
 .px-xl-2 {
     padding-left: 0.5rem !important;
   }
   .p-xl-3 {
     padding: 1rem !important;
   }
   .pt-xl-3,
 .py-xl-3 {
     padding-top: 1rem !important;
   }
   .pr-xl-3,
 .px-xl-3 {
     padding-right: 1rem !important;
   }
   .pb-xl-3,
 .py-xl-3 {
     padding-bottom: 1rem !important;
   }
   .pl-xl-3,
 .px-xl-3 {
     padding-left: 1rem !important;
   }
   .p-xl-4 {
     padding: 1.5rem !important;
   }
   .pt-xl-4,
 .py-xl-4 {
     padding-top: 1.5rem !important;
   }
   .pr-xl-4,
 .px-xl-4 {
     padding-right: 1.5rem !important;
   }
   .pb-xl-4,
 .py-xl-4 {
     padding-bottom: 1.5rem !important;
   }
   .pl-xl-4,
 .px-xl-4 {
     padding-left: 1.5rem !important;
   }
   .p-xl-5 {
     padding: 3rem !important;
   }
   .pt-xl-5,
 .py-xl-5 {
     padding-top: 3rem !important;
   }
   .pr-xl-5,
 .px-xl-5 {
     padding-right: 3rem !important;
   }
   .pb-xl-5,
 .py-xl-5 {
     padding-bottom: 3rem !important;
   }
   .pl-xl-5,
 .px-xl-5 {
     padding-left: 3rem !important;
   }
   .m-xl-n1 {
     margin: -0.25rem !important;
   }
   .mt-xl-n1,
 .my-xl-n1 {
     margin-top: -0.25rem !important;
   }
   .mr-xl-n1,
 .mx-xl-n1 {
     margin-right: -0.25rem !important;
   }
   .mb-xl-n1,
 .my-xl-n1 {
     margin-bottom: -0.25rem !important;
   }
   .ml-xl-n1,
 .mx-xl-n1 {
     margin-left: -0.25rem !important;
   }
   .m-xl-n2 {
     margin: -0.5rem !important;
   }
   .mt-xl-n2,
 .my-xl-n2 {
     margin-top: -0.5rem !important;
   }
   .mr-xl-n2,
 .mx-xl-n2 {
     margin-right: -0.5rem !important;
   }
   .mb-xl-n2,
 .my-xl-n2 {
     margin-bottom: -0.5rem !important;
   }
   .ml-xl-n2,
 .mx-xl-n2 {
     margin-left: -0.5rem !important;
   }
   .m-xl-n3 {
     margin: -1rem !important;
   }
   .mt-xl-n3,
 .my-xl-n3 {
     margin-top: -1rem !important;
   }
   .mr-xl-n3,
 .mx-xl-n3 {
     margin-right: -1rem !important;
   }
   .mb-xl-n3,
 .my-xl-n3 {
     margin-bottom: -1rem !important;
   }
   .ml-xl-n3,
 .mx-xl-n3 {
     margin-left: -1rem !important;
   }
   .m-xl-n4 {
     margin: -1.5rem !important;
   }
   .mt-xl-n4,
 .my-xl-n4 {
     margin-top: -1.5rem !important;
   }
   .mr-xl-n4,
 .mx-xl-n4 {
     margin-right: -1.5rem !important;
   }
   .mb-xl-n4,
 .my-xl-n4 {
     margin-bottom: -1.5rem !important;
   }
   .ml-xl-n4,
 .mx-xl-n4 {
     margin-left: -1.5rem !important;
   }
   .m-xl-n5 {
     margin: -3rem !important;
   }
   .mt-xl-n5,
 .my-xl-n5 {
     margin-top: -3rem !important;
   }
   .mr-xl-n5,
 .mx-xl-n5 {
     margin-right: -3rem !important;
   }
   .mb-xl-n5,
 .my-xl-n5 {
     margin-bottom: -3rem !important;
   }
   .ml-xl-n5,
 .mx-xl-n5 {
     margin-left: -3rem !important;
   }
   .m-xl-auto {
     margin: auto !important;
   }
   .mt-xl-auto,
 .my-xl-auto {
     margin-top: auto !important;
   }
   .mr-xl-auto,
 .mx-xl-auto {
     margin-right: auto !important;
   }
   .mb-xl-auto,
 .my-xl-auto {
     margin-bottom: auto !important;
   }
   .ml-xl-auto,
 .mx-xl-auto {
     margin-left: auto !important;
   }
 }
 .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);
 }
 
 .text-monospace {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
 }
 
 .text-justify {
   text-align: justify !important;
 }
 
 .text-wrap {
   white-space: normal !important;
 }
 
 .text-nowrap {
   white-space: nowrap !important;
 }
 
 .text-truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 
 .text-left {
   text-align: left !important;
 }
 
 .text-right {
   text-align: right !important;
 }
 
 .text-center {
   text-align: center !important;
 }
 
 @media (min-width: 576px) {
   .text-sm-left {
     text-align: left !important;
   }
   .text-sm-right {
     text-align: right !important;
   }
   .text-sm-center {
     text-align: center !important;
   }
 }
 @media (min-width: 768px) {
   .text-md-left {
     text-align: left !important;
   }
   .text-md-right {
     text-align: right !important;
   }
   .text-md-center {
     text-align: center !important;
   }
 }
 @media (min-width: 992px) {
   .text-lg-left {
     text-align: left !important;
   }
   .text-lg-right {
     text-align: right !important;
   }
   .text-lg-center {
     text-align: center !important;
   }
 }
 @media (min-width: 1200px) {
   .text-xl-left {
     text-align: left !important;
   }
   .text-xl-right {
     text-align: right !important;
   }
   .text-xl-center {
     text-align: center !important;
   }
 }
 .text-lowercase {
   text-transform: lowercase !important;
 }
 
 .text-uppercase {
   text-transform: uppercase !important;
 }
 
 .text-capitalize {
   text-transform: capitalize !important;
 }
 
 .font-weight-light {
   font-weight: 300 !important;
 }
 
 .font-weight-lighter {
   font-weight: lighter !important;
 }
 
 .font-weight-normal {
   font-weight: 400 !important;
 }
 
 .font-weight-bold {
   font-weight: 700 !important;
 }
 
 .font-weight-bolder {
   font-weight: bolder !important;
 }
 
 .font-italic {
   font-style: italic !important;
 }
 
 .text-white {
   color: #fff !important;
 }
 
 .text-primary {
   color: #007dcc !important;
 }
 
 a.text-primary:hover, a.text-primary:focus {
   color: #004e80 !important;
 }
 
 .text-secondary {
   color: #333 !important;
 }
 
 a.text-secondary:hover, a.text-secondary:focus {
   color: #0d0d0d !important;
 }
 
 .text-success {
   color: #4fc47f !important;
 }
 
 a.text-success:hover, a.text-success:focus {
   color: #32955a !important;
 }
 
 .text-info {
   color: #5BBFDE !important;
 }
 
 a.text-info:hover, a.text-info:focus {
   color: #28a0c5 !important;
 }
 
 .text-warning {
   color: #f0ad4e !important;
 }
 
 a.text-warning:hover, a.text-warning:focus {
   color: #df8a13 !important;
 }
 
 .text-danger {
   color: #f35a3d !important;
 }
 
 a.text-danger:hover, a.text-danger:focus {
   color: #d62d0d !important;
 }
 
 .text-light {
   color: #f8f8f8 !important;
 }
 
 a.text-light:hover, a.text-light:focus {
   color: #d2d2d2 !important;
 }
 
 .text-dark {
   color: #bababa !important;
 }
 
 a.text-dark:hover, a.text-dark:focus {
   color: #949494 !important;
 }
 
 .text-body {
   color: #212529 !important;
 }
 
 .text-muted {
   color: #6c757d !important;
 }
 
 .text-black-50 {
   color: rgba(0, 0, 0, 0.5) !important;
 }
 
 .text-white-50 {
   color: rgba(255, 255, 255, 0.5) !important;
 }
 
 .text-hide {
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;
   border: 0;
 }
 
 .text-decoration-none {
   text-decoration: none !important;
 }
 
 .text-break {
   word-break: break-word !important;
   word-wrap: break-word !important;
 }
 
 .text-reset {
   color: inherit !important;
 }
 
 .visible {
   visibility: visible !important;
 }
 
 .invisible {
   visibility: hidden !important;
 }
 
 @media print {
   *,
 *::before,
 *::after {
     text-shadow: none !important;
     box-shadow: none !important;
   }
   a:not(.btn) {
     text-decoration: underline;
   }
   abbr[title]::after {
     content: " (" attr(title) ")";
   }
   pre {
     white-space: pre-wrap !important;
   }
   pre,
 blockquote {
     border: 1px solid #adb5bd;
     page-break-inside: avoid;
   }
   tr,
 img {
     page-break-inside: avoid;
   }
   p,
 h2,
 h3 {
     orphans: 3;
     widows: 3;
   }
   h2,
 h3 {
     page-break-after: avoid;
   }
   @page {
     size: a3;
   }
   body {
     min-width: 992px !important;
   }
   .container {
     min-width: 992px !important;
   }
   .babar {
     display: none;
   }
   .badge {
     border: 1px solid #000;
   }
 }
 /*!
  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  */
 /* FONT PATH
  * -------------------------- */
 @font-face {
   font-family: "FontAwesome";
   src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);
   src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#fontawesomeregular) format("svg");
   font-weight: normal;
   font-style: normal;
 }
 .icon-fa {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
 
 /* makes the font 33% larger relative to the icon container */
 .icon-fa-lg {
   font-size: 1.3333333333em;
   line-height: 0.75em;
   vertical-align: -15%;
 }
 
 .icon-fa-2x {
   font-size: 2em;
 }
 
 .icon-fa-3x {
   font-size: 3em;
 }
 
 .icon-fa-4x {
   font-size: 4em;
 }
 
 .icon-fa-5x {
   font-size: 5em;
 }
 
 .icon-fa-fw {
   width: 1.2857142857em;
   text-align: center;
 }
 
 .icon-fa-ul {
   padding-left: 0;
   margin-left: 2.1428571429em;
   list-style-type: none;
 }
 .icon-fa-ul > li {
   position: relative;
 }
 
 .icon-fa-li {
   position: absolute;
   left: -2.1428571429em;
   width: 2.1428571429em;
   top: 0.1428571429em;
   text-align: center;
 }
 .icon-fa-li.icon-fa-lg {
   left: -1.8571428571em;
 }
 
 .icon-fa-border {
   padding: 0.2em 0.25em 0.15em;
   border: solid 0.08em #eee;
   border-radius: 0.1em;
 }
 
 .icon-fa-pull-left {
   float: left;
 }
 
 .icon-fa-pull-right {
   float: right;
 }
 
 .icon-fa.icon-fa-pull-left {
   margin-right: 0.3em;
 }
 .icon-fa.icon-fa-pull-right {
   margin-left: 0.3em;
 }
 
 /* Deprecated as of 4.4.0 */
 .pull-right {
   float: right;
 }
 
 .pull-left {
   float: left;
 }
 
 .icon-fa.pull-left {
   margin-right: 0.3em;
 }
 .icon-fa.pull-right {
   margin-left: 0.3em;
 }
 
 .icon-fa-spin {
   -webkit-animation: fa-spin 2s infinite linear;
   animation: fa-spin 2s infinite linear;
 }
 
 .icon-fa-pulse {
   -webkit-animation: fa-spin 1s infinite steps(8);
   animation: fa-spin 1s infinite steps(8);
 }
 
 @-webkit-keyframes fa-spin {
   0% {
     transform: rotate(0deg);
   }
   100% {
     transform: rotate(359deg);
   }
 }
 @keyframes fa-spin {
   0% {
     transform: rotate(0deg);
   }
   100% {
     transform: rotate(359deg);
   }
 }
 .icon-fa-rotate-90 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
   transform: rotate(90deg);
 }
 
 .icon-fa-rotate-180 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
   transform: rotate(180deg);
 }
 
 .icon-fa-rotate-270 {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
   transform: rotate(270deg);
 }
 
 .icon-fa-flip-horizontal {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
   transform: scale(-1, 1);
 }
 
 .icon-fa-flip-vertical {
   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
   transform: scale(1, -1);
 }
 
 :root .icon-fa-rotate-90,
 :root .icon-fa-rotate-180,
 :root .icon-fa-rotate-270,
 :root .icon-fa-flip-horizontal,
 :root .icon-fa-flip-vertical {
   filter: none;
 }
 
 .icon-fa-stack {
   position: relative;
   display: inline-block;
   width: 2em;
   height: 2em;
   line-height: 2em;
   vertical-align: middle;
 }
 
 .icon-fa-stack-1x, .icon-fa-stack-2x {
   position: absolute;
   left: 0;
   width: 100%;
   text-align: center;
 }
 
 .icon-fa-stack-1x {
   line-height: inherit;
 }
 
 .icon-fa-stack-2x {
   font-size: 2em;
 }
 
 .icon-fa-inverse {
   color: #fff;
 }
 
 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
 .icon-fa-glass:before {
   content: "\f000";
 }
 
 .icon-fa-music:before {
   content: "\f001";
 }
 
 .icon-fa-search:before {
   content: "\f002";
 }
 
 .icon-fa-envelope-o:before {
   content: "\f003";
 }
 
 .icon-fa-heart:before {
   content: "\f004";
 }
 
 .icon-fa-star:before {
   content: "\f005";
 }
 
 .icon-fa-star-o:before {
   content: "\f006";
 }
 
 .icon-fa-user:before {
   content: "\f007";
 }
 
 .icon-fa-film:before {
   content: "\f008";
 }
 
 .icon-fa-th-large:before {
   content: "\f009";
 }
 
 .icon-fa-th:before {
   content: "\f00a";
 }
 
 .icon-fa-th-list:before {
   content: "\f00b";
 }
 
 .icon-fa-check:before {
   content: "\f00c";
 }
 
 .icon-fa-remove:before,
 .icon-fa-close:before,
 .icon-fa-times:before {
   content: "\f00d";
 }
 
 .icon-fa-search-plus:before {
   content: "\f00e";
 }
 
 .icon-fa-search-minus:before {
   content: "\f010";
 }
 
 .icon-fa-power-off:before {
   content: "\f011";
 }
 
 .icon-fa-signal:before {
   content: "\f012";
 }
 
 .icon-fa-gear:before,
 .icon-fa-cog:before {
   content: "\f013";
 }
 
 .icon-fa-trash-o:before {
   content: "\f014";
 }
 
 .icon-fa-home:before {
   content: "\f015";
 }
 
 .icon-fa-file-o:before {
   content: "\f016";
 }
 
 .icon-fa-clock-o:before {
   content: "\f017";
 }
 
 .icon-fa-road:before {
   content: "\f018";
 }
 
 .icon-fa-download:before {
   content: "\f019";
 }
 
 .icon-fa-arrow-circle-o-down:before {
   content: "\f01a";
 }
 
 .icon-fa-arrow-circle-o-up:before {
   content: "\f01b";
 }
 
 .icon-fa-inbox:before {
   content: "\f01c";
 }
 
 .icon-fa-play-circle-o:before {
   content: "\f01d";
 }
 
 .icon-fa-rotate-right:before,
 .icon-fa-repeat:before {
   content: "\f01e";
 }
 
 .icon-fa-refresh:before {
   content: "\f021";
 }
 
 .icon-fa-list-alt:before {
   content: "\f022";
 }
 
 .icon-fa-lock:before {
   content: "\f023";
 }
 
 .icon-fa-flag:before {
   content: "\f024";
 }
 
 .icon-fa-headphones:before {
   content: "\f025";
 }
 
 .icon-fa-volume-off:before {
   content: "\f026";
 }
 
 .icon-fa-volume-down:before {
   content: "\f027";
 }
 
 .icon-fa-volume-up:before {
   content: "\f028";
 }
 
 .icon-fa-qrcode:before {
   content: "\f029";
 }
 
 .icon-fa-barcode:before {
   content: "\f02a";
 }
 
 .icon-fa-tag:before {
   content: "\f02b";
 }
 
 .icon-fa-tags:before {
   content: "\f02c";
 }
 
 .icon-fa-book:before {
   content: "\f02d";
 }
 
 .icon-fa-bookmark:before {
   content: "\f02e";
 }
 
 .icon-fa-print:before {
   content: "\f02f";
 }
 
 .icon-fa-camera:before {
   content: "\f030";
 }
 
 .icon-fa-font:before {
   content: "\f031";
 }
 
 .icon-fa-bold:before {
   content: "\f032";
 }
 
 .icon-fa-italic:before {
   content: "\f033";
 }
 
 .icon-fa-text-height:before {
   content: "\f034";
 }
 
 .icon-fa-text-width:before {
   content: "\f035";
 }
 
 .icon-fa-align-left:before {
   content: "\f036";
 }
 
 .icon-fa-align-center:before {
   content: "\f037";
 }
 
 .icon-fa-align-right:before {
   content: "\f038";
 }
 
 .icon-fa-align-justify:before {
   content: "\f039";
 }
 
 .icon-fa-list:before {
   content: "\f03a";
 }
 
 .icon-fa-dedent:before,
 .icon-fa-outdent:before {
   content: "\f03b";
 }
 
 .icon-fa-indent:before {
   content: "\f03c";
 }
 
 .icon-fa-video-camera:before {
   content: "\f03d";
 }
 
 .icon-fa-photo:before,
 .icon-fa-image:before,
 .icon-fa-picture-o:before {
   content: "\f03e";
 }
 
 .icon-fa-pencil:before {
   content: "\f040";
 }
 
 .icon-fa-map-marker:before {
   content: "\f041";
 }
 
 .icon-fa-adjust:before {
   content: "\f042";
 }
 
 .icon-fa-tint:before {
   content: "\f043";
 }
 
 .icon-fa-edit:before,
 .icon-fa-pencil-square-o:before {
   content: "\f044";
 }
 
 .icon-fa-share-square-o:before {
   content: "\f045";
 }
 
 .icon-fa-check-square-o:before {
   content: "\f046";
 }
 
 .icon-fa-arrows:before {
   content: "\f047";
 }
 
 .icon-fa-step-backward:before {
   content: "\f048";
 }
 
 .icon-fa-fast-backward:before {
   content: "\f049";
 }
 
 .icon-fa-backward:before {
   content: "\f04a";
 }
 
 .icon-fa-play:before {
   content: "\f04b";
 }
 
 .icon-fa-pause:before {
   content: "\f04c";
 }
 
 .icon-fa-stop:before {
   content: "\f04d";
 }
 
 .icon-fa-forward:before {
   content: "\f04e";
 }
 
 .icon-fa-fast-forward:before {
   content: "\f050";
 }
 
 .icon-fa-step-forward:before {
   content: "\f051";
 }
 
 .icon-fa-eject:before {
   content: "\f052";
 }
 
 .icon-fa-chevron-left:before {
   content: "\f053";
 }
 
 .icon-fa-chevron-right:before {
   content: "\f054";
 }
 
 .icon-fa-plus-circle:before {
   content: "\f055";
 }
 
 .icon-fa-minus-circle:before {
   content: "\f056";
 }
 
 .icon-fa-times-circle:before {
   content: "\f057";
 }
 
 .icon-fa-check-circle:before {
   content: "\f058";
 }
 
 .icon-fa-question-circle:before {
   content: "\f059";
 }
 
 .icon-fa-info-circle:before {
   content: "\f05a";
 }
 
 .icon-fa-crosshairs:before {
   content: "\f05b";
 }
 
 .icon-fa-times-circle-o:before {
   content: "\f05c";
 }
 
 .icon-fa-check-circle-o:before {
   content: "\f05d";
 }
 
 .icon-fa-ban:before {
   content: "\f05e";
 }
 
 .icon-fa-arrow-left:before {
   content: "\f060";
 }
 
 .icon-fa-arrow-right:before {
   content: "\f061";
 }
 
 .icon-fa-arrow-up:before {
   content: "\f062";
 }
 
 .icon-fa-arrow-down:before {
   content: "\f063";
 }
 
 .icon-fa-mail-forward:before,
 .icon-fa-share:before {
   content: "\f064";
 }
 
 .icon-fa-expand:before {
   content: "\f065";
 }
 
 .icon-fa-compress:before {
   content: "\f066";
 }
 
 .icon-fa-plus:before {
   content: "\f067";
 }
 
 .icon-fa-minus:before {
   content: "\f068";
 }
 
 .icon-fa-asterisk:before {
   content: "\f069";
 }
 
 .icon-fa-exclamation-circle:before {
   content: "\f06a";
 }
 
 .icon-fa-gift:before {
   content: "\f06b";
 }
 
 .icon-fa-leaf:before {
   content: "\f06c";
 }
 
 .icon-fa-fire:before {
   content: "\f06d";
 }
 
 .icon-fa-eye:before {
   content: "\f06e";
 }
 
 .icon-fa-eye-slash:before {
   content: "\f070";
 }
 
 .icon-fa-warning:before,
 .icon-fa-exclamation-triangle:before {
   content: "\f071";
 }
 
 .icon-fa-plane:before {
   content: "\f072";
 }
 
 .icon-fa-calendar:before {
   content: "\f073";
 }
 
 .icon-fa-random:before {
   content: "\f074";
 }
 
 .icon-fa-comment:before {
   content: "\f075";
 }
 
 .icon-fa-magnet:before {
   content: "\f076";
 }
 
 .icon-fa-chevron-up:before {
   content: "\f077";
 }
 
 .icon-fa-chevron-down:before {
   content: "\f078";
 }
 
 .icon-fa-retweet:before {
   content: "\f079";
 }
 
 .icon-fa-shopping-cart:before {
   content: "\f07a";
 }
 
 .icon-fa-folder:before {
   content: "\f07b";
 }
 
 .icon-fa-folder-open:before {
   content: "\f07c";
 }
 
 .icon-fa-arrows-v:before {
   content: "\f07d";
 }
 
 .icon-fa-arrows-h:before {
   content: "\f07e";
 }
 
 .icon-fa-bar-chart-o:before,
 .icon-fa-bar-chart:before {
   content: "\f080";
 }
 
 .icon-fa-twitter-square:before {
   content: "\f081";
 }
 
 .icon-fa-facebook-square:before {
   content: "\f082";
 }
 
 .icon-fa-camera-retro:before {
   content: "\f083";
 }
 
 .icon-fa-key:before {
   content: "\f084";
 }
 
 .icon-fa-gears:before,
 .icon-fa-cogs:before {
   content: "\f085";
 }
 
 .icon-fa-comments:before {
   content: "\f086";
 }
 
 .icon-fa-thumbs-o-up:before {
   content: "\f087";
 }
 
 .icon-fa-thumbs-o-down:before {
   content: "\f088";
 }
 
 .icon-fa-star-half:before {
   content: "\f089";
 }
 
 .icon-fa-heart-o:before {
   content: "\f08a";
 }
 
 .icon-fa-sign-out:before {
   content: "\f08b";
 }
 
 .icon-fa-linkedin-square:before {
   content: "\f08c";
 }
 
 .icon-fa-thumb-tack:before {
   content: "\f08d";
 }
 
 .icon-fa-external-link:before {
   content: "\f08e";
 }
 
 .icon-fa-sign-in:before {
   content: "\f090";
 }
 
 .icon-fa-trophy:before {
   content: "\f091";
 }
 
 .icon-fa-github-square:before {
   content: "\f092";
 }
 
 .icon-fa-upload:before {
   content: "\f093";
 }
 
 .icon-fa-lemon-o:before {
   content: "\f094";
 }
 
 .icon-fa-phone:before {
   content: "\f095";
 }
 
 .icon-fa-square-o:before {
   content: "\f096";
 }
 
 .icon-fa-bookmark-o:before {
   content: "\f097";
 }
 
 .icon-fa-phone-square:before {
   content: "\f098";
 }
 
 .icon-fa-twitter:before {
   content: "\f099";
 }
 
 .icon-fa-facebook-f:before,
 .icon-fa-facebook:before {
   content: "\f09a";
 }
 
 .icon-fa-github:before {
   content: "\f09b";
 }
 
 .icon-fa-unlock:before {
   content: "\f09c";
 }
 
 .icon-fa-credit-card:before {
   content: "\f09d";
 }
 
 .icon-fa-feed:before,
 .icon-fa-rss:before {
   content: "\f09e";
 }
 
 .icon-fa-hdd-o:before {
   content: "\f0a0";
 }
 
 .icon-fa-bullhorn:before {
   content: "\f0a1";
 }
 
 .icon-fa-bell:before {
   content: "\f0f3";
 }
 
 .icon-fa-certificate:before {
   content: "\f0a3";
 }
 
 .icon-fa-hand-o-right:before {
   content: "\f0a4";
 }
 
 .icon-fa-hand-o-left:before {
   content: "\f0a5";
 }
 
 .icon-fa-hand-o-up:before {
   content: "\f0a6";
 }
 
 .icon-fa-hand-o-down:before {
   content: "\f0a7";
 }
 
 .icon-fa-arrow-circle-left:before {
   content: "\f0a8";
 }
 
 .icon-fa-arrow-circle-right:before {
   content: "\f0a9";
 }
 
 .icon-fa-arrow-circle-up:before {
   content: "\f0aa";
 }
 
 .icon-fa-arrow-circle-down:before {
   content: "\f0ab";
 }
 
 .icon-fa-globe:before {
   content: "\f0ac";
 }
 
 .icon-fa-wrench:before {
   content: "\f0ad";
 }
 
 .icon-fa-tasks:before {
   content: "\f0ae";
 }
 
 .icon-fa-filter:before {
   content: "\f0b0";
 }
 
 .icon-fa-briefcase:before {
   content: "\f0b1";
 }
 
 .icon-fa-arrows-alt:before {
   content: "\f0b2";
 }
 
 .icon-fa-group:before,
 .icon-fa-users:before {
   content: "\f0c0";
 }
 
 .icon-fa-chain:before,
 .icon-fa-link:before {
   content: "\f0c1";
 }
 
 .icon-fa-cloud:before {
   content: "\f0c2";
 }
 
 .icon-fa-flask:before {
   content: "\f0c3";
 }
 
 .icon-fa-cut:before,
 .icon-fa-scissors:before {
   content: "\f0c4";
 }
 
 .icon-fa-copy:before,
 .icon-fa-files-o:before {
   content: "\f0c5";
 }
 
 .icon-fa-paperclip:before {
   content: "\f0c6";
 }
 
 .icon-fa-save:before,
 .icon-fa-floppy-o:before {
   content: "\f0c7";
 }
 
 .icon-fa-square:before {
   content: "\f0c8";
 }
 
 .icon-fa-navicon:before,
 .icon-fa-reorder:before,
 .icon-fa-bars:before {
   content: "\f0c9";
 }
 
 .icon-fa-list-ul:before {
   content: "\f0ca";
 }
 
 .icon-fa-list-ol:before {
   content: "\f0cb";
 }
 
 .icon-fa-strikethrough:before {
   content: "\f0cc";
 }
 
 .icon-fa-underline:before {
   content: "\f0cd";
 }
 
 /* .icon-fa-table:before {
   content: "\f0ce";
 } */
 
 .icon-fa-magic:before {
   content: "\f0d0";
 }
 
 .icon-fa-truck:before {
   content: "\f0d1";
 }
 
 .icon-fa-pinterest:before {
   content: "\f0d2";
 }
 
 .icon-fa-pinterest-square:before {
   content: "\f0d3";
 }
 
 .icon-fa-google-plus-square:before {
   content: "\f0d4";
 }
 
 .icon-fa-google-plus:before {
   content: "\f0d5";
 }
 
 .icon-fa-money:before {
   content: "\f0d6";
 }
 
 .icon-fa-caret-down:before {
   content: "\f0d7";
 }
 
 .icon-fa-caret-up:before {
   content: "\f0d8";
 }
 
 .icon-fa-caret-left:before {
   content: "\f0d9";
 }
 
 .icon-fa-caret-right:before {
   content: "\f0da";
 }
 
 .icon-fa-columns:before {
   content: "\f0db";
 }
 
 .icon-fa-unsorted:before,
 .icon-fa-sort:before {
   content: "\f0dc";
 }
 
 .icon-fa-sort-down:before,
 .icon-fa-sort-desc:before {
   content: "\f0dd";
 }
 
 .icon-fa-sort-up:before,
 .icon-fa-sort-asc:before {
   content: "\f0de";
 }
 
 .icon-fa-envelope:before {
   content: "\f0e0";
 }
 
 .icon-fa-linkedin:before {
   content: "\f0e1";
 }
 
 .icon-fa-rotate-left:before,
 .icon-fa-undo:before {
   content: "\f0e2";
 }
 
 .icon-fa-legal:before,
 .icon-fa-gavel:before {
   content: "\f0e3";
 }
 
 .icon-fa-dashboard:before,
 .icon-fa-tachometer:before {
   content: "\f0e4";
 }
 
 .icon-fa-comment-o:before {
   content: "\f0e5";
 }
 
 .icon-fa-comments-o:before {
   content: "\f0e6";
 }
 
 .icon-fa-flash:before,
 .icon-fa-bolt:before {
   content: "\f0e7";
 }
 
 .icon-fa-sitemap:before {
   content: "\f0e8";
 }
 
 .icon-fa-umbrella:before {
   content: "\f0e9";
 }
 
 .icon-fa-paste:before,
 .icon-fa-clipboard:before {
   content: "\f0ea";
 }
 
 .icon-fa-lightbulb-o:before {
   content: "\f0eb";
 }
 
 .icon-fa-exchange:before {
   content: "\f0ec";
 }
 
 .icon-fa-cloud-download:before {
   content: "\f0ed";
 }
 
 .icon-fa-cloud-upload:before {
   content: "\f0ee";
 }
 
 .icon-fa-user-md:before {
   content: "\f0f0";
 }
 
 .icon-fa-stethoscope:before {
   content: "\f0f1";
 }
 
 .icon-fa-suitcase:before {
   content: "\f0f2";
 }
 
 .icon-fa-bell-o:before {
   content: "\f0a2";
 }
 
 .icon-fa-coffee:before {
   content: "\f0f4";
 }
 
 .icon-fa-cutlery:before {
   content: "\f0f5";
 }
 
 .icon-fa-file-text-o:before {
   content: "\f0f6";
 }
 
 .icon-fa-building-o:before {
   content: "\f0f7";
 }
 
 .icon-fa-hospital-o:before {
   content: "\f0f8";
 }
 
 .icon-fa-ambulance:before {
   content: "\f0f9";
 }
 
 .icon-fa-medkit:before {
   content: "\f0fa";
 }
 
 .icon-fa-fighter-jet:before {
   content: "\f0fb";
 }
 
 .icon-fa-beer:before {
   content: "\f0fc";
 }
 
 .icon-fa-h-square:before {
   content: "\f0fd";
 }
 
 .icon-fa-plus-square:before {
   content: "\f0fe";
 }
 
 .icon-fa-angle-double-left:before {
   content: "\f100";
 }
 
 .icon-fa-angle-double-right:before {
   content: "\f101";
 }
 
 .icon-fa-angle-double-up:before {
   content: "\f102";
 }
 
 .icon-fa-angle-double-down:before {
   content: "\f103";
 }
 
 .icon-fa-angle-left:before {
   content: "\f104";
 }
 
 .icon-fa-angle-right:before {
   content: "\f105";
 }
 
 .icon-fa-angle-up:before {
   content: "\f106";
 }
 
 .icon-fa-angle-down:before {
   content: "\f107";
 }
 
 .icon-fa-desktop:before {
   content: "\f108";
 }
 
 .icon-fa-laptop:before {
   content: "\f109";
 }
 
 .icon-fa-tablet:before {
   content: "\f10a";
 }
 
 .icon-fa-mobile-phone:before,
 .icon-fa-mobile:before {
   content: "\f10b";
 }
 
 .icon-fa-circle-o:before {
   content: "\f10c";
 }
 
 .icon-fa-quote-left:before {
   content: "\f10d";
 }
 
 .icon-fa-quote-right:before {
   content: "\f10e";
 }
 
 .icon-fa-spinner:before {
   content: "\f110";
 }
 
 .icon-fa-circle:before {
   content: "\f111";
 }
 
 .icon-fa-mail-reply:before,
 .icon-fa-reply:before {
   content: "\f112";
 }
 
 .icon-fa-github-alt:before {
   content: "\f113";
 }
 
 .icon-fa-folder-o:before {
   content: "\f114";
 }
 
 .icon-fa-folder-open-o:before {
   content: "\f115";
 }
 
 .icon-fa-smile-o:before {
   content: "\f118";
 }
 
 .icon-fa-frown-o:before {
   content: "\f119";
 }
 
 .icon-fa-meh-o:before {
   content: "\f11a";
 }
 
 .icon-fa-gamepad:before {
   content: "\f11b";
 }
 
 .icon-fa-keyboard-o:before {
   content: "\f11c";
 }
 
 .icon-fa-flag-o:before {
   content: "\f11d";
 }
 
 .icon-fa-flag-checkered:before {
   content: "\f11e";
 }
 
 .icon-fa-terminal:before {
   content: "\f120";
 }
 
 .icon-fa-code:before {
   content: "\f121";
 }
 
 .icon-fa-mail-reply-all:before,
 .icon-fa-reply-all:before {
   content: "\f122";
 }
 
 .icon-fa-star-half-empty:before,
 .icon-fa-star-half-full:before,
 .icon-fa-star-half-o:before {
   content: "\f123";
 }
 
 .icon-fa-location-arrow:before {
   content: "\f124";
 }
 
 .icon-fa-crop:before {
   content: "\f125";
 }
 
 .icon-fa-code-fork:before {
   content: "\f126";
 }
 
 .icon-fa-unlink:before,
 .icon-fa-chain-broken:before {
   content: "\f127";
 }
 
 .icon-fa-question:before {
   content: "\f128";
 }
 
 .icon-fa-info:before {
   content: "\f129";
 }
 
 .icon-fa-exclamation:before {
   content: "\f12a";
 }
 
 .icon-fa-superscript:before {
   content: "\f12b";
 }
 
 .icon-fa-subscript:before {
   content: "\f12c";
 }
 
 .icon-fa-eraser:before {
   content: "\f12d";
 }
 
 .icon-fa-puzzle-piece:before {
   content: "\f12e";
 }
 
 .icon-fa-microphone:before {
   content: "\f130";
 }
 
 .icon-fa-microphone-slash:before {
   content: "\f131";
 }
 
 .icon-fa-shield:before {
   content: "\f132";
 }
 
 .icon-fa-calendar-o:before {
   content: "\f133";
 }
 
 .icon-fa-fire-extinguisher:before {
   content: "\f134";
 }
 
 .icon-fa-rocket:before {
   content: "\f135";
 }
 
 .icon-fa-maxcdn:before {
   content: "\f136";
 }
 
 .icon-fa-chevron-circle-left:before {
   content: "\f137";
 }
 
 .icon-fa-chevron-circle-right:before {
   content: "\f138";
 }
 
 .icon-fa-chevron-circle-up:before {
   content: "\f139";
 }
 
 .icon-fa-chevron-circle-down:before {
   content: "\f13a";
 }
 
 .icon-fa-html5:before {
   content: "\f13b";
 }
 
 .icon-fa-css3:before {
   content: "\f13c";
 }
 
 .icon-fa-anchor:before {
   content: "\f13d";
 }
 
 .icon-fa-unlock-alt:before {
   content: "\f13e";
 }
 
 .icon-fa-bullseye:before {
   content: "\f140";
 }
 
 .icon-fa-ellipsis-h:before {
   content: "\f141";
 }
 
 .icon-fa-ellipsis-v:before {
   content: "\f142";
 }
 
 .icon-fa-rss-square:before {
   content: "\f143";
 }
 
 .icon-fa-play-circle:before {
   content: "\f144";
 }
 
 .icon-fa-ticket:before {
   content: "\f145";
 }
 
 .icon-fa-minus-square:before {
   content: "\f146";
 }
 
 .icon-fa-minus-square-o:before {
   content: "\f147";
 }
 
 .icon-fa-level-up:before {
   content: "\f148";
 }
 
 .icon-fa-level-down:before {
   content: "\f149";
 }
 
 .icon-fa-check-square:before {
   content: "\f14a";
 }
 
 .icon-fa-pencil-square:before {
   content: "\f14b";
 }
 
 .icon-fa-external-link-square:before {
   content: "\f14c";
 }
 
 .icon-fa-share-square:before {
   content: "\f14d";
 }
 
 .icon-fa-compass:before {
   content: "\f14e";
 }
 
 .icon-fa-toggle-down:before,
 .icon-fa-caret-square-o-down:before {
   content: "\f150";
 }
 
 .icon-fa-toggle-up:before,
 .icon-fa-caret-square-o-up:before {
   content: "\f151";
 }
 
 .icon-fa-toggle-right:before,
 .icon-fa-caret-square-o-right:before {
   content: "\f152";
 }
 
 .icon-fa-euro:before,
 .icon-fa-eur:before {
   content: "\f153";
 }
 
 .icon-fa-gbp:before {
   content: "\f154";
 }
 
 .icon-fa-dollar:before,
 .icon-fa-usd:before {
   content: "\f155";
 }
 
 .icon-fa-rupee:before,
 .icon-fa-inr:before {
   content: "\f156";
 }
 
 .icon-fa-cny:before,
 .icon-fa-rmb:before,
 .icon-fa-yen:before,
 .icon-fa-jpy:before {
   content: "\f157";
 }
 
 .icon-fa-ruble:before,
 .icon-fa-rouble:before,
 .icon-fa-rub:before {
   content: "\f158";
 }
 
 .icon-fa-won:before,
 .icon-fa-krw:before {
   content: "\f159";
 }
 
 .icon-fa-bitcoin:before,
 .icon-fa-btc:before {
   content: "\f15a";
 }
 
 .icon-fa-file:before {
   content: "\f15b";
 }
 
 .icon-fa-file-text:before {
   content: "\f15c";
 }
 
 .icon-fa-sort-alpha-asc:before {
   content: "\f15d";
 }
 
 .icon-fa-sort-alpha-desc:before {
   content: "\f15e";
 }
 
 .icon-fa-sort-amount-asc:before {
   content: "\f160";
 }
 
 .icon-fa-sort-amount-desc:before {
   content: "\f161";
 }
 
 .icon-fa-sort-numeric-asc:before {
   content: "\f162";
 }
 
 .icon-fa-sort-numeric-desc:before {
   content: "\f163";
 }
 
 .icon-fa-thumbs-up:before {
   content: "\f164";
 }
 
 .icon-fa-thumbs-down:before {
   content: "\f165";
 }
 
 .icon-fa-youtube-square:before {
   content: "\f166";
 }
 
 .icon-fa-youtube:before {
   content: "\f167";
 }
 
 .icon-fa-xing:before {
   content: "\f168";
 }
 
 .icon-fa-xing-square:before {
   content: "\f169";
 }
 
 .icon-fa-youtube-play:before {
   content: "\f16a";
 }
 
 .icon-fa-dropbox:before {
   content: "\f16b";
 }
 
 .icon-fa-stack-overflow:before {
   content: "\f16c";
 }
 
 .icon-fa-instagram:before {
   content: "\f16d";
 }
 
 .icon-fa-flickr:before {
   content: "\f16e";
 }
 
 .icon-fa-adn:before {
   content: "\f170";
 }
 
 .icon-fa-bitbucket:before {
   content: "\f171";
 }
 
 .icon-fa-bitbucket-square:before {
   content: "\f172";
 }
 
 .icon-fa-tumblr:before {
   content: "\f173";
 }
 
 .icon-fa-tumblr-square:before {
   content: "\f174";
 }
 
 .icon-fa-long-arrow-down:before {
   content: "\f175";
 }
 
 .icon-fa-long-arrow-up:before {
   content: "\f176";
 }
 
 .icon-fa-long-arrow-left:before {
   content: "\f177";
 }
 
 .icon-fa-long-arrow-right:before {
   content: "\f178";
 }
 
 .icon-fa-apple:before {
   content: "\f179";
 }
 
 .icon-fa-windows:before {
   content: "\f17a";
 }
 
 .icon-fa-android:before {
   content: "\f17b";
 }
 
 .icon-fa-linux:before {
   content: "\f17c";
 }
 
 .icon-fa-dribbble:before {
   content: "\f17d";
 }
 
 .icon-fa-skype:before {
   content: "\f17e";
 }
 
 .icon-fa-foursquare:before {
   content: "\f180";
 }
 
 .icon-fa-trello:before {
   content: "\f181";
 }
 
 .icon-fa-female:before {
   content: "\f182";
 }
 
 .icon-fa-male:before {
   content: "\f183";
 }
 
 .icon-fa-gittip:before,
 .icon-fa-gratipay:before {
   content: "\f184";
 }
 
 .icon-fa-sun-o:before {
   content: "\f185";
 }
 
 .icon-fa-moon-o:before {
   content: "\f186";
 }
 
 .icon-fa-archive:before {
   content: "\f187";
 }
 
 .icon-fa-bug:before {
   content: "\f188";
 }
 
 .icon-fa-vk:before {
   content: "\f189";
 }
 
 .icon-fa-weibo:before {
   content: "\f18a";
 }
 
 .icon-fa-renren:before {
   content: "\f18b";
 }
 
 .icon-fa-pagelines:before {
   content: "\f18c";
 }
 
 .icon-fa-stack-exchange:before {
   content: "\f18d";
 }
 
 .icon-fa-arrow-circle-o-right:before {
   content: "\f18e";
 }
 
 .icon-fa-arrow-circle-o-left:before {
   content: "\f190";
 }
 
 .icon-fa-toggle-left:before,
 .icon-fa-caret-square-o-left:before {
   content: "\f191";
 }
 
 .icon-fa-dot-circle-o:before {
   content: "\f192";
 }
 
 .icon-fa-wheelchair:before {
   content: "\f193";
 }
 
 .icon-fa-vimeo-square:before {
   content: "\f194";
 }
 
 .icon-fa-turkish-lira:before,
 .icon-fa-try:before {
   content: "\f195";
 }
 
 .icon-fa-plus-square-o:before {
   content: "\f196";
 }
 
 .icon-fa-space-shuttle:before {
   content: "\f197";
 }
 
 .icon-fa-slack:before {
   content: "\f198";
 }
 
 .icon-fa-envelope-square:before {
   content: "\f199";
 }
 
 .icon-fa-wordpress:before {
   content: "\f19a";
 }
 
 .icon-fa-openid:before {
   content: "\f19b";
 }
 
 .icon-fa-institution:before,
 .icon-fa-bank:before,
 .icon-fa-university:before {
   content: "\f19c";
 }
 
 .icon-fa-mortar-board:before,
 .icon-fa-graduation-cap:before {
   content: "\f19d";
 }
 
 .icon-fa-yahoo:before {
   content: "\f19e";
 }
 
 .icon-fa-google:before {
   content: "\f1a0";
 }
 
 .icon-fa-reddit:before {
   content: "\f1a1";
 }
 
 .icon-fa-reddit-square:before {
   content: "\f1a2";
 }
 
 .icon-fa-stumbleupon-circle:before {
   content: "\f1a3";
 }
 
 .icon-fa-stumbleupon:before {
   content: "\f1a4";
 }
 
 .icon-fa-delicious:before {
   content: "\f1a5";
 }
 
 .icon-fa-digg:before {
   content: "\f1a6";
 }
 
 .icon-fa-pied-piper-pp:before {
   content: "\f1a7";
 }
 
 .icon-fa-pied-piper-alt:before {
   content: "\f1a8";
 }
 
 .icon-fa-drupal:before {
   content: "\f1a9";
 }
 
 .icon-fa-joomla:before {
   content: "\f1aa";
 }
 
 .icon-fa-language:before {
   content: "\f1ab";
 }
 
 .icon-fa-fax:before {
   content: "\f1ac";
 }
 
 .icon-fa-building:before {
   content: "\f1ad";
 }
 
 .icon-fa-child:before {
   content: "\f1ae";
 }
 
 .icon-fa-paw:before {
   content: "\f1b0";
 }
 
 .icon-fa-spoon:before {
   content: "\f1b1";
 }
 
 .icon-fa-cube:before {
   content: "\f1b2";
 }
 
 .icon-fa-cubes:before {
   content: "\f1b3";
 }
 
 .icon-fa-behance:before {
   content: "\f1b4";
 }
 
 .icon-fa-behance-square:before {
   content: "\f1b5";
 }
 
 .icon-fa-steam:before {
   content: "\f1b6";
 }
 
 .icon-fa-steam-square:before {
   content: "\f1b7";
 }
 
 .icon-fa-recycle:before {
   content: "\f1b8";
 }
 
 .icon-fa-automobile:before,
 .icon-fa-car:before {
   content: "\f1b9";
 }
 
 .icon-fa-cab:before,
 .icon-fa-taxi:before {
   content: "\f1ba";
 }
 
 .icon-fa-tree:before {
   content: "\f1bb";
 }
 
 .icon-fa-spotify:before {
   content: "\f1bc";
 }
 
 .icon-fa-deviantart:before {
   content: "\f1bd";
 }
 
 .icon-fa-soundcloud:before {
   content: "\f1be";
 }
 
 .icon-fa-database:before {
   content: "\f1c0";
 }
 
 .icon-fa-file-pdf-o:before {
   content: "\f1c1";
 }
 
 .icon-fa-file-word-o:before {
   content: "\f1c2";
 }
 
 .icon-fa-file-excel-o:before {
   content: "\f1c3";
 }
 
 .icon-fa-file-powerpoint-o:before {
   content: "\f1c4";
 }
 
 .icon-fa-file-photo-o:before,
 .icon-fa-file-picture-o:before,
 .icon-fa-file-image-o:before {
   content: "\f1c5";
 }
 
 .icon-fa-file-zip-o:before,
 .icon-fa-file-archive-o:before {
   content: "\f1c6";
 }
 
 .icon-fa-file-sound-o:before,
 .icon-fa-file-audio-o:before {
   content: "\f1c7";
 }
 
 .icon-fa-file-movie-o:before,
 .icon-fa-file-video-o:before {
   content: "\f1c8";
 }
 
 .icon-fa-file-code-o:before {
   content: "\f1c9";
 }
 
 .icon-fa-vine:before {
   content: "\f1ca";
 }
 
 .icon-fa-codepen:before {
   content: "\f1cb";
 }
 
 .icon-fa-jsfiddle:before {
   content: "\f1cc";
 }
 
 .icon-fa-life-bouy:before,
 .icon-fa-life-buoy:before,
 .icon-fa-life-saver:before,
 .icon-fa-support:before,
 .icon-fa-life-ring:before {
   content: "\f1cd";
 }
 
 .icon-fa-circle-o-notch:before {
   content: "\f1ce";
 }
 
 .icon-fa-ra:before,
 .icon-fa-resistance:before,
 .icon-fa-rebel:before {
   content: "\f1d0";
 }
 
 .icon-fa-ge:before,
 .icon-fa-empire:before {
   content: "\f1d1";
 }
 
 .icon-fa-git-square:before {
   content: "\f1d2";
 }
 
 .icon-fa-git:before {
   content: "\f1d3";
 }
 
 .icon-fa-y-combinator-square:before,
 .icon-fa-yc-square:before,
 .icon-fa-hacker-news:before {
   content: "\f1d4";
 }
 
 .icon-fa-tencent-weibo:before {
   content: "\f1d5";
 }
 
 .icon-fa-qq:before {
   content: "\f1d6";
 }
 
 .icon-fa-wechat:before,
 .icon-fa-weixin:before {
   content: "\f1d7";
 }
 
 .icon-fa-send:before,
 .icon-fa-paper-plane:before {
   content: "\f1d8";
 }
 
 .icon-fa-send-o:before,
 .icon-fa-paper-plane-o:before {
   content: "\f1d9";
 }
 
 .icon-fa-history:before {
   content: "\f1da";
 }
 
 .icon-fa-circle-thin:before {
   content: "\f1db";
 }
 
 .icon-fa-header:before {
   content: "\f1dc";
 }
 
 .icon-fa-paragraph:before {
   content: "\f1dd";
 }
 
 .icon-fa-sliders:before {
   content: "\f1de";
 }
 
 .icon-fa-share-alt:before {
   content: "\f1e0";
 }
 
 .icon-fa-share-alt-square:before {
   content: "\f1e1";
 }
 
 .icon-fa-bomb:before {
   content: "\f1e2";
 }
 
 .icon-fa-soccer-ball-o:before,
 .icon-fa-futbol-o:before {
   content: "\f1e3";
 }
 
 .icon-fa-tty:before {
   content: "\f1e4";
 }
 
 .icon-fa-binoculars:before {
   content: "\f1e5";
 }
 
 .icon-fa-plug:before {
   content: "\f1e6";
 }
 
 .icon-fa-slideshare:before {
   content: "\f1e7";
 }
 
 .icon-fa-twitch:before {
   content: "\f1e8";
 }
 
 .icon-fa-yelp:before {
   content: "\f1e9";
 }
 
 .icon-fa-newspaper-o:before {
   content: "\f1ea";
 }
 
 .icon-fa-wifi:before {
   content: "\f1eb";
 }
 
 .icon-fa-calculator:before {
   content: "\f1ec";
 }
 
 .icon-fa-paypal:before {
   content: "\f1ed";
 }
 
 .icon-fa-google-wallet:before {
   content: "\f1ee";
 }
 
 .icon-fa-cc-visa:before {
   content: "\f1f0";
 }
 
 .icon-fa-cc-mastercard:before {
   content: "\f1f1";
 }
 
 .icon-fa-cc-discover:before {
   content: "\f1f2";
 }
 
 .icon-fa-cc-amex:before {
   content: "\f1f3";
 }
 
 .icon-fa-cc-paypal:before {
   content: "\f1f4";
 }
 
 .icon-fa-cc-stripe:before {
   content: "\f1f5";
 }
 
 .icon-fa-bell-slash:before {
   content: "\f1f6";
 }
 
 .icon-fa-bell-slash-o:before {
   content: "\f1f7";
 }
 
 .icon-fa-trash:before {
   content: "\f1f8";
 }
 
 .icon-fa-copyright:before {
   content: "\f1f9";
 }
 
 .icon-fa-at:before {
   content: "\f1fa";
 }
 
 .icon-fa-eyedropper:before {
   content: "\f1fb";
 }
 
 .icon-fa-paint-brush:before {
   content: "\f1fc";
 }
 
 .icon-fa-birthday-cake:before {
   content: "\f1fd";
 }
 
 .icon-fa-area-chart:before {
   content: "\f1fe";
 }
 
 .icon-fa-pie-chart:before {
   content: "\f200";
 }
 
 .icon-fa-line-chart:before {
   content: "\f201";
 }
 
 .icon-fa-lastfm:before {
   content: "\f202";
 }
 
 .icon-fa-lastfm-square:before {
   content: "\f203";
 }
 
 .icon-fa-toggle-off:before {
   content: "\f204";
 }
 
 .icon-fa-toggle-on:before {
   content: "\f205";
 }
 
 .icon-fa-bicycle:before {
   content: "\f206";
 }
 
 .icon-fa-bus:before {
   content: "\f207";
 }
 
 .icon-fa-ioxhost:before {
   content: "\f208";
 }
 
 .icon-fa-angellist:before {
   content: "\f209";
 }
 
 .icon-fa-cc:before {
   content: "\f20a";
 }
 
 .icon-fa-shekel:before,
 .icon-fa-sheqel:before,
 .icon-fa-ils:before {
   content: "\f20b";
 }
 
 .icon-fa-meanpath:before {
   content: "\f20c";
 }
 
 .icon-fa-buysellads:before {
   content: "\f20d";
 }
 
 .icon-fa-connectdevelop:before {
   content: "\f20e";
 }
 
 .icon-fa-dashcube:before {
   content: "\f210";
 }
 
 .icon-fa-forumbee:before {
   content: "\f211";
 }
 
 .icon-fa-leanpub:before {
   content: "\f212";
 }
 
 .icon-fa-sellsy:before {
   content: "\f213";
 }
 
 .icon-fa-shirtsinbulk:before {
   content: "\f214";
 }
 
 .icon-fa-simplybuilt:before {
   content: "\f215";
 }
 
 .icon-fa-skyatlas:before {
   content: "\f216";
 }
 
 .icon-fa-cart-plus:before {
   content: "\f217";
 }
 
 .icon-fa-cart-arrow-down:before {
   content: "\f218";
 }
 
 .icon-fa-diamond:before {
   content: "\f219";
 }
 
 .icon-fa-ship:before {
   content: "\f21a";
 }
 
 .icon-fa-user-secret:before {
   content: "\f21b";
 }
 
 .icon-fa-motorcycle:before {
   content: "\f21c";
 }
 
 .icon-fa-street-view:before {
   content: "\f21d";
 }
 
 .icon-fa-heartbeat:before {
   content: "\f21e";
 }
 
 .icon-fa-venus:before {
   content: "\f221";
 }
 
 .icon-fa-mars:before {
   content: "\f222";
 }
 
 .icon-fa-mercury:before {
   content: "\f223";
 }
 
 .icon-fa-intersex:before,
 .icon-fa-transgender:before {
   content: "\f224";
 }
 
 .icon-fa-transgender-alt:before {
   content: "\f225";
 }
 
 .icon-fa-venus-double:before {
   content: "\f226";
 }
 
 .icon-fa-mars-double:before {
   content: "\f227";
 }
 
 .icon-fa-venus-mars:before {
   content: "\f228";
 }
 
 .icon-fa-mars-stroke:before {
   content: "\f229";
 }
 
 .icon-fa-mars-stroke-v:before {
   content: "\f22a";
 }
 
 .icon-fa-mars-stroke-h:before {
   content: "\f22b";
 }
 
 .icon-fa-neuter:before {
   content: "\f22c";
 }
 
 .icon-fa-genderless:before {
   content: "\f22d";
 }
 
 .icon-fa-facebook-official:before {
   content: "\f230";
 }
 
 .icon-fa-pinterest-p:before {
   content: "\f231";
 }
 
 .icon-fa-whatsapp:before {
   content: "\f232";
 }
 
 .icon-fa-server:before {
   content: "\f233";
 }
 
 .icon-fa-user-plus:before {
   content: "\f234";
 }
 
 .icon-fa-user-times:before {
   content: "\f235";
 }
 
 .icon-fa-hotel:before,
 .icon-fa-bed:before {
   content: "\f236";
 }
 
 .icon-fa-viacoin:before {
   content: "\f237";
 }
 
 .icon-fa-train:before {
   content: "\f238";
 }
 
 .icon-fa-subway:before {
   content: "\f239";
 }
 
 .icon-fa-medium:before {
   content: "\f23a";
 }
 
 .icon-fa-yc:before,
 .icon-fa-y-combinator:before {
   content: "\f23b";
 }
 
 .icon-fa-optin-monster:before {
   content: "\f23c";
 }
 
 .icon-fa-opencart:before {
   content: "\f23d";
 }
 
 .icon-fa-expeditedssl:before {
   content: "\f23e";
 }
 
 .icon-fa-battery-4:before,
 .icon-fa-battery:before,
 .icon-fa-battery-full:before {
   content: "\f240";
 }
 
 .icon-fa-battery-3:before,
 .icon-fa-battery-three-quarters:before {
   content: "\f241";
 }
 
 .icon-fa-battery-2:before,
 .icon-fa-battery-half:before {
   content: "\f242";
 }
 
 .icon-fa-battery-1:before,
 .icon-fa-battery-quarter:before {
   content: "\f243";
 }
 
 .icon-fa-battery-0:before,
 .icon-fa-battery-empty:before {
   content: "\f244";
 }
 
 .icon-fa-mouse-pointer:before {
   content: "\f245";
 }
 
 .icon-fa-i-cursor:before {
   content: "\f246";
 }
 
 .icon-fa-object-group:before {
   content: "\f247";
 }
 
 .icon-fa-object-ungroup:before {
   content: "\f248";
 }
 
 .icon-fa-sticky-note:before {
   content: "\f249";
 }
 
 .icon-fa-sticky-note-o:before {
   content: "\f24a";
 }
 
 .icon-fa-cc-jcb:before {
   content: "\f24b";
 }
 
 .icon-fa-cc-diners-club:before {
   content: "\f24c";
 }
 
 .icon-fa-clone:before {
   content: "\f24d";
 }
 
 .icon-fa-balance-scale:before {
   content: "\f24e";
 }
 
 .icon-fa-hourglass-o:before {
   content: "\f250";
 }
 
 .icon-fa-hourglass-1:before,
 .icon-fa-hourglass-start:before {
   content: "\f251";
 }
 
 .icon-fa-hourglass-2:before,
 .icon-fa-hourglass-half:before {
   content: "\f252";
 }
 
 .icon-fa-hourglass-3:before,
 .icon-fa-hourglass-end:before {
   content: "\f253";
 }
 
 .icon-fa-hourglass:before {
   content: "\f254";
 }
 
 .icon-fa-hand-grab-o:before,
 .icon-fa-hand-rock-o:before {
   content: "\f255";
 }
 
 .icon-fa-hand-stop-o:before,
 .icon-fa-hand-paper-o:before {
   content: "\f256";
 }
 
 .icon-fa-hand-scissors-o:before {
   content: "\f257";
 }
 
 .icon-fa-hand-lizard-o:before {
   content: "\f258";
 }
 
 .icon-fa-hand-spock-o:before {
   content: "\f259";
 }
 
 .icon-fa-hand-pointer-o:before {
   content: "\f25a";
 }
 
 .icon-fa-hand-peace-o:before {
   content: "\f25b";
 }
 
 .icon-fa-trademark:before {
   content: "\f25c";
 }
 
 .icon-fa-registered:before {
   content: "\f25d";
 }
 
 .icon-fa-creative-commons:before {
   content: "\f25e";
 }
 
 .icon-fa-gg:before {
   content: "\f260";
 }
 
 .icon-fa-gg-circle:before {
   content: "\f261";
 }
 
 .icon-fa-tripadvisor:before {
   content: "\f262";
 }
 
 .icon-fa-odnoklassniki:before {
   content: "\f263";
 }
 
 .icon-fa-odnoklassniki-square:before {
   content: "\f264";
 }
 
 .icon-fa-get-pocket:before {
   content: "\f265";
 }
 
 .icon-fa-wikipedia-w:before {
   content: "\f266";
 }
 
 .icon-fa-safari:before {
   content: "\f267";
 }
 
 .icon-fa-chrome:before {
   content: "\f268";
 }
 
 .icon-fa-firefox:before {
   content: "\f269";
 }
 
 .icon-fa-opera:before {
   content: "\f26a";
 }
 
 .icon-fa-internet-explorer:before {
   content: "\f26b";
 }
 
 .icon-fa-tv:before,
 .icon-fa-television:before {
   content: "\f26c";
 }
 
 .icon-fa-contao:before {
   content: "\f26d";
 }
 
 .icon-fa-500px:before {
   content: "\f26e";
 }
 
 .icon-fa-amazon:before {
   content: "\f270";
 }
 
 .icon-fa-calendar-plus-o:before {
   content: "\f271";
 }
 
 .icon-fa-calendar-minus-o:before {
   content: "\f272";
 }
 
 .icon-fa-calendar-times-o:before {
   content: "\f273";
 }
 
 .icon-fa-calendar-check-o:before {
   content: "\f274";
 }
 
 .icon-fa-industry:before {
   content: "\f275";
 }
 
 .icon-fa-map-pin:before {
   content: "\f276";
 }
 
 .icon-fa-map-signs:before {
   content: "\f277";
 }
 
 .icon-fa-map-o:before {
   content: "\f278";
 }
 
 .icon-fa-map:before {
   content: "\f279";
 }
 
 .icon-fa-commenting:before {
   content: "\f27a";
 }
 
 .icon-fa-commenting-o:before {
   content: "\f27b";
 }
 
 .icon-fa-houzz:before {
   content: "\f27c";
 }
 
 .icon-fa-vimeo:before {
   content: "\f27d";
 }
 
 .icon-fa-black-tie:before {
   content: "\f27e";
 }
 
 .icon-fa-fonticons:before {
   content: "\f280";
 }
 
 .icon-fa-reddit-alien:before {
   content: "\f281";
 }
 
 .icon-fa-edge:before {
   content: "\f282";
 }
 
 .icon-fa-credit-card-alt:before {
   content: "\f283";
 }
 
 .icon-fa-codiepie:before {
   content: "\f284";
 }
 
 .icon-fa-modx:before {
   content: "\f285";
 }
 
 .icon-fa-fort-awesome:before {
   content: "\f286";
 }
 
 .icon-fa-usb:before {
   content: "\f287";
 }
 
 .icon-fa-product-hunt:before {
   content: "\f288";
 }
 
 .icon-fa-mixcloud:before {
   content: "\f289";
 }
 
 .icon-fa-scribd:before {
   content: "\f28a";
 }
 
 .icon-fa-pause-circle:before {
   content: "\f28b";
 }
 
 .icon-fa-pause-circle-o:before {
   content: "\f28c";
 }
 
 .icon-fa-stop-circle:before {
   content: "\f28d";
 }
 
 .icon-fa-stop-circle-o:before {
   content: "\f28e";
 }
 
 .icon-fa-shopping-bag:before {
   content: "\f290";
 }
 
 .icon-fa-shopping-basket:before {
   content: "\f291";
 }
 
 .icon-fa-hashtag:before {
   content: "\f292";
 }
 
 .icon-fa-bluetooth:before {
   content: "\f293";
 }
 
 .icon-fa-bluetooth-b:before {
   content: "\f294";
 }
 
 .icon-fa-percent:before {
   content: "\f295";
 }
 
 .icon-fa-gitlab:before {
   content: "\f296";
 }
 
 .icon-fa-wpbeginner:before {
   content: "\f297";
 }
 
 .icon-fa-wpforms:before {
   content: "\f298";
 }
 
 .icon-fa-envira:before {
   content: "\f299";
 }
 
 .icon-fa-universal-access:before {
   content: "\f29a";
 }
 
 .icon-fa-wheelchair-alt:before {
   content: "\f29b";
 }
 
 .icon-fa-question-circle-o:before {
   content: "\f29c";
 }
 
 .icon-fa-blind:before {
   content: "\f29d";
 }
 
 .icon-fa-audio-description:before {
   content: "\f29e";
 }
 
 .icon-fa-volume-control-phone:before {
   content: "\f2a0";
 }
 
 .icon-fa-braille:before {
   content: "\f2a1";
 }
 
 .icon-fa-assistive-listening-systems:before {
   content: "\f2a2";
 }
 
 .icon-fa-asl-interpreting:before,
 .icon-fa-american-sign-language-interpreting:before {
   content: "\f2a3";
 }
 
 .icon-fa-deafness:before,
 .icon-fa-hard-of-hearing:before,
 .icon-fa-deaf:before {
   content: "\f2a4";
 }
 
 .icon-fa-glide:before {
   content: "\f2a5";
 }
 
 .icon-fa-glide-g:before {
   content: "\f2a6";
 }
 
 .icon-fa-signing:before,
 .icon-fa-sign-language:before {
   content: "\f2a7";
 }
 
 .icon-fa-low-vision:before {
   content: "\f2a8";
 }
 
 .icon-fa-viadeo:before {
   content: "\f2a9";
 }
 
 .icon-fa-viadeo-square:before {
   content: "\f2aa";
 }
 
 .icon-fa-snapchat:before {
   content: "\f2ab";
 }
 
 .icon-fa-snapchat-ghost:before {
   content: "\f2ac";
 }
 
 .icon-fa-snapchat-square:before {
   content: "\f2ad";
 }
 
 .icon-fa-pied-piper:before {
   content: "\f2ae";
 }
 
 .icon-fa-first-order:before {
   content: "\f2b0";
 }
 
 .icon-fa-yoast:before {
   content: "\f2b1";
 }
 
 .icon-fa-themeisle:before {
   content: "\f2b2";
 }
 
 .icon-fa-google-plus-circle:before,
 .icon-fa-google-plus-official:before {
   content: "\f2b3";
 }
 
 .icon-fa-fa:before,
 .icon-fa-font-awesome:before {
   content: "\f2b4";
 }
 
 .icon-fa-handshake-o:before {
   content: "\f2b5";
 }
 
 .icon-fa-envelope-open:before {
   content: "\f2b6";
 }
 
 .icon-fa-envelope-open-o:before {
   content: "\f2b7";
 }
 
 .icon-fa-linode:before {
   content: "\f2b8";
 }
 
 .icon-fa-address-book:before {
   content: "\f2b9";
 }
 
 .icon-fa-address-book-o:before {
   content: "\f2ba";
 }
 
 .icon-fa-vcard:before,
 .icon-fa-address-card:before {
   content: "\f2bb";
 }
 
 .icon-fa-vcard-o:before,
 .icon-fa-address-card-o:before {
   content: "\f2bc";
 }
 
 .icon-fa-user-circle:before {
   content: "\f2bd";
 }
 
 .icon-fa-user-circle-o:before {
   content: "\f2be";
 }
 
 .icon-fa-user-o:before {
   content: "\f2c0";
 }
 
 .icon-fa-id-badge:before {
   content: "\f2c1";
 }
 
 .icon-fa-drivers-license:before,
 .icon-fa-id-card:before {
   content: "\f2c2";
 }
 
 .icon-fa-drivers-license-o:before,
 .icon-fa-id-card-o:before {
   content: "\f2c3";
 }
 
 .icon-fa-quora:before {
   content: "\f2c4";
 }
 
 .icon-fa-free-code-camp:before {
   content: "\f2c5";
 }
 
 .icon-fa-telegram:before {
   content: "\f2c6";
 }
 
 .icon-fa-thermometer-4:before,
 .icon-fa-thermometer:before,
 .icon-fa-thermometer-full:before {
   content: "\f2c7";
 }
 
 .icon-fa-thermometer-3:before,
 .icon-fa-thermometer-three-quarters:before {
   content: "\f2c8";
 }
 
 .icon-fa-thermometer-2:before,
 .icon-fa-thermometer-half:before {
   content: "\f2c9";
 }
 
 .icon-fa-thermometer-1:before,
 .icon-fa-thermometer-quarter:before {
   content: "\f2ca";
 }
 
 .icon-fa-thermometer-0:before,
 .icon-fa-thermometer-empty:before {
   content: "\f2cb";
 }
 
 .icon-fa-shower:before {
   content: "\f2cc";
 }
 
 .icon-fa-bathtub:before,
 .icon-fa-s15:before,
 .icon-fa-bath:before {
   content: "\f2cd";
 }
 
 .icon-fa-podcast:before {
   content: "\f2ce";
 }
 
 .icon-fa-window-maximize:before {
   content: "\f2d0";
 }
 
 .icon-fa-window-minimize:before {
   content: "\f2d1";
 }
 
 .icon-fa-window-restore:before {
   content: "\f2d2";
 }
 
 .icon-fa-times-rectangle:before,
 .icon-fa-window-close:before {
   content: "\f2d3";
 }
 
 .icon-fa-times-rectangle-o:before,
 .icon-fa-window-close-o:before {
   content: "\f2d4";
 }
 
 .icon-fa-bandcamp:before {
   content: "\f2d5";
 }
 
 .icon-fa-grav:before {
   content: "\f2d6";
 }
 
 .icon-fa-etsy:before {
   content: "\f2d7";
 }
 
 .icon-fa-imdb:before {
   content: "\f2d8";
 }
 
 .icon-fa-ravelry:before {
   content: "\f2d9";
 }
 
 .icon-fa-eercast:before {
   content: "\f2da";
 }
 
 .icon-fa-microchip:before {
   content: "\f2db";
 }
 
 .icon-fa-snowflake-o:before {
   content: "\f2dc";
 }
 
 .icon-fa-superpowers:before {
   content: "\f2dd";
 }
 
 .icon-fa-wpexplorer:before {
   content: "\f2de";
 }
 
 .icon-fa-meetup:before {
   content: "\f2e0";
 }
 
 .sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   border: 0;
 }
 
 .sr-only-focusable:active, .sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
   margin: 0;
   overflow: visible;
   clip: auto;
 }
 
 .notie-container {
   font-size: 1.6rem;
   height: auto;
   left: 0;
   position: fixed;
   text-align: center;
   width: 100%;
   z-index: 2147483647;
   box-sizing: border-box;
   -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
   -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
 }
 @media screen and (max-width: 900px) {
   .notie-container {
     font-size: 1.4rem;
   }
 }
 @media screen and (max-width: 750px) {
   .notie-container {
     font-size: 1.2rem;
   }
 }
 @media screen and (max-width: 400px) {
   .notie-container {
     font-size: 1rem;
   }
 }
 
 .notie-background-success {
   background-color: #57BF57;
 }
 
 .notie-background-warning {
   background-color: #D6A14D;
 }
 
 .notie-background-error {
   background-color: #E1715B;
 }
 
 .notie-background-info {
   background-color: #4D82D6;
 }
 
 .notie-background-neutral {
   background-color: #A0A0A0;
 }
 
 .notie-background-overlay {
   background-color: #FFFFFF;
 }
 
 .notie-textbox {
   color: #FFFFFF;
   padding: 20px;
 }
 
 .notie-textbox-inner {
   margin: 0 auto;
   max-width: 900px;
 }
 
 .notie-overlay {
   height: 100%;
   left: 0;
   opacity: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 2147483646;
 }
 
 .notie-button {
   color: #FFFFFF;
   padding: 10px;
   cursor: pointer;
 }
 
 .notie-element {
   color: #FFFFFF;
   padding: 10px;
 }
 
 .notie-element-half {
   display: inline-block;
   width: 50%;
   box-sizing: border-box;
 }
 
 .notie-element-third {
   display: inline-block;
   width: 33.3333%;
   box-sizing: border-box;
 }
 
 .notie-alert {
   cursor: pointer;
 }
 
 .notie-input-field {
   background-color: #FFFFFF;
   border: 0;
   font-family: inherit;
   font-size: inherit;
   outline: 0;
   padding: 10px;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
 }
 
 .notie-select-choice-repeated {
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
   box-sizing: border-box;
 }
 
 .notie-date-selector-inner {
   margin: 0 auto;
   max-width: 900px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -o-user-select: none;
   user-select: none;
 }
 .notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
   outline: 0px solid transparent;
 }
 
 .notie-date-selector-up {
   transform: rotate(180deg);
 }
 
 .toast-title {
   font-weight: bold;
 }
 
 .toast-message {
   -ms-word-wrap: break-word;
   word-wrap: break-word;
 }
 
 .toast-message a,
 .toast-message label {
   color: #ffffff;
 }
 
 .toast-message a:hover {
   color: #cccccc;
   text-decoration: none;
 }
 
 .toast-close-button {
   position: relative;
   right: -0.3em;
   top: -0.3em;
   float: right;
   font-size: 20px;
   font-weight: bold;
   color: #ffffff;
   -webkit-text-shadow: 0 1px 0 #ffffff;
   text-shadow: 0 1px 0 #ffffff;
   opacity: 0.8;
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
   filter: alpha(opacity=80);
 }
 
 .toast-close-button:hover,
 .toast-close-button:focus {
   color: #000000;
   text-decoration: none;
   cursor: pointer;
   opacity: 0.4;
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
   filter: alpha(opacity=40);
 }
 
 /*Additional properties for button version
  iOS requires the button element instead of an anchor tag.
  If you want the anchor version, it requires `href="#"`.*/
 button.toast-close-button {
   padding: 0;
   cursor: pointer;
   background: transparent;
   border: 0;
   -webkit-appearance: none;
 }
 
 .toast-top-center {
   top: 0;
   right: 0;
   width: 100%;
 }
 
 .toast-bottom-center {
   bottom: 0;
   right: 0;
   width: 100%;
 }
 
 .toast-top-full-width {
   top: 0;
   right: 0;
   width: 100%;
 }
 
 .toast-bottom-full-width {
   bottom: 0;
   right: 0;
   width: 100%;
 }
 
 .toast-top-left {
   top: 12px;
   left: 12px;
 }
 
 .toast-top-right {
   top: 12px;
   right: 12px;
   
 }
 
 .toast-bottom-right {
   right: 12px;
   bottom: 12px;
 }
 
 .toast-bottom-left {
   bottom: 12px;
   left: 12px;
 }
 
 #toast-container {
   position: fixed;
   z-index: 999999;
   /*overrides*/
 }
 
 #toast-container * {
   box-sizing: border-box;
 }
 
 #toast-container > div {
   position: relative;
   overflow: hidden;
   margin: 0 0 6px;
   padding: 15px 15px 15px 50px;
   width: 300px;
   border-radius: 3px 3px 3px 3px;
   background-position: 15px center;
   background-repeat: no-repeat;
   box-shadow: 0 0 12px #999999;
   color: #ffffff;
   opacity: 0.8;
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
   filter: alpha(opacity=80);
 }
 
 #toast-container > div:hover {
   box-shadow: 0 0 12px #000000;
   opacity: 1;
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   filter: alpha(opacity=100);
   cursor: pointer;
 }
 
 #toast-container > .toast-info {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
 }
 
 #toast-container > .toast-error {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
 }
 
 #toast-container > .toast-success {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
 }
 
 #toast-container > .toast-warning {
   background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
 }
 
 #toast-container.toast-top-center > div,
 #toast-container.toast-bottom-center > div {
   width: 300px;
   margin-left: auto;
   margin-right: auto;
 }
 
 #toast-container.toast-top-full-width > div,
 #toast-container.toast-bottom-full-width > div {
   width: 96%;
   margin-left: auto;
   margin-right: auto;
 }
 
 .toast {
   background-color: #030303;
 }
 
 .toast-success {
   background-color: #51a351;
 }
 
 .toast-error {
   background-color: #bd362f;
 }
 
 .toast-info {
   background-color: #2f96b4;
 }
 
 .toast-warning {
   background-color: #f89406;
 }
 
 .toast-progress {
   position: absolute;
   left: 0;
   bottom: 0;
   height: 4px;
   background-color: #000000;
   opacity: 0.4;
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
   filter: alpha(opacity=40);
 }
 
 /*Responsive Design*/
 @media all and (max-width: 240px) {
   #toast-container > div {
     padding: 8px 8px 8px 50px;
     width: 11em;
   }
   #toast-container .toast-close-button {
     right: -0.2em;
     top: -0.2em;
   }
 }
 @media all and (min-width: 241px) and (max-width: 480px) {
   #toast-container > div {
     padding: 8px 8px 8px 50px;
     width: 18em;
   }
   #toast-container .toast-close-button {
     right: -0.2em;
     top: -0.2em;
   }
 }
 @media all and (min-width: 481px) and (max-width: 768px) {
   #toast-container > div {
     padding: 15px 15px 15px 50px;
     width: 25em;
   }
 }
 /*!
  * Ladda
  * http://lab.hakim.se/ladda
  * MIT licensed
  *
  * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
  */
 /*************************************
  * CONFIG
  */
 /*************************************
  * MIXINS
  */
 /*************************************
  * BUTTON BASE
  */
 .ladda-button {
   position: relative;
 }
 
 /* Spinner animation */
 .ladda-button .ladda-spinner {
   position: absolute;
   z-index: 2;
   display: inline-block;
   width: 32px;
   top: 50%;
   margin-top: 0;
   opacity: 0;
   pointer-events: none;
 }
 
 /* Button label */
 .ladda-button .ladda-label {
   position: relative;
   z-index: 3;
 }
 
 /* Progress bar */
 .ladda-button .ladda-progress {
   position: absolute;
   width: 0;
   height: 100%;
   left: 0;
   top: 0;
   background: rgba(0, 0, 0, 0.2);
   display: none;
   transition: 0.1s linear all !important;
 }
 
 .ladda-button[data-loading] .ladda-progress {
   display: block;
 }
 
 /*************************************
  * EASING
  */
 .ladda-button,
 .ladda-button .ladda-spinner,
 .ladda-button .ladda-label {
   transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
 }
 
 .ladda-button[data-style=zoom-in],
 .ladda-button[data-style=zoom-in] .ladda-spinner,
 .ladda-button[data-style=zoom-in] .ladda-label,
 .ladda-button[data-style=zoom-out],
 .ladda-button[data-style=zoom-out] .ladda-spinner,
 .ladda-button[data-style=zoom-out] .ladda-label {
   transition: 0.3s ease all !important;
 }
 
 /*************************************
  * EXPAND RIGHT
  */
 .ladda-button[data-style=expand-right] .ladda-spinner {
   right: -6px;
 }
 .ladda-button[data-style=expand-right][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
   right: -12px;
 }
 .ladda-button[data-style=expand-right][data-loading] {
   padding-right: 56px;
 }
 .ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
   opacity: 1;
 }
 .ladda-button[data-style=expand-right][data-loading][data-size=s], .ladda-button[data-style=expand-right][data-loading][data-size=xs] {
   padding-right: 40px;
 }
 
 /*************************************
  * EXPAND LEFT
  */
 .ladda-button[data-style=expand-left] .ladda-spinner {
   left: 26px;
 }
 .ladda-button[data-style=expand-left][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
   left: 4px;
 }
 .ladda-button[data-style=expand-left][data-loading] {
   padding-left: 56px;
 }
 .ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
   opacity: 1;
 }
 .ladda-button[data-style=expand-left][data-loading][data-size=s], .ladda-button[data-style=expand-left][data-loading][data-size=xs] {
   padding-left: 40px;
 }
 
 /*************************************
  * EXPAND UP
  */
 .ladda-button[data-style=expand-up] {
   overflow: hidden;
 }
 .ladda-button[data-style=expand-up] .ladda-spinner {
   top: -32px;
   left: 50%;
   margin-left: 0;
 }
 .ladda-button[data-style=expand-up][data-loading] {
   padding-top: 54px;
 }
 .ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
   opacity: 1;
   top: 26px;
   margin-top: 0;
 }
 .ladda-button[data-style=expand-up][data-loading][data-size=s], .ladda-button[data-style=expand-up][data-loading][data-size=xs] {
   padding-top: 32px;
 }
 .ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
   top: 4px;
 }
 
 /*************************************
  * EXPAND DOWN
  */
 .ladda-button[data-style=expand-down] {
   overflow: hidden;
 }
 .ladda-button[data-style=expand-down] .ladda-spinner {
   top: 62px;
   left: 50%;
   margin-left: 0;
 }
 .ladda-button[data-style=expand-down][data-size=s] .ladda-spinner, .ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
   top: 40px;
 }
 .ladda-button[data-style=expand-down][data-loading] {
   padding-bottom: 54px;
 }
 .ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
   opacity: 1;
 }
 .ladda-button[data-style=expand-down][data-loading][data-size=s], .ladda-button[data-style=expand-down][data-loading][data-size=xs] {
   padding-bottom: 32px;
 }
 
 /*************************************
  * SLIDE LEFT
  */
 .ladda-button[data-style=slide-left] {
   overflow: hidden;
 }
 .ladda-button[data-style=slide-left] .ladda-label {
   position: relative;
 }
 .ladda-button[data-style=slide-left] .ladda-spinner {
   left: 100%;
   margin-left: 0;
 }
 .ladda-button[data-style=slide-left][data-loading] .ladda-label {
   opacity: 0;
   left: -100%;
 }
 .ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
   opacity: 1;
   left: 50%;
 }
 
 /*************************************
  * SLIDE RIGHT
  */
 .ladda-button[data-style=slide-right] {
   overflow: hidden;
 }
 .ladda-button[data-style=slide-right] .ladda-label {
   position: relative;
 }
 .ladda-button[data-style=slide-right] .ladda-spinner {
   right: 100%;
   margin-left: 0;
   left: 16px;
 }
 [dir=rtl] .ladda-button[data-style=slide-right] .ladda-spinner {
   right: auto;
 }
 .ladda-button[data-style=slide-right][data-loading] .ladda-label {
   opacity: 0;
   left: 100%;
 }
 .ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
   opacity: 1;
   left: 50%;
 }
 
 /*************************************
  * SLIDE UP
  */
 .ladda-button[data-style=slide-up] {
   overflow: hidden;
 }
 .ladda-button[data-style=slide-up] .ladda-label {
   position: relative;
 }
 .ladda-button[data-style=slide-up] .ladda-spinner {
   left: 50%;
   margin-left: 0;
   margin-top: 1em;
 }
 .ladda-button[data-style=slide-up][data-loading] .ladda-label {
   opacity: 0;
   top: -1em;
 }
 .ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
   opacity: 1;
   margin-top: 0;
 }
 
 /*************************************
  * SLIDE DOWN
  */
 .ladda-button[data-style=slide-down] {
   overflow: hidden;
 }
 .ladda-button[data-style=slide-down] .ladda-label {
   position: relative;
 }
 .ladda-button[data-style=slide-down] .ladda-spinner {
   left: 50%;
   margin-left: 0;
   margin-top: -2em;
 }
 .ladda-button[data-style=slide-down][data-loading] .ladda-label {
   opacity: 0;
   top: 1em;
 }
 .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
   opacity: 1;
   margin-top: 0;
 }
 
 /*************************************
  * ZOOM-OUT
  */
 .ladda-button[data-style=zoom-out] {
   overflow: hidden;
 }
 
 .ladda-button[data-style=zoom-out] .ladda-spinner {
   left: 50%;
   margin-left: 32px;
   transform: scale(2.5);
 }
 
 .ladda-button[data-style=zoom-out] .ladda-label {
   position: relative;
   display: inline-block;
 }
 
 .ladda-button[data-style=zoom-out][data-loading] .ladda-label {
   opacity: 0;
   transform: scale(0.5);
 }
 
 .ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
   opacity: 1;
   margin-left: 0;
   transform: none;
 }
 
 /*************************************
  * ZOOM-IN
  */
 .ladda-button[data-style=zoom-in] {
   overflow: hidden;
 }
 
 .ladda-button[data-style=zoom-in] .ladda-spinner {
   left: 50%;
   margin-left: -16px;
   transform: scale(0.2);
 }
 
 .ladda-button[data-style=zoom-in] .ladda-label {
   position: relative;
   display: inline-block;
 }
 
 .ladda-button[data-style=zoom-in][data-loading] .ladda-label {
   opacity: 0;
   transform: scale(2.2);
 }
 
 .ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
   opacity: 1;
   margin-left: 0;
   transform: none;
 }
 
 /*************************************
  * CONTRACT
  */
 .ladda-button[data-style=contract] {
   overflow: hidden;
   width: 100px;
 }
 
 .ladda-button[data-style=contract] .ladda-spinner {
   left: 50%;
   margin-left: 0;
 }
 
 .ladda-button[data-style=contract][data-loading] {
   border-radius: 50%;
   width: 52px;
 }
 
 .ladda-button[data-style=contract][data-loading] .ladda-label {
   opacity: 0;
 }
 
 .ladda-button[data-style=contract][data-loading] .ladda-spinner {
   opacity: 1;
 }
 
 /*************************************
  * OVERLAY
  */
 .ladda-button[data-style=contract-overlay] {
   overflow: hidden;
   width: 100px;
   box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0);
 }
 
 .ladda-button[data-style=contract-overlay] .ladda-spinner {
   left: 50%;
   margin-left: 0;
 }
 
 .ladda-button[data-style=contract-overlay][data-loading] {
   border-radius: 50%;
   width: 52px;
   /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
   box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
 }
 
 .ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
   opacity: 0;
 }
 
 .ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
   opacity: 1;
 }
 
 [dir=rtl] .ladda-spinner > div {
   left: 25% !important;
 }
 
 @font-face {
   font-family: "IcoMoon-Free";
   src: url(/fonts/icomoon.ttf?a60c1d623c6ef3c3ba8a5230f60acce8) format("truetype");
   font-weight: normal;
   font-style: normal;
 }
 [class^=icon-im]:before, [class*=" icon-im"]:before {
   font-family: "IcoMoon-Free" !important;
   font-style: normal;
   font-weight: normal;
 }
 
 .icon-im.icon-im-home:before {
   content: "\e900";
 }
 
 .icon-im.icon-im-home2:before {
   content: "\e901";
 }
 
 .icon-im.icon-im-home3:before {
   content: "\e902";
 }
 
 .icon-im.icon-im-office:before {
   content: "\e903";
 }
 
 .icon-im.icon-im-newspaper:before {
   content: "\e904";
 }
 
 .icon-im.icon-im-pencil:before {
   content: "\e905";
 }
 
 .icon-im.icon-im-pencil2:before {
   content: "\e906";
 }
 
 .icon-im.icon-im-quill:before {
   content: "\e907";
 }
 
 .icon-im.icon-im-pen:before {
   content: "\e908";
 }
 
 .icon-im.icon-im-blog:before {
   content: "\e909";
 }
 
 .icon-im.icon-im-eyedropper:before {
   content: "\e90a";
 }
 
 .icon-im.icon-im-droplet:before {
   content: "\e90b";
 }
 
 .icon-im.icon-im-paint-format:before {
   content: "\e90c";
 }
 
 .icon-im.icon-im-image:before {
   content: "\e90d";
 }
 
 .icon-im.icon-im-images:before {
   content: "\e90e";
 }
 
 .icon-im.icon-im-camera:before {
   content: "\e90f";
 }
 
 .icon-im.icon-im-headphones:before {
   content: "\e910";
 }
 
 .icon-im.icon-im-music:before {
   content: "\e911";
 }
 
 .icon-im.icon-im-play:before {
   content: "\e912";
 }
 
 .icon-im.icon-im-film:before {
   content: "\e913";
 }
 
 .icon-im.icon-im-video-camera:before {
   content: "\e914";
 }
 
 .icon-im.icon-im-dice:before {
   content: "\e915";
 }
 
 .icon-im.icon-im-pacman:before {
   content: "\e916";
 }
 
 .icon-im.icon-im-spades:before {
   content: "\e917";
 }
 
 .icon-im.icon-im-clubs:before {
   content: "\e918";
 }
 
 .icon-im.icon-im-diamonds:before {
   content: "\e919";
 }
 
 .icon-im.icon-im-bullhorn:before {
   content: "\e91a";
 }
 
 .icon-im.icon-im-connection:before {
   content: "\e91b";
 }
 
 .icon-im.icon-im-podcast:before {
   content: "\e91c";
 }
 
 .icon-im.icon-im-feed:before {
   content: "\e91d";
 }
 
 .icon-im.icon-im-mic:before {
   content: "\e91e";
 }
 
 .icon-im.icon-im-book:before {
   content: "\e91f";
 }
 
 .icon-im.icon-im-books:before {
   content: "\e920";
 }
 
 .icon-im.icon-im-library:before {
   content: "\e921";
 }
 
 .icon-im.icon-im-file-text:before {
   content: "\e922";
 }
 
 .icon-im.icon-im-profile:before {
   content: "\e923";
 }
 
 .icon-im.icon-im-file-empty:before {
   content: "\e924";
 }
 
 .icon-im.icon-im-files-empty:before {
   content: "\e925";
 }
 
 .icon-im.icon-im-file-text2:before {
   content: "\e926";
 }
 
 .icon-im.icon-im-file-picture:before {
   content: "\e927";
 }
 
 .icon-im.icon-im-file-music:before {
   content: "\e928";
 }
 
 .icon-im.icon-im-file-play:before {
   content: "\e929";
 }
 
 .icon-im.icon-im-file-video:before {
   content: "\e92a";
 }
 
 .icon-im.icon-im-file-zip:before {
   content: "\e92b";
 }
 
 .icon-im.icon-im-copy:before {
   content: "\e92c";
 }
 
 .icon-im.icon-im-paste:before {
   content: "\e92d";
 }
 
 .icon-im.icon-im-stack:before {
   content: "\e92e";
 }
 
 .icon-im.icon-im-folder:before {
   content: "\e92f";
 }
 
 .icon-im.icon-im-folder-open:before {
   content: "\e930";
 }
 
 .icon-im.icon-im-folder-plus:before {
   content: "\e931";
 }
 
 .icon-im.icon-im-folder-minus:before {
   content: "\e932";
 }
 
 .icon-im.icon-im-folder-download:before {
   content: "\e933";
 }
 
 .icon-im.icon-im-folder-upload:before {
   content: "\e934";
 }
 
 .icon-im.icon-im-price-tag:before {
   content: "\e935";
 }
 
 .icon-im.icon-im-price-tags:before {
   content: "\e936";
 }
 
 .icon-im.icon-im-barcode:before {
   content: "\e937";
 }
 
 .icon-im.icon-im-qrcode:before {
   content: "\e938";
 }
 
 .icon-im.icon-im-ticket:before {
   content: "\e939";
 }
 
 .icon-im.icon-im-cart:before {
   content: "\e93a";
 }
 
 .icon-im.icon-im-coin-dollar:before {
   content: "\e93b";
 }
 
 .icon-im.icon-im-coin-euro:before {
   content: "\e93c";
 }
 
 .icon-im.icon-im-coin-pound:before {
   content: "\e93d";
 }
 
 .icon-im.icon-im-coin-yen:before {
   content: "\e93e";
 }
 
 .icon-im.icon-im-credit-card:before {
   content: "\e93f";
 }
 
 .icon-im.icon-im-calculator:before {
   content: "\e940";
 }
 
 .icon-im.icon-im-lifebuoy:before {
   content: "\e941";
 }
 
 .icon-im.icon-im-phone:before {
   content: "\e942";
 }
 
 .icon-im.icon-im-phone-hang-up:before {
   content: "\e943";
 }
 
 .icon-im.icon-im-address-book:before {
   content: "\e944";
 }
 
 .icon-im.icon-im-envelop:before {
   content: "\e945";
 }
 
 .icon-im.icon-im-pushpin:before {
   content: "\e946";
 }
 
 .icon-im.icon-im-location:before {
   content: "\e947";
 }
 
 .icon-im.icon-im-location2:before {
   content: "\e948";
 }
 
 .icon-im.icon-im-compass:before {
   content: "\e949";
 }
 
 .icon-im.icon-im-compass2:before {
   content: "\e94a";
 }
 
 .icon-im.icon-im-map:before {
   content: "\e94b";
 }
 
 .icon-im.icon-im-map2:before {
   content: "\e94c";
 }
 
 .icon-im.icon-im-history:before {
   content: "\e94d";
 }
 
 .icon-im.icon-im-clock:before {
   content: "\e94e";
 }
 
 .icon-im.icon-im-clock2:before {
   content: "\e94f";
 }
 
 .icon-im.icon-im-alarm:before {
   content: "\e950";
 }
 
 .icon-im.icon-im-bell:before {
   content: "\e951";
 }
 
 .icon-im.icon-im-stopwatch:before {
   content: "\e952";
 }
 
 .icon-im.icon-im-calendar:before {
   content: "\e953";
 }
 
 .icon-im.icon-im-printer:before {
   content: "\e954";
 }
 
 .icon-im.icon-im-keyboard:before {
   content: "\e955";
 }
 
 .icon-im.icon-im-display:before {
   content: "\e956";
 }
 
 .icon-im.icon-im-laptop:before {
   content: "\e957";
 }
 
 .icon-im.icon-im-mobile:before {
   content: "\e958";
 }
 
 .icon-im.icon-im-mobile2:before {
   content: "\e959";
 }
 
 .icon-im.icon-im-tablet:before {
   content: "\e95a";
 }
 
 .icon-im.icon-im-tv:before {
   content: "\e95b";
 }
 
 .icon-im.icon-im-drawer:before {
   content: "\e95c";
 }
 
 .icon-im.icon-im-drawer2:before {
   content: "\e95d";
 }
 
 .icon-im.icon-im-box-add:before {
   content: "\e95e";
 }
 
 .icon-im.icon-im-box-remove:before {
   content: "\e95f";
 }
 
 .icon-im.icon-im-download:before {
   content: "\e960";
 }
 
 .icon-im.icon-im-upload:before {
   content: "\e961";
 }
 
 .icon-im.icon-im-floppy-disk:before {
   content: "\e962";
 }
 
 .icon-im.icon-im-drive:before {
   content: "\e963";
 }
 
 .icon-im.icon-im-database:before {
   content: "\e964";
 }
 
 .icon-im.icon-im-undo:before {
   content: "\e965";
 }
 
 .icon-im.icon-im-redo:before {
   content: "\e966";
 }
 
 .icon-im.icon-im-undo2:before {
   content: "\e967";
 }
 
 .icon-im.icon-im-redo2:before {
   content: "\e968";
 }
 
 .icon-im.icon-im-forward:before {
   content: "\e969";
 }
 
 .icon-im.icon-im-reply:before {
   content: "\e96a";
 }
 
 .icon-im.icon-im-bubble:before {
   content: "\e96b";
 }
 
 .icon-im.icon-im-bubbles:before {
   content: "\e96c";
 }
 
 .icon-im.icon-im-bubbles2:before {
   content: "\e96d";
 }
 
 .icon-im.icon-im-bubble2:before {
   content: "\e96e";
 }
 
 .icon-im.icon-im-bubbles3:before {
   content: "\e96f";
 }
 
 .icon-im.icon-im-bubbles4:before {
   content: "\e970";
 }
 
 .icon-im.icon-im-user:before {
   content: "\e971";
 }
 
 .icon-im.icon-im-users:before {
   content: "\e972";
 }
 
 .icon-im.icon-im-user-plus:before {
   content: "\e973";
 }
 
 .icon-im.icon-im-user-minus:before {
   content: "\e974";
 }
 
 .icon-im.icon-im-user-check:before {
   content: "\e975";
 }
 
 .icon-im.icon-im-user-tie:before {
   content: "\e976";
 }
 
 .icon-im.icon-im-quotes-left:before {
   content: "\e977";
 }
 
 .icon-im.icon-im-quotes-right:before {
   content: "\e978";
 }
 
 .icon-im.icon-im-hour-glass:before {
   content: "\e979";
 }
 
 .icon-im.icon-im-spinner:before {
   content: "\e97a";
 }
 
 .icon-im.icon-im-spinner2:before {
   content: "\e97b";
 }
 
 .icon-im.icon-im-spinner3:before {
   content: "\e97c";
 }
 
 .icon-im.icon-im-spinner4:before {
   content: "\e97d";
 }
 
 .icon-im.icon-im-spinner5:before {
   content: "\e97e";
 }
 
 .icon-im.icon-im-spinner6:before {
   content: "\e97f";
 }
 
 .icon-im.icon-im-spinner7:before {
   content: "\e980";
 }
 
 .icon-im.icon-im-spinner8:before {
   content: "\e981";
 }
 
 .icon-im.icon-im-spinner9:before {
   content: "\e982";
 }
 
 .icon-im.icon-im-spinner10:before {
   content: "\e983";
 }
 
 .icon-im.icon-im-spinner11:before {
   content: "\e984";
 }
 
 .icon-im.icon-im-binoculars:before {
   content: "\e985";
 }
 
 .icon-im.icon-im-search:before {
   content: "\e986";
 }
 
 .icon-im.icon-im-zoom-in:before {
   content: "\e987";
 }
 
 .icon-im.icon-im-zoom-out:before {
   content: "\e988";
 }
 
 .icon-im.icon-im-enlarge:before {
   content: "\e989";
 }
 
 .icon-im.icon-im-shrink:before {
   content: "\e98a";
 }
 
 .icon-im.icon-im-enlarge2:before {
   content: "\e98b";
 }
 
 .icon-im.icon-im-shrink2:before {
   content: "\e98c";
 }
 
 .icon-im.icon-im-key:before {
   content: "\e98d";
 }
 
 .icon-im.icon-im-key2:before {
   content: "\e98e";
 }
 
 .icon-im.icon-im-lock:before {
   content: "\e98f";
 }
 
 .icon-im.icon-im-unlocked:before {
   content: "\e990";
 }
 
 .icon-im.icon-im-wrench:before {
   content: "\e991";
 }
 
 .icon-im.icon-im-equalizer:before {
   content: "\e992";
 }
 
 .icon-im.icon-im-equalizer2:before {
   content: "\e993";
 }
 
 .icon-im.icon-im-cog:before {
   content: "\e994";
 }
 
 .icon-im.icon-im-cogs:before {
   content: "\e995";
 }
 
 .icon-im.icon-im-hammer:before {
   content: "\e996";
 }
 
 .icon-im.icon-im-magic-wand:before {
   content: "\e997";
 }
 
 .icon-im.icon-im-aid-kit:before {
   content: "\e998";
 }
 
 .icon-im.icon-im-bug:before {
   content: "\e999";
 }
 
 .icon-im.icon-im-pie-chart:before {
   content: "\e99a";
 }
 
 .icon-im.icon-im-stats-dots:before {
   content: "\e99b";
 }
 
 .icon-im.icon-im-stats-bars:before {
   content: "\e99c";
 }
 
 .icon-im.icon-im-stats-bars2:before {
   content: "\e99d";
 }
 
 .icon-im.icon-im-trophy:before {
   content: "\e99e";
 }
 
 .icon-im.icon-im-gift:before {
   content: "\e99f";
 }
 
 .icon-im.icon-im-glass:before {
   content: "\e9a0";
 }
 
 .icon-im.icon-im-glass2:before {
   content: "\e9a1";
 }
 
 .icon-im.icon-im-mug:before {
   content: "\e9a2";
 }
 
 .icon-im.icon-im-spoon-knife:before {
   content: "\e9a3";
 }
 
 .icon-im.icon-im-leaf:before {
   content: "\e9a4";
 }
 
 .icon-im.icon-im-rocket:before {
   content: "\e9a5";
 }
 
 .icon-im.icon-im-meter:before {
   content: "\e9a6";
 }
 
 .icon-im.icon-im-meter2:before {
   content: "\e9a7";
 }
 
 .icon-im.icon-im-hammer2:before {
   content: "\e9a8";
 }
 
 .icon-im.icon-im-fire:before {
   content: "\e9a9";
 }
 
 .icon-im.icon-im-lab:before {
   content: "\e9aa";
 }
 
 .icon-im.icon-im-magnet:before {
   content: "\e9ab";
 }
 
 .icon-im.icon-im-bin:before {
   content: "\e9ac";
 }
 
 .icon-im.icon-im-bin2:before {
   content: "\e9ad";
 }
 
 .icon-im.icon-im-briefcase:before {
   content: "\e9ae";
 }
 
 .icon-im.icon-im-airplane:before {
   content: "\e9af";
 }
 
 .icon-im.icon-im-truck:before {
   content: "\e9b0";
 }
 
 .icon-im.icon-im-road:before {
   content: "\e9b1";
 }
 
 .icon-im.icon-im-accessibility:before {
   content: "\e9b2";
 }
 
 .icon-im.icon-im-target:before {
   content: "\e9b3";
 }
 
 .icon-im.icon-im-shield:before {
   content: "\e9b4";
 }
 
 .icon-im.icon-im-power:before {
   content: "\e9b5";
 }
 
 .icon-im.icon-im-switch:before {
   content: "\e9b6";
 }
 
 .icon-im.icon-im-power-cord:before {
   content: "\e9b7";
 }
 
 .icon-im.icon-im-clipboard:before {
   content: "\e9b8";
 }
 
 .icon-im.icon-im-list-numbered:before {
   content: "\e9b9";
 }
 
 .icon-im.icon-im-list:before {
   content: "\e9ba";
 }
 
 .icon-im.icon-im-list2:before {
   content: "\e9bb";
 }
 
 .icon-im.icon-im-tree:before {
   content: "\e9bc";
 }
 
 .icon-im.icon-im-menu:before {
   content: "\e9bd";
 }
 
 .icon-im.icon-im-menu2:before {
   content: "\e9be";
 }
 
 .icon-im.icon-im-menu3:before {
   content: "\e9bf";
 }
 
 .icon-im.icon-im-menu4:before {
   content: "\e9c0";
 }
 
 .icon-im.icon-im-cloud:before {
   content: "\e9c1";
 }
 
 .icon-im.icon-im-cloud-download:before {
   content: "\e9c2";
 }
 
 .icon-im.icon-im-cloud-upload:before {
   content: "\e9c3";
 }
 
 .icon-im.icon-im-cloud-check:before {
   content: "\e9c4";
 }
 
 .icon-im.icon-im-download2:before {
   content: "\e9c5";
 }
 
 .icon-im.icon-im-upload2:before {
   content: "\e9c6";
 }
 
 .icon-im.icon-im-download3:before {
   content: "\e9c7";
 }
 
 .icon-im.icon-im-upload3:before {
   content: "\e9c8";
 }
 
 .icon-im.icon-im-sphere:before {
   content: "\e9c9";
 }
 
 .icon-im.icon-im-earth:before {
   content: "\e9ca";
 }
 
 .icon-im.icon-im-link:before {
   content: "\e9cb";
 }
 
 .icon-im.icon-im-flag:before {
   content: "\e9cc";
 }
 
 .icon-im.icon-im-attachment:before {
   content: "\e9cd";
 }
 
 .icon-im.icon-im-eye:before {
   content: "\e9ce";
 }
 
 .icon-im.icon-im-eye-plus:before {
   content: "\e9cf";
 }
 
 .icon-im.icon-im-eye-minus:before {
   content: "\e9d0";
 }
 
 .icon-im.icon-im-eye-blocked:before {
   content: "\e9d1";
 }
 
 .icon-im.icon-im-bookmark:before {
   content: "\e9d2";
 }
 
 .icon-im.icon-im-bookmarks:before {
   content: "\e9d3";
 }
 
 .icon-im.icon-im-sun:before {
   content: "\e9d4";
 }
 
 .icon-im.icon-im-contrast:before {
   content: "\e9d5";
 }
 
 .icon-im.icon-im-brightness-contrast:before {
   content: "\e9d6";
 }
 
 .icon-im.icon-im-star-empty:before {
   content: "\e9d7";
 }
 
 .icon-im.icon-im-star-half:before {
   content: "\e9d8";
 }
 
 .icon-im.icon-im-star-full:before {
   content: "\e9d9";
 }
 
 .icon-im.icon-im-heart:before {
   content: "\e9da";
 }
 
 .icon-im.icon-im-heart-broken:before {
   content: "\e9db";
 }
 
 .icon-im.icon-im-man:before {
   content: "\e9dc";
 }
 
 .icon-im.icon-im-woman:before {
   content: "\e9dd";
 }
 
 .icon-im.icon-im-man-woman:before {
   content: "\e9de";
 }
 
 .icon-im.icon-im-happy:before {
   content: "\e9df";
 }
 
 .icon-im.icon-im-happy2:before {
   content: "\e9e0";
 }
 
 .icon-im.icon-im-smile:before {
   content: "\e9e1";
 }
 
 .icon-im.icon-im-smile2:before {
   content: "\e9e2";
 }
 
 .icon-im.icon-im-tongue:before {
   content: "\e9e3";
 }
 
 .icon-im.icon-im-tongue2:before {
   content: "\e9e4";
 }
 
 .icon-im.icon-im-sad:before {
   content: "\e9e5";
 }
 
 .icon-im.icon-im-sad2:before {
   content: "\e9e6";
 }
 
 .icon-im.icon-im-wink:before {
   content: "\e9e7";
 }
 
 .icon-im.icon-im-wink2:before {
   content: "\e9e8";
 }
 
 .icon-im.icon-im-grin:before {
   content: "\e9e9";
 }
 
 .icon-im.icon-im-grin2:before {
   content: "\e9ea";
 }
 
 .icon-im.icon-im-cool:before {
   content: "\e9eb";
 }
 
 .icon-im.icon-im-cool2:before {
   content: "\e9ec";
 }
 
 .icon-im.icon-im-angry:before {
   content: "\e9ed";
 }
 
 .icon-im.icon-im-angry2:before {
   content: "\e9ee";
 }
 
 .icon-im.icon-im-evil:before {
   content: "\e9ef";
 }
 
 .icon-im.icon-im-evil2:before {
   content: "\e9f0";
 }
 
 .icon-im.icon-im-shocked:before {
   content: "\e9f1";
 }
 
 .icon-im.icon-im-shocked2:before {
   content: "\e9f2";
 }
 
 .icon-im.icon-im-baffled:before {
   content: "\e9f3";
 }
 
 .icon-im.icon-im-baffled2:before {
   content: "\e9f4";
 }
 
 .icon-im.icon-im-confused:before {
   content: "\e9f5";
 }
 
 .icon-im.icon-im-confused2:before {
   content: "\e9f6";
 }
 
 .icon-im.icon-im-neutral:before {
   content: "\e9f7";
 }
 
 .icon-im.icon-im-neutral2:before {
   content: "\e9f8";
 }
 
 .icon-im.icon-im-hipster:before {
   content: "\e9f9";
 }
 
 .icon-im.icon-im-hipster2:before {
   content: "\e9fa";
 }
 
 .icon-im.icon-im-wondering:before {
   content: "\e9fb";
 }
 
 .icon-im.icon-im-wondering2:before {
   content: "\e9fc";
 }
 
 .icon-im.icon-im-sleepy:before {
   content: "\e9fd";
 }
 
 .icon-im.icon-im-sleepy2:before {
   content: "\e9fe";
 }
 
 .icon-im.icon-im-frustrated:before {
   content: "\e9ff";
 }
 
 .icon-im.icon-im-frustrated2:before {
   content: "\ea00";
 }
 
 .icon-im.icon-im-crying:before {
   content: "\ea01";
 }
 
 .icon-im.icon-im-crying2:before {
   content: "\ea02";
 }
 
 .icon-im.icon-im-point-up:before {
   content: "\ea03";
 }
 
 .icon-im.icon-im-point-right:before {
   content: "\ea04";
 }
 
 .icon-im.icon-im-point-down:before {
   content: "\ea05";
 }
 
 .icon-im.icon-im-point-left:before {
   content: "\ea06";
 }
 
 .icon-im.icon-im-warning:before {
   content: "\ea07";
 }
 
 .icon-im.icon-im-notification:before {
   content: "\ea08";
 }
 
 .icon-im.icon-im-question:before {
   content: "\ea09";
 }
 
 .icon-im.icon-im-plus:before {
   content: "\ea0a";
 }
 
 .icon-im.icon-im-minus:before {
   content: "\ea0b";
 }
 
 .icon-im.icon-im-info:before {
   content: "\ea0c";
 }
 
 .icon-im.icon-im-cancel-circle:before {
   content: "\ea0d";
 }
 
 .icon-im.icon-im-blocked:before {
   content: "\ea0e";
 }
 
 .icon-im.icon-im-cross:before {
   content: "\ea0f";
 }
 
 .icon-im.icon-im-checkmark:before {
   content: "\ea10";
 }
 
 .icon-im.icon-im-checkmark2:before {
   content: "\ea11";
 }
 
 .icon-im.icon-im-spell-check:before {
   content: "\ea12";
 }
 
 .icon-im.icon-im-enter:before {
   content: "\ea13";
 }
 
 .icon-im.icon-im-exit:before {
   content: "\ea14";
 }
 
 .icon-im.icon-im-play2:before {
   content: "\ea15";
 }
 
 .icon-im.icon-im-pause:before {
   content: "\ea16";
 }
 
 .icon-im.icon-im-stop:before {
   content: "\ea17";
 }
 
 .icon-im.icon-im-previous:before {
   content: "\ea18";
 }
 
 .icon-im.icon-im-next:before {
   content: "\ea19";
 }
 
 .icon-im.icon-im-backward:before {
   content: "\ea1a";
 }
 
 .icon-im.icon-im-forward2:before {
   content: "\ea1b";
 }
 
 .icon-im.icon-im-play3:before {
   content: "\ea1c";
 }
 
 .icon-im.icon-im-pause2:before {
   content: "\ea1d";
 }
 
 .icon-im.icon-im-stop2:before {
   content: "\ea1e";
 }
 
 .icon-im.icon-im-backward2:before {
   content: "\ea1f";
 }
 
 .icon-im.icon-im-forward3:before {
   content: "\ea20";
 }
 
 .icon-im.icon-im-first:before {
   content: "\ea21";
 }
 
 .icon-im.icon-im-last:before {
   content: "\ea22";
 }
 
 .icon-im.icon-im-previous2:before {
   content: "\ea23";
 }
 
 .icon-im.icon-im-next2:before {
   content: "\ea24";
 }
 
 .icon-im.icon-im-eject:before {
   content: "\ea25";
 }
 
 .icon-im.icon-im-volume-high:before {
   content: "\ea26";
 }
 
 .icon-im.icon-im-volume-medium:before {
   content: "\ea27";
 }
 
 .icon-im.icon-im-volume-low:before {
   content: "\ea28";
 }
 
 .icon-im.icon-im-volume-mute:before {
   content: "\ea29";
 }
 
 .icon-im.icon-im-volume-mute2:before {
   content: "\ea2a";
 }
 
 .icon-im.icon-im-volume-increase:before {
   content: "\ea2b";
 }
 
 .icon-im.icon-im-volume-decrease:before {
   content: "\ea2c";
 }
 
 .icon-im.icon-im-loop:before {
   content: "\ea2d";
 }
 
 .icon-im.icon-im-loop2:before {
   content: "\ea2e";
 }
 
 .icon-im.icon-im-infinite:before {
   content: "\ea2f";
 }
 
 .icon-im.icon-im-shuffle:before {
   content: "\ea30";
 }
 
 .icon-im.icon-im-arrow-up-left:before {
   content: "\ea31";
 }
 
 .icon-im.icon-im-arrow-up:before {
   content: "\ea32";
 }
 
 .icon-im.icon-im-arrow-up-right:before {
   content: "\ea33";
 }
 
 .icon-im.icon-im-arrow-right:before {
   content: "\ea34";
 }
 
 .icon-im.icon-im-arrow-down-right:before {
   content: "\ea35";
 }
 
 .icon-im.icon-im-arrow-down:before {
   content: "\ea36";
 }
 
 .icon-im.icon-im-arrow-down-left:before {
   content: "\ea37";
 }
 
 .icon-im.icon-im-arrow-left:before {
   content: "\ea38";
 }
 
 .icon-im.icon-im-arrow-up-left2:before {
   content: "\ea39";
 }
 
 .icon-im.icon-im-arrow-up2:before {
   content: "\ea3a";
 }
 
 .icon-im.icon-im-arrow-up-right2:before {
   content: "\ea3b";
 }
 
 .icon-im.icon-im-arrow-right2:before {
   content: "\ea3c";
 }
 
 .icon-im.icon-im-arrow-down-right2:before {
   content: "\ea3d";
 }
 
 .icon-im.icon-im-arrow-down2:before {
   content: "\ea3e";
 }
 
 .icon-im.icon-im-arrow-down-left2:before {
   content: "\ea3f";
 }
 
 .icon-im.icon-im-arrow-left2:before {
   content: "\ea40";
 }
 
 .icon-im.icon-im-circle-up:before {
   content: "\ea41";
 }
 
 .icon-im.icon-im-circle-right:before {
   content: "\ea42";
 }
 
 .icon-im.icon-im-circle-down:before {
   content: "\ea43";
 }
 
 .icon-im.icon-im-circle-left:before {
   content: "\ea44";
 }
 
 .icon-im.icon-im-tab:before {
   content: "\ea45";
 }
 
 .icon-im.icon-im-move-up:before {
   content: "\ea46";
 }
 
 .icon-im.icon-im-move-down:before {
   content: "\ea47";
 }
 
 .icon-im.icon-im-sort-alpha-asc:before {
   content: "\ea48";
 }
 
 .icon-im.icon-im-sort-alpha-desc:before {
   content: "\ea49";
 }
 
 .icon-im.icon-im-sort-numeric-asc:before {
   content: "\ea4a";
 }
 
 .icon-im.icon-im-sort-numberic-desc:before {
   content: "\ea4b";
 }
 
 .icon-im.icon-im-sort-amount-asc:before {
   content: "\ea4c";
 }
 
 .icon-im.icon-im-sort-amount-desc:before {
   content: "\ea4d";
 }
 
 .icon-im.icon-im-command:before {
   content: "\ea4e";
 }
 
 .icon-im.icon-im-shift:before {
   content: "\ea4f";
 }
 
 .icon-im.icon-im-ctrl:before {
   content: "\ea50";
 }
 
 .icon-im.icon-im-opt:before {
   content: "\ea51";
 }
 
 .icon-im.icon-im-checkbox-checked:before {
   content: "\ea52";
 }
 
 .icon-im.icon-im-checkbox-unchecked:before {
   content: "\ea53";
 }
 
 .icon-im.icon-im-radio-checked:before {
   content: "\ea54";
 }
 
 .icon-im.icon-im-radio-checked2:before {
   content: "\ea55";
 }
 
 .icon-im.icon-im-radio-unchecked:before {
   content: "\ea56";
 }
 
 .icon-im.icon-im-crop:before {
   content: "\ea57";
 }
 
 .icon-im.icon-im-make-group:before {
   content: "\ea58";
 }
 
 .icon-im.icon-im-ungroup:before {
   content: "\ea59";
 }
 
 .icon-im.icon-im-scissors:before {
   content: "\ea5a";
 }
 
 .icon-im.icon-im-filter:before {
   content: "\ea5b";
 }
 
 .icon-im.icon-im-font:before {
   content: "\ea5c";
 }
 
 .icon-im.icon-im-ligature:before {
   content: "\ea5d";
 }
 
 .icon-im.icon-im-ligature2:before {
   content: "\ea5e";
 }
 
 .icon-im.icon-im-text-height:before {
   content: "\ea5f";
 }
 
 .icon-im.icon-im-text-width:before {
   content: "\ea60";
 }
 
 .icon-im.icon-im-font-size:before {
   content: "\ea61";
 }
 
 .icon-im.icon-im-bold:before {
   content: "\ea62";
 }
 
 .icon-im.icon-im-underline:before {
   content: "\ea63";
 }
 
 .icon-im.icon-im-italic:before {
   content: "\ea64";
 }
 
 .icon-im.icon-im-strikethrough:before {
   content: "\ea65";
 }
 
 .icon-im.icon-im-omega:before {
   content: "\ea66";
 }
 
 .icon-im.icon-im-sigma:before {
   content: "\ea67";
 }
 
 .icon-im.icon-im-page-break:before {
   content: "\ea68";
 }
 
 .icon-im.icon-im-superscript:before {
   content: "\ea69";
 }
 
 .icon-im.icon-im-subscript:before {
   content: "\ea6a";
 }
 
 .icon-im.icon-im-superscript2:before {
   content: "\ea6b";
 }
 
 .icon-im.icon-im-subscript2:before {
   content: "\ea6c";
 }
 
 .icon-im.icon-im-text-color:before {
   content: "\ea6d";
 }
 
 .icon-im.icon-im-pagebreak:before {
   content: "\ea6e";
 }
 
 .icon-im.icon-im-clear-formatting:before {
   content: "\ea6f";
 }
 
 /* .icon-im.icon-im-table:before {
   content: "\ea70";
 } */
 
 .icon-im.icon-im-table2:before {
   content: "\ea71";
 }
 
 .icon-im.icon-im-insert-template:before {
   content: "\ea72";
 }
 
 .icon-im.icon-im-pilcrow:before {
   content: "\ea73";
 }
 
 .icon-im.icon-im-ltr:before {
   content: "\ea74";
 }
 
 .icon-im.icon-im-rtl:before {
   content: "\ea75";
 }
 
 .icon-im.icon-im-section:before {
   content: "\ea76";
 }
 
 .icon-im.icon-im-paragraph-left:before {
   content: "\ea77";
 }
 
 .icon-im.icon-im-paragraph-center:before {
   content: "\ea78";
 }
 
 .icon-im.icon-im-paragraph-right:before {
   content: "\ea79";
 }
 
 .icon-im.icon-im-paragraph-justify:before {
   content: "\ea7a";
 }
 
 .icon-im.icon-im-indent-increase:before {
   content: "\ea7b";
 }
 
 .icon-im.icon-im-indent-decrease:before {
   content: "\ea7c";
 }
 
 .icon-im.icon-im-share:before {
   content: "\ea7d";
 }
 
 .icon-im.icon-im-new-tab:before {
   content: "\ea7e";
 }
 
 .icon-im.icon-im-embed:before {
   content: "\ea7f";
 }
 
 .icon-im.icon-im-embed2:before {
   content: "\ea80";
 }
 
 .icon-im.icon-im-terminal:before {
   content: "\ea81";
 }
 
 .icon-im.icon-im-share2:before {
   content: "\ea82";
 }
 
 .icon-im.icon-im-mail:before {
   content: "\ea83";
 }
 
 .icon-im.icon-im-mail2:before {
   content: "\ea84";
 }
 
 .icon-im.icon-im-mail3:before {
   content: "\ea85";
 }
 
 .icon-im.icon-im-mail4:before {
   content: "\ea86";
 }
 
 .icon-im.icon-im-amazon:before {
   content: "\ea87";
 }
 
 .icon-im.icon-im-google:before {
   content: "\ea88";
 }
 
 .icon-im.icon-im-google2:before {
   content: "\ea89";
 }
 
 .icon-im.icon-im-google3:before {
   content: "\ea8a";
 }
 
 .icon-im.icon-im-google-plus:before {
   content: "\ea8b";
 }
 
 .icon-im.icon-im-google-plus2:before {
   content: "\ea8c";
 }
 
 .icon-im.icon-im-google-plus3:before {
   content: "\ea8d";
 }
 
 .icon-im.icon-im-hangouts:before {
   content: "\ea8e";
 }
 
 .icon-im.icon-im-google-drive:before {
   content: "\ea8f";
 }
 
 .icon-im.icon-im-facebook:before {
   content: "\ea90";
 }
 
 .icon-im.icon-im-facebook2:before {
   content: "\ea91";
 }
 
 .icon-im.icon-im-instagram:before {
   content: "\ea92";
 }
 
 .icon-im.icon-im-whatsapp:before {
   content: "\ea93";
 }
 
 .icon-im.icon-im-spotify:before {
   content: "\ea94";
 }
 
 .icon-im.icon-im-telegram:before {
   content: "\ea95";
 }
 
 .icon-im.icon-im-twitter:before {
   content: "\ea96";
 }
 
 .icon-im.icon-im-vine:before {
   content: "\ea97";
 }
 
 .icon-im.icon-im-vk:before {
   content: "\ea98";
 }
 
 .icon-im.icon-im-renren:before {
   content: "\ea99";
 }
 
 .icon-im.icon-im-sina-weibo:before {
   content: "\ea9a";
 }
 
 .icon-im.icon-im-rss:before {
   content: "\ea9b";
 }
 
 .icon-im.icon-im-rss2:before {
   content: "\ea9c";
 }
 
 .icon-im.icon-im-youtube:before {
   content: "\ea9d";
 }
 
 .icon-im.icon-im-youtube2:before {
   content: "\ea9e";
 }
 
 .icon-im.icon-im-twitch:before {
   content: "\ea9f";
 }
 
 .icon-im.icon-im-vimeo:before {
   content: "\eaa0";
 }
 
 .icon-im.icon-im-vimeo2:before {
   content: "\eaa1";
 }
 
 .icon-im.icon-im-lanyrd:before {
   content: "\eaa2";
 }
 
 .icon-im.icon-im-flickr:before {
   content: "\eaa3";
 }
 
 .icon-im.icon-im-flickr2:before {
   content: "\eaa4";
 }
 
 .icon-im.icon-im-flickr3:before {
   content: "\eaa5";
 }
 
 .icon-im.icon-im-flickr4:before {
   content: "\eaa6";
 }
 
 .icon-im.icon-im-dribbble:before {
   content: "\eaa7";
 }
 
 .icon-im.icon-im-behance:before {
   content: "\eaa8";
 }
 
 .icon-im.icon-im-behance2:before {
   content: "\eaa9";
 }
 
 .icon-im.icon-im-deviantart:before {
   content: "\eaaa";
 }
 
 .icon-im.icon-im-500px:before {
   content: "\eaab";
 }
 
 .icon-im.icon-im-steam:before {
   content: "\eaac";
 }
 
 .icon-im.icon-im-steam2:before {
   content: "\eaad";
 }
 
 .icon-im.icon-im-dropbox:before {
   content: "\eaae";
 }
 
 .icon-im.icon-im-onedrive:before {
   content: "\eaaf";
 }
 
 .icon-im.icon-im-github:before {
   content: "\eab0";
 }
 
 .icon-im.icon-im-npm:before {
   content: "\eab1";
 }
 
 .icon-im.icon-im-basecamp:before {
   content: "\eab2";
 }
 
 .icon-im.icon-im-trello:before {
   content: "\eab3";
 }
 
 .icon-im.icon-im-wordpress:before {
   content: "\eab4";
 }
 
 .icon-im.icon-im-joomla:before {
   content: "\eab5";
 }
 
 .icon-im.icon-im-ello:before {
   content: "\eab6";
 }
 
 .icon-im.icon-im-blogger:before {
   content: "\eab7";
 }
 
 .icon-im.icon-im-blogger2:before {
   content: "\eab8";
 }
 
 .icon-im.icon-im-tumblr:before {
   content: "\eab9";
 }
 
 .icon-im.icon-im-tumblr2:before {
   content: "\eaba";
 }
 
 .icon-im.icon-im-yahoo:before {
   content: "\eabb";
 }
 
 .icon-im.icon-im-yahoo2:before {
   content: "\eabc";
 }
 
 .icon-im.icon-im-tux:before {
   content: "\eabd";
 }
 
 .icon-im.icon-im-appleinc:before {
   content: "\eabe";
 }
 
 .icon-im.icon-im-finder:before {
   content: "\eabf";
 }
 
 .icon-im.icon-im-android:before {
   content: "\eac0";
 }
 
 .icon-im.icon-im-windows:before {
   content: "\eac1";
 }
 
 .icon-im.icon-im-windows8:before {
   content: "\eac2";
 }
 
 .icon-im.icon-im-soundcloud:before {
   content: "\eac3";
 }
 
 .icon-im.icon-im-soundcloud2:before {
   content: "\eac4";
 }
 
 .icon-im.icon-im-skype:before {
   content: "\eac5";
 }
 
 .icon-im.icon-im-reddit:before {
   content: "\eac6";
 }
 
 .icon-im.icon-im-hackernews:before {
   content: "\eac7";
 }
 
 .icon-im.icon-im-wikipedia:before {
   content: "\eac8";
 }
 
 .icon-im.icon-im-linkedin:before {
   content: "\eac9";
 }
 
 .icon-im.icon-im-linkedin2:before {
   content: "\eaca";
 }
 
 .icon-im.icon-im-lastfm:before {
   content: "\eacb";
 }
 
 .icon-im.icon-im-lastfm2:before {
   content: "\eacc";
 }
 
 .icon-im.icon-im-delicious:before {
   content: "\eacd";
 }
 
 .icon-im.icon-im-stumbleupon:before {
   content: "\eace";
 }
 
 .icon-im.icon-im-stumbleupon2:before {
   content: "\eacf";
 }
 
 .icon-im.icon-im-stackoverflow:before {
   content: "\ead0";
 }
 
 .icon-im.icon-im-pinterest:before {
   content: "\ead1";
 }
 
 .icon-im.icon-im-pinterest2:before {
   content: "\ead2";
 }
 
 .icon-im.icon-im-xing:before {
   content: "\ead3";
 }
 
 .icon-im.icon-im-xing2:before {
   content: "\ead4";
 }
 
 .icon-im.icon-im-flattr:before {
   content: "\ead5";
 }
 
 .icon-im.icon-im-foursquare:before {
   content: "\ead6";
 }
 
 .icon-im.icon-im-yelp:before {
   content: "\ead7";
 }
 
 .icon-im.icon-im-paypal:before {
   content: "\ead8";
 }
 
 .icon-im.icon-im-chrome:before {
   content: "\ead9";
 }
 
 .icon-im.icon-im-firefox:before {
   content: "\eada";
 }
 
 .icon-im.icon-im-IE:before {
   content: "\eadb";
 }
 
 .icon-im.icon-im-edge:before {
   content: "\eadc";
 }
 
 .icon-im.icon-im-safari:before {
   content: "\eadd";
 }
 
 .icon-im.icon-im-opera:before {
   content: "\eade";
 }
 
 .icon-im.icon-im-file-pdf:before {
   content: "\eadf";
 }
 
 .icon-im.icon-im-file-openoffice:before {
   content: "\eae0";
 }
 
 .icon-im.icon-im-file-word:before {
   content: "\eae1";
 }
 
 .icon-im.icon-im-file-excel:before {
   content: "\eae2";
 }
 
 .icon-im.icon-im-libreoffice:before {
   content: "\eae3";
 }
 
 .icon-im.icon-im-html-five:before {
   content: "\eae4";
 }
 
 .icon-im.icon-im-html-five2:before {
   content: "\eae5";
 }
 
 .icon-im.icon-im-css3:before {
   content: "\eae6";
 }
 
 .icon-im.icon-im-git:before {
   content: "\eae7";
 }
 
 .icon-im.icon-im-codepen:before {
   content: "\eae8";
 }
 
 .icon-im.icon-im-svg:before {
   content: "\eae9";
 }
 
 .icon-im.icon-im-IcoMoon:before {
   content: "\eaea";
 }
 
 .icon-im.icon-im-uni21:before {
   content: "!";
 }
 
 .icon-im.icon-im-uni22:before {
   content: '"';
 }
 
 .icon-im.icon-im-uni23:before {
   content: "#";
 }
 
 .icon-im.icon-im-uni24:before {
   content: "$";
 }
 
 .icon-im.icon-im-uni25:before {
   content: "%";
 }
 
 .icon-im.icon-im-uni26:before {
   content: "&";
 }
 
 .icon-im.icon-im-uni27:before {
   content: "'";
 }
 
 .icon-im.icon-im-uni28:before {
   content: "(";
 }
 
 .icon-im.icon-im-uni29:before {
   content: ")";
 }
 
 .icon-im.icon-im-uni2A:before {
   content: "*";
 }
 
 .icon-im.icon-im-uni2B:before {
   content: "+";
 }
 
 .icon-im.icon-im-uni2C:before {
   content: ",";
 }
 
 .icon-im.icon-im-uni2D:before {
   content: "-";
 }
 
 .icon-im.icon-im-uni2E:before {
   content: ".";
 }
 
 .icon-im.icon-im-uni2F:before {
   content: "/";
 }
 
 .icon-im.icon-im-uni30:before {
   content: "0";
 }
 
 .icon-im.icon-im-uni31:before {
   content: "1";
 }
 
 .icon-im.icon-im-uni32:before {
   content: "2";
 }
 
 .icon-im.icon-im-uni33:before {
   content: "3";
 }
 
 .icon-im.icon-im-uni34:before {
   content: "4";
 }
 
 .icon-im.icon-im-uni35:before {
   content: "5";
 }
 
 .icon-im.icon-im-uni36:before {
   content: "6";
 }
 
 .icon-im.icon-im-uni37:before {
   content: "7";
 }
 
 .icon-im.icon-im-uni38:before {
   content: "8";
 }
 
 .icon-im.icon-im-uni39:before {
   content: "9";
 }
 
 .icon-im.icon-im-uni3A:before {
   content: ":";
 }
 
 .icon-im.icon-im-uni3B:before {
   content: ";";
 }
 
 .icon-im.icon-im-uni3C:before {
   content: "<";
 }
 
 .icon-im.icon-im-uni3D:before {
   content: "=";
 }
 
 .icon-im.icon-im-uni3E:before {
   content: ">";
 }
 
 .icon-im.icon-im-uni3F:before {
   content: "?";
 }
 
 .icon-im.icon-im-uni40:before {
   content: "@";
 }
 
 .icon-im.icon-im-uni41:before {
   content: "A";
 }
 
 .icon-im.icon-im-uni42:before {
   content: "B";
 }
 
 .icon-im.icon-im-uni43:before {
   content: "C";
 }
 
 .icon-im.icon-im-uni44:before {
   content: "D";
 }
 
 .icon-im.icon-im-uni45:before {
   content: "E";
 }
 
 .icon-im.icon-im-uni46:before {
   content: "F";
 }
 
 .icon-im.icon-im-uni47:before {
   content: "G";
 }
 
 .icon-im.icon-im-uni48:before {
   content: "H";
 }
 
 .icon-im.icon-im-uni49:before {
   content: "I";
 }
 
 .icon-im.icon-im-uni4A:before {
   content: "J";
 }
 
 .icon-im.icon-im-uni4B:before {
   content: "K";
 }
 
 .icon-im.icon-im-uni4C:before {
   content: "L";
 }
 
 .icon-im.icon-im-uni4D:before {
   content: "M";
 }
 
 .icon-im.icon-im-uni4E:before {
   content: "N";
 }
 
 .icon-im.icon-im-uni4F:before {
   content: "O";
 }
 
 .icon-im.icon-im-uni50:before {
   content: "P";
 }
 
 .icon-im.icon-im-uni51:before {
   content: "Q";
 }
 
 .icon-im.icon-im-uni52:before {
   content: "R";
 }
 
 .icon-im.icon-im-uni53:before {
   content: "S";
 }
 
 .icon-im.icon-im-uni54:before {
   content: "T";
 }
 
 .icon-im.icon-im-uni55:before {
   content: "U";
 }
 
 .icon-im.icon-im-uni56:before {
   content: "V";
 }
 
 .icon-im.icon-im-uni57:before {
   content: "W";
 }
 
 .icon-im.icon-im-uni58:before {
   content: "X";
 }
 
 .icon-im.icon-im-uni59:before {
   content: "Y";
 }
 
 .icon-im.icon-im-uni5A:before {
   content: "Z";
 }
 
 .icon-im.icon-im-uni5B:before {
   content: "[";
 }
 
 .icon-im.icon-im-uni5C:before {
   content: "\\";
 }
 
 .icon-im.icon-im-uni5D:before {
   content: "]";
 }
 
 .icon-im.icon-im-uni5E:before {
   content: "^";
 }
 
 .icon-im.icon-im-uni5F:before {
   content: "_";
 }
 
 .icon-im.icon-im-uni60:before {
   content: "`";
 }
 
 .icon-im.icon-im-uni61:before {
   content: "a";
 }
 
 .icon-im.icon-im-uni62:before {
   content: "b";
 }
 
 .icon-im.icon-im-uni63:before {
   content: "c";
 }
 
 .icon-im.icon-im-uni64:before {
   content: "d";
 }
 
 .icon-im.icon-im-uni65:before {
   content: "e";
 }
 
 .icon-im.icon-im-uni66:before {
   content: "f";
 }
 
 .icon-im.icon-im-uni67:before {
   content: "g";
 }
 
 .icon-im.icon-im-uni68:before {
   content: "h";
 }
 
 .icon-im.icon-im-uni69:before {
   content: "i";
 }
 
 .icon-im.icon-im-uni6A:before {
   content: "j";
 }
 
 .icon-im.icon-im-uni6B:before {
   content: "k";
 }
 
 .icon-im.icon-im-uni6C:before {
   content: "l";
 }
 
 .icon-im.icon-im-uni6D:before {
   content: "m";
 }
 
 .icon-im.icon-im-uni6E:before {
   content: "n";
 }
 
 .icon-im.icon-im-uni6F:before {
   content: "o";
 }
 
 .icon-im.icon-im-uni70:before {
   content: "p";
 }
 
 .icon-im.icon-im-uni71:before {
   content: "q";
 }
 
 .icon-im.icon-im-uni72:before {
   content: "r";
 }
 
 .icon-im.icon-im-uni73:before {
   content: "s";
 }
 
 .icon-im.icon-im-uni74:before {
   content: "t";
 }
 
 .icon-im.icon-im-uni75:before {
   content: "u";
 }
 
 .icon-im.icon-im-uni76:before {
   content: "v";
 }
 
 .icon-im.icon-im-uni77:before {
   content: "w";
 }
 
 .icon-im.icon-im-uni78:before {
   content: "x";
 }
 
 .icon-im.icon-im-uni79:before {
   content: "y";
 }
 
 .icon-im.icon-im-uni7A:before {
   content: "z";
 }
 
 .icon-im.icon-im-uni7B:before {
   content: "{";
 }
 
 .icon-im.icon-im-uni7C:before {
   content: "|";
 }
 
 .icon-im.icon-im-uni7D:before {
   content: "}";
 }
 
 .icon-im.icon-im-uni7E:before {
   content: "~";
 }
 
 .icon-im.icon-im-uniA9:before {
   content: "©";
 }
 
 @font-face {
   font-family: "fontello";
   src: url(/fonts/fontello.eot?e48e9863a14e8eef1dd92a006793a95a);
   src: url(/fonts/fontello.eot?e48e9863a14e8eef1dd92a006793a95a#iefix) format("embedded-opentype"), url(/fonts/fontello.woff?21c38835da3b29da982207e0bca2f764) format("woff"), url(/fonts/fontello.ttf?17526c842537efe82032f575af2da4e3) format("truetype"), url(/fonts/fontello.svg?b92d72bf2e4a54923edce8159fe746d8#fontello) format("svg");
   font-weight: normal;
   font-style: normal;
 }
 [class^=icon-mt], [class*=" icon-mt"] {
   font-family: "fontello";
   font-style: normal;
   font-weight: normal;
   /* you can be more comfortable with increased icons size */
   /* font-size: 120%; */
 }
 
 .icon-mt.icon-mt-compass:before {
   content: "\e830";
 } /* '' */
 .icon-mt.icon-mt-na:before {
   content: "\e897";
 } /* '' */
 .icon-mt.icon-mt-celcius:before {
   content: "\e898";
 } /* '' */
 .icon-mt.icon-mt-fahrenheit:before {
   content: "\e899";
 } /* '' */
 .icon-mt.icon-mt-clouds-flash-alt:before {
   content: "\e89a";
 } /* '' */
 .icon-mt.icon-mt-sun-inv:before {
   content: "\e89b";
 } /* '' */
 .icon-mt.icon-mt-moon-inv:before {
   content: "\e89c";
 } /* '' */
 .icon-mt.icon-mt-snowflake:before {
   content: "\e89d";
 } /* '' */
 .icon-mt.icon-mt-cloud-sun:before {
   content: "\e89f";
 } /* '' */
 .icon-mt.icon-mt-cloud-moon:before {
   content: "\e8a0";
 } /* '' */
 .icon-mt.icon-mt-fog-sun:before {
   content: "\e8a1";
 } /* '' */
 .icon-mt.icon-mt-fog-moon:before {
   content: "\e8a2";
 } /* '' */
 .icon-mt.icon-mt-fog-cloud:before {
   content: "\e8a3";
 } /* '' */
 .icon-mt.icon-mt-fog:before {
   content: "\e8a4";
 } /* '' */
 .icon-mt.icon-mt-windy-rain:before {
   content: "\e8a5";
 } /* '' */
 .icon-mt.icon-mt-snow:before {
   content: "\e8a6";
 } /* '' */
 .icon-mt.icon-mt-snow-alt:before {
   content: "\e8a7";
 } /* '' */
 .icon-mt.icon-mt-snow-heavy:before {
   content: "\e8a8";
 } /* '' */
 .icon-mt.icon-mt-hail:before {
   content: "\e8a9";
 } /* '' */
 .icon-mt.icon-mt-clouds:before {
   content: "\e8aa";
 } /* '' */
 .icon-mt.icon-mt-clouds-flash:before {
   content: "\e8ab";
 } /* '' */
 .icon-mt.icon-mt-cloud-sun-inv:before {
   content: "\e8ac";
 } /* '' */
 .icon-mt.icon-mt-cloud-moon-inv:before {
   content: "\e8ad";
 } /* '' */
 .icon-mt.icon-mt-cloud-inv:before {
   content: "\e8ae";
 } /* '' */
 .icon-mt.icon-mt-cloud-flash-inv:before {
   content: "\e8af";
 } /* '' */
 .icon-mt.icon-mt-drizzle-inv:before {
   content: "\e8b0";
 } /* '' */
 .icon-mt.icon-mt-rain-inv:before {
   content: "\e8b1";
 } /* '' */
 .icon-mt.icon-mt-cloud-1:before {
   content: "\e8b3";
 } /* '' */
 .icon-mt.icon-mt-cloud-flash:before {
   content: "\e8b4";
 } /* '' */
 .icon-mt.icon-mt-cloud-flash-alt:before {
   content: "\e8b5";
 } /* '' */
 .icon-mt.icon-mt-drizzle:before {
   content: "\e8b6";
 } /* '' */
 .icon-mt.icon-mt-rain:before {
   content: "\e8b7";
 } /* '' */
 .icon-mt.icon-mt-windy:before {
   content: "\e8b8";
 } /* '' */
 .icon-mt.icon-mt-windy-rain-inv:before {
   content: "\e8b9";
 } /* '' */
 .icon-mt.icon-mt-snow-inv:before {
   content: "\e8ba";
 } /* '' */
 .icon-mt.icon-mt-snow-heavy-inv:before {
   content: "\e8bb";
 } /* '' */
 .icon-mt.icon-mt-hail-inv:before {
   content: "\e8bc";
 } /* '' */
 .icon-mt.icon-mt-clouds-inv:before {
   content: "\e8bd";
 } /* '' */
 .icon-mt.icon-mt-clouds-flash-inv:before {
   content: "\e8be";
 } /* '' */
 .icon-mt.icon-mt-temperature:before {
   content: "\e8bf";
 } /* '' */
 .icon-mt.icon-mt-windy-inv:before {
   content: "\e8c0";
 } /* '' */
 .icon-mt.icon-mt-sunrise:before {
   content: "\e8c1";
 } /* '' */
 .icon-mt.icon-mt-sun-1:before {
   content: "\e8c2";
 } /* '' */
 .icon-mt.icon-mt-moon-2:before {
   content: "\e8c3";
 } /* '' */
 .icon-mt.icon-mt-eclipse:before {
   content: "\e8c4";
 } /* '' */
 .icon-mt.icon-mt-mist:before {
   content: "\e8c5";
 } /* '' */
 .icon-mt.icon-mt-wind:before {
   content: "\e8c7";
 } /* '' */
 [class^=icon-ln], [class*=icon-ln] {
   font-family: "fontello";
   font-style: normal;
   font-weight: normal;
   /* you can be more comfortable with increased icons size */
   /* font-size: 120%; */
 }
 
 .icon-ln.icon-ln-music:before {
   content: "\e800";
 } /* '' */
 .icon-ln.icon-ln-search:before {
   content: "\e801";
 } /* '' */
 .icon-ln.icon-ln-mail:before {
   content: "\e802";
 } /* '' */
 .icon-ln.icon-ln-heart:before {
   content: "\e803";
 } /* '' */
 .icon-ln.icon-ln-star:before {
   content: "\e804";
 } /* '' */
 .icon-ln.icon-ln-user:before {
   content: "\e805";
 } /* '' */
 .icon-ln.icon-ln-videocam:before {
   content: "\e806";
 } /* '' */
 .icon-ln.icon-ln-camera:before {
   content: "\e807";
 } /* '' */
 .icon-ln.icon-ln-photo:before {
   content: "\e808";
 } /* '' */
 .icon-ln.icon-ln-attach:before {
   content: "\e809";
 } /* '' */
 .icon-ln.icon-ln-lock:before {
   content: "\e80a";
 } /* '' */
 .icon-ln.icon-ln-eye:before {
   content: "\e80b";
 } /* '' */
 .icon-ln.icon-ln-tag:before {
   content: "\e80c";
 } /* '' */
 .icon-ln.icon-ln-thumbs-up:before {
   content: "\e80d";
 } /* '' */
 .icon-ln.icon-ln-pencil:before {
   content: "\e80e";
 } /* '' */
 .icon-ln.icon-ln-comment:before {
   content: "\e80f";
 } /* '' */
 .icon-ln.icon-ln-location:before {
   content: "\e810";
 } /* '' */
 .icon-ln.icon-ln-cup:before {
   content: "\e811";
 } /* '' */
 .icon-ln.icon-ln-trash:before {
   content: "\e812";
 } /* '' */
 .icon-ln.icon-ln-doc:before {
   content: "\e813";
 } /* '' */
 .icon-ln.icon-ln-note:before {
   content: "\e814";
 } /* '' */
 .icon-ln.icon-ln-cog:before {
   content: "\e815";
 } /* '' */
 .icon-ln.icon-ln-params:before {
   content: "\e816";
 } /* '' */
 .icon-ln.icon-ln-calendar:before {
   content: "\e817";
 } /* '' */
 .icon-ln.icon-ln-sound:before {
   content: "\e818";
 } /* '' */
 .icon-ln.icon-ln-clock:before {
   content: "\e819";
 } /* '' */
 .icon-ln.icon-ln-lightbulb:before {
   content: "\e81a";
 } /* '' */
 .icon-ln.icon-ln-tv:before {
   content: "\e81b";
 } /* '' */
 .icon-ln.icon-ln-desktop:before {
   content: "\e81c";
 } /* '' */
 .icon-ln.icon-ln-mobile:before {
   content: "\e81d";
 } /* '' */
 .icon-ln.icon-ln-cd:before {
   content: "\e81e";
 } /* '' */
 .icon-ln.icon-ln-inbox:before {
   content: "\e81f";
 } /* '' */
 .icon-ln.icon-ln-globe:before {
   content: "\e820";
 } /* '' */
 .icon-ln.icon-ln-cloud:before {
   content: "\e821";
 } /* '' */
 .icon-ln.icon-ln-paper-plane:before {
   content: "\e822";
 } /* '' */
 .icon-ln.icon-ln-fire:before {
   content: "\e823";
 } /* '' */
 .icon-ln.icon-ln-graduation-cap:before {
   content: "\e824";
 } /* '' */
 .icon-ln.icon-ln-megaphone:before {
   content: "\e825";
 } /* '' */
 .icon-ln.icon-ln-database:before {
   content: "\e826";
 } /* '' */
 .icon-ln.icon-ln-key:before {
   content: "\e827";
 } /* '' */
 .icon-ln.icon-ln-beaker:before {
   content: "\e828";
 } /* '' */
 .icon-ln.icon-ln-truck:before {
   content: "\e829";
 } /* '' */
 .icon-ln.icon-ln-money:before {
   content: "\e82a";
 } /* '' */
 .icon-ln.icon-ln-food:before {
   content: "\e82b";
 } /* '' */
 .icon-ln.icon-ln-shop:before {
   content: "\e82c";
 } /* '' */
 .icon-ln.icon-ln-diamond:before {
   content: "\e82d";
 } /* '' */
 .icon-ln.icon-ln-t-shirt:before {
   content: "\e82e";
 } /* '' */
 .icon-ln.icon-ln-wallet:before {
   content: "\e82f";
 } /* '' */
 @font-face {
   font-family: "fpslineicons";
   src: url(/fonts/fpslineicons.eot?aa7c0ffc13fa590ee1bbc005f1bee310);
   src: url(/fonts/fpslineicons.eot?aa7c0ffc13fa590ee1bbc005f1bee310#iefix) format("embedded-opentype"), url(/fonts/fpslineicons.woff?9e556ff9689bce6fc30f3e3c89abb767) format("woff"), url(/fonts/fpslineicons.ttf?79411190d7b4a20e186ebbfc81764e79) format("truetype"), url(/fonts/fpslineicons.svg?7a920cc19ff24c26e925bfb40a0cc3d6#fpslineicons) format("svg");
   font-weight: normal;
   font-style: normal;
 }
 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
 /*
 @media screen and (-webkit-min-device-pixel-ratio:0) {
   @font-face {
     font-family: 'fpslineicons';
     src: url('../font/fpslineicons.svg?98281823#fpslineicons') format('svg');
   }
 }
 */
 [class^=icon-fl]:before, [class*=icon-fl]:before {
   font-family: "fpslineicons";
   font-style: normal;
   font-weight: normal;
   speak: none;
   display: inline-block;
   text-decoration: inherit;
   width: 1em;
   margin-right: 0.2em;
   text-align: center;
   /* opacity: .8; */
   /* For safety - reset parent styles, that can break glyph codes*/
   font-variant: normal;
   text-transform: none;
   /* fix buttons height, for twitter bootstrap */
   line-height: 1em;
   /* Animation center compensation - margins should be symmetric */
   /* remove if not needed */
   margin-left: 0.2em;
   /* you can be more comfortable with increased icons size */
   /* font-size: 120%; */
   /* Uncomment for 3D effect */
   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
 }
 
 .icon-fl.icon-fl-heart:before {
   content: "\e800";
 } /* '' */
 .icon-fl.icon-fl-clock:before {
   content: "\e801";
 } /* '' */
 .icon-fl.icon-fl-presentation:before {
   content: "\e802";
 } /* '' */
 .icon-fl.icon-fl-camera:before {
   content: "\e803";
 } /* '' */
 .icon-fl.icon-fl-search1:before {
   content: "\e804";
 } /* '' */
 .icon-fl.icon-fl-search2:before {
   content: "\e805";
 } /* '' */
 .icon-fl.icon-fl-search3:before {
   content: "\e806";
 } /* '' */
 .icon-fl.icon-fl-push:before {
   content: "\e807";
 } /* '' */
 .icon-fl.icon-fl-diagram:before {
   content: "\e808";
 } /* '' */
 .icon-fl.icon-fl-setting2:before {
   content: "\e809";
 } /* '' */
 .icon-fl.icon-fl-feedback:before {
   content: "\e80a";
 } /* '' */
 .icon-fl.icon-fl-home:before {
   content: "\e80b";
 } /* '' */
 .icon-fl.icon-fl-calendar:before {
   content: "\e80c";
 } /* '' */
 .icon-fl.icon-fl-diagram2:before {
   content: "\e80d";
 } /* '' */
 .icon-fl.icon-fl-feedback2:before {
   content: "\e80e";
 } /* '' */
 .icon-fl.icon-fl-email:before {
   content: "\e80f";
 } /* '' */
 .icon-fl.icon-fl-twitter1:before {
   content: "\e810";
 } /* '' */
 .icon-fl.icon-fl-facebook:before {
   content: "\e811";
 } /* '' */
 .icon-fl.icon-fl-linkedin:before {
   content: "\e812";
 } /* '' */
 .icon-fl.icon-fl-gplus:before {
   content: "\e813";
 } /* '' */
 .icon-fl.icon-fl-feedback3:before {
   content: "\e814";
 } /* '' */
 .icon-fl.icon-fl-map1:before {
   content: "\e815";
 } /* '' */
 .icon-fl.icon-fl-map2:before {
   content: "\e816";
 } /* '' */
 .icon-fl.icon-fl-map3:before {
   content: "\e817";
 } /* '' */
 .icon-fl.icon-fl-email2:before {
   content: "\e818";
 } /* '' */
 .icon-fl.icon-fl-register:before {
   content: "\e819";
 } /* '' */
 .icon-fl.icon-fl-padlock1:before {
   content: "\e81a";
 } /* '' */
 .icon-fl.icon-fl-download2:before {
   content: "\e81b";
 } /* '' */
 .icon-fl.icon-fl-lecturer:before {
   content: "\e81c";
 } /* '' */
 .icon-fl.icon-fl-theme:before {
   content: "\e81d";
 } /* '' */
 .icon-fl.icon-fl-house:before {
   content: "\e81e";
 } /* '' */
 .icon-fl.icon-fl-download1:before {
   content: "\e81f";
 } /* '' */
 .icon-fl.icon-fl-badge:before {
   content: "\e820";
 } /* '' */
 .icon-fl.icon-fl-trash:before {
   content: "\e821";
 } /* '' */
 .icon-fl.icon-fl-bag:before {
   content: "\e822";
 } /* '' */
 .icon-fl.icon-fl-twitter2:before {
   content: "\e823";
 } /* '' */
 .icon-fl.icon-fl-upload1:before {
   content: "\e824";
 } /* '' */
 .icon-fl.icon-fl-setting3:before {
   content: "\e825";
 } /* '' */
 .icon-fl.icon-fl-padlock2:before {
   content: "\e826";
 } /* '' */
 .icon-fl.icon-fl-chat2:before {
   content: "\e827";
 } /* '' */
 .icon-fl.icon-fl-pipette:before {
   content: "\e828";
 } /* '' */
 .icon-fl.icon-fl-nocloud:before {
   content: "\e829";
 } /* '' */
 .icon-fl.icon-fl-drbag:before {
   content: "\e82a";
 } /* '' */
 .icon-fl.icon-fl-user3:before {
   content: "\e82b";
 } /* '' */
 .icon-fl.icon-fl-upload2:before {
   content: "\e82c";
 } /* '' */
 .icon-fl.icon-fl-eye:before {
   content: "\e82d";
 } /* '' */
 .icon-fl.icon-fl-user1:before {
   content: "\e82e";
 } /* '' */
 .icon-fl.icon-fl-pinterest:before {
   content: "\e82f";
 } /* '' */
 .icon-fl.icon-fl-vimeo:before {
   content: "\e830";
 } /* '' */
 .icon-fl.icon-fl-youtube:before {
   content: "\e831";
 } /* '' */
 .icon-fl.icon-fl-skype:before {
   content: "\e832";
 } /* '' */
 .icon-fl.icon-fl-user2:before {
   content: "\e833";
 } /* '' */
 .icon-fl.icon-fl-chat1:before {
   content: "\e834";
 } /* '' */
 .icon-fl.icon-fl-evernote:before {
   content: "\e835";
 } /* '' */
 .icon-fl.icon-fl-dribbble:before {
   content: "\e836";
 } /* '' */
 .icon-fl.icon-fl-behance:before {
   content: "\e837";
 } /* '' */
 .icon-fl.icon-fl-pen:before {
   content: "\e838";
 } /* '' */
 .icon-fl.icon-fl-pencil:before {
   content: "\e839";
 } /* '' */
 .icon-fl.icon-fl-birdpen:before {
   content: "\e83a";
 } /* '' */
 .icon-fl.icon-fl-users:before {
   content: "\e83b";
 } /* '' */
 .icon-fl.icon-fl-brush:before {
   content: "\e83c";
 } /* '' */
 .icon-fl.icon-fl-paintcylinder:before {
   content: "\e83d";
 } /* '' */
 .icon-fl.icon-fl-flickr:before {
   content: "\e83e";
 } /* '' */
 .icon-fl.icon-fl-deviantart:before {
   content: "\e83f";
 } /* '' */
 .icon-fl.icon-fl-digg:before {
   content: "\e840";
 } /* '' */
 .icon-fl.icon-fl-emoticon1:before {
   content: "\e841";
 } /* '' */
 .icon-fl.icon-fl-emoticon2:before {
   content: "\e842";
 } /* '' */
 .icon-fl.icon-fl-emoticon3:before {
   content: "\e843";
 } /* '' */
 .icon-fl.icon-fl-emoticon4:before {
   content: "\e844";
 } /* '' */
 .icon-fl.icon-fl-emoticon5:before {
   content: "\e845";
 } /* '' */
 .icon-fl.icon-fl-emoticon6:before {
   content: "\e846";
 } /* '' */
 .icon-fl.icon-fl-emoticon7:before {
   content: "\e847";
 } /* '' */
 .icon-fl.icon-fl-emoticon8:before {
   content: "\e848";
 } /* '' */
 .icon-fl.icon-fl-emoticon9:before {
   content: "\e849";
 } /* '' */
 .icon-fl.icon-fl-emoticon10:before {
   content: "\e84a";
 } /* '' */
 .icon-fl.icon-fl-emoticon11:before {
   content: "\e84b";
 } /* '' */
 .icon-fl.icon-fl-emoticon12:before {
   content: "\e84c";
 } /* '' */
 .icon-fl.icon-fl-emoticon13:before {
   content: "\e84d";
 } /* '' */
 .icon-fl.icon-fl-emoticon14:before {
   content: "\e84e";
 } /* '' */
 .icon-fl.icon-fl-emoticon15:before {
   content: "\e84f";
 } /* '' */
 .icon-fl.icon-fl-emoticon16:before {
   content: "\e850";
 } /* '' */
 .icon-fl.icon-fl-emoticon17:before {
   content: "\e851";
 } /* '' */
 .icon-fl.icon-fl-emoticon18:before {
   content: "\e852";
 } /* '' */
 .icon-fl.icon-fl-emoticon19:before {
   content: "\e853";
 } /* '' */
 .icon-fl.icon-fl-emoticon20:before {
   content: "\e854";
 } /* '' */
 .icon-fl.icon-fl-emoticon21:before {
   content: "\e855";
 } /* '' */
 .icon-fl.icon-fl-emoticon22:before {
   content: "\e856";
 } /* '' */
 .icon-fl.icon-fl-emoticon23:before {
   content: "\e857";
 } /* '' */
 .icon-fl.icon-fl-emoticon24:before {
   content: "\e858";
 } /* '' */
 .icon-fl.icon-fl-emoticon25:before {
   content: "\e859";
 } /* '' */
 .icon-fl.icon-fl-emoticon26:before {
   content: "\e85a";
 } /* '' */
 .icon-fl.icon-fl-hammer:before {
   content: "\e85b";
 } /* '' */
 .icon-fl.icon-fl-wrench1:before {
   content: "\e85c";
 } /* '' */
 .icon-fl.icon-fl-screwdriver:before {
   content: "\e85d";
 } /* '' */
 .icon-fl.icon-fl-wrench2:before {
   content: "\e85e";
 } /* '' */
 .icon-fl.icon-fl-cordlessscrewdriver:before {
   content: "\e85f";
 } /* '' */
 .icon-fl.icon-fl-scissors:before {
   content: "\e860";
 } /* '' */
 .icon-fl.icon-fl-weather1:before {
   content: "\e861";
 } /* '' */
 .icon-fl.icon-fl-weather2:before {
   content: "\e862";
 } /* '' */
 .icon-fl.icon-fl-weather3:before {
   content: "\e863";
 } /* '' */
 .icon-fl.icon-fl-weather4:before {
   content: "\e864";
 } /* '' */
 .icon-fl.icon-fl-weather5:before {
   content: "\e865";
 } /* '' */
 .icon-fl.icon-fl-weather6:before {
   content: "\e866";
 } /* '' */
 .icon-fl.icon-fl-weather7:before {
   content: "\e867";
 } /* '' */
 .icon-fl.icon-fl-weather8:before {
   content: "\e868";
 } /* '' */
 .icon-fl.icon-fl-weather9:before {
   content: "\e869";
 } /* '' */
 .icon-fl.icon-fl-weather10:before {
   content: "\e86a";
 } /* '' */
 .icon-fl.icon-fl-weather11:before {
   content: "\e86b";
 } /* '' */
 .icon-fl.icon-fl-weather12:before {
   content: "\e86c";
 } /* '' */
 .icon-fl.icon-fl-weather13:before {
   content: "\e86d";
 } /* '' */
 .icon-fl.icon-fl-weather14:before {
   content: "\e86e";
 } /* '' */
 .icon-fl.icon-fl-weather15:before {
   content: "\e86f";
 } /* '' */
 .icon-fl.icon-fl-weather16:before {
   content: "\e870";
 } /* '' */
 .icon-fl.icon-fl-weather17:before {
   content: "\e871";
 } /* '' */
 .icon-fl.icon-fl-weather18:before {
   content: "\e872";
 } /* '' */
 .icon-fl.icon-fl-weather19:before {
   content: "\e873";
 } /* '' */
 .icon-fl.icon-fl-weather20:before {
   content: "\e874";
 } /* '' */
 .icon-fl.icon-fl-weather21:before {
   content: "\e875";
 } /* '' */
 .icon-fl.icon-fl-weather22:before {
   content: "\e876";
 } /* '' */
 .icon-fl.icon-fl-weather23:before {
   content: "\e877";
 } /* '' */
 .icon-fl.icon-fl-weather24:before {
   content: "\e878";
 } /* '' */
 .icon-fl.icon-fl-weather25:before {
   content: "\e879";
 } /* '' */
 .icon-fl.icon-fl-weather26:before {
   content: "\e87a";
 } /* '' */
 .icon-fl.icon-fl-soundcloud:before {
   content: "\e87b";
 } /* '' */
 .icon-fl.icon-fl-battery1:before {
   content: "\e87c";
 } /* '' */
 .icon-fl.icon-fl-battery2:before {
   content: "\e87d";
 } /* '' */
 .icon-fl.icon-fl-battery3:before {
   content: "\e87e";
 } /* '' */
 .icon-fl.icon-fl-battery4:before {
   content: "\e87f";
 } /* '' */
 .icon-fl.icon-fl-battery5:before {
   content: "\e880";
 } /* '' */
 .icon-fl.icon-fl-battery6:before {
   content: "\e881";
 } /* '' */
 .icon-fl.icon-fl-battery7:before {
   content: "\e882";
 } /* '' */
 .icon-fl.icon-fl-mouse:before {
   content: "\e883";
 } /* '' */
 .icon-fl.icon-fl-imac:before {
   content: "\e884";
 } /* '' */
 .icon-fl.icon-fl-gamepad:before {
   content: "\e885";
 } /* '' */
 .icon-fl.icon-fl-laptop:before {
   content: "\e886";
 } /* '' */
 .icon-fl.icon-fl-printer:before {
   content: "\e887";
 } /* '' */
 .icon-fl.icon-fl-headphone:before {
   content: "\e888";
 } /* '' */
 .icon-fl.icon-fl-keyboard:before {
   content: "\e889";
 } /* '' */
 .icon-fl.icon-fl-monitor:before {
   content: "\e88a";
 } /* '' */
 .icon-fl.icon-fl-telephone:before {
   content: "\e88b";
 } /* '' */
 .icon-fl.icon-fl-ipod:before {
   content: "\e88c";
 } /* '' */
 .icon-fl.icon-fl-mic1:before {
   content: "\e88d";
 } /* '' */
 .icon-fl.icon-fl-bakelitedisk:before {
   content: "\e88e";
 } /* '' */
 .icon-fl.icon-fl-usb1:before {
   content: "\e88f";
 } /* '' */
 .icon-fl.icon-fl-mic2:before {
   content: "\e890";
 } /* '' */
 .icon-fl.icon-fl-calculator:before {
   content: "\e891";
 } /* '' */
 .icon-fl.icon-fl-floppydisk:before {
   content: "\e892";
 } /* '' */
 .icon-fl.icon-fl-cpu:before {
   content: "\e893";
 } /* '' */
 .icon-fl.icon-fl-vlc:before {
   content: "\e894";
 } /* '' */
 .icon-fl.icon-fl-usb2:before {
   content: "\e895";
 } /* '' */
 .icon-fl.icon-fl-classictelephone:before {
   content: "\e896";
 } /* '' */
 .icon-fl.icon-fl-projector:before {
   content: "\e897";
 } /* '' */
 .icon-fl.icon-fl-webcam:before {
   content: "\e898";
 } /* '' */
 .icon-fl.icon-fl-speaker1:before {
   content: "\e899";
 } /* '' */
 .icon-fl.icon-fl-speaker2:before {
   content: "\e89a";
 } /* '' */
 .icon-fl.icon-fl-speaker3:before {
   content: "\e89b";
 } /* '' */
 .icon-fl.icon-fl-speaker4:before {
   content: "\e89c";
 } /* '' */
 .icon-fl.icon-fl-camera3:before {
   content: "\e89d";
 } /* '' */
 .icon-fl.icon-fl-camera2:before {
   content: "\e89e";
 } /* '' */
 .icon-fl.icon-fl-tv:before {
   content: "\e89f";
 } /* '' */
 .icon-fl.icon-fl-polaroid:before {
   content: "\e8a0";
 } /* '' */
 .icon-fl.icon-fl-antenna:before {
   content: "\e8a1";
 } /* '' */
 .icon-fl.icon-fl-camera4:before {
   content: "\e8a2";
 } /* '' */
 .icon-fl.icon-fl-radio:before {
   content: "\e8a3";
 } /* '' */
 .icon-fl.icon-fl-arrow1:before {
   content: "\e8a4";
 } /* '' */
 .icon-fl.icon-fl-arrow2:before {
   content: "\e8a5";
 } /* '' */
 .icon-fl.icon-fl-arrow3:before {
   content: "\e8a6";
 } /* '' */
 .icon-fl.icon-fl-arrow4:before {
   content: "\e8a7";
 } /* '' */
 .icon-fl.icon-fl-arrow5:before {
   content: "\e8a8";
 } /* '' */
 .icon-fl.icon-fl-arrow51:before {
   content: "\e8a9";
 } /* '' */
 .icon-fl.icon-fl-arrow6:before {
   content: "\e8aa";
 } /* '' */
 .icon-fl.icon-fl-arrow7:before {
   content: "\e8ab";
 } /* '' */
 .icon-fl.icon-fl-arrow8:before {
   content: "\e8ac";
 } /* '' */
 .icon-fl.icon-fl-arrow9:before {
   content: "\e8ad";
 } /* '' */
 .icon-fl.icon-fl-arrow10:before {
   content: "\e8ae";
 } /* '' */
 .icon-fl.icon-fl-arrow11:before {
   content: "\e8af";
 } /* '' */
 .icon-fl.icon-fl-arrow12:before {
   content: "\e8b0";
 } /* '' */
 .icon-fl.icon-fl-arrow13:before {
   content: "\e8b1";
 } /* '' */
 .icon-fl.icon-fl-arrow14:before {
   content: "\e8b2";
 } /* '' */
 .icon-fl.icon-fl-arrow15:before {
   content: "\e8b3";
 } /* '' */
 .icon-fl.icon-fl-arrow16:before {
   content: "\e8b4";
 } /* '' */
 .icon-fl.icon-fl-arrow17:before {
   content: "\e8b5";
 } /* '' */
 .icon-fl.icon-fl-arrow18:before {
   content: "\e8b6";
 } /* '' */
 .icon-fl.icon-fl-arrow19:before {
   content: "\e8b7";
 } /* '' */
 .icon-fl.icon-fl-arrow20:before {
   content: "\e8b8";
 } /* '' */
 .icon-fl.icon-fl-arrow21:before {
   content: "\e8b9";
 } /* '' */
 .icon-fl.icon-fl-arrow22:before {
   content: "\e8ba";
 } /* '' */
 .icon-fl.icon-fl-arrow23:before {
   content: "\e8bb";
 } /* '' */
 .icon-fl.icon-fl-arrow24:before {
   content: "\e8bc";
 } /* '' */
 .icon-fl.icon-fl-arrow25:before {
   content: "\e8bd";
 } /* '' */
 .icon-fl.icon-fl-arrow26:before {
   content: "\e8be";
 } /* '' */
 .icon-fl.icon-fl-arrow27:before {
   content: "\e8bf";
 } /* '' */
 .icon-fl.icon-fl-arrow28:before {
   content: "\e8c0";
 } /* '' */
 .icon-fl.icon-fl-arrow29:before {
   content: "\e8c1";
 } /* '' */
 .icon-fl.icon-fl-arrow30:before {
   content: "\e8c2";
 } /* '' */
 .icon-fl.icon-fl-arrow31:before {
   content: "\e8c3";
 } /* '' */
 .icon-fl.icon-fl-arrow32:before {
   content: "\e8c4";
 } /* '' */
 .icon-fl.icon-fl-arrow33:before {
   content: "\e8c5";
 } /* '' */
 .icon-fl.icon-fl-arrow52:before {
   content: "\e8c6";
 } /* '' */
 .icon-fl.icon-fl-arrow34:before {
   content: "\e8c7";
 } /* '' */
 .icon-fl.icon-fl-arrow35:before {
   content: "\e8c8";
 } /* '' */
 .icon-fl.icon-fl-arrow36:before {
   content: "\e8c9";
 } /* '' */
 .icon-fl.icon-fl-arrow37:before {
   content: "\e8ca";
 } /* '' */
 .icon-fl.icon-fl-arrow38:before {
   content: "\e8cb";
 } /* '' */
 .icon-fl.icon-fl-arrow39:before {
   content: "\e8cc";
 } /* '' */
 .icon-fl.icon-fl-arrow40:before {
   content: "\e8cd";
 } /* '' */
 .icon-fl.icon-fl-arrow41:before {
   content: "\e8ce";
 } /* '' */
 .icon-fl.icon-fl-arrow42:before {
   content: "\e8cf";
 } /* '' */
 .icon-fl.icon-fl-arrow43:before {
   content: "\e8d0";
 } /* '' */
 .icon-fl.icon-fl-arrow48:before {
   content: "\e8d1";
 } /* '' */
 .icon-fl.icon-fl-arrow49:before {
   content: "\e8d2";
 } /* '' */
 .icon-fl.icon-fl-arrow50:before {
   content: "\e8d3";
 } /* '' */
 .icon-fl.icon-fl-arrow44:before {
   content: "\e8d4";
 } /* '' */
 .icon-fl.icon-fl-arrow45:before {
   content: "\e8d5";
 } /* '' */
 .icon-fl.icon-fl-arrow46:before {
   content: "\e8d6";
 } /* '' */
 .icon-fl.icon-fl-arrow47:before {
   content: "\e8d7";
 } /* '' */
 .icon-fl.icon-fl-star1:before {
   content: "\e8d8";
 } /* '' */
 .icon-fl.icon-fl-star2:before {
   content: "\e8d9";
 } /* '' */
 .icon-fl.icon-fl-star3:before {
   content: "\e8da";
 } /* '' */
 .icon-fl.icon-fl-cart3:before {
   content: "\e8db";
 } /* '' */
 .icon-fl.icon-fl-cart31:before {
   content: "\e8dc";
 } /* '' */
 .icon-fl.icon-fl-cart32:before {
   content: "\e8dd";
 } /* '' */
 .icon-fl.icon-fl-moneybag:before {
   content: "\e8de";
 } /* '' */
 .icon-fl.icon-fl-moneypig:before {
   content: "\e8df";
 } /* '' */
 .icon-fl.icon-fl-cart:before {
   content: "\e8e0";
 } /* '' */
 .icon-fl.icon-fl-cart2:before {
   content: "\e8e1";
 } /* '' */
 .icon-fl.icon-fl-gift:before {
   content: "\e8e2";
 } /* '' */
 .icon-fl.icon-fl-safe:before {
   content: "\e8e3";
 } /* '' */
 .icon-fl.icon-fl-gold1:before {
   content: "\e8e4";
 } /* '' */
 .icon-fl.icon-fl-gold2:before {
   content: "\e8e5";
 } /* '' */
 .icon-fl.icon-fl-gold3:before {
   content: "\e8e6";
 } /* '' */
 .icon-fl.icon-fl-gold4:before {
   content: "\e8e7";
 } /* '' */
 .icon-fl.icon-fl-gold5:before {
   content: "\e8e8";
 } /* '' */
 .icon-fl.icon-fl-judicialgavel:before {
   content: "\e8e9";
 } /* '' */
 .icon-fl.icon-fl-bankcard:before {
   content: "\e8ea";
 } /* '' */
 .icon-fl.icon-fl-bell:before {
   content: "\e8eb";
 } /* '' */
 .icon-fl.icon-fl-bag2:before {
   content: "\e8ec";
 } /* '' */
 .icon-fl.icon-fl-money1:before {
   content: "\e8ed";
 } /* '' */
 .icon-fl.icon-fl-money2:before {
   content: "\e8ee";
 } /* '' */
 .icon-fl.icon-fl-money3:before {
   content: "\e8ef";
 } /* '' */
 .icon-fl.icon-fl-money4:before {
   content: "\e8f0";
 } /* '' */
 .icon-fl.icon-fl-shop:before {
   content: "\e8f1";
 } /* '' */
 .icon-fl.icon-fl-blogger:before {
   content: "\e8f2";
 } /* '' */
 .icon-fl.icon-fl-lamp:before {
   content: "\e8f3";
 } /* '' */
 .icon-fl.icon-fl-setting1:before {
   content: "\e8f4";
 } /* '' */
 .icon-fl.icon-fl-vote:before {
   content: "\e8f5";
 } /* '' */
 .icon-fl.icon-fl-registration:before {
   content: "\e8f6";
 } /* '' */
 .icon-fl.icon-fl-arrow53:before {
   content: "\e8f7";
 } /* '' */
 .icon-fl.icon-fl-arrow54:before {
   content: "\e8f8";
 } /* '' */
 .icon-fl.icon-fl-arrow55:before {
   content: "\e8f9";
 } /* '' */
 .icon-fl.icon-fl-arrow56:before {
   content: "\e8fa";
 } /* '' */
 .icon-fl.icon-fl-arrow57:before {
   content: "\e8fb";
 } /* '' */
 .icon-fl.icon-fl-arrow58:before {
   content: "\e8fc";
 } /* '' */
 .icon-fl.icon-fl-arrow59:before {
   content: "\e8fd";
 } /* '' */
 .icon-fl.icon-fl-arrow60:before {
   content: "\e8fe";
 } /* '' */
 .icon-fl.icon-fl-arrow61:before {
   content: "\e8ff";
 } /* '' */
 .icon-fl.icon-fl-arrow62:before {
   content: "\e900";
 } /* '' */
 .icon-fl.icon-fl-arrow63:before {
   content: "\e901";
 } /* '' */
 .icon-fl.icon-fl-arrow64:before {
   content: "\e902";
 } /* '' */
 .icon-fl.icon-fl-arrow65:before {
   content: "\e903";
 } /* '' */
 .icon-fl.icon-fl-arrow66:before {
   content: "\e904";
 } /* '' */
 .icon-fl.icon-fl-arrow67:before {
   content: "\e905";
 } /* '' */
 .icon-fl.icon-fl-arrow68:before {
   content: "\e906";
 } /* '' */
 .icon-fl.icon-fl-arrow69:before {
   content: "\e907";
 } /* '' */
 .icon-fl.icon-fl-arrow70:before {
   content: "\e908";
 } /* '' */
 .icon-fl.icon-fl-arrow71:before {
   content: "\e909";
 } /* '' */
 .icon-fl.icon-fl-arrow72:before {
   content: "\e90a";
 } /* '' */
 .icon-fl.icon-fl-arrow73:before {
   content: "\e90b";
 } /* '' */
 .icon-fl.icon-fl-arrow74:before {
   content: "\e90c";
 } /* '' */
 .icon-fl.icon-fl-arrow75:before {
   content: "\e90d";
 } /* '' */
 .icon-fl.icon-fl-arrow76:before {
   content: "\e90e";
 } /* '' */
 .icon-fl.icon-fl-arrow77:before {
   content: "\e90f";
 } /* '' */
 .icon-fl.icon-fl-arrow78:before {
   content: "\e910";
 } /* '' */
 .icon-fl.icon-fl-arrow79:before {
   content: "\e911";
 } /* '' */
 @media (max-width: 480px) {
   .skin-stark .header-nav .dropdown-menu {
     border: 0 !important;
     background-color: #2e3238 !important;
   }
 }
 
 html, body, .site-wrapper {
   height: 100%;
 }
 
 body {
   background-color: #f8f8f8;
   font-family: "Roboto", sans-serif;
   color: #595959;
   overflow-x: hidden;
 }
 
 h1, h2, h3, h4, h5, h6 {
   color: #333;
   font-weight: normal;
 }
 
 a {
   color: #55595c;
 }
 a:hover, a:focus {
   color: #6d7377;
   text-decoration: none;
   outline: none;
 }
 
 mark, .mark {
   background-color: #efefef;
   border-radius: 5px;
   color: #333;
   padding: 0.2em 0.4em;
   margin: 0 1px;
 }
 
 code, .code {
   background-color: #333;
   color: #ffde00;
 }
 
 :active, :focus, :hover {
   outline: 0;
 }
 
 .text-default {
   color: #333 !important;
 }
 
 .site-header {
   background-color: #ffde00;
   height: 60px;
   left: 0;
   padding: 12px 15px;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1000;
 }
 
 .sidebar-left {
   background: #333;
   height: 100%;
   left: 0;
   padding: 60px 0 10px;
   position: fixed;
   top: 0;
   width: 240px;
   z-index: 30;
 }
 
 .sidebar-body {
   height: 100%;
   overflow-y: auto;
 }
 .sidebar-body::-webkit-scrollbar {
   -webkit-appearance: none;
 }
 .sidebar-body::-webkit-scrollbar:vertical {
   width: 8px;
 }
 .sidebar-body::-webkit-scrollbar:horizontal {
   height: 8px;
 }
 .sidebar-body::-webkit-scrollbar-thumb {
   border-radius: 8px;
   border: 2px solid rgba(255, 255, 255, 0);
   background-color: rgba(255, 255, 255, 0.3);
 }
 .sidebar-body::-webkit-scrollbar-track {
   background-color: rgba(0, 0, 0, 0);
   border-radius: 8px;
 }
 
 .mobile-menu-overlay {
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 29;
   background: rgba(48, 75, 88, 0.5);
   display: none;
 }
 
 .layout-default .main-content,
 .layout-icon-sidebar .main-content {
   padding: 90px 15px 10px 255px;
   min-height: calc(100% - 39px);
 }
 
 .site-footer {
   background-color: #fff;
   color: #818a91;
   font-size: 13px;
   font-weight: normal;
   padding: 10px 15px 10px 255px;
 }
 .site-footer a {
   color: #55595c;
 }
 
 .page-header {
   margin-bottom: 30px;
   position: relative;
 }
 .page-header .breadcrumb {
   background: none;
   padding: 0;
 }
 .page-header .page-actions {
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   margin: auto;
 }
 
 .template-container {
   height: 100%;
 }
 
 @media (max-width: 767px) {
   .sidebar-left {
     left: -240px;
     transition: left 0.3s ease;
   }
   .sidebar-open .sidebar-left {
     left: 0;
   }
   .sidebar-open .mobile-menu-overlay {
     display: block;
   }
   .layout-default .main-content,
 .layout-icon-sidebar .main-content {
     padding-left: 15px;
   }
   .site-footer {
     padding-left: 15px;
   }
 }
 .layout-icon-sidebar .sidebar-left {
   width: 200px;
 }
 .layout-icon-sidebar .sidebar-left .side-nav .collapse-group .collapse-group-item .collapse-item-title {
   text-align: center;
 }
 .layout-icon-sidebar .sidebar-left .side-nav .collapse-group .collapse-group-item .collapse-item-title a {
   padding: 15px;
 }
 .layout-icon-sidebar .sidebar-left .side-nav .collapse-group .collapse-group-item .collapse-item-title a i {
   display: block;
   width: 100%;
   margin-bottom: 0.5em;
   font-size: 30px;
 }
 .layout-icon-sidebar .sidebar-left .side-nav .collapse-group .collapse-group-item .collapse-item-title .arrow {
   position: absolute;
   right: 21px;
   top: 50%;
   margin-top: -8px;
 }
 .layout-icon-sidebar .sidebar-left .side-nav .collapse-group .collapse-group-item {
   text-align: center;
 }
 .layout-icon-sidebar .sidebar-left .side-nav .collapse-group .collapse-group-item a {
   padding: 15px;
 }
 
 .layout-horizontal .main-content {
   padding: 138px 30px 10px;
 }
 
 .layout-horizontal .site-footer {
   padding: 10px 30px;
 }

 .brand-main img {
   height: 25px;
   padding-top: 6px;
 }
 
 .nav-toggle {
   background-color: #333;
   border-radius: 2px;
   color: #fff;
   display: none;
   font-size: 14px;
   line-height: 9px;
   padding: 6px;
 }
 .nav-toggle:active, .nav-toggle:focus, .nav-toggle:visited {
   color: #fff;
 }
 
 .action-list {
   float: right;
   list-style: none;
   margin: 0;
 }
 .action-list li {
   display: block;
   float: left;
   position: relative;
   height: 36px;
   margin: 0;
   padding: 0 4px;
 }
 .action-list li.action-item a {
   padding: 11px;
 }
 .action-list li a {
   background-color: #333;
   border-radius: 2px;
   color: #fff;
   display: inline-block;
   font-size: 14px !important;
   line-height: 14px !important;
   padding: 11px !important;
 }
 .action-list li a:hover {
   background-color: #404040;
   color: #fff;
 }
 .action-list .avatar {
   padding: 0 !important;
   background-color: transparent;
 }
 .action-list .avatar img {
   width: 36px;
   border-radius: 2px;
 }
 .action-list .dropdown-group {
   background-color: #333;
 }
 .action-list .dropdown-group i {
   text-align: center;
   width: auto;
 }
 .action-list .dropdown-group.has-child > .dropdown-activator::after {
   content: none;
 }
 .action-list .dropdown-group .dropdown-group-item i {
   width: 25px;
 }
 .action-list .notification-dropdown {
   padding: 5px !important;
 }
 .action-list .notification-dropdown .dropdown-header {
   border-bottom: 1px solid #bababa;
   color: #ffde00;
   padding: 3px 10px 8px;
   margin-bottom: 0;
 }
 
 @media (max-width: 767px) {
   .nav-toggle {
     display: inline-block;
     margin-left: 10px;
   }
   .brand-main {
     float: left;
   }
   .brand-main img {
     height: 32px;
     padding-top: 4px;
   }
 }
 .side-nav {
   list-style: none;
   margin: 0;
   padding: 0;
 }
 .side-nav .collapse-group .collapse-group-item .collapse-item-title {
   display: block;
 }
 .side-nav .collapse-group .collapse-group-item .collapse-item-title > a > .icon-fa.arrow {
   float: right;
   line-height: 1.42857;
 }
 .side-nav .collapse-group .collapse-group-item .collapse-item-title > a > .icon-fa.arrow:before {
   content: "\f104";
 }
 .side-nav .collapse-group .collapse-group-item a {
   color: #fff;
   display: block;
   font-size: 14px;
   padding: 12px 12px 12px 30px;
   position: relative;
   text-decoration: none;
 }
 .side-nav .collapse-group .collapse-group-item a:hover {
   background-color: #4d4d4d;
 }
 .side-nav .collapse-group .collapse-group-item i {
   width: 30px;
 }
 .side-nav .collapse-group .collapse-group-item.active > .collapse-item-title > a {
   color: #ffde00;
 }
 .side-nav .collapse-group .collapse-group-item.active > .collapse-item-title > a > .icon-fa.arrow:before {
   content: "\f107";
 }
 .side-nav .collapse-group .collapse-group-item .collapse-group-items {
   background-color: #3b3b3b;
   padding: 0;
 }
 .side-nav .collapse-group .collapse-group-item .collapse-group-items .collapse-group-items {
   background-color: #474747;
 }
 .side-nav .collapse-group .collapse-group-item .collapse-group-items .collapse-group-items .collapse-group-items {
   background-color: #4f4f4f;
 }
 .side-nav .collapse-group .collapse-group-item .collapse-group-items a.active {
   color: #ffde00;
 }
 
 .btn {
   font-family: "Roboto", sans-serif;
 }
 .btn.btn-pressable:active {
   transform: translate(0px, 3px);
   -webkit-transform: translate(0px, 3px);
 }
 
 .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
   outline: none;
 }
 
 .btn-default {
   border: 1px solid #ddd;
   background-color: #fff;
 }
 .btn-default:hover, .btn-default:active, .btn-default:focus {
   background-color: #f8f8f8;
 }
 
 .btn-outline-default {
   border: 1px solid #ddd;
   background-color: #fff;
 }
 .btn-outline-default:hover, .btn-outline-default:active, .btn-outline-default:focus {
   background-color: #f8f8f8;
 }
 
 .btn-theme {
   color: #212529;
   background-color: #ffde00;
   border-color: #ffde00;
   -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
   -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
 }
 .btn-theme:hover {
   color: #212529;
   background-color: #d9bd00;
   border-color: #ccb200;
 }
 .btn-theme:focus, .btn-theme.focus {
   color: #212529;
   background-color: #d9bd00;
   border-color: #ccb200;
   box-shadow: 0 0 0 0.2rem rgba(222, 194, 6, 0.5);
 }
 .btn-theme.disabled, .btn-theme:disabled {
   color: #212529;
   background-color: #ffde00;
   border-color: #ffde00;
 }
 .btn-theme:not(:disabled):not(.disabled):active, .btn-theme:not(:disabled):not(.disabled).active, .show > .btn-theme.dropdown-toggle {
   color: #212529;
   background-color: #ccb200;
   border-color: #bfa700;
 }
 .btn-theme:not(:disabled):not(.disabled):active:focus, .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .btn-theme.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(222, 194, 6, 0.5);
 }
 
 .btn-outline-theme {
   color: #ffde00;
   border-color: #ffde00;
 }
 .btn-outline-theme:hover {
   color: #212529;
   background-color: #ffde00;
   border-color: #ffde00;
 }
 .btn-outline-theme:focus, .btn-outline-theme.focus {
   box-shadow: 0 0 0 0.2rem rgba(255, 222, 0, 0.5);
 }
 .btn-outline-theme.disabled, .btn-outline-theme:disabled {
   color: #ffde00;
   background-color: transparent;
 }
 .btn-outline-theme:not(:disabled):not(.disabled):active, .btn-outline-theme:not(:disabled):not(.disabled).active, .show > .btn-outline-theme.dropdown-toggle {
   color: #212529;
   background-color: #ffde00;
   border-color: #ffde00;
 }
 .btn-outline-theme:not(:disabled):not(.disabled):active:focus, .btn-outline-theme:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-theme.dropdown-toggle:focus {
   box-shadow: 0 0 0 0.2rem rgba(255, 222, 0, 0.5);
 }
 
 .btn-rounded {
   border-radius: 20px;
 }
 
 .btn i {
   width: 1.2em;
   text-align: left;
 }
 
 .btn-icon {
   padding: 0.6rem;
   line-height: 1em;
 }
 .btn-icon i {
   text-align: center;
 }
 
 .btn-xs {
   font-size: 12px;
   padding: 3px 10px;
 }
 
 .btn-full {
   width: 100%;
 }
 
 .ladda-button {
   overflow: visible !important;
 }
 
 .btn-success, .btn-warning, .btn-info {
   color: #fff;
 }
 .btn-success:hover, .btn-warning:hover, .btn-info:hover {
   color: #fff;
 }
 
 .btn-group .btn-group .dropdown-group .btn {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
 }
 .btn-group .btn-group .dropdown-group .btn-group:not(:last-child) > .btn {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
 }
 
 .btn-group-vertical > .btn-group:not(:last-child) .dropdown-group .btn {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
 }
 .btn-group-vertical > .btn-group .dropdown-group .btn {
   border-top-right-radius: 0;
   border-top-left-radius: 0;
 }
 
 .form-control:focus {
   border-color: #ffde00;
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(255, 222, 0, 0.1607843137);
 }
 
 .card {
   margin-bottom: 1.5rem;
 }
 .card .card-header {
   position: relative;
 }
 .card .card-header::after {
   display: block;
   clear: both;
   content: "";
 }
 .card .card-header i {
   width: 1.3em;
 }
 .card .card-header h6 {
   font-size: 1rem;
   font-weight: normal;
   margin: 0;
 }
 .card .card-header h3 {
   font-weight: normal;
   margin: 0;
   font-size: 1.25rem;
 }
 .card .card-header h5 {
   margin: 0;
   font-weight: normal;
 }
 .card .card-header.bg-dark {
   background-color: #333;
   color: #fff;
 }
 .card .card-header .caption {
   display: inline-block;
   padding: 8px 0;
 }
 .card .card-header .actions {
   float: right;
   margin: auto;
 }
 .card .section-semi-title {
   font-size: 1.1rem;
   text-transform: uppercase;
   font-weight: 400;
 }
 .card .card-footer {
   background-color: #fff;
 }
 .card.with-tabs .card-header {
   padding: 0;
 }
 .card.with-tabs .card-header .caption {
   padding: 20px;
 }
 .card.with-tabs .card-header .actions {
   padding-right: 20px;
 }
 .card.with-tabs .card-header .nav-tabs {
   border-bottom: none;
 }
 .card.with-tabs .card-header .nav-link {
   padding: 1em 1.5em;
 }
 .card .bg-primary h3, .card .bg-primary h5, .card .bg-primary h6,
 .card .bg-info h3,
 .card .bg-info h5,
 .card .bg-info h6,
 .card .bg-primary h3,
 .card .bg-primary h5,
 .card .bg-primary h6,
 .card .bg-dark h3,
 .card .bg-dark h5,
 .card .bg-dark h6,
 .card .bg-success h3,
 .card .bg-success h5,
 .card .bg-success h6,
 .card .bg-danger h3,
 .card .bg-danger h5,
 .card .bg-danger h6,
 .card .bg-warning h3,
 .card .bg-warning h5,
 .card .bg-warning h6 {
   color: #fff;
 }
 
 .tabs .tab-content {
   margin-top: 1.2rem;
 }
 
 .tabs-default .nav-link.active {
   background-color: #333;
   color: #ffde00;
 }
 .tabs-default .nav-link.active:hover, .tabs-default .nav-link.active:active, .tabs-default .nav-link.active:focus {
   background-color: #333;
   color: #ffde00;
 }
 .tabs-default .nav-link:hover {
   border: 1px solid #333;
 }
 .tabs-default .nav-tabs {
   border-bottom: 1px solid #333;
 }
 
 .tabs-primary .nav-link.active {
   background-color: #007dcc;
   color: #fff;
 }
 .tabs-primary .nav-link.active:hover, .tabs-primary .nav-link.active:active, .tabs-primary .nav-link.active:focus {
   background-color: #007dcc;
   color: #fff;
 }
 .tabs-primary .nav-link:hover {
   border: 1px solid #007dcc;
 }
 .tabs-primary .nav-tabs {
   border-bottom: 1px solid #007dcc;
 }
 
 .tabs-simple .nav-link {
   border: 0;
   background-color: transparent;
   border-radius: 0;
   color: #55595c;
 }
 .tabs-simple .nav-link:hover, .tabs-simple .nav-link:active, .tabs-simple .nav-link:focus {
   border-bottom: 3px solid #ffde00;
   border-color: #fff299;
 }
 .tabs-simple .nav-link.active {
   background-color: transparent;
   border-bottom: 3px solid #ffde00;
   color: #333;
 }
 .tabs-simple .nav-link.active:hover, .tabs-simple .nav-link.active:active, .tabs-simple .nav-link.active:focus {
   border-bottom: 3px solid #ffde00;
   border-color: #ffde00;
   color: #333;
 }
 
 .tabs-vertical::after {
   display: block;
   clear: both;
   content: "";
 }
 .tabs-vertical .nav-tabs {
   float: left;
   border-right: 1px solid #333;
   border-bottom: none;
   overflow: hidden;
   margin-right: 1.2rem;
   display: block;
 }
 .tabs-vertical .nav-tabs li {
   float: none;
   margin-right: -1px;
   margin-bottom: 0;
 }
 .tabs-vertical .nav-tabs li a {
   margin-right: 0;
   border-radius: 4px 0 0 4px;
   margin-bottom: 0.2rem;
   background-color: #fff;
   border-color: transparent;
   border-right-color: #333;
 }
 .tabs-vertical .nav-tabs li a:hover, .tabs-vertical .nav-tabs li a:active, .tabs-vertical .nav-tabs li a:focus {
   background-color: #fff;
   border-color: #333;
 }
 .tabs-vertical .nav-tabs li a.active {
   background-color: #333;
   color: #ffde00;
 }
 .tabs-vertical .nav-tabs li a.active:hover, .tabs-vertical .nav-tabs li a.active:active, .tabs-vertical .nav-tabs li a.active:focus {
   background-color: #333;
   color: #ffde00;
 }
 .tabs-vertical.tabs-primary .nav-tabs {
   border-right: 1px solid #007dcc;
 }
 .tabs-vertical.tabs-primary .nav-tabs li a {
   border-right-color: #007dcc;
 }
 .tabs-vertical.tabs-primary .nav-tabs li a:hover, .tabs-vertical.tabs-primary .nav-tabs li a:active, .tabs-vertical.tabs-primary .nav-tabs li a:focus {
   background-color: #fff;
   border-color: #007dcc;
 }
 .tabs-vertical.tabs-primary .nav-tabs li a.active {
   background-color: #007dcc;
   color: #fff;
 }
 .tabs-vertical.tabs-primary .nav-tabs li a.active:hover, .tabs-vertical.tabs-primary .nav-tabs li a.active:active, .tabs-vertical.tabs-primary .nav-tabs li a.active:focus {
   background-color: #007dcc;
   color: #fff;
 }
 .tabs-vertical.tabs-simple .nav-tabs {
   border-right: 1px solid #ddd;
 }
 .tabs-vertical.tabs-simple .nav-tabs li {
   margin: 0;
 }
 .tabs-vertical.tabs-simple .nav-tabs li a {
   background: transparent;
   border-right: 3px solid transparent;
   border-radius: 0;
 }
 .tabs-vertical.tabs-simple .nav-tabs li a.active {
   border-bottom: 0;
   color: #333;
   border-right: 3px solid #ffde00;
   background: transparent;
 }
 .tabs-vertical.tabs-simple .nav-tabs li a:hover, .tabs-vertical.tabs-simple .nav-tabs li a:active, .tabs-vertical.tabs-simple .nav-tabs li a:focus {
   background-color: transparent;
   border-right: 3px solid #ffde00;
   border-bottom: 0;
 }
 
 .panel {
   background-color: #fff;
   border: 1px solid transparent;
   border-radius: 4px;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 }
 .panel .panel-heading a {
   text-decoration: none;
 }
 .panel .panel-title {
   display: block;
   padding: 1rem 1.25rem;
 }
 .panel .panel-content {
   padding: 0 1.25rem;
 }
 
 .panel-group .panel + .panel {
   margin-top: 10px;
 }
 
 
 .hamburger {
   display: inline-block;
   cursor: pointer;
   transition-property: opacity, filter;
   transition-duration: 0.15s;
   transition-timing-function: linear;
   font: inherit;
   color: inherit;
   text-transform: none;
   background-color: transparent;
   border: 0;
   margin: 0;
   overflow: visible;
 }
 
 .hamburger-box {
   width: 24px;
   height: 24px;
   display: inline-block;
   position: relative;
 }
 
 .hamburger-inner {
   display: block;
   top: 50%;
   left: 4.5px;
   right: 4.5px;
   margin-top: -2px;
 }
 
 .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
   height: 2px;
   background-color: #fff;
   border-radius: 2px;
   position: absolute;
   transition-property: transform;
   transition-duration: 0.15s;
   transition-timing-function: ease;
 }
 
 .hamburger-inner::before, .hamburger-inner::after {
   content: "";
   display: block;
   width: 100%;
 }
 
 .hamburger-inner::before {
   top: -5px;
 }
 
 .hamburger-inner::after {
   bottom: -5px;
 }
 
 .hamburger--arrowturn.is-active .hamburger-inner {
   transform: rotate(-180deg);
 }
 
 .hamburger--arrowturn.is-active .hamburger-inner::before {
   transform: translate3d(3px, 1px, 0) rotate(45deg) scale(0.7, 1);
 }
 
 .hamburger--arrowturn.is-active .hamburger-inner::after {
   transform: translate3d(3px, -1px, 0) rotate(-45deg) scale(0.7, 1);
 }
 
 .fade-enter-active, .fade-leave-active {
   transition: opacity 0.5s;
 }
 
 .fade-enter, .fade-leave-active {
   opacity: 0;
 }
 
 .gauge {
   position: relative;
   display: flex;
   align-items: center;
 }
 
 .gauge-lg .basic-gauge, .gauge-lg .donut-gauge, .gauge-lg .color-gauge {
   height: 250px;
 }
 .gauge-lg .gauge-label {
   font-size: 40px;
 }
 
 .gauge-md .basic-gauge, .gauge-md .donut-gauge, .gauge-md .color-gauge {
   height: 180px;
 }
 
 .gauge-sm .basic-gauge, .gauge-sm .donut-gauge, .gauge-sm .color-gauge {
   height: 120px;
 }
 .gauge-sm .gauge-label {
   font-size: 20px;
 }
 
 .gauge-label {
   display: inline-block;
   position: absolute;
   top: 60%;
   left: 0px;
   width: 100%;
   text-align: center;
   font-size: 28px;
   font-weight: bold;
 }
 .gauge-label.middle-label {
   top: 50%;
   transform: translateY(-50%);
 }
 
 .gauge {
   position: relative;
 }
 
 @media (max-width: 480px) {
   .gauge-lg .basic-gauge, .gauge-lg .donut-gauge, .gauge-lg .color-gauge {
     height: 180px !important;
     width: auto !important;
   }
   .gauge-lg .gauge-label {
     font-size: 28px;
   }
 }
 @font-face {
   font-family: "IcoMoon-Free";
   src: url("/fonts/vendor/icomoon-free-npm/Font/IcoMoon-Free.ttf") format("truetype");
   font-weight: normal;
   font-style: normal;
 }
 [class^=icon-im]:before, [class*=" icon-im"]:before {
   font-family: "IcoMoon-Free" !important;
   font-style: normal;
   font-weight: normal;
 }
 
 .icon-im.icon-im-home:before {
   content: "\e900";
 }
 
 .icon-im.icon-im-home2:before {
   content: "\e901";
 }
 
 .icon-im.icon-im-home3:before {
   content: "\e902";
 }
 
 .icon-im.icon-im-office:before {
   content: "\e903";
 }
 
 .icon-im.icon-im-newspaper:before {
   content: "\e904";
 }
 
 .icon-im.icon-im-pencil:before {
   content: "\e905";
 }
 
 .icon-im.icon-im-pencil2:before {
   content: "\e906";
 }
 
 .icon-im.icon-im-quill:before {
   content: "\e907";
 }
 
 .icon-im.icon-im-pen:before {
   content: "\e908";
 }
 
 .icon-im.icon-im-blog:before {
   content: "\e909";
 }
 
 .icon-im.icon-im-eyedropper:before {
   content: "\e90a";
 }
 
 .icon-im.icon-im-droplet:before {
   content: "\e90b";
 }
 
 .icon-im.icon-im-paint-format:before {
   content: "\e90c";
 }
 
 .icon-im.icon-im-image:before {
   content: "\e90d";
 }
 
 .icon-im.icon-im-images:before {
   content: "\e90e";
 }
 
 .icon-im.icon-im-camera:before {
   content: "\e90f";
 }
 
 .icon-im.icon-im-headphones:before {
   content: "\e910";
 }
 
 .icon-im.icon-im-music:before {
   content: "\e911";
 }
 
 .icon-im.icon-im-play:before {
   content: "\e912";
 }
 
 .icon-im.icon-im-film:before {
   content: "\e913";
 }
 
 .icon-im.icon-im-video-camera:before {
   content: "\e914";
 }
 
 .icon-im.icon-im-dice:before {
   content: "\e915";
 }
 
 .icon-im.icon-im-pacman:before {
   content: "\e916";
 }
 
 .icon-im.icon-im-spades:before {
   content: "\e917";
 }
 
 .icon-im.icon-im-clubs:before {
   content: "\e918";
 }
 
 .icon-im.icon-im-diamonds:before {
   content: "\e919";
 }
 
 .icon-im.icon-im-bullhorn:before {
   content: "\e91a";
 }
 
 .icon-im.icon-im-connection:before {
   content: "\e91b";
 }
 
 .icon-im.icon-im-podcast:before {
   content: "\e91c";
 }
 
 .icon-im.icon-im-feed:before {
   content: "\e91d";
 }
 
 .icon-im.icon-im-mic:before {
   content: "\e91e";
 }
 
 .icon-im.icon-im-book:before {
   content: "\e91f";
 }
 
 .icon-im.icon-im-books:before {
   content: "\e920";
 }
 
 .icon-im.icon-im-library:before {
   content: "\e921";
 }
 
 .icon-im.icon-im-file-text:before {
   content: "\e922";
 }
 
 .icon-im.icon-im-profile:before {
   content: "\e923";
 }
 
 .icon-im.icon-im-file-empty:before {
   content: "\e924";
 }
 
 .icon-im.icon-im-files-empty:before {
   content: "\e925";
 }
 
 .icon-im.icon-im-file-text2:before {
   content: "\e926";
 }
 
 .icon-im.icon-im-file-picture:before {
   content: "\e927";
 }
 
 .icon-im.icon-im-file-music:before {
   content: "\e928";
 }
 
 .icon-im.icon-im-file-play:before {
   content: "\e929";
 }
 
 .icon-im.icon-im-file-video:before {
   content: "\e92a";
 }
 
 .icon-im.icon-im-file-zip:before {
   content: "\e92b";
 }
 
 .icon-im.icon-im-copy:before {
   content: "\e92c";
 }
 
 .icon-im.icon-im-paste:before {
   content: "\e92d";
 }
 
 .icon-im.icon-im-stack:before {
   content: "\e92e";
 }
 
 .icon-im.icon-im-folder:before {
   content: "\e92f";
 }
 
 .icon-im.icon-im-folder-open:before {
   content: "\e930";
 }
 
 .icon-im.icon-im-folder-plus:before {
   content: "\e931";
 }
 
 .icon-im.icon-im-folder-minus:before {
   content: "\e932";
 }
 
 .icon-im.icon-im-folder-download:before {
   content: "\e933";
 }
 
 .icon-im.icon-im-folder-upload:before {
   content: "\e934";
 }
 
 .icon-im.icon-im-price-tag:before {
   content: "\e935";
 }
 
 .icon-im.icon-im-price-tags:before {
   content: "\e936";
 }
 
 .icon-im.icon-im-barcode:before {
   content: "\e937";
 }
 
 .icon-im.icon-im-qrcode:before {
   content: "\e938";
 }
 
 .icon-im.icon-im-ticket:before {
   content: "\e939";
 }
 
 .icon-im.icon-im-cart:before {
   content: "\e93a";
 }
 
 .icon-im.icon-im-coin-dollar:before {
   content: "\e93b";
 }
 
 .icon-im.icon-im-coin-euro:before {
   content: "\e93c";
 }
 
 .icon-im.icon-im-coin-pound:before {
   content: "\e93d";
 }
 
 .icon-im.icon-im-coin-yen:before {
   content: "\e93e";
 }
 
 .icon-im.icon-im-credit-card:before {
   content: "\e93f";
 }
 
 .icon-im.icon-im-calculator:before {
   content: "\e940";
 }
 
 .icon-im.icon-im-lifebuoy:before {
   content: "\e941";
 }
 
 .icon-im.icon-im-phone:before {
   content: "\e942";
 }
 
 .icon-im.icon-im-phone-hang-up:before {
   content: "\e943";
 }
 
 .icon-im.icon-im-address-book:before {
   content: "\e944";
 }
 
 .icon-im.icon-im-envelop:before {
   content: "\e945";
 }
 
 .icon-im.icon-im-pushpin:before {
   content: "\e946";
 }
 
 .icon-im.icon-im-location:before {
   content: "\e947";
 }
 
 .icon-im.icon-im-location2:before {
   content: "\e948";
 }
 
 .icon-im.icon-im-compass:before {
   content: "\e949";
 }
 
 .icon-im.icon-im-compass2:before {
   content: "\e94a";
 }
 
 .icon-im.icon-im-map:before {
   content: "\e94b";
 }
 
 .icon-im.icon-im-map2:before {
   content: "\e94c";
 }
 
 .icon-im.icon-im-history:before {
   content: "\e94d";
 }
 
 .icon-im.icon-im-clock:before {
   content: "\e94e";
 }
 
 .icon-im.icon-im-clock2:before {
   content: "\e94f";
 }
 
 .icon-im.icon-im-alarm:before {
   content: "\e950";
 }
 
 .icon-im.icon-im-bell:before {
   content: "\e951";
 }
 
 .icon-im.icon-im-stopwatch:before {
   content: "\e952";
 }
 
 .icon-im.icon-im-calendar:before {
   content: "\e953";
 }
 
 .icon-im.icon-im-printer:before {
   content: "\e954";
 }
 
 .icon-im.icon-im-keyboard:before {
   content: "\e955";
 }
 
 .icon-im.icon-im-display:before {
   content: "\e956";
 }
 
 .icon-im.icon-im-laptop:before {
   content: "\e957";
 }
 
 .icon-im.icon-im-mobile:before {
   content: "\e958";
 }
 
 .icon-im.icon-im-mobile2:before {
   content: "\e959";
 }
 
 .icon-im.icon-im-tablet:before {
   content: "\e95a";
 }
 
 .icon-im.icon-im-tv:before {
   content: "\e95b";
 }
 
 .icon-im.icon-im-drawer:before {
   content: "\e95c";
 }
 
 .icon-im.icon-im-drawer2:before {
   content: "\e95d";
 }
 
 .icon-im.icon-im-box-add:before {
   content: "\e95e";
 }
 
 .icon-im.icon-im-box-remove:before {
   content: "\e95f";
 }
 
 .icon-im.icon-im-download:before {
   content: "\e960";
 }
 
 .icon-im.icon-im-upload:before {
   content: "\e961";
 }
 
 .icon-im.icon-im-floppy-disk:before {
   content: "\e962";
 }
 
 .icon-im.icon-im-drive:before {
   content: "\e963";
 }
 
 .icon-im.icon-im-database:before {
   content: "\e964";
 }
 
 .icon-im.icon-im-undo:before {
   content: "\e965";
 }
 
 .icon-im.icon-im-redo:before {
   content: "\e966";
 }
 
 .icon-im.icon-im-undo2:before {
   content: "\e967";
 }
 
 .icon-im.icon-im-redo2:before {
   content: "\e968";
 }
 
 .icon-im.icon-im-forward:before {
   content: "\e969";
 }
 
 .icon-im.icon-im-reply:before {
   content: "\e96a";
 }
 
 .icon-im.icon-im-bubble:before {
   content: "\e96b";
 }
 
 .icon-im.icon-im-bubbles:before {
   content: "\e96c";
 }
 
 .icon-im.icon-im-bubbles2:before {
   content: "\e96d";
 }
 
 .icon-im.icon-im-bubble2:before {
   content: "\e96e";
 }
 
 .icon-im.icon-im-bubbles3:before {
   content: "\e96f";
 }
 
 .icon-im.icon-im-bubbles4:before {
   content: "\e970";
 }
 
 .icon-im.icon-im-user:before {
   content: "\e971";
 }
 
 .icon-im.icon-im-users:before {
   content: "\e972";
 }
 
 .icon-im.icon-im-user-plus:before {
   content: "\e973";
 }
 
 .icon-im.icon-im-user-minus:before {
   content: "\e974";
 }
 
 .icon-im.icon-im-user-check:before {
   content: "\e975";
 }
 
 .icon-im.icon-im-user-tie:before {
   content: "\e976";
 }
 
 .icon-im.icon-im-quotes-left:before {
   content: "\e977";
 }
 
 .icon-im.icon-im-quotes-right:before {
   content: "\e978";
 }
 
 .icon-im.icon-im-hour-glass:before {
   content: "\e979";
 }
 
 .icon-im.icon-im-spinner:before {
   content: "\e97a";
 }
 
 .icon-im.icon-im-spinner2:before {
   content: "\e97b";
 }
 
 .icon-im.icon-im-spinner3:before {
   content: "\e97c";
 }
 
 .icon-im.icon-im-spinner4:before {
   content: "\e97d";
 }
 
 .icon-im.icon-im-spinner5:before {
   content: "\e97e";
 }
 
 .icon-im.icon-im-spinner6:before {
   content: "\e97f";
 }
 
 .icon-im.icon-im-spinner7:before {
   content: "\e980";
 }
 
 .icon-im.icon-im-spinner8:before {
   content: "\e981";
 }
 
 .icon-im.icon-im-spinner9:before {
   content: "\e982";
 }
 
 .icon-im.icon-im-spinner10:before {
   content: "\e983";
 }
 
 .icon-im.icon-im-spinner11:before {
   content: "\e984";
 }
 
 .icon-im.icon-im-binoculars:before {
   content: "\e985";
 }
 
 .icon-im.icon-im-search:before {
   content: "\e986";
 }
 
 .icon-im.icon-im-zoom-in:before {
   content: "\e987";
 }
 
 .icon-im.icon-im-zoom-out:before {
   content: "\e988";
 }
 
 .icon-im.icon-im-enlarge:before {
   content: "\e989";
 }
 
 .icon-im.icon-im-shrink:before {
   content: "\e98a";
 }
 
 .icon-im.icon-im-enlarge2:before {
   content: "\e98b";
 }
 
 .icon-im.icon-im-shrink2:before {
   content: "\e98c";
 }
 
 .icon-im.icon-im-key:before {
   content: "\e98d";
 }
 
 .icon-im.icon-im-key2:before {
   content: "\e98e";
 }
 
 .icon-im.icon-im-lock:before {
   content: "\e98f";
 }
 
 .icon-im.icon-im-unlocked:before {
   content: "\e990";
 }
 
 .icon-im.icon-im-wrench:before {
   content: "\e991";
 }
 
 .icon-im.icon-im-equalizer:before {
   content: "\e992";
 }
 
 .icon-im.icon-im-equalizer2:before {
   content: "\e993";
 }
 
 .icon-im.icon-im-cog:before {
   content: "\e994";
 }
 
 .icon-im.icon-im-cogs:before {
   content: "\e995";
 }
 
 .icon-im.icon-im-hammer:before {
   content: "\e996";
 }
 
 .icon-im.icon-im-magic-wand:before {
   content: "\e997";
 }
 
 .icon-im.icon-im-aid-kit:before {
   content: "\e998";
 }
 
 .icon-im.icon-im-bug:before {
   content: "\e999";
 }
 
 .icon-im.icon-im-pie-chart:before {
   content: "\e99a";
 }
 
 .icon-im.icon-im-stats-dots:before {
   content: "\e99b";
 }
 
 .icon-im.icon-im-stats-bars:before {
   content: "\e99c";
 }
 
 .icon-im.icon-im-stats-bars2:before {
   content: "\e99d";
 }
 
 .icon-im.icon-im-trophy:before {
   content: "\e99e";
 }
 
 .icon-im.icon-im-gift:before {
   content: "\e99f";
 }
 
 .icon-im.icon-im-glass:before {
   content: "\e9a0";
 }
 
 .icon-im.icon-im-glass2:before {
   content: "\e9a1";
 }
 
 .icon-im.icon-im-mug:before {
   content: "\e9a2";
 }
 
 .icon-im.icon-im-spoon-knife:before {
   content: "\e9a3";
 }
 
 .icon-im.icon-im-leaf:before {
   content: "\e9a4";
 }
 
 .icon-im.icon-im-rocket:before {
   content: "\e9a5";
 }
 
 .icon-im.icon-im-meter:before {
   content: "\e9a6";
 }
 
 .icon-im.icon-im-meter2:before {
   content: "\e9a7";
 }
 
 .icon-im.icon-im-hammer2:before {
   content: "\e9a8";
 }
 
 .icon-im.icon-im-fire:before {
   content: "\e9a9";
 }
 
 .icon-im.icon-im-lab:before {
   content: "\e9aa";
 }
 
 .icon-im.icon-im-magnet:before {
   content: "\e9ab";
 }
 
 .icon-im.icon-im-bin:before {
   content: "\e9ac";
 }
 
 .icon-im.icon-im-bin2:before {
   content: "\e9ad";
 }
 
 .icon-im.icon-im-briefcase:before {
   content: "\e9ae";
 }
 
 .icon-im.icon-im-airplane:before {
   content: "\e9af";
 }
 
 .icon-im.icon-im-truck:before {
   content: "\e9b0";
 }
 
 .icon-im.icon-im-road:before {
   content: "\e9b1";
 }
 
 .icon-im.icon-im-accessibility:before {
   content: "\e9b2";
 }
 
 .icon-im.icon-im-target:before {
   content: "\e9b3";
 }
 
 .icon-im.icon-im-shield:before {
   content: "\e9b4";
 }
 
 .icon-im.icon-im-power:before {
   content: "\e9b5";
 }
 
 .icon-im.icon-im-switch:before {
   content: "\e9b6";
 }
 
 .icon-im.icon-im-power-cord:before {
   content: "\e9b7";
 }
 
 .icon-im.icon-im-clipboard:before {
   content: "\e9b8";
 }
 
 .icon-im.icon-im-list-numbered:before {
   content: "\e9b9";
 }
 
 .icon-im.icon-im-list:before {
   content: "\e9ba";
 }
 
 .icon-im.icon-im-list2:before {
   content: "\e9bb";
 }
 
 .icon-im.icon-im-tree:before {
   content: "\e9bc";
 }
 
 .icon-im.icon-im-menu:before {
   content: "\e9bd";
 }
 
 .icon-im.icon-im-menu2:before {
   content: "\e9be";
 }
 
 .icon-im.icon-im-menu3:before {
   content: "\e9bf";
 }
 
 .icon-im.icon-im-menu4:before {
   content: "\e9c0";
 }
 
 .icon-im.icon-im-cloud:before {
   content: "\e9c1";
 }
 
 .icon-im.icon-im-cloud-download:before {
   content: "\e9c2";
 }
 
 .icon-im.icon-im-cloud-upload:before {
   content: "\e9c3";
 }
 
 .icon-im.icon-im-cloud-check:before {
   content: "\e9c4";
 }
 
 .icon-im.icon-im-download2:before {
   content: "\e9c5";
 }
 
 .icon-im.icon-im-upload2:before {
   content: "\e9c6";
 }
 
 .icon-im.icon-im-download3:before {
   content: "\e9c7";
 }
 
 .icon-im.icon-im-upload3:before {
   content: "\e9c8";
 }
 
 .icon-im.icon-im-sphere:before {
   content: "\e9c9";
 }
 
 .icon-im.icon-im-earth:before {
   content: "\e9ca";
 }
 
 .icon-im.icon-im-link:before {
   content: "\e9cb";
 }
 
 .icon-im.icon-im-flag:before {
   content: "\e9cc";
 }
 
 .icon-im.icon-im-attachment:before {
   content: "\e9cd";
 }
 
 .icon-im.icon-im-eye:before {
   content: "\e9ce";
 }
 
 .icon-im.icon-im-eye-plus:before {
   content: "\e9cf";
 }
 
 .icon-im.icon-im-eye-minus:before {
   content: "\e9d0";
 }
 
 .icon-im.icon-im-eye-blocked:before {
   content: "\e9d1";
 }
 
 .icon-im.icon-im-bookmark:before {
   content: "\e9d2";
 }
 
 .icon-im.icon-im-bookmarks:before {
   content: "\e9d3";
 }
 
 .icon-im.icon-im-sun:before {
   content: "\e9d4";
 }
 
 .icon-im.icon-im-contrast:before {
   content: "\e9d5";
 }
 
 .icon-im.icon-im-brightness-contrast:before {
   content: "\e9d6";
 }
 
 .icon-im.icon-im-star-empty:before {
   content: "\e9d7";
 }
 
 .icon-im.icon-im-star-half:before {
   content: "\e9d8";
 }
 
 .icon-im.icon-im-star-full:before {
   content: "\e9d9";
 }
 
 .icon-im.icon-im-heart:before {
   content: "\e9da";
 }
 
 .icon-im.icon-im-heart-broken:before {
   content: "\e9db";
 }
 
 .icon-im.icon-im-man:before {
   content: "\e9dc";
 }
 
 .icon-im.icon-im-woman:before {
   content: "\e9dd";
 }
 
 .icon-im.icon-im-man-woman:before {
   content: "\e9de";
 }
 
 .icon-im.icon-im-happy:before {
   content: "\e9df";
 }
 
 .icon-im.icon-im-happy2:before {
   content: "\e9e0";
 }
 
 .icon-im.icon-im-smile:before {
   content: "\e9e1";
 }
 
 .icon-im.icon-im-smile2:before {
   content: "\e9e2";
 }
 
 .icon-im.icon-im-tongue:before {
   content: "\e9e3";
 }
 
 .icon-im.icon-im-tongue2:before {
   content: "\e9e4";
 }
 
 .icon-im.icon-im-sad:before {
   content: "\e9e5";
 }
 
 .icon-im.icon-im-sad2:before {
   content: "\e9e6";
 }
 
 .icon-im.icon-im-wink:before {
   content: "\e9e7";
 }
 
 .icon-im.icon-im-wink2:before {
   content: "\e9e8";
 }
 
 .icon-im.icon-im-grin:before {
   content: "\e9e9";
 }
 
 .icon-im.icon-im-grin2:before {
   content: "\e9ea";
 }
 
 .icon-im.icon-im-cool:before {
   content: "\e9eb";
 }
 
 .icon-im.icon-im-cool2:before {
   content: "\e9ec";
 }
 
 .icon-im.icon-im-angry:before {
   content: "\e9ed";
 }
 
 .icon-im.icon-im-angry2:before {
   content: "\e9ee";
 }
 
 .icon-im.icon-im-evil:before {
   content: "\e9ef";
 }
 
 .icon-im.icon-im-evil2:before {
   content: "\e9f0";
 }
 
 .icon-im.icon-im-shocked:before {
   content: "\e9f1";
 }
 
 .icon-im.icon-im-shocked2:before {
   content: "\e9f2";
 }
 
 .icon-im.icon-im-baffled:before {
   content: "\e9f3";
 }
 
 .icon-im.icon-im-baffled2:before {
   content: "\e9f4";
 }
 
 .icon-im.icon-im-confused:before {
   content: "\e9f5";
 }
 
 .icon-im.icon-im-confused2:before {
   content: "\e9f6";
 }
 
 .icon-im.icon-im-neutral:before {
   content: "\e9f7";
 }
 
 .icon-im.icon-im-neutral2:before {
   content: "\e9f8";
 }
 
 .icon-im.icon-im-hipster:before {
   content: "\e9f9";
 }
 
 .icon-im.icon-im-hipster2:before {
   content: "\e9fa";
 }
 
 .icon-im.icon-im-wondering:before {
   content: "\e9fb";
 }
 
 .icon-im.icon-im-wondering2:before {
   content: "\e9fc";
 }
 
 .icon-im.icon-im-sleepy:before {
   content: "\e9fd";
 }
 
 .icon-im.icon-im-sleepy2:before {
   content: "\e9fe";
 }
 
 .icon-im.icon-im-frustrated:before {
   content: "\e9ff";
 }
 
 .icon-im.icon-im-frustrated2:before {
   content: "\ea00";
 }
 
 .icon-im.icon-im-crying:before {
   content: "\ea01";
 }
 
 .icon-im.icon-im-crying2:before {
   content: "\ea02";
 }
 
 .icon-im.icon-im-point-up:before {
   content: "\ea03";
 }
 
 .icon-im.icon-im-point-right:before {
   content: "\ea04";
 }
 
 .icon-im.icon-im-point-down:before {
   content: "\ea05";
 }
 
 .icon-im.icon-im-point-left:before {
   content: "\ea06";
 }
 
 .icon-im.icon-im-warning:before {
   content: "\ea07";
 }
 
 .icon-im.icon-im-notification:before {
   content: "\ea08";
 }
 
 .icon-im.icon-im-question:before {
   content: "\ea09";
 }
 
 .icon-im.icon-im-plus:before {
   content: "\ea0a";
 }
 
 .icon-im.icon-im-minus:before {
   content: "\ea0b";
 }
 
 .icon-im.icon-im-info:before {
   content: "\ea0c";
 }
 
 .icon-im.icon-im-cancel-circle:before {
   content: "\ea0d";
 }
 
 .icon-im.icon-im-blocked:before {
   content: "\ea0e";
 }
 
 .icon-im.icon-im-cross:before {
   content: "\ea0f";
 }
 
 .icon-im.icon-im-checkmark:before {
   content: "\ea10";
 }
 
 .icon-im.icon-im-checkmark2:before {
   content: "\ea11";
 }
 
 .icon-im.icon-im-spell-check:before {
   content: "\ea12";
 }
 
 .icon-im.icon-im-enter:before {
   content: "\ea13";
 }
 
 .icon-im.icon-im-exit:before {
   content: "\ea14";
 }
 
 .icon-im.icon-im-play2:before {
   content: "\ea15";
 }
 
 .icon-im.icon-im-pause:before {
   content: "\ea16";
 }
 
 .icon-im.icon-im-stop:before {
   content: "\ea17";
 }
 
 .icon-im.icon-im-previous:before {
   content: "\ea18";
 }
 
 .icon-im.icon-im-next:before {
   content: "\ea19";
 }
 
 .icon-im.icon-im-backward:before {
   content: "\ea1a";
 }
 
 .icon-im.icon-im-forward2:before {
   content: "\ea1b";
 }
 
 .icon-im.icon-im-play3:before {
   content: "\ea1c";
 }
 
 .icon-im.icon-im-pause2:before {
   content: "\ea1d";
 }
 
 .icon-im.icon-im-stop2:before {
   content: "\ea1e";
 }
 
 .icon-im.icon-im-backward2:before {
   content: "\ea1f";
 }
 
 .icon-im.icon-im-forward3:before {
   content: "\ea20";
 }
 
 .icon-im.icon-im-first:before {
   content: "\ea21";
 }
 
 .icon-im.icon-im-last:before {
   content: "\ea22";
 }
 
 .icon-im.icon-im-previous2:before {
   content: "\ea23";
 }
 
 .icon-im.icon-im-next2:before {
   content: "\ea24";
 }
 
 .icon-im.icon-im-eject:before {
   content: "\ea25";
 }
 
 .icon-im.icon-im-volume-high:before {
   content: "\ea26";
 }
 
 .icon-im.icon-im-volume-medium:before {
   content: "\ea27";
 }
 
 .icon-im.icon-im-volume-low:before {
   content: "\ea28";
 }
 
 .icon-im.icon-im-volume-mute:before {
   content: "\ea29";
 }
 
 .icon-im.icon-im-volume-mute2:before {
   content: "\ea2a";
 }
 
 .icon-im.icon-im-volume-increase:before {
   content: "\ea2b";
 }
 
 .icon-im.icon-im-volume-decrease:before {
   content: "\ea2c";
 }
 
 .icon-im.icon-im-loop:before {
   content: "\ea2d";
 }
 
 .icon-im.icon-im-loop2:before {
   content: "\ea2e";
 }
 
 .icon-im.icon-im-infinite:before {
   content: "\ea2f";
 }
 
 .icon-im.icon-im-shuffle:before {
   content: "\ea30";
 }
 
 .icon-im.icon-im-arrow-up-left:before {
   content: "\ea31";
 }
 
 .icon-im.icon-im-arrow-up:before {
   content: "\ea32";
 }
 
 .icon-im.icon-im-arrow-up-right:before {
   content: "\ea33";
 }
 
 .icon-im.icon-im-arrow-right:before {
   content: "\ea34";
 }
 
 .icon-im.icon-im-arrow-down-right:before {
   content: "\ea35";
 }
 
 .icon-im.icon-im-arrow-down:before {
   content: "\ea36";
 }
 
 .icon-im.icon-im-arrow-down-left:before {
   content: "\ea37";
 }
 
 .icon-im.icon-im-arrow-left:before {
   content: "\ea38";
 }
 
 .icon-im.icon-im-arrow-up-left2:before {
   content: "\ea39";
 }
 
 .icon-im.icon-im-arrow-up2:before {
   content: "\ea3a";
 }
 
 .icon-im.icon-im-arrow-up-right2:before {
   content: "\ea3b";
 }
 
 .icon-im.icon-im-arrow-right2:before {
   content: "\ea3c";
 }
 
 .icon-im.icon-im-arrow-down-right2:before {
   content: "\ea3d";
 }
 
 .icon-im.icon-im-arrow-down2:before {
   content: "\ea3e";
 }
 
 .icon-im.icon-im-arrow-down-left2:before {
   content: "\ea3f";
 }
 
 .icon-im.icon-im-arrow-left2:before {
   content: "\ea40";
 }
 
 .icon-im.icon-im-circle-up:before {
   content: "\ea41";
 }
 
 .icon-im.icon-im-circle-right:before {
   content: "\ea42";
 }
 
 .icon-im.icon-im-circle-down:before {
   content: "\ea43";
 }
 
 .icon-im.icon-im-circle-left:before {
   content: "\ea44";
 }
 
 .icon-im.icon-im-tab:before {
   content: "\ea45";
 }
 
 .icon-im.icon-im-move-up:before {
   content: "\ea46";
 }
 
 .icon-im.icon-im-move-down:before {
   content: "\ea47";
 }
 
 .icon-im.icon-im-sort-alpha-asc:before {
   content: "\ea48";
 }
 
 .icon-im.icon-im-sort-alpha-desc:before {
   content: "\ea49";
 }
 
 .icon-im.icon-im-sort-numeric-asc:before {
   content: "\ea4a";
 }
 
 .icon-im.icon-im-sort-numberic-desc:before {
   content: "\ea4b";
 }
 
 .icon-im.icon-im-sort-amount-asc:before {
   content: "\ea4c";
 }
 
 .icon-im.icon-im-sort-amount-desc:before {
   content: "\ea4d";
 }
 
 .icon-im.icon-im-command:before {
   content: "\ea4e";
 }
 
 .icon-im.icon-im-shift:before {
   content: "\ea4f";
 }
 
 .icon-im.icon-im-ctrl:before {
   content: "\ea50";
 }
 
 .icon-im.icon-im-opt:before {
   content: "\ea51";
 }
 
 .icon-im.icon-im-checkbox-checked:before {
   content: "\ea52";
 }
 
 .icon-im.icon-im-checkbox-unchecked:before {
   content: "\ea53";
 }
 
 .icon-im.icon-im-radio-checked:before {
   content: "\ea54";
 }
 
 .icon-im.icon-im-radio-checked2:before {
   content: "\ea55";
 }
 
 .icon-im.icon-im-radio-unchecked:before {
   content: "\ea56";
 }
 
 .icon-im.icon-im-crop:before {
   content: "\ea57";
 }
 
 .icon-im.icon-im-make-group:before {
   content: "\ea58";
 }
 
 .icon-im.icon-im-ungroup:before {
   content: "\ea59";
 }
 
 .icon-im.icon-im-scissors:before {
   content: "\ea5a";
 }
 
 .icon-im.icon-im-filter:before {
   content: "\ea5b";
 }
 
 .icon-im.icon-im-font:before {
   content: "\ea5c";
 }
 
 .icon-im.icon-im-ligature:before {
   content: "\ea5d";
 }
 
 .icon-im.icon-im-ligature2:before {
   content: "\ea5e";
 }
 
 .icon-im.icon-im-text-height:before {
   content: "\ea5f";
 }
 
 .icon-im.icon-im-text-width:before {
   content: "\ea60";
 }
 
 .icon-im.icon-im-font-size:before {
   content: "\ea61";
 }
 
 .icon-im.icon-im-bold:before {
   content: "\ea62";
 }
 
 .icon-im.icon-im-underline:before {
   content: "\ea63";
 }
 
 .icon-im.icon-im-italic:before {
   content: "\ea64";
 }
 
 .icon-im.icon-im-strikethrough:before {
   content: "\ea65";
 }
 
 .icon-im.icon-im-omega:before {
   content: "\ea66";
 }
 
 .icon-im.icon-im-sigma:before {
   content: "\ea67";
 }
 
 .icon-im.icon-im-page-break:before {
   content: "\ea68";
 }
 
 .icon-im.icon-im-superscript:before {
   content: "\ea69";
 }
 
 .icon-im.icon-im-subscript:before {
   content: "\ea6a";
 }
 
 .icon-im.icon-im-superscript2:before {
   content: "\ea6b";
 }
 
 .icon-im.icon-im-subscript2:before {
   content: "\ea6c";
 }
 
 .icon-im.icon-im-text-color:before {
   content: "\ea6d";
 }
 
 .icon-im.icon-im-pagebreak:before {
   content: "\ea6e";
 }
 
 .icon-im.icon-im-clear-formatting:before {
   content: "\ea6f";
 }
 
 /* .icon-im.icon-im-table:before {
   content: "\ea70";
 } */
 
 /* .icon-im.icon-im-table2:before {
   content: "\ea71";
 } */
 
 .icon-im.icon-im-insert-template:before {
   content: "\ea72";
 }
 
 .icon-im.icon-im-pilcrow:before {
   content: "\ea73";
 }
 
 .icon-im.icon-im-ltr:before {
   content: "\ea74";
 }
 
 .icon-im.icon-im-rtl:before {
   content: "\ea75";
 }
 
 .icon-im.icon-im-section:before {
   content: "\ea76";
 }
 
 .icon-im.icon-im-paragraph-left:before {
   content: "\ea77";
 }
 
 .icon-im.icon-im-paragraph-center:before {
   content: "\ea78";
 }
 
 .icon-im.icon-im-paragraph-right:before {
   content: "\ea79";
 }
 
 .icon-im.icon-im-paragraph-justify:before {
   content: "\ea7a";
 }
 
 .icon-im.icon-im-indent-increase:before {
   content: "\ea7b";
 }
 
 .icon-im.icon-im-indent-decrease:before {
   content: "\ea7c";
 }
 
 .icon-im.icon-im-share:before {
   content: "\ea7d";
 }
 
 .icon-im.icon-im-new-tab:before {
   content: "\ea7e";
 }
 
 .icon-im.icon-im-embed:before {
   content: "\ea7f";
 }
 
 .icon-im.icon-im-embed2:before {
   content: "\ea80";
 }
 
 .icon-im.icon-im-terminal:before {
   content: "\ea81";
 }
 
 .icon-im.icon-im-share2:before {
   content: "\ea82";
 }
 
 .icon-im.icon-im-mail:before {
   content: "\ea83";
 }
 
 .icon-im.icon-im-mail2:before {
   content: "\ea84";
 }
 
 .icon-im.icon-im-mail3:before {
   content: "\ea85";
 }
 
 .icon-im.icon-im-mail4:before {
   content: "\ea86";
 }
 
 .icon-im.icon-im-amazon:before {
   content: "\ea87";
 }
 
 .icon-im.icon-im-google:before {
   content: "\ea88";
 }
 
 .icon-im.icon-im-google2:before {
   content: "\ea89";
 }
 
 .icon-im.icon-im-google3:before {
   content: "\ea8a";
 }
 
 .icon-im.icon-im-google-plus:before {
   content: "\ea8b";
 }
 
 .icon-im.icon-im-google-plus2:before {
   content: "\ea8c";
 }
 
 .icon-im.icon-im-google-plus3:before {
   content: "\ea8d";
 }
 
 .icon-im.icon-im-hangouts:before {
   content: "\ea8e";
 }
 
 .icon-im.icon-im-google-drive:before {
   content: "\ea8f";
 }
 
 .icon-im.icon-im-facebook:before {
   content: "\ea90";
 }
 
 .icon-im.icon-im-facebook2:before {
   content: "\ea91";
 }
 
 .icon-im.icon-im-instagram:before {
   content: "\ea92";
 }
 
 .icon-im.icon-im-whatsapp:before {
   content: "\ea93";
 }
 
 .icon-im.icon-im-spotify:before {
   content: "\ea94";
 }
 
 .icon-im.icon-im-telegram:before {
   content: "\ea95";
 }
 
 .icon-im.icon-im-twitter:before {
   content: "\ea96";
 }
 
 .icon-im.icon-im-vine:before {
   content: "\ea97";
 }
 
 .icon-im.icon-im-vk:before {
   content: "\ea98";
 }
 
 .icon-im.icon-im-renren:before {
   content: "\ea99";
 }
 
 .icon-im.icon-im-sina-weibo:before {
   content: "\ea9a";
 }
 
 .icon-im.icon-im-rss:before {
   content: "\ea9b";
 }
 
 .icon-im.icon-im-rss2:before {
   content: "\ea9c";
 }
 
 .icon-im.icon-im-youtube:before {
   content: "\ea9d";
 }
 
 .icon-im.icon-im-youtube2:before {
   content: "\ea9e";
 }
 
 .icon-im.icon-im-twitch:before {
   content: "\ea9f";
 }
 
 .icon-im.icon-im-vimeo:before {
   content: "\eaa0";
 }
 
 .icon-im.icon-im-vimeo2:before {
   content: "\eaa1";
 }
 
 .icon-im.icon-im-lanyrd:before {
   content: "\eaa2";
 }
 
 .icon-im.icon-im-flickr:before {
   content: "\eaa3";
 }
 
 .icon-im.icon-im-flickr2:before {
   content: "\eaa4";
 }
 
 .icon-im.icon-im-flickr3:before {
   content: "\eaa5";
 }
 
 .icon-im.icon-im-flickr4:before {
   content: "\eaa6";
 }
 
 .icon-im.icon-im-dribbble:before {
   content: "\eaa7";
 }
 
 .icon-im.icon-im-behance:before {
   content: "\eaa8";
 }
 
 .icon-im.icon-im-behance2:before {
   content: "\eaa9";
 }
 
 .icon-im.icon-im-deviantart:before {
   content: "\eaaa";
 }
 
 .icon-im.icon-im-500px:before {
   content: "\eaab";
 }
 
 .icon-im.icon-im-steam:before {
   content: "\eaac";
 }
 
 .icon-im.icon-im-steam2:before {
   content: "\eaad";
 }
 
 .icon-im.icon-im-dropbox:before {
   content: "\eaae";
 }
 
 .icon-im.icon-im-onedrive:before {
   content: "\eaaf";
 }
 
 .icon-im.icon-im-github:before {
   content: "\eab0";
 }
 
 .icon-im.icon-im-npm:before {
   content: "\eab1";
 }
 
 .icon-im.icon-im-basecamp:before {
   content: "\eab2";
 }
 
 .icon-im.icon-im-trello:before {
   content: "\eab3";
 }
 
 .icon-im.icon-im-wordpress:before {
   content: "\eab4";
 }
 
 .icon-im.icon-im-joomla:before {
   content: "\eab5";
 }
 
 .icon-im.icon-im-ello:before {
   content: "\eab6";
 }
 
 .icon-im.icon-im-blogger:before {
   content: "\eab7";
 }
 
 .icon-im.icon-im-blogger2:before {
   content: "\eab8";
 }
 
 .icon-im.icon-im-tumblr:before {
   content: "\eab9";
 }
 
 .icon-im.icon-im-tumblr2:before {
   content: "\eaba";
 }
 
 .icon-im.icon-im-yahoo:before {
   content: "\eabb";
 }
 
 .icon-im.icon-im-yahoo2:before {
   content: "\eabc";
 }
 
 .icon-im.icon-im-tux:before {
   content: "\eabd";
 }
 
 .icon-im.icon-im-appleinc:before {
   content: "\eabe";
 }
 
 .icon-im.icon-im-finder:before {
   content: "\eabf";
 }
 
 .icon-im.icon-im-android:before {
   content: "\eac0";
 }
 
 .icon-im.icon-im-windows:before {
   content: "\eac1";
 }
 
 .icon-im.icon-im-windows8:before {
   content: "\eac2";
 }
 
 .icon-im.icon-im-soundcloud:before {
   content: "\eac3";
 }
 
 .icon-im.icon-im-soundcloud2:before {
   content: "\eac4";
 }
 
 .icon-im.icon-im-skype:before {
   content: "\eac5";
 }
 
 .icon-im.icon-im-reddit:before {
   content: "\eac6";
 }
 
 .icon-im.icon-im-hackernews:before {
   content: "\eac7";
 }
 
 .icon-im.icon-im-wikipedia:before {
   content: "\eac8";
 }
 
 .icon-im.icon-im-linkedin:before {
   content: "\eac9";
 }
 
 .icon-im.icon-im-linkedin2:before {
   content: "\eaca";
 }
 
 .icon-im.icon-im-lastfm:before {
   content: "\eacb";
 }
 
 .icon-im.icon-im-lastfm2:before {
   content: "\eacc";
 }
 
 .icon-im.icon-im-delicious:before {
   content: "\eacd";
 }
 
 .icon-im.icon-im-stumbleupon:before {
   content: "\eace";
 }
 
 .icon-im.icon-im-stumbleupon2:before {
   content: "\eacf";
 }
 
 .icon-im.icon-im-stackoverflow:before {
   content: "\ead0";
 }
 
 .icon-im.icon-im-pinterest:before {
   content: "\ead1";
 }
 
 .icon-im.icon-im-pinterest2:before {
   content: "\ead2";
 }
 
 .icon-im.icon-im-xing:before {
   content: "\ead3";
 }
 
 .icon-im.icon-im-xing2:before {
   content: "\ead4";
 }
 
 .icon-im.icon-im-flattr:before {
   content: "\ead5";
 }
 
 .icon-im.icon-im-foursquare:before {
   content: "\ead6";
 }
 
 .icon-im.icon-im-yelp:before {
   content: "\ead7";
 }
 
 .icon-im.icon-im-paypal:before {
   content: "\ead8";
 }
 
 .icon-im.icon-im-chrome:before {
   content: "\ead9";
 }
 
 .icon-im.icon-im-firefox:before {
   content: "\eada";
 }
 
 .icon-im.icon-im-IE:before {
   content: "\eadb";
 }
 
 .icon-im.icon-im-edge:before {
   content: "\eadc";
 }
 
 .icon-im.icon-im-safari:before {
   content: "\eadd";
 }
 
 .icon-im.icon-im-opera:before {
   content: "\eade";
 }
 
 .icon-im.icon-im-file-pdf:before {
   content: "\eadf";
 }
 
 .icon-im.icon-im-file-openoffice:before {
   content: "\eae0";
 }
 
 .icon-im.icon-im-file-word:before {
   content: "\eae1";
 }
 
 .icon-im.icon-im-file-excel:before {
   content: "\eae2";
 }
 
 .icon-im.icon-im-libreoffice:before {
   content: "\eae3";
 }
 
 .icon-im.icon-im-html-five:before {
   content: "\eae4";
 }
 
 .icon-im.icon-im-html-five2:before {
   content: "\eae5";
 }
 
 .icon-im.icon-im-css3:before {
   content: "\eae6";
 }
 
 .icon-im.icon-im-git:before {
   content: "\eae7";
 }
 
 .icon-im.icon-im-codepen:before {
   content: "\eae8";
 }
 
 .icon-im.icon-im-svg:before {
   content: "\eae9";
 }
 
 .icon-im.icon-im-IcoMoon:before {
   content: "\eaea";
 }
 
 .icon-im.icon-im-uni21:before {
   content: "!";
 }
 
 .icon-im.icon-im-uni22:before {
   content: '"';
 }
 
 .icon-im.icon-im-uni23:before {
   content: "#";
 }
 
 .icon-im.icon-im-uni24:before {
   content: "$";
 }
 
 .icon-im.icon-im-uni25:before {
   content: "%";
 }
 
 .icon-im.icon-im-uni26:before {
   content: "&";
 }
 
 .icon-im.icon-im-uni27:before {
   content: "'";
 }
 
 .icon-im.icon-im-uni28:before {
   content: "(";
 }
 
 .icon-im.icon-im-uni29:before {
   content: ")";
 }
 
 .icon-im.icon-im-uni2A:before {
   content: "*";
 }
 
 .icon-im.icon-im-uni2B:before {
   content: "+";
 }
 
 .icon-im.icon-im-uni2C:before {
   content: ",";
 }
 
 .icon-im.icon-im-uni2D:before {
   content: "-";
 }
 
 .icon-im.icon-im-uni2E:before {
   content: ".";
 }
 
 .icon-im.icon-im-uni2F:before {
   content: "/";
 }
 
 .icon-im.icon-im-uni30:before {
   content: "0";
 }
 
 .icon-im.icon-im-uni31:before {
   content: "1";
 }
 
 .icon-im.icon-im-uni32:before {
   content: "2";
 }
 
 .icon-im.icon-im-uni33:before {
   content: "3";
 }
 
 .icon-im.icon-im-uni34:before {
   content: "4";
 }
 
 .icon-im.icon-im-uni35:before {
   content: "5";
 }
 
 .icon-im.icon-im-uni36:before {
   content: "6";
 }
 
 .icon-im.icon-im-uni37:before {
   content: "7";
 }
 
 .icon-im.icon-im-uni38:before {
   content: "8";
 }
 
 .icon-im.icon-im-uni39:before {
   content: "9";
 }
 
 .icon-im.icon-im-uni3A:before {
   content: ":";
 }
 
 .icon-im.icon-im-uni3B:before {
   content: ";";
 }
 
 .icon-im.icon-im-uni3C:before {
   content: "<";
 }
 
 .icon-im.icon-im-uni3D:before {
   content: "=";
 }
 
 .icon-im.icon-im-uni3E:before {
   content: ">";
 }
 
 .icon-im.icon-im-uni3F:before {
   content: "?";
 }
 
 .icon-im.icon-im-uni40:before {
   content: "@";
 }
 
 .icon-im.icon-im-uni41:before {
   content: "A";
 }
 
 .icon-im.icon-im-uni42:before {
   content: "B";
 }
 
 .icon-im.icon-im-uni43:before {
   content: "C";
 }
 
 .icon-im.icon-im-uni44:before {
   content: "D";
 }
 
 .icon-im.icon-im-uni45:before {
   content: "E";
 }
 
 .icon-im.icon-im-uni46:before {
   content: "F";
 }
 
 .icon-im.icon-im-uni47:before {
   content: "G";
 }
 
 .icon-im.icon-im-uni48:before {
   content: "H";
 }
 
 .icon-im.icon-im-uni49:before {
   content: "I";
 }
 
 .icon-im.icon-im-uni4A:before {
   content: "J";
 }
 
 .icon-im.icon-im-uni4B:before {
   content: "K";
 }
 
 .icon-im.icon-im-uni4C:before {
   content: "L";
 }
 
 .icon-im.icon-im-uni4D:before {
   content: "M";
 }
 
 .icon-im.icon-im-uni4E:before {
   content: "N";
 }
 
 .icon-im.icon-im-uni4F:before {
   content: "O";
 }
 
 .icon-im.icon-im-uni50:before {
   content: "P";
 }
 
 .icon-im.icon-im-uni51:before {
   content: "Q";
 }
 
 .icon-im.icon-im-uni52:before {
   content: "R";
 }
 
 .icon-im.icon-im-uni53:before {
   content: "S";
 }
 
 .icon-im.icon-im-uni54:before {
   content: "T";
 }
 
 .icon-im.icon-im-uni55:before {
   content: "U";
 }
 
 .icon-im.icon-im-uni56:before {
   content: "V";
 }
 
 .icon-im.icon-im-uni57:before {
   content: "W";
 }
 
 .icon-im.icon-im-uni58:before {
   content: "X";
 }
 
 .icon-im.icon-im-uni59:before {
   content: "Y";
 }
 
 .icon-im.icon-im-uni5A:before {
   content: "Z";
 }
 
 .icon-im.icon-im-uni5B:before {
   content: "[";
 }
 
 .icon-im.icon-im-uni5C:before {
   content: "\\";
 }
 
 .icon-im.icon-im-uni5D:before {
   content: "]";
 }
 
 .icon-im.icon-im-uni5E:before {
   content: "^";
 }
 
 .icon-im.icon-im-uni5F:before {
   content: "_";
 }
 
 .icon-im.icon-im-uni60:before {
   content: "`";
 }
 
 .icon-im.icon-im-uni61:before {
   content: "a";
 }
 
 .icon-im.icon-im-uni62:before {
   content: "b";
 }
 
 .icon-im.icon-im-uni63:before {
   content: "c";
 }
 
 .icon-im.icon-im-uni64:before {
   content: "d";
 }
 
 .icon-im.icon-im-uni65:before {
   content: "e";
 }
 
 .icon-im.icon-im-uni66:before {
   content: "f";
 }
 
 .icon-im.icon-im-uni67:before {
   content: "g";
 }
 
 .icon-im.icon-im-uni68:before {
   content: "h";
 }
 
 .icon-im.icon-im-uni69:before {
   content: "i";
 }
 
 .icon-im.icon-im-uni6A:before {
   content: "j";
 }
 
 .icon-im.icon-im-uni6B:before {
   content: "k";
 }
 
 .icon-im.icon-im-uni6C:before {
   content: "l";
 }
 
 .icon-im.icon-im-uni6D:before {
   content: "m";
 }
 
 .icon-im.icon-im-uni6E:before {
   content: "n";
 }
 
 .icon-im.icon-im-uni6F:before {
   content: "o";
 }
 
 .icon-im.icon-im-uni70:before {
   content: "p";
 }
 
 .icon-im.icon-im-uni71:before {
   content: "q";
 }
 
 .icon-im.icon-im-uni72:before {
   content: "r";
 }
 
 .icon-im.icon-im-uni73:before {
   content: "s";
 }
 
 .icon-im.icon-im-uni74:before {
   content: "t";
 }
 
 .icon-im.icon-im-uni75:before {
   content: "u";
 }
 
 .icon-im.icon-im-uni76:before {
   content: "v";
 }
 
 .icon-im.icon-im-uni77:before {
   content: "w";
 }
 
 .icon-im.icon-im-uni78:before {
   content: "x";
 }
 
 .icon-im.icon-im-uni79:before {
   content: "y";
 }
 
 .icon-im.icon-im-uni7A:before {
   content: "z";
 }
 
 .icon-im.icon-im-uni7B:before {
   content: "{";
 }
 
 .icon-im.icon-im-uni7C:before {
   content: "|";
 }
 
 .icon-im.icon-im-uni7D:before {
   content: "}";
 }
 
 .icon-im.icon-im-uni7E:before {
   content: "~";
 }
 
 .icon-im.icon-im-uniA9:before {
   content: "©";
 }
 
 .easy-pie-chart {
   position: relative;
   display: inline-block;
   width: 80px;
   height: 80px;
   text-align: center;
 }
 .easy-pie-chart .percent {
   display: inline-block;
   line-height: 80px;
   z-index: 2;
   font-size: 18px;
 }
 .easy-pie-chart .percent:after {
   content: "%";
   margin-left: 0.1em;
   font-size: 0.8em;
 }
 .easy-pie-chart canvas {
   position: absolute;
   top: 0;
   left: 0;
 }
 
 .pace {
   -webkit-pointer-events: none;
   pointer-events: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
 }
 
 .pace-inactive {
   display: none;
 }
 
 .pace .pace-progress {
   background: #998500;
   position: fixed;
   z-index: 2000;
   top: 0;
   right: 100%;
   width: 100%;
   height: 2px;
 }
 
 .pace .pace-progress-inner {
   display: block;
   position: absolute;
   right: 0px;
   width: 100px;
   height: 100%;
   box-shadow: 0 0 10px #ccb200, 0 0 5px #ccb200;
   opacity: 1;
   transform: rotate(3deg) translate(0px, -4px);
 }
 
 .pace .pace-activity {
   display: block;
   position: fixed;
   z-index: 2000;
   top: 15px;
   right: 15px;
   width: 14px;
   height: 14px;
   border: solid 2px transparent;
   border-top-color: #ccb200;
   border-left-color: #ccb200;
   border-radius: 10px;
   -webkit-animation: pace-spinner 400ms linear infinite;
   animation: pace-spinner 400ms linear infinite;
 }
 
 @-webkit-keyframes pace-spinner {
   0% {
     transform: rotate(0deg);
   }
   100% {
     transform: rotate(360deg);
   }
 }
 @keyframes pace-spinner {
   0% {
     transform: rotate(0deg);
     transform: rotate(0deg);
   }
   100% {
     transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 .vue-dropzone .dz-preview {
   width: 150px !important;
   height: 150px !important;
   background: transparent !important;
 }
 .vue-dropzone .dz-preview:hover {
   z-index: 100 !important;
 }
 .vue-dropzone .dz-preview .dz-remove:hover {
   text-decoration: none !important;
 }
 .vue-dropzone .dz-preview .dz-details {
   background-color: #ffde00 !important;
   border-radius: 30px !important;
   color: #333 !important;
   text-align: center !important;
   padding-top: 50px !important;
 }
 .vue-dropzone .dz-preview .dz-details .dz-size {
   margin-bottom: 0 !important;
 }
 .vue-dropzone .dz-preview .dz-image {
   border-radius: 30px !important;
   width: 150px !important;
   height: 150px !important;
 }
 .vue-dropzone .dz-preview .dz-error-message {
   top: 160px !important;
   left: 5px !important;
 }
 .vue-dropzone .dz-preview .dz-error-message::after {
   top: -6px !important;
   transform: rotate(180deg) !important;
 }
 .vue-dropzone .dz-preview .dz-upload {
   background: #333 !important;
 }
 .vue-dropzone .dz-preview .dz-error-mark svg #Page-1 g {
   fill: #333 !important;
 }
 .vue-dropzone .dz-preview .dz-success-mark svg g path {
   fill: #333 !important;
 }
 .vue-dropzone .dz-preview .dz-remove {
   color: #333 !important;
   margin-left: 25px !important;
   padding: 2px !important;
   bottom: 20px !important;
   border: 2px #333 solid !important;
   font-size: 0.7rem !important;
   font-weight: 600 !important;
 }
 
 @media only screen and (max-width: 768px) {
   .vue-dropzone .dz-preview {
     width: 110px !important;
     height: 110px !important;
     background: transparent !important;
     margin: 5px !important;
   }
   .vue-dropzone .dz-preview .dz-image {
     border-radius: 0;
     width: 100% !important;
     height: 100% !important;
   }
   .vue-dropzone .dz-preview .dz-progress {
     height: 12px !important;
   }
   .vue-dropzone .dz-preview .dz-remove {
     margin-left: 10px !important;
     bottom: 15px !important;
     font-size: 10px !important;
     font-weight: 600 !important;
     letter-spacing: 1px !important;
   }
   .vue-dropzone .dz-preview .dz-details .dz-size {
     font-size: 12px !important;
     position: absolute;
     top: 30px;
     left: 0;
     right: 0;
   }
   .vue-dropzone .dz-preview .dz-error-message {
     top: 121px !important;
     left: 5px !important;
     width: 95% !important;
     font-size: 12px !important;
   }
   .vue-dropzone .dz-preview .dz-error-message::after {
     left: 45px !important;
   }
   .vue-dropzone .dz-preview .dz-error-mark svg #Page-1 g {
     display: flex !important;
     justify-content: center !important;
     align-items: center !important;
   }
   .vue-dropzone .dz-preview .dz-success-mark svg g path {
     display: flex !important;
     justify-content: center !important;
     align-items: center !important;
   }
   .vue-dropzone .dz-preview .dz-success-mark svg {
     width: 44px !important;
     height: 40px !important;
   }
   .vue-dropzone .dz-preview .dz-error-mark svg {
     width: 44px !important;
     height: 40px !important;
   }
 }
 .vue-tabs-demo .card-body .default .tabs-component .tabs-component-tabs {
   padding-left: 0px;
 }
 .vue-tabs-demo .card-body .default .suffix {
   background-color: #c03;
   color: #fff;
   margin-left: 0.35em;
 }
 .vue-tabs-demo .card-body .default .prefix {
   background-color: #d1e8eb;
   color: #0c5174;
   margin-right: 0.35em;
 }
 .vue-tabs-demo .card-body .default .prefix,
 .vue-tabs-demo .card-body .default .suffix {
   align-items: center;
   border-radius: 1.25rem;
   display: flex;
   font-size: 0.75rem;
   flex-shrink: 0;
   height: 1.25rem;
   justify-content: center;
   line-height: 1.25rem;
   min-width: 1.25rem;
   padding: 0 0.1em;
 }
 .vue-tabs-demo .card-body .default .tabs-component {
   margin: 2em 0;
 }
 .vue-tabs-demo .card-body .default .page-subtitle {
   font-size: 1.25rem;
   margin-bottom: 1em;
   padding-top: 0.25em;
 }
 
 .suffix {
   position: absolute;
   right: -0.725em;
   top: -0.725em;
 }
 
 .tabs-component {
   margin: 0 !important;
 }
 
 .tabs-component.tabs-default .tabs-component-tabs {
   padding: 0px;
 }
 .tabs-component.tabs-default .tabs-component-tab {
   border: none;
   background-color: none;
   border-radius: none;
   margin-right: 0.1rem !important;
   transform: none;
   transition: none;
 }
 .tabs-component.tabs-default .tabs-component-tab {
   margin: 0px;
   border: 1px solid transparent;
 }
 .tabs-component.tabs-default .tabs-component-tab a {
   padding: 0.75em 2rem !important;
   color: #333333;
   font-weight: normal;
 }
 .tabs-component.tabs-default .tabs-component-tab a:hover {
   color: #333333;
   text-decoration: none;
 }
 .tabs-component.tabs-default .tabs-component-tab.is-active {
   border: 1px solid #333;
   background: #333;
   color: #ffde00;
 }
 .tabs-component.tabs-default .tabs-component-tab.is-active a {
   color: #ffde00;
 }
 .tabs-component.tabs-default .tabs-component-tab:hover {
   border: 1px solid #333;
 }
 .tabs-component.tabs-default .tabs-component-panels {
   border-top: 1px solid #333333 !important;
   border: none;
   position: relative;
   border-radius: 0;
   padding: 1em 0em !important;
   box-shadow: none;
 }
 
 .tabs-component.tabs-default.primary .tabs-component-tab a {
   color: #333333;
 }
 .tabs-component.tabs-default.primary .tabs-component-tab.is-active {
   border: 1px solid #007dcc;
   background: #007dcc;
   color: #fff;
 }
 .tabs-component.tabs-default.primary .tabs-component-tab.is-active a {
   color: #fff;
 }
 .tabs-component.tabs-default.primary .tabs-component-tab:hover {
   border: 1px solid #007dcc;
 }
 .tabs-component.tabs-default.primary .tabs-component-panels {
   border-top: 1px solid #007dcc !important;
 }
 
 .tabs-component.tabs-vertical {
   display: flex !important;
 }
 .tabs-component.tabs-vertical .tabs-component-tabs {
   display: inline-block !important;
   border-right: 1px solid #333333 !important;
   border-radius: 0;
   padding: 0px;
 }
 .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab {
   border: none;
   background-color: none;
   border-radius: 4px 0 0 4px;
   margin-bottom: 0.2rem !important;
   transform: none;
   transition: none;
 }
 .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab {
   margin: 0px;
   border: 1px solid transparent;
   border-right: 0;
 }
 .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab a {
   padding: 0.75em 2rem !important;
   color: #333333;
   font-weight: normal;
 }
 .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab a:hover {
   color: #333333;
   text-decoration: none;
 }
 .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab.is-active {
   border: 1px solid transparent;
   border-right: 0;
   background: #333333;
 }
 .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab.is-active a {
   color: #ffde00;
 }
 .tabs-component.tabs-vertical .tabs-component-tabs .tabs-component-tab:hover {
   border: 1px solid #333333;
   border-right: 0;
 }
 .tabs-component.tabs-vertical .tabs-component-panels {
   border: none;
   position: relative;
   border-radius: 0;
   padding: 0em 0em !important;
   padding-left: 2em !important;
   box-shadow: none;
 }
 
 .tabs-component.tabs-vertical.primary .tabs-component-tabs {
   border-right: 1px solid #007dcc !important;
 }
 .tabs-component.tabs-vertical.primary .tabs-component-tabs .tabs-component-tab.is-active {
   background: #007dcc;
   color: #fff;
 }
 .tabs-component.tabs-vertical.primary .tabs-component-tabs .tabs-component-tab.is-active a {
   color: #fff;
 }
 .tabs-component.tabs-vertical.primary .tabs-component-tabs .tabs-component-tab:hover {
   border: 1px solid #007dcc;
   border-right: 0;
 }
 
 .tabs-component.tabs-simple .tabs-component-tabs {
   padding: 0px;
 }
 .tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab {
   border: none;
   background-color: none;
   border-radius: none;
   transform: none;
   transition: none;
 }
 .tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab {
   margin: 0px;
 }
 .tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab a {
   padding: 0.75em 2rem !important;
   color: #333333;
 }
 .tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab a:hover {
   color: #333333;
   outline: none;
   border-bottom: 3px solid #fff299;
 }
 .tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab.is-active {
   border-bottom: 3px solid #ffde00;
   color: #333;
 }
 .tabs-component.tabs-simple .tabs-component-tabs .tabs-component-tab.is-active a:hover {
   border-bottom: none;
 }
 .tabs-component.tabs-simple .tabs-component-panels {
   border-top: 1px solid #ddd !important;
   border: none;
   position: relative;
   border-radius: 0;
   padding: 1em 0em !important;
   box-shadow: none;
 }
 
 .tabs-component.tabs-simple-vertical {
   display: flex !important;
 }
 .tabs-component.tabs-simple-vertical .tabs-component-tabs {
   padding: 0px;
   display: inline-block !important;
   border-bottom: none;
   border-right: 1px solid #ddd !important;
   border-radius: 0;
 }
 .tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab {
   border: none;
   background-color: none;
   border-radius: none;
   transform: none;
   transition: none;
 }
 .tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab {
   margin: 0px;
 }
 .tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab a {
   padding: 0.75em 2rem !important;
   color: #333333;
   border-right: 3px solid transparent;
   background: transparent;
 }
 .tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab a:hover {
   background-color: transparent;
   border-right: 3px solid #fff299;
   border-radius: 0;
 }
 .tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab.is-active {
   border-right: 3px solid #ffde00;
   color: #333;
 }
 .tabs-component.tabs-simple-vertical .tabs-component-tabs .tabs-component-tab.is-active a:hover {
   border-color: transparent;
 }
 .tabs-component.tabs-simple-vertical .tabs-component-panels {
   border: none;
   position: relative;
   border-radius: 0;
   padding: 0em 0em !important;
   padding-left: 2em !important;
   box-shadow: none;
 }
 
 .tabs-component-tabs {
   border: none !important;
 }
 
 .tooltip {
   display: block !important;
   z-index: 10000;
 }
 .tooltip.popover .popover-inner {
   background: #333;
   color: white;
   padding: 24px;
   border-radius: 5px;
   box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
 }
 .tooltip.popover .popover-arrow {
   border-color: #333;
 }
 .tooltip.tooltip-loading .tooltip-inner {
   color: #ffde00;
 }
 .tooltip.info .tooltip-inner {
   background: rgba(91, 191, 222, 0.9);
   color: white;
   padding: 24px;
   border-radius: 5px;
   box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
   max-width: 250px;
 }
 .tooltip.info .tooltip-arrow {
   border-color: rgba(91, 191, 222, 0.9);
 }
 .tooltip .tooltip-inner {
   background: #333;
   color: white;
   border-radius: 16px;
   padding: 4px 12px;
 }
 .tooltip .tooltip-arrow {
   width: 0;
   height: 0;
   border-style: solid;
   position: absolute;
   margin: 5px;
   border-color: #333;
   z-index: 1;
 }
 .tooltip[x-placement^=top] {
   margin-bottom: 5px;
 }
 .tooltip[x-placement^=top] .tooltip-arrow {
   border-width: 5px 5px 0 5px;
   border-left-color: transparent !important;
   border-right-color: transparent !important;
   border-bottom-color: transparent !important;
   bottom: -5px;
   left: calc(50% - 5px);
   margin-top: 0;
   margin-bottom: 0;
 }
 .tooltip[x-placement^=bottom] {
   margin-top: 5px;
 }
 .tooltip[x-placement^=bottom] .tooltip-arrow {
   border-width: 0 5px 5px 5px;
   border-left-color: transparent !important;
   border-right-color: transparent !important;
   border-top-color: transparent !important;
   top: -5px;
   left: calc(50% - 5px);
   margin-top: 0;
   margin-bottom: 0;
 }
 .tooltip[x-placement^=right] {
   margin-left: 5px;
 }
 .tooltip[x-placement^=right] .tooltip-arrow {
   border-width: 5px 5px 5px 0;
   border-left-color: transparent !important;
   border-top-color: transparent !important;
   border-bottom-color: transparent !important;
   left: -5px;
   top: calc(50% - 5px);
   margin-left: 0;
   margin-right: 0;
 }
 .tooltip[x-placement^=left] {
   margin-right: 5px;
 }
 .tooltip[x-placement^=left] .tooltip-arrow {
   border-width: 5px 0 5px 5px;
   border-top-color: transparent !important;
   border-right-color: transparent !important;
   border-bottom-color: transparent !important;
   right: -5px;
   top: calc(50% - 5px);
   margin-left: 0;
   margin-right: 0;
 }
 .tooltip[aria-hidden=true] {
   visibility: hidden;
   opacity: 0;
   transition: opacity 0.15s, visibility 0.15s;
 }
 .tooltip[aria-hidden=false] {
   visibility: visible;
   opacity: 1;
   transition: opacity 0.15s;
 }
 
 .dropdown-group {
   position: relative;
 }
 .dropdown-group.active .dropdown-container {
   display: block;
 }
 .dropdown-group .dropdown-container {
   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 0.125rem;
   font-size: 1rem;
   color: #fff;
   text-align: left;
   list-style: none;
   background-color: #333;
   background-clip: padding-box;
   border: 1px solid #333;
   border-radius: 0.25rem;
 }
 .dropdown-group .dropdown-container.align-right {
   right: 0;
   left: auto;
 }
 .dropdown-group .dropdown-container .dropdown-group {
   display: block;
   margin: 0;
 }
 .dropdown-group .dropdown-container .dropdown-group-item a {
   display: block;
   font-size: 15px;
   padding: 10px 20px;
   color: #fff;
   background-color: transparent;
 }
 .dropdown-group .dropdown-container .dropdown-group-item a:hover {
   background-color: #4d4d4d;
 }
 .dropdown-group .dropdown-container .dropdown-group-item a.active {
   color: #ffde00;
 }
 .dropdown-group .dropdown-container .dropdown-activator {
   position: relative;
 }
 .dropdown-group .dropdown-container .dropdown-activator::after {
   content: none !important;
 }
 .dropdown-group .dropdown-container .dropdown-activator::before {
   border-color: #fff transparent transparent;
   border-style: solid;
   border-width: 5px 4px 0;
   content: "";
   display: block;
   height: 0;
   position: absolute;
   right: 10px;
   top: 18px;
   transition: all 0.2s ease-in-out;
   width: 0;
   transform: rotate(90deg);
 }
 .dropdown-group .dropdown-container .dropdown-group.active .dropdown-activator a {
   color: #ffde00;
 }
 .dropdown-group .dropdown-container .dropdown-group.active .dropdown-activator::before {
   transform: rotate(-90deg);
   border-color: #ffde00 transparent transparent;
 }
 .dropdown-group .dropdown-container .dropdown-container {
   display: block;
   margin: 0;
   left: 100%;
   top: 0;
   position: absolute;
   margin: 0.125rem 0.125rem 0;
 }
 .dropdown-group .dropdown-container .dropdown-container.align-right {
   right: 100%;
   left: auto;
 }
 .dropdown-group .dropdown-container .dropdon-group-item {
   position: relative;
 }
 .dropdown-group .dropdown-item-divider {
   border-top: 1px solid #fff;
   height: 1px;
   margin: 0.5rem 0;
   overflow: hidden;
 }
 
 .dropdown-group.dropdown-light .dropdown-container {
   color: #333;
   background-color: #fff;
   border: 1px solid #d4d4d4;
 }
 .dropdown-group.dropdown-light .dropdown-container .dropdown-group-item a {
   color: #333;
 }
 .dropdown-group.dropdown-light .dropdown-container .dropdown-group-item a.active {
   color: #333;
   background-color: #efefef;
 }
 .dropdown-group.dropdown-light .dropdown-container .dropdown-group-item a:hover {
   background-color: #efefef;
 }
 .dropdown-group.dropdown-light .dropdown-container .dropdown-activator::before {
   border-color: #bababa transparent transparent;
 }
 .dropdown-group.dropdown-light .dropdown-container .dropdown-group.active .dropdown-activator a {
   color: #333;
   background-color: #efefef;
 }
 .dropdown-group.dropdown-light .dropdown-container .dropdown-group.active .dropdown-activator::before {
   border-color: #bababa transparent transparent;
 }
 .dropdown-group.dropdown-light .dropdown-item-divider {
   border-top: 1px solid #333;
 }
 
 .my-gallery .demo {
   border: 5px solid #eee;
   box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
   cursor: pointer;
 }
 .my-gallery .blueimp-gallery > .slides > .slide > .video-content > iframe {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   margin: auto;
   width: auto;
   height: auto;
   width: 480px;
   height: 360px;
 }
 .my-gallery .blueimp-gallery-controls > .close,
 .my-gallery .blueimp-gallery-controls > .next,
 .my-gallery .blueimp-gallery-controls > .play-pause,
 .my-gallery .blueimp-gallery-controls > .prev,
 .my-gallery .blueimp-gallery-controls > .title {
   color: #fff;
 }
 .my-gallery .blueimp-gallery-controls > .close:hover,
 .my-gallery .blueimp-gallery-controls > .next:hover,
 .my-gallery .blueimp-gallery-controls > .play-pause:hover,
 .my-gallery .blueimp-gallery-controls > .prev:hover,
 .my-gallery .blueimp-gallery-controls > .title:hover {
   color: #fff;
 }
 
 .sweet-modal-overlay.theme-dark {
   background-color: rgba(0, 0, 0, 0.7) !important;
 }
 
 .sweet-modal.theme-dark {
   background: #222222 !important;
 }
 
 .sweet-modal-icon.sweet-modal-error .sweet-modal-line {
   background-color: #ffde00 !important;
 }
 
 .sweet-modal.theme-dark .sweet-content + .sweet-buttons {
   border-top-color: #333333 !important;
   box-shadow: none !important;
 }
 
 .sweet-modal-icon.sweet-modal-error {
   border-color: #ffde00 !important;
 }
 
 .sweet-modal .sweet-box-actions .sweet-action-close:hover {
   background: #007dcc !important;
 }
 .theme-dark .sweet-modal .sweet-box-actions .sweet-action-close:hover {
   background: #ffde00 !important;
   color: #333;
 }
 
 .sweet-modal .sweet-title > h2 {
   line-height: inherit;
 }
 
 .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab.active a {
   color: #007dcc !important;
 }
 
 .sweet-buttons button {
   margin-left: 10px;
 }
 
 .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
   border: 1px solid #ffde00 !important;
 }
 .vdp-datepicker__calendar .cell.selected {
   background: #ffde00 !important;
 }
 .vdp-datepicker__calendar .cell.highlighted {
   background: #ffef80 !important;
 }
 
 .vc-material {
   width: 150px !important;
   height: 130px !important;
 }
 
 .color-pickers-demo {
   position: relative;
   padding-top: 20px;
 }
 
 .demo-div {
   position: absolute;
   height: 15px;
   width: 190px;
   text-indent: -999px;
   right: 0;
   width: 100%;
   top: -10px;
   background: #194D33;
   color: white;
   border-radius: 3px;
 }
 
 @media only screen and (max-width: 768px) {
   .vc-photoshop {
     width: 100% !important;
   }
   .vc-chrome {
     width: 100% !important;
   }
   .vc-compact {
     width: 100% !important;
   }
   .vc-slider {
     width: 100% !important;
   }
   .vc-swatches {
     width: 100% !important;
   }
   .vc-sketch {
     width: 268px !important;
   }
 }
 .VueCarousel-slide {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0 5px;
 }
 
 .VueCarousel-inner .VueCarousel-slide:first-child {
   padding-left: 0;
 }
 
 .VueCarousel-inner .VueCarousel-slide:last-child {
   padding-right: 0;
 }
 
 .VueCarousel-dot {
   margin-top: 0 !important;
 }
 .VueCarousel-dot .VueCarousel-dot-button {
   background: #333 !important;
 }
 .VueCarousel-dot.VueCarousel-dot--active .VueCarousel-dot-button {
   background: #ffde00 !important;
 }
 
 .VueCarousel-navigation .VueCarousel-navigation-prev {
   transform: translateY(-130%) translateX(-100%) !important;
   margin-left: 10px;
 }
 .VueCarousel-navigation .VueCarousel-navigation-next {
   transform: translateY(-130%) translateX(100%) !important;
   margin-right: 10px;
 }
 
 .with-nav .VueCarousel-wrapper {
   width: auto;
   margin: 0 20px;
 }
 
 @media (max-width: 768px) {
   .VueCarousel-dot .VueCarousel-dot-button {
     width: 7px !important;
     height: 7px !important;
   }
 }
 .multiselect .multiselect__option--highlight {
   background: #39f;
   color: #333;
   font-weight: normal !important;
 }
 .multiselect .multiselect__option--highlight.multiselect__option--selected {
   background: #f8f8f8;
   color: #333;
   font-size: 1rem;
   font-weight: normal !important;
 }
 .multiselect .multiselect__option--highlight.multiselect__option--selected::after {
   background: #333;
   color: #fff;
 }
 .multiselect .multiselect__option--highlight::after {
   background: #333;
   color: #fff;
 }
 .multiselect .multiselect__option--selected {
   font-weight: normal !important;
   background: #f8f8f8;
 }
 .multiselect .multiselect__tags-wrap .multiselect__tag {
   background: #39f;
   color: #333;
 }
 .multiselect .multiselect__tags-wrap .multiselect__tag .multiselect__tag-icon:hover {
   background: #39f;
 }
 .multiselect .multiselect__tags-wrap .multiselect__tag .multiselect__tag-icon::after {
   color: #333;
 }
 
 .dashbox {
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 4px;
   display: block;
   margin-bottom: 30px;
   padding: 40px;
   position: relative;
   text-align: right;
 }
 .dashbox i {
   font-size: 30px;
   left: 40px;
   position: absolute;
   top: 53px;
 }
 .dashbox .title {
   color: #333;
   display: block;
   font-size: 24px;
   font-weight: bold;
 }
 .dashbox .desc {
   color: #bababa;
   font-family: "Roboto", sans-serif;
   font-size: 18px;
   font-weight: bold;
   text-transform: uppercase;
 }
 .dashbox:active, .dashbox:focus, .dashbox:hover {
   text-decoration: none;
   background-color: #f8f8f8;
 }
 
 .dashbox-line-progress {
   padding: 30px;
   text-align: left;
 }
 .dashbox-line-progress i {
   right: 30px;
   left: auto;
   top: 30px;
 }
 .dashbox-line-progress .progress {
   height: 0.5rem;
   margin-bottom: 0;
 }
 .dashbox-line-progress .title {
   margin-bottom: 15px;
   font-size: 26px;
 }
 
 .dashbox-circle-progress {
   text-align: left;
   padding: 30px;
 }
 .dashbox-circle-progress .easy-pie-chart {
   position: absolute;
   right: 30px;
   top: 50%;
   transform: translate(0, -50%);
 }
 
 @media (min-width: 1200px) and (max-width: 1400px) {
   .dashbox {
     padding: 15px;
   }
   .dashbox i {
     left: 30px;
     top: 25px;
   }
   .dashbox.dashbox-line-progress i {
     right: 15px;
     left: auto;
     top: 15px;
   }
   .dashbox-circle-progress {
     padding: 30px;
   }
 }
 .card.with-tabs .tabs-component .tabs-component-tabs {
   position: absolute;
   right: 1.25rem;
   top: 14px;
 }
 .card.with-tabs .tabs-component .tabs-component-panels {
   border: 0 !important;
 }
 
 @media (max-width: 700px) {
   .card.with-tabs .tabs-component .tabs-component-tabs {
     position: relative;
     display: block;
     margin-right: -41px;
     border-radius: 0;
     top: -21px;
     margin-left: -1px;
   }
   .card.with-tabs .tabs-component .tabs-component-tab:not(:last-child) {
     border-bottom: dotted 1px #ddd;
   }
 }
 .login-page {
   height: 100%;
 }
 .login-page .login-wrapper {
   height: 100%;
   padding-top: 0;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .login-page .login-box {
   color: #fff;
   padding: 20px;
   width: 100%;
   max-width: 400px;
 }
 .login-page .login-box .form-control {
   margin-top: 20px;
 }
 .login-page .login-box .other-actions {
   margin-bottom: 10px;
   margin-top: 20px;
 }
 .login-page .login-box .page-copyright {
   font-size: 14px;
   margin-top: 50px;
   text-align: center;
 }
 .login-page .login-box .page-copyright p {
   margin-bottom: 10px;
 }
 .login-page .login-box a {
   color: #ffde00;
 }
 .login-page .login-box a:hover {
   color: #e6c800;
 }
 .login-page .login-box .btn-login {
   background-color: #ffde00;
   color: #333;
 }
 .login-page .login-box .btn-login:hover {
   background-color: #e6c800;
 }
 .login-page .login-box .c-input {
   color: #fff;
 }
 .login-page .login-box .c-input .c-indicator {
   top: 2px;
 }
 .login-page .login-wrapper .c-input > input:checked ~ .c-indicator {
   background-color: #333;
   -o-box-shadow: none;
   -ms-box-shadow: none;
   box-shadow: none;
 }
 .login-page .login-wrapper .c-input > input:focus ~ .c-indicator {
   box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #262626;
 }
 .login-page .login-wrapper .c-input > input:active ~ .c-indicator {
   background-color: #262626;
   -o-box-shadow: none;
   -ms-box-shadow: none;
   box-shadow: none;
 }
 .login-page .logo-main {
   margin-bottom: 40px;
   text-align: center;
 }
 .login-page .logo-main img {
   height: auto;
   width: 300px;
 }
 .login-page .other-options {
   border-top: 1px solid #fff;
   padding: 1rem 0;
   padding-top: 2rem;
 }
 .login-page .other-options h6 {
   color: #c7cbd1;
   font-size: 15px;
   margin-top: 12px;
 }
 .login-page .other-options a,
 .login-page .other-options a:hover {
   color: #fff;
 }
 @media (max-width: 768px) {
   .login-page .other-actions {
     font-size: 14px;
   }
   .login-page .logo-main img {
     height: auto;
     max-width: 100%;
   }
 }
 
 .login-page.login-1 .login-wrapper::before {
   background-image: url("/assets/img/skynight.jpg");
   background-position: center top;
   background-size: cover;
   content: "";
   height: 100%;
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
 }
 .login-page.login-1 .login-wrapper::after {
   background-color: rgba(38, 50, 56, 0.6);
   content: "";
   height: 100%;
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
 }
 
 .login-page.login-2 .login-box {
   color: #333;
   background: #fff;
   border: 1px solid #ddd;
   padding: 40px 40px 20px 40px;
 }
 .login-page.login-2 .c-input {
   color: #555;
 }
 .login-page.login-2 .login-box a {
   color: #333;
 }
 .login-page.login-2 .login-box a:hover {
   color: #4d4d4d;
 }
 .login-page.login-2 .other-options h6 {
   color: #555;
 }
 .login-page.login-2 .other-actions {
   margin-top: 30px;
 }
 .login-page.login-2 .page-copyright {
   margin-top: 0;
   padding-top: 60px;
 }
 .login-page.login-2 .page-copyright a {
   color: #ffde00;
 }
 .login-page.login-2 .page-copyright a:hover {
   color: #ccb200;
 }
 .login-page.login-2 .logo-main img {
   width: 200px;
 }
 
 .login-page.login-3 .site-wrapper {
   display: flex;
 }
 .login-page.login-3::before {
   background-image: url("/assets/img/index.jpg");
   background-position: center top;
   background-size: cover;
   content: "";
   height: 100%;
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
 }
 .login-page.login-3::after {
   background-color: rgba(0, 0, 0, 0.35);
   content: "";
   height: 100%;
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
 }
 .login-page.login-3 .login-box {
   color: #333;
   background: #fff;
   flex: 2;
   border: 1px solid #ddd;
   padding: 150px 60px 180px;
   display: flex;
   justify-content: center;
   align-items: center;
   max-width: 500px;
   min-width: 450px;
 }
 .login-page.login-3 .login-box .box-wrapper {
   width: 100%;
 }
 .login-page.login-3 .content-box1 {
   flex: 5;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .login-page.login-3 .content-box1 h1 {
   color: #fff;
   font-size: 3.5rem;
 }
 .login-page.login-3 .c-input {
   color: #555;
 }
 .login-page.login-3 .login-box a {
   color: #333;
 }
 .login-page.login-3 .login-box a:hover {
   color: #4d4d4d;
 }
 .login-page.login-3 .other-options h6 {
   color: #555;
 }
 .login-page.login-3 .other-actions {
   margin-top: 30px;
 }
 .login-page.login-3 .page-copyright {
   margin-top: 0;
   padding-top: 60px;
 }
 .login-page.login-3 .page-copyright a {
   color: #ffde00;
 }
 .login-page.login-3 .page-copyright a:hover {
   color: #ccb200;
 }
 .login-page.login-3 .logo-main img {
   width: 200px;
 }
 @media (max-width: 992px) {
   .login-page.login-3 .content-box1 h1 {
     font-size: 2.5rem;
   }
 }
 @media (max-width: 768px) {
   .login-page.login-3 .content-box1 h1 {
     font-size: 1.5rem;
   }
 }
 @media (max-width: 480px) {
   .login-page.login-3 .login-box {
     width: 100%;
     max-width: none;
     min-width: 0;
     padding: 30px;
   }
   .login-page.login-3 .content-box1 {
     display: none;
   }
 }
 
 .avatar-container {
   padding: 10px;
   border: 1px solid #ddd;
 }
 
 .detail-row i {
   width: 30px;
   text-align: center;
   margin-left: -7px;
 }
 
 .activity-list, .friends-list {
   padding: 0;
   display: flex;
   flex-wrap: wrap;
 }
 
 .activity-list .media {
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   border-bottom: 1px solid #ddd;
 }
 
 .activity-list .media-left {
   padding-right: 20px;
 }
 
 .activity-list .media-object {
   width: 50px;
 }
 
 .activity-list .media-body small {
   color: #a3afb7;
 }
 .activity-list .media-body p {
   margin-bottom: 0;
 }
 
 .activity-list .media-heading {
   font-size: 1.2rem;
   margin-bottom: 0;
 }
 .activity-list .media-heading span {
   color: #595959;
   font-size: 1rem;
 }
 
 .friends-list .media {
   min-width: 30%;
   display: flex;
   border: 1px solid #ddd;
   margin-right: 3%;
   margin-bottom: 20px;
   justify-content: center;
   align-items: center;
 }
 
 .friends-list .media-left {
   padding-right: 20px;
 }
 
 .friends-list .media-object {
   width: 90px;
 }
 
 .friends-list .media-body {
   padding-right: 30px;
 }
 
 .friends-list .media-heading {
   font-size: 1.1rem;
   margin-bottom: 0;
 }
 
 @media (max-width: 768px) {
   .friends-list .media {
     min-width: 45%;
   }
 }
 @media (max-width: 480px) {
   .friends-list .media {
     min-width: 100%;
   }
 }
 .page-error-404 {
   background: #333;
 }
 .page-error-404 .error-box {
   border-radius: 4px;
   left: 50%;
   margin: 0 auto;
   margin-bottom: 45px;
   padding: 20px;
   position: absolute;
   top: 50%;
   color: #fff;
   transform: translate(-50%, -60%);
   width: 800px;
 }
 .page-error-404 h1 {
   font-size: 10rem;
   color: #ffde00;
   margin-bottom: 2rem;
 }
 .page-error-404 h5 {
   font-size: 2rem;
   color: #fff;
   margin-bottom: 40px;
 }
 
 .bg-yellow {
   background-color: #ffde00;
   color: #333;
 }
 .bg-yellow:hover {
   background-color: #e6c800;
 }
 
 easy-pie-chart {
   position: relative;
   display: inline-block;
   width: 80px;
   height: 80px;
   text-align: center;
 }
 easy-pie-chart .percent {
   display: inline-block;
   line-height: 80px;
   z-index: 2;
   font-size: 18px;
 }
 easy-pie-chart .percent:after {
   content: "%";
   margin-left: 0.1em;
   font-size: 0.8em;
 }
 easy-pie-chart canvas {
   position: absolute;
   top: 0;
   left: 0;
 }
 
 .icon-container .demo-icon .icon-classname {
   margin-left: 20px;
 }
 .icon-container .demo-icon .icon-box {
   height: 50px;
   width: 50px;
   padding: 10px;
   border-radius: 3px;
   font-size: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   border: 2px solid #ffeb3b;
 }
 .icon-container .demo-icon .icon-box:hover {
   background-color: #ffeb3b;
 }
 
 .icon-container {
   display: flex;
   flex-wrap: wrap;
   margin-left: -20px;
   margin-top: -20px;
 }
 .icon-container .demo-icon {
   flex: 1 0 350px;
   margin-left: 20px;
   margin-top: 20px;
   margin-bottom: 20px;
   align-items: center;
 }
 @media (min-width: 740px) {
   .icon-container .demo-icon {
     max-width: calc(50% - 20px);
   }
 }
 @media (min-width: 1110px) {
   .icon-container .demo-icon {
     max-width: calc(33.3333333333% - 20px);
   }
 }
 @media (min-width: 1480px) {
   .icon-container .demo-icon {
     max-width: calc(25% - 20px);
   }
 }
 @media (min-width: 1850px) {
   .icon-container .demo-icon {
     max-width: calc(20% - 20px);
   }
 }
 @media (min-width: 1750px) {
   .icon-container .demo-icon {
     min-width: calc(20% - 20px);
   }
 }
 
 .icon-container .demo-icon {
   display: flex;
   flex-direction: row;
 }
 .icon-container svg {
   display: block;
 }
 
 .buttons-demo .btn {
   margin-bottom: 10px;
 }
 .buttons-demo .btn-group-vertical .btn {
   margin-bottom: 0;
 }
 
 .btn-group-vertical {
   margin-right: 20px;
 }
 
 .source-link {
   font-size: 0.9rem;
   color: #bababa;
 }
 
 .gauge-charts .col {
   display: flex;
   justify-content: center;
   margin: 20px auto !important;
 }
 
 .sweet-modal-demo .demo-buttons {
   display: flex;
   flex-wrap: wrap;
 }
 .sweet-modal-demo .demo-buttons .modal-demo {
   margin-left: 10px;
   margin-bottom: 10px;
 }
 
 @media (max-width: 768px) {
   .modal-media .modal-dialog .modal-content {
     overflow: hidden;
   }
   .modal-media .modal-dialog .modal-content .side-menu {
     background: black;
     margin: 8px 10px 6px 10px;
     width: 26px;
     float: right;
   }
   .modal-media .modal-dialog .modal-content .left-menu {
     left: -127px;
     display: block !important;
     background: #333;
     height: 100%;
     top: 0;
     z-index: 30;
     transition: left 0.3s ease;
   }
   .modal-media .modal-dialog .modal-content .left-menu.sidebar-open {
     left: 0px;
   }
   .modal-media .modal-dialog .modal-content .left-menu.sidebar-open .tabs-vertical.nav-tabs li a {
     border-right-color: #333;
   }
   .modal-media .modal-dialog .modal-content .left-menu .tabs-vertical .nav-tabs li a.active {
     background-color: unset;
   }
   .modal-media .modal-dialog .modal-content .media-upload-content {
     padding: 0px;
   }
 }
 .progress {
   margin-top: 20px;
 }
 
 .card-body .progress:first-child {
   margin-top: 0;
 }
 
 .skin-tools {
   position: fixed;
   top: 200px;
   right: -400px;
   z-index: 900;
   width: 400px;
   transition: all 0.3s;
 }
 .skin-tools .skin-tools-action {
   position: absolute;
   top: 0px;
   left: -48px;
   padding: 8px 16px;
   font-size: 20px;
   cursor: pointer;
   background-color: #fff;
   color: #333;
   box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.15);
   border-left: 1px solid rgba(222, 227, 231, 0.56);
   border-bottom-left-radius: 4px;
   border-top-left-radius: 4px;
 }
 .skin-tools .skin-tools-content {
   height: 100%;
   min-height: 100px;
   padding: 5px 20px 20px;
   background-color: #fff;
   color: #333;
   border: 1px solid rgba(0, 0, 0, 0.08);
   border-radius: 0 3px 3px;
 }
 .skin-tools .skins {
   display: flex;
   flex-wrap: wrap;
   margin: -10px;
   margin-top: 0;
 }
 .skin-tools .skins .skin-item {
   flex: 1;
   min-width: calc(50% - 20px);
   margin: 10px;
   position: relative;
 }
 .skin-tools h5 {
   margin-bottom: 10px;
   color: #333;
 }
 .skin-tools .skin-radio.active::after {
   background-image: url("/assets/img/skins/tick.png");
   background-size: 100% auto;
   width: 20px;
   height: 20px;
   content: "";
   position: absolute;
   top: -6px;
   right: -6px;
   z-index: 10;
 }
 .skin-tools .skin-radio.active img {
   opacity: 1;
 }
 .skin-tools .skin-radio img {
   opacity: 0.5;
 }
 .skin-tools.is-open {
   right: 0;
 }
 
 @media (max-width: 480px) {
   .skin-tools {
     top: 100px;
     right: -250px;
     width: 250px;
   }
   .skin-tools .skin-item {
     margin-bottom: 0.5rem;
   }
 }
 @media (max-width: 768px) {
   .skin-tools {
     top: 100px;
     right: -250px;
     width: 250px;
   }
   .skin-tools .skins .skin-item {
     min-width: calc(100% - 20px);
   }
 }
 .badge-azure {
  background-color: #2CA8FF;
}
.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}

div.a,
div.b {
  visibility:hidden;
}

/* Size < Small */
@media screen and (max-width: 756px) {
  /* .introjs-tooltiptext, */
  .customTooltip {
    min-width: 300px;
  }
}

/* Size > Small */
@media screen and (min-width: 756px) {
  /* .introjs-tooltiptext, */
  .customTooltip {
    min-width: 500px;
  }
}