@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
.graphiql-container,
.graphiql-container button,
.graphiql-container input {
  color: #141823;
  font-family:
    system,
    -apple-system,
    'San Francisco',
    '.SFNSDisplay-Regular',
    'Segoe UI',
    Segoe,
    'Segoe WP',
    'Helvetica Neue',
    helvetica,
    'Lucida Grande',
    arial,
    sans-serif;
  font-size: 14px;
}

.graphiql-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.graphiql-container .editorWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

.graphiql-container .title {
  font-size: 18px;
}

.graphiql-container .title em {
  font-family: georgia;
  font-size: 19px;
}

.graphiql-container .topBarWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.graphiql-container .topBar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e2e2e2));
  background: linear-gradient(#f7f7f7, #e2e2e2);
  border-bottom: 1px solid #d0d0d0;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 34px;
  overflow-y: visible;
  padding: 7px 14px 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.graphiql-container .toolbar {
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.graphiql-container .docExplorerShow,
.graphiql-container .historyShow {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e2e2e2));
  background: linear-gradient(#f7f7f7, #e2e2e2);
  border-radius: 0;
  border-bottom: 1px solid #d0d0d0;
  border-right: none;
  border-top: none;
  color: #3B5998;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  outline: 0;
  padding: 2px 20px 0 18px;
}

.graphiql-container .docExplorerShow {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.graphiql-container .historyShow {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
}

.graphiql-container .docExplorerShow:before {
  border-left: 2px solid #3B5998;
  border-top: 2px solid #3B5998;
  content: '';
  display: inline-block;
  height: 9px;
  margin: 0 3px -1px 0;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 9px;
}

.graphiql-container .editorBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.graphiql-container .queryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.graphiql-container .resultWrap {
  border-left: solid 1px #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.graphiql-container .docExplorerWrap,
.graphiql-container .historyPaneWrap {
  background: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 3;
}

.graphiql-container .historyPaneWrap {
  min-width: 230px;
  z-index: 5;
}

.graphiql-container .docExplorerResizer {
  cursor: col-resize;
  height: 100%;
  left: -5px;
  position: absolute;
  top: 0;
  width: 10px;
  z-index: 10;
}

.graphiql-container .docExplorerHide {
  cursor: pointer;
  font-size: 18px;
  margin: -7px -8px -6px 0;
  padding: 18px 16px 15px 12px;
}

.graphiql-container div .query-editor {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.graphiql-container .variable-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 30px;
  position: relative;
}

.graphiql-container .variable-editor-title {
  background: #eeeeee;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #e0e0e0;
  color: #777;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 6px 0 8px 43px;
  text-transform: lowercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.graphiql-container .codemirrorWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
}

.graphiql-container .result-window {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
}

.graphiql-container .footer {
  background: #f6f7f8;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-left: 12px;
  position: relative;
}

.graphiql-container .footer:before {
  background: #eeeeee;
  bottom: 0;
  content: " ";
  left: -13px;
  position: absolute;
  top: -1px;
  width: 12px;
}

/* No `.graphiql-container` here so themes can overwrite */
.result-window .CodeMirror {
  background: #f6f7f8;
}

.graphiql-container .result-window .CodeMirror-gutters {
  background-color: #eeeeee;
  border-color: #e0e0e0;
  cursor: col-resize;
}

.graphiql-container .result-window .CodeMirror-foldgutter,
.graphiql-container .result-window .CodeMirror-foldgutter-open:after,
.graphiql-container .result-window .CodeMirror-foldgutter-folded:after {
  padding-left: 3px;
}

.graphiql-container .toolbar-button {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
  background: linear-gradient(#f9f9f9, #ececec);
  border-radius: 3px;
  -webkit-box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.20),
    0 1px 0 rgba(255,255,255, 0.7),
    inset 0 1px #fff;
          box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.20),
    0 1px 0 rgba(255,255,255, 0.7),
    inset 0 1px #fff;
  color: #555;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 3px 11px 5px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}

.graphiql-container .toolbar-button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#d5d5d5));
  background: linear-gradient(#ececec, #d5d5d5);
  -webkit-box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 0 0 1px rgba(0,0,0,0.10),
    inset 0 1px 1px 1px rgba(0, 0, 0, 0.12),
    inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 0 0 1px rgba(0,0,0,0.10),
    inset 0 1px 1px 1px rgba(0, 0, 0, 0.12),
    inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.graphiql-container .toolbar-button.error {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf3f3), to(#e6d6d7));
  background: linear-gradient(#fdf3f3, #e6d6d7);
  color: #b00;
}

.graphiql-container .toolbar-button-group {
  margin: 0 5px;
  white-space: nowrap;
}

.graphiql-container .toolbar-button-group > * {
  margin: 0;
}

.graphiql-container .toolbar-button-group > *:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.graphiql-container .toolbar-button-group > *:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.graphiql-container .execute-button-wrap {
  height: 34px;
  margin: 0 14px 0 28px;
  position: relative;
}

.graphiql-container .execute-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d2d3d6));
  background: linear-gradient(#fdfdfd, #d2d3d6);
  border-radius: 17px;
  border: 1px solid rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  cursor: pointer;
  fill: #444;
  height: 34px;
  margin: 0;
  padding: 0;
  width: 34px;
}

.graphiql-container .execute-button svg {
  pointer-events: none;
}

.graphiql-container .execute-button:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#c3c3c3));
  background: linear-gradient(#e6e6e6, #c3c3c3);
  -webkit-box-shadow:
    0 1px 0 #fff,
    inset 0 0 2px rgba(0, 0, 0, 0.2),
    inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow:
    0 1px 0 #fff,
    inset 0 0 2px rgba(0, 0, 0, 0.2),
    inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.graphiql-container .execute-button:focus {
  outline: 0;
}

.graphiql-container .toolbar-menu,
.graphiql-container .toolbar-select {
  position: relative;
}

.graphiql-container .execute-options,
.graphiql-container .toolbar-menu-items,
.graphiql-container .toolbar-select-options {
  background: #fff;
  -webkit-box-shadow:
    0 0 0 1px rgba(0,0,0,0.1),
    0 2px 4px rgba(0,0,0,0.25);
          box-shadow:
    0 0 0 1px rgba(0,0,0,0.1),
    0 2px 4px rgba(0,0,0,0.25);
  margin: 0;
  padding: 6px 0;
  position: absolute;
  z-index: 100;
}

.graphiql-container .execute-options {
  min-width: 100px;
  top: 37px;
  left: -1px;
}

.graphiql-container .toolbar-menu-items {
  left: 1px;
  margin-top: -1px;
  min-width: 110%;
  top: 100%;
  visibility: hidden;
}

.graphiql-container .toolbar-menu-items.open {
  visibility: visible;
}

.graphiql-container .toolbar-select-options {
  left: 0;
  min-width: 100%;
  top: -5px;
  visibility: hidden;
}

.graphiql-container .toolbar-select-options.open {
  visibility: visible;
}

.graphiql-container .execute-options > li,
.graphiql-container .toolbar-menu-items > li,
.graphiql-container .toolbar-select-options > li {
  cursor: pointer;
  display: block;
  margin: none;
  max-width: 300px;
  overflow: hidden;
  padding: 2px 20px 4px 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.graphiql-container .execute-options > li.selected,
.graphiql-container .toolbar-menu-items > li.hover,
.graphiql-container .toolbar-menu-items > li:active,
.graphiql-container .toolbar-menu-items > li:hover,
.graphiql-container .toolbar-select-options > li.hover,
.graphiql-container .toolbar-select-options > li:active,
.graphiql-container .toolbar-select-options > li:hover,
.graphiql-container .history-contents > p:hover,
.graphiql-container .history-contents > p:active {
  background: #e10098;
  color: #fff;
}

.graphiql-container .toolbar-select-options > li > svg {
  display: inline;
  fill: #666;
  margin: 0 -6px 0 6px;
  pointer-events: none;
  vertical-align: middle;
}

.graphiql-container .toolbar-select-options > li.hover > svg,
.graphiql-container .toolbar-select-options > li:active > svg,
.graphiql-container .toolbar-select-options > li:hover > svg {
  fill: #fff;
}

.graphiql-container .CodeMirror-scroll {
  overflow-scrolling: touch;
}

.graphiql-container .CodeMirror {
  color: #141823;
  font-family:
    'Consolas',
    'Inconsolata',
    'Droid Sans Mono',
    'Monaco',
    monospace;
  font-size: 13px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.graphiql-container .CodeMirror-lines {
  padding: 20px 0;
}

.CodeMirror-hint-information .content {
  box-orient: vertical;
  color: #141823;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: system, -apple-system, 'San Francisco', '.SFNSDisplay-Regular', 'Segoe UI', Segoe, 'Segoe WP', 'Helvetica Neue', helvetica, 'Lucida Grande', arial, sans-serif;
  font-size: 13px;
  line-clamp: 3;
  line-height: 16px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
}

.CodeMirror-hint-information .content p:first-child {
  margin-top: 0;
}

.CodeMirror-hint-information .content p:last-child {
  margin-bottom: 0;
}

.CodeMirror-hint-information .infoType {
  color: #CA9800;
  cursor: pointer;
  display: inline;
  margin-right: 0.5em;
}

.autoInsertedLeaf.cm-property {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-name: insertionFade;
          animation-name: insertionFade;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  border-radius: 2px;
  margin: -2px -4px -1px;
  padding: 2px 4px 1px;
}

@-webkit-keyframes insertionFade {
  from, to {
    background: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
  }

  15%, 85% {
    background: #fbffc9;
    border-color: #f0f3c0;
  }
}

@keyframes insertionFade {
  from, to {
    background: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
  }

  15%, 85% {
    background: #fbffc9;
    border-color: #f0f3c0;
  }
}

div.CodeMirror-lint-tooltip {
  background-color: white;
  border-radius: 2px;
  border: 0;
  color: #141823;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  font-family:
    system,
    -apple-system,
    'San Francisco',
    '.SFNSDisplay-Regular',
    'Segoe UI',
    Segoe,
    'Segoe WP',
    'Helvetica Neue',
    helvetica,
    'Lucida Grande',
    arial,
    sans-serif;
  font-size: 13px;
  line-height: 16px;
  max-width: 430px;
  opacity: 0;
  padding: 8px 10px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: pre-wrap;
}

div.CodeMirror-lint-tooltip > * {
  padding-left: 23px;
}

div.CodeMirror-lint-tooltip > * + * {
  margin-top: 12px;
}

/* COLORS */

.graphiql-container .CodeMirror-foldmarker {
  border-radius: 4px;
  background: #08f;
  background: -webkit-gradient(linear, left top, left bottom, from(#43A8FF), to(#0F83E8));
  background: linear-gradient(#43A8FF, #0F83E8);
  -webkit-box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: white;
  font-family: arial;
  font-size: 12px;
  line-height: 0;
  margin: 0 3px;
  padding: 0px 4px 1px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
}

.graphiql-container div.CodeMirror span.CodeMirror-matchingbracket {
  color: #555;
  text-decoration: underline;
}

.graphiql-container div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f00;
}

/* Comment */
.cm-comment {
  color: #999;
}

/* Punctuation */
.cm-punctuation {
  color: #555;
}

/* Keyword */
.cm-keyword {
  color: #B11A04;
}

/* OperationName, FragmentName */
.cm-def {
  color: #D2054E;
}

/* FieldName */
.cm-property {
  color: #1F61A0;
}

/* FieldAlias */
.cm-qualifier {
  color: #1C92A9;
}

/* ArgumentName and ObjectFieldName */
.cm-attribute {
  color: #8B2BB9;
}

/* Number */
.cm-number {
  color: #2882F9;
}

/* String */
.cm-string {
  color: #D64292;
}

/* Boolean */
.cm-builtin {
  color: #D47509;
}

/* EnumValue */
.cm-string-2 {
  color: #0B7FC7;
}

/* Variable */
.cm-variable {
  color: #397D13;
}

/* Directive */
.cm-meta {
  color: #B33086;
}

/* Type */
.cm-atom {
  color: #CA9800;
}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  color: black;
  font-family: monospace;
  height: 300px;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  color: #999;
  min-width: 20px;
  padding: 0 3px 0 5px;
  text-align: right;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror .CodeMirror-cursor {
  border-left: 1px solid black;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
  background: #7e7;
  border: 0;
  width: auto;
}
.CodeMirror.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  -webkit-animation: blink 1.06s steps(1) infinite;
          animation: blink 1.06s steps(1) infinite;
  border: 0;
  width: auto;
}
@-webkit-keyframes blink {
  0% { background: #7e7; }
  50% { background: none; }
  100% { background: #7e7; }
}
@keyframes blink {
  0% { background: #7e7; }
  50% { background: none; }
  100% { background: #7e7; }
}

/* Can style cursor different in overwrite (non-insert) mode */
div.CodeMirror-overwrite div.CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  background: white;
  overflow: hidden;
  position: relative;
}

.CodeMirror-scroll {
  height: 100%;
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  outline: none; /* Prevent dragging from highlighting the element */
  overflow: scroll !important; /* Things will break if this is overridden */
  padding-bottom: 30px;
  position: relative;
}
.CodeMirror-sizer {
  border-right: 30px solid transparent;
  position: relative;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  display: none;
  position: absolute;
  z-index: 6;
}
.CodeMirror-vscrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
  right: 0; top: 0;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-x: scroll;
  overflow-y: hidden;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  min-height: 100%;
  position: absolute; left: 0; top: 0;
  z-index: 3;
}
.CodeMirror-gutter {
  display: inline-block;
  height: 100%;
  margin-bottom: -30px;
  vertical-align: top;
  white-space: normal;
  /* Hack to make IE7 behave */
  *zoom:1;
  *display:inline;
}
.CodeMirror-gutter-wrapper {
  background: none !important;
  border: none !important;
  position: absolute;
  z-index: 4;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  cursor: default;
  position: absolute;
  z-index: 4;
}
.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre {
  -webkit-tap-highlight-color: transparent;
  /* Reset some styles that the rest of the page might have set */
  background: transparent;
  border-radius: 0;
  border-width: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  position: relative;
  white-space: pre;
  word-wrap: normal;
  z-index: 2;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  overflow: auto;
  position: relative;
  z-index: 2;
}

.CodeMirror-widget {}

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.CodeMirror-measure {
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 100%;
}

.CodeMirror-cursor { position: absolute; }
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  position: relative;
  visibility: hidden;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

.CodeMirror-dialog {
  background: inherit;
  color: inherit;
  left: 0; right: 0;
  overflow: hidden;
  padding: .1em .8em;
  position: absolute;
  z-index: 15;
}

.CodeMirror-dialog-top {
  border-bottom: 1px solid #eee;
  top: 0;
}

.CodeMirror-dialog-bottom {
  border-top: 1px solid #eee;
  bottom: 0;
}

.CodeMirror-dialog input {
  background: transparent;
  border: 1px solid #d3d6db;
  color: inherit;
  font-family: monospace;
  outline: none;
  width: 20em;
}

.CodeMirror-dialog button {
  font-size: 70%;
}
.graphiql-container .doc-explorer {
  background: white;
}

.graphiql-container .doc-explorer-title-bar,
.graphiql-container .history-title-bar {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  line-height: 14px;
  padding: 8px 8px 5px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.graphiql-container .doc-explorer-title,
.graphiql-container .history-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  overflow-x: hidden;
  padding: 10px 0 10px 10px;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
  white-space: nowrap;
}

.graphiql-container .doc-explorer-back {
  color: #3B5998;
  cursor: pointer;
  margin: -7px 0 -6px -8px;
  overflow-x: hidden;
  padding: 17px 12px 16px 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.doc-explorer-narrow .doc-explorer-back {
  width: 0;
}

.graphiql-container .doc-explorer-back:before {
  border-left: 2px solid #3B5998;
  border-top: 2px solid #3B5998;
  content: '';
  display: inline-block;
  height: 9px;
  margin: 0 3px -1px 0;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 9px;
}

.graphiql-container .doc-explorer-rhs {
  position: relative;
}

.graphiql-container .doc-explorer-contents,
.graphiql-container .history-contents {
  background-color: #ffffff;
  border-top: 1px solid #d6d6d6;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 20px 15px;
  position: absolute;
  right: 0;
  top: 47px;
}

.graphiql-container .doc-explorer-contents {
  min-width: 300px;
}

.graphiql-container .doc-type-description p:first-child ,
.graphiql-container .doc-type-description blockquote:first-child {
  margin-top: 0;
}

.graphiql-container .doc-explorer-contents a {
  cursor: pointer;
  text-decoration: none;
}

.graphiql-container .doc-explorer-contents a:hover {
  text-decoration: underline;
}

.graphiql-container .doc-value-description > :first-child {
  margin-top: 4px;
}

.graphiql-container .doc-value-description > :last-child {
  margin-bottom: 4px;
}

.graphiql-container .doc-category {
  margin: 20px 0;
}

.graphiql-container .doc-category-title {
  border-bottom: 1px solid #e0e0e0;
  color: #777;
  cursor: default;
  font-size: 14px;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 -15px 10px 0;
  padding: 10px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.graphiql-container .doc-category-item {
  margin: 12px 0;
  color: #555;
}

.graphiql-container .keyword {
  color: #B11A04;
}

.graphiql-container .type-name {
  color: #CA9800;
}

.graphiql-container .field-name {
  color: #1F61A0;
}

.graphiql-container .field-short-description {
  color: #999;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.graphiql-container .enum-value {
  color: #0B7FC7;
}

.graphiql-container .arg-name {
  color: #8B2BB9;
}

.graphiql-container .arg {
  display: block;
  margin-left: 1em;
}

.graphiql-container .arg:first-child:last-child,
.graphiql-container .arg:first-child:nth-last-child(2),
.graphiql-container .arg:first-child:nth-last-child(2) ~ .arg {
  display: inherit;
  margin: inherit;
}

.graphiql-container .arg:first-child:nth-last-child(2):after {
  content: ', ';
}

.graphiql-container .arg-default-value {
  color: #43A047;
}

.graphiql-container .doc-deprecation {
  background: #fffae8;
  -webkit-box-shadow: inset 0 0 1px #bfb063;
          box-shadow: inset 0 0 1px #bfb063;
  color: #867F70;
  line-height: 16px;
  margin: 8px -8px;
  max-height: 80px;
  overflow: hidden;
  padding: 8px;
  border-radius: 3px;
}

.graphiql-container .doc-deprecation:before {
  content: 'Deprecated:';
  color: #c79b2e;
  cursor: default;
  display: block;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding-bottom: 5px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.graphiql-container .doc-deprecation > :first-child {
  margin-top: 0;
}

.graphiql-container .doc-deprecation > :last-child {
  margin-bottom: 0;
}

.graphiql-container .show-btn {
  -webkit-appearance: initial;
  display: block;
  border-radius: 3px;
  border: solid 1px #ccc;
  text-align: center;
  padding: 8px 12px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fbfcfc;
  color: #555;
  cursor: pointer;
}

.graphiql-container .search-box {
  border-bottom: 1px solid #d3d6db;
  display: block;
  font-size: 14px;
  margin: -15px -15px 12px 0;
  position: relative;
}

.graphiql-container .search-box:before {
  content: '\26b2';
  cursor: pointer;
  display: block;
  font-size: 24px;
  position: absolute;
  top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.graphiql-container .search-box .search-box-clear {
  background-color: #d0d0d0;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  padding: 1px 5px 2px;
  position: absolute;
  right: 3px;
  top: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.graphiql-container .search-box .search-box-clear:hover {
  background-color: #b9b9b9;
}

.graphiql-container .search-box > input {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  outline: none;
  padding: 6px 24px 8px 20px;
  width: 100%;
}

.graphiql-container .error-container {
  font-weight: bold;
  left: 0;
  letter-spacing: 1px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.CodeMirror-foldmarker {
  color: blue;
  cursor: pointer;
  font-family: arial;
  line-height: .3;
  text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
}
.CodeMirror-foldgutter {
  width: .7em;
}
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded {
  cursor: pointer;
}
.CodeMirror-foldgutter-open:after {
  content: "\25BE";
}
.CodeMirror-foldgutter-folded:after {
  content: "\25B8";
}
.graphiql-container .history-contents,
.graphiql-container .history-contents input {
  font-family: 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace;
  padding: 0;
}

.graphiql-container .history-contents p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.graphiql-container .history-contents p.editable {
  padding-bottom: 6px;
  padding-top: 7px;
}

.graphiql-container .history-contents input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
}

.graphiql-container .history-contents p:hover {
  cursor: pointer;
}

.graphiql-container .history-contents p span.history-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}.CodeMirror-info {
  background: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
  font-family:
    system,
    -apple-system,
    'San Francisco',
    '.SFNSDisplay-Regular',
    'Segoe UI',
    Segoe,
    'Segoe WP',
    'Helvetica Neue',
    helvetica,
    'Lucida Grande',
    arial,
    sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 8px -8px;
  max-width: 400px;
  opacity: 0;
  overflow: hidden;
  padding: 8px 8px;
  position: fixed;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  z-index: 50;
}

.CodeMirror-info :first-child {
  margin-top: 0;
}

.CodeMirror-info :last-child {
  margin-bottom: 0;
}

.CodeMirror-info p {
  margin: 1em 0;
}

.CodeMirror-info .info-description {
  color: #777;
  line-height: 16px;
  margin-top: 1em;
  max-height: 80px;
  overflow: hidden;
}

.CodeMirror-info .info-deprecation {
  background: #fffae8;
  -webkit-box-shadow: inset 0 1px 1px -1px #bfb063;
          box-shadow: inset 0 1px 1px -1px #bfb063;
  color: #867F70;
  line-height: 16px;
  margin: -8px;
  margin-top: 8px;
  max-height: 80px;
  overflow: hidden;
  padding: 8px;
}

.CodeMirror-info .info-deprecation-label {
  color: #c79b2e;
  cursor: default;
  display: block;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding-bottom: 5px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.CodeMirror-info .info-deprecation-label + * {
  margin-top: 0;
}

.CodeMirror-info a {
  text-decoration: none;
}

.CodeMirror-info a:hover {
  text-decoration: underline;
}

.CodeMirror-info .type-name {
  color: #CA9800;
}

.CodeMirror-info .field-name {
  color: #1F61A0;
}

.CodeMirror-info .enum-value {
  color: #0B7FC7;
}

.CodeMirror-info .arg-name {
  color: #8B2BB9;
}

.CodeMirror-info .directive-name {
  color: #B33086;
}
.CodeMirror-jump-token {
  text-decoration: underline;
  cursor: pointer;
}
/* The lint marker gutter */
.CodeMirror-lint-markers {
  width: 16px;
}

.CodeMirror-lint-tooltip {
  background-color: infobackground;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid black;
  color: infotext;
  font-family: monospace;
  font-size: 10pt;
  max-width: 600px;
  opacity: 0;
  overflow: hidden;
  padding: 2px 5px;
  position: fixed;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  white-space: pre-wrap;
  z-index: 100;
}

.CodeMirror-lint-mark-error, .CodeMirror-lint-mark-warning {
  background-position: left bottom;
  background-repeat: repeat-x;
}

.CodeMirror-lint-mark-error {
  background-image:
  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==")
  ;
}

.CodeMirror-lint-mark-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=");
}

.CodeMirror-lint-marker-error, .CodeMirror-lint-marker-warning {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}

.CodeMirror-lint-message-error, .CodeMirror-lint-message-warning {
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 18px;
}

.CodeMirror-lint-marker-error, .CodeMirror-lint-message-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=");
}

.CodeMirror-lint-marker-warning, .CodeMirror-lint-message-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=");
}

.CodeMirror-lint-marker-multiple {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%; height: 100%;
}
.graphiql-container .spinner-container {
  height: 36px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 36px;
  z-index: 10;
}

.graphiql-container .spinner {
  -webkit-animation: rotation .6s infinite linear;
          animation: rotation .6s infinite linear;
  border-bottom: 6px solid rgba(150, 150, 150, .15);
  border-left: 6px solid rgba(150, 150, 150, .15);
  border-radius: 100%;
  border-right: 6px solid rgba(150, 150, 150, .15);
  border-top: 6px solid rgba(150, 150, 150, .8);
  display: inline-block;
  height: 24px;
  position: absolute;
  vertical-align: middle;
  width: 24px;
}

@-webkit-keyframes rotation {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

@keyframes rotation {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}
.CodeMirror-hints {
  background: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  font-family: 'Consolas', 'Inconsolata', 'Droid Sans Mono', 'Monaco', monospace;
  font-size: 13px;
  list-style: none;
  margin-left: -6px;
  margin: 0;
  max-height: 14.5em;
  overflow-y: auto;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.CodeMirror-hint {
  border-top: solid 1px #f7f7f7;
  color: #141823;
  cursor: pointer;
  margin: 0;
  max-width: 300px;
  overflow: hidden;
  padding: 2px 6px;
  white-space: pre;
}

li.CodeMirror-hint-active {
  background-color: #08f;
  border-top-color: white;
  color: white;
}

.CodeMirror-hint-information {
  border-top: solid 1px #c0c0c0;
  max-width: 300px;
  padding: 4px 6px;
  position: relative;
  z-index: 1;
}

.CodeMirror-hint-information:first-child {
  border-bottom: solid 1px #c0c0c0;
  border-top: none;
  margin-bottom: -1px;
}

.CodeMirror-hint-deprecation {
  background: #fffae8;
  -webkit-box-shadow: inset 0 1px 1px -1px #bfb063;
          box-shadow: inset 0 1px 1px -1px #bfb063;
  color: #867F70;
  font-family:
    system,
    -apple-system,
    'San Francisco',
    '.SFNSDisplay-Regular',
    'Segoe UI',
    Segoe,
    'Segoe WP',
    'Helvetica Neue',
    helvetica,
    'Lucida Grande',
    arial,
    sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  max-height: 80px;
  overflow: hidden;
  padding: 6px;
}

.CodeMirror-hint-deprecation .deprecation-label {
  color: #c79b2e;
  cursor: default;
  display: block;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding-bottom: 5px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.CodeMirror-hint-deprecation .deprecation-label + * {
  margin-top: 0;
}

.CodeMirror-hint-deprecation :last-child {
  margin-bottom: 0;
}

/*

    Name:       dracula
    Author:     Michael Kaminsky (http://github.com/mkaminsky11)

    Original dracula color scheme by Zeno Rocha (https://github.com/zenorocha/dracula-theme)

*/


.cm-s-dracula.CodeMirror, .cm-s-dracula .CodeMirror-gutters {
  background-color: #282a36 !important;
  color: #f8f8f2 !important;
  border: none;
}
.cm-s-dracula .CodeMirror-gutters { color: #282a36; }
.cm-s-dracula .CodeMirror-cursor { border-left: solid thin #f8f8f0; }
.cm-s-dracula .CodeMirror-linenumber { color: #6D8A88; }
.cm-s-dracula .CodeMirror-selected { background: rgba(255, 255, 255, 0.10); }
.cm-s-dracula .CodeMirror-line::selection, .cm-s-dracula .CodeMirror-line > span::selection, .cm-s-dracula .CodeMirror-line > span > span::selection { background: rgba(255, 255, 255, 0.10); }
.cm-s-dracula .CodeMirror-line::-moz-selection, .cm-s-dracula .CodeMirror-line > span::-moz-selection, .cm-s-dracula .CodeMirror-line > span > span::-moz-selection { background: rgba(255, 255, 255, 0.10); }
.cm-s-dracula span.cm-comment { color: #6272a4; }
.cm-s-dracula span.cm-string, .cm-s-dracula span.cm-string-2 { color: #f1fa8c; }
.cm-s-dracula span.cm-number { color: #bd93f9; }
.cm-s-dracula span.cm-variable { color: #50fa7b; }
.cm-s-dracula span.cm-variable-2 { color: white; }
.cm-s-dracula span.cm-def { color: #50fa7b; }
.cm-s-dracula span.cm-operator { color: #ff79c6; }
.cm-s-dracula span.cm-keyword { color: #ff79c6; }
.cm-s-dracula span.cm-atom { color: #bd93f9; }
.cm-s-dracula span.cm-meta { color: #f8f8f2; }
.cm-s-dracula span.cm-tag { color: #ff79c6; }
.cm-s-dracula span.cm-attribute { color: #50fa7b; }
.cm-s-dracula span.cm-qualifier { color: #50fa7b; }
.cm-s-dracula span.cm-property { color: #66d9ef; }
.cm-s-dracula span.cm-builtin { color: #50fa7b; }
.cm-s-dracula span.cm-variable-3, .cm-s-dracula span.cm-type { color: #ffb86c; }

.cm-s-dracula .CodeMirror-activeline-background { background: rgba(255,255,255,0.1); }
.cm-s-dracula .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }

.ReactTable{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,0.1);}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{-webkit-box-flex:1;-ms-flex:auto 1;flex:auto 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline:none}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,0.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(0,0,0,0.15)}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px 5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,0.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent;}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-th:focus{outline:none}.ReactTable .rt-thead .rt-resizable-header{overflow:visible;}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:rgba(102,102,102,0);border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{-webkit-box-flex:99999;-ms-flex:99999 1 auto;flex:99999 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;}.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,0.05);}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,0.02);}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.ReactTable .rt-tr{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity;}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0 !important;min-width:0 !important;padding:0 !important;border:0 !important;opacity:0 !important}.ReactTable .rt-expander{display:inline-block;position:relative;margin:0;color:transparent;margin:0 10px;}.ReactTable .rt-expander:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,0.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-shadow:0 0 15px 0 rgba(0,0,0,0.15);}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,0.05);}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,0.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,0.05)}.ReactTable .-pagination{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,0.1);border-top:2px solid rgba(0,0,0,0.1);}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline:none}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,0.6);background:rgba(0,0,0,0.1);transition:all .1s ease;cursor:pointer;outline:none;}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,0.3);color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.ReactTable .-pagination .-center{-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5;text-align:center;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block;}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:rgba(0,0,0,0.5)}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.8);transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none;}.ReactTable .-loading > div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,0.6);-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all;}.ReactTable .-loading.-active > div{-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{transition:none !important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
@charset "UTF-8";
.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
  text-align: center;
}

@font-face {
  font-family: "video-react";
  src: url(data:application/vnd.ms-fontobject;base64,MBgAAHwXAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAic4U8QAAAAAAAAAAAAAAAAAAAAAAABYAdgBpAGQAZQBvAC0AcgBlAGEAYwB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAWAHYAaQBkAGUAbwAtAHIAZQBhAGMAdAAAAAAAAAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA?#iefix) format("eot");
}
@font-face {
  font-family: "video-react";
  src: url(data:application/font-woff;base64,d09GRgABAAAAABfIAAsAAAAAF3wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDtEPymNtYXAAAAFoAAAAVAAAAFQOVuSnZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAEtAAABLQx1vcUmhlYWQAABSUAAAANgAAADYLMledaGhlYQAAFMwAAAAkAAAAJAesBCZobXR4AAAU8AAAAJQAAACUiAAUz2xvY2EAABWEAAAATAAAAExLllAobWF4cAAAFdAAAAAgAAAAIAAqAMluYW1lAAAV8AAAAbYAAAG2W2rK6XBvc3QAABeoAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8iAEAAAAAAAEAAAAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIPIg//3//wAAAAAAIPIA//3//wAB/+MOBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQFWANYDKgMqAAIAAAkCAVYB1P4sAyr+1v7WAAIAVgBWA6oDqgACABYAAAEtATcyHgIVFA4CIyIuAjU0PgIBqgEA/wBWWJxzQ0Nzm1lYnHNDQ3ObAUDAwOpDc5tZWJxzQ0Nzm1lYnHNDAAAAAwBWAFYDqgOqABMAJwAqAAAlMj4CNTQuAiMiDgIVFB4CEzIeAhUUDgIjIi4CNTQ+AhMRBQIARn1dNjZdfEdGfV02Nl18R1icc0NDc5tZWJxzQ0NzmwMBAKo2XXxHRn1dNjZdfEdGfV02AwBDc5tZWJxzQ0Nzm1lYnHND/ZYBgMAAAAAAAgEAANYDAAMqAAMABwAAATMRIyERMxECVqqq/qqqAyr9rAJU/awAAAMAVgBWA6oDqgADAAcAGwAAAREjESMRIxETMh4CFRQOAiMiLgI1ND4CAoBWVFaAWJxzQ0Nzm1lYnHNDQ3ObAVYBVP6sAVT+rAJUQ3ObWVicc0NDc5tZWJxzQwAABABWAFYDqgOqAAMAFwArAC8AAAERMxEHMj4CNTQuAiMiDgIVFB4CEzIeAhUUDgIjIi4CNTQ+AgMRMxECKlaARn1dNjZdfEdGfV02Nl18R1icc0NDc5tZWJxzQ0NzmydWAVYBVP6srDZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9rAFU/qwAAQEAAQADAAMAAAMAAAEhESEBAAIA/gADAP4AAAIAagEAA1YDAAACAAUAAAkBESEJAQHqAWz+gP6UAWwCAAEA/gABAAEAAAAAAgCqAQADlgMAAAIABQAACQIhEQECKgFs/pT+gAFsAwD/AP8AAgD/AAAAAAACAQABAAMAAwAAAgAGAAAJAREBMxEjAZYBav4AVlYCAAEA/gACAP4AAAAAAAIBAAEAAwADAAADAAYAAAEzESMhEQECqlZW/lYBagMA/gACAP8AAAACAKoAgANWA9YARQBoAAABDgEVFAYxIzczFSMHMDY1NDI1NBY7ATIWFx4BFx4BFRQGBw4BBw4BBw4BIyImJy4BJy4BNTMUFjMyNj8BMDY9AS8BMCYjETIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcB+AMLBB4KZkoEBAYFAwgGDQMDCgMHCwEDAwUGBgcDAxEGBg0DAwsGCAoiDgwDBgMKBAQKCQNGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBvAEFAgMDXh4mAQMDAwMDAwMDBgMHGQ4GDQMDDQYGAwMDAQEDAwIDBBYMCwkBAwgJAxoICgQBbjVde0dGfV02Nl18RzReRSkpRV01NF5FKazW1gAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MxMyHgIVFA4CIyIuAjUzFB4CMzI+AjU0LgIjFSc3AjQOBgMIAwgEBBIEAwYDCAYGVAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBtigqTAYuRn1dNjZdfEdGfV02VilFXTU0XkUpKUVdNdbWAXgFCQEDCgkDVgkDBAoDAwgJA1YJJwkTBhoMBAEDAwYDBSgPHgkTBhoMBAEDAwYDAw4JCRAJaowMHhgBHjVde0dGfV02Nl18RzReRSkpRV01NF5FKazW1gAAAAQAqgCAA1YD1gAbAEYAowDGAAABFBYzMjY/ATA2PQE0JjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFSMyNj0BMCY1NCYrATAGIyIGHQEjNDYzMjYzMhYXHgEdATAGFRQGIyIGBx4BFx4BFRQGBw4BBw4BIyIGIyImJy4BJy4BNTMVMBYVFBY7ATA2MzI2PQEwJjU0JisBNRMyHgIVFA4CIyIuAjUzFB4CMzI+AjU0LgIjFSc3AjwQBgMGAwgEBBAEAwgDCAQEUAEDDBAGBg4GDxUKBgMDAwMDAwwQBgYMBgYOBgYKBgYDAwMB4gwSBAUDFgUDAwEsFg4DDgMNGQoICAQFAwMIAwYNAwMFAQMDBgMDDQYGDgYGCwMDDQYICiQEBQMWBQMDAQQFAxpmRn1dNjZdfEdGfV02VilFXTU0XkUpKUVdNdbWAXgGCAEDCgkDVgMGAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgFqNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAACAKoAgANWA9YAQgBlAAABDgEVFAYxIzczFSMHMDY1NDI1NBY7ATIWFx4BFx4BFRQGBw4BBw4BIyImJy4BJy4BNTMUFjMyNj8BMDY9AS8BMCYjJTQ+AjM1Fwc1Ig4CFRQeAjMyPgI1MxQOAiMiLgIB9AMLBBoKZkoEBAYFAwgGDQMDCgMHCwEDAwUGCBcPBg0DAwsGCAoiDgwDBgMKBAQKCQP+rjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBggIAQMDAgMEFgwLCQEDCAkDGggKBBpGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwAAAQAqgCAA1YD1gAbAEYATQBwAAABFBYzMjY/ATA2PQEwJjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFQcjNQc1NzMFND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgI0DgYDCAMIBAQSBAMGAwgGBlABAwwQBgYOBgYOBgYIBgoIAQMODgYGDgYGDgYGCgYGAwMDAbIoKkwG/tg2XXxH1tY0XkUpKUVdNTReRSlWNl18R0Z9XTYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGDZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwAAAAEAKoAgANWA9YAIgA+AGkAxgAAEzQ+AjM1Fwc1Ig4CFRQeAjMyPgI1MxQOAiMiLgIFFBYzMjY/ATA2PQEwJjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFSMyNj0BMCY1NCYrATAGIyIGHQEjNDYzMjYzMhYXHgEdATAGFRQGIyIGBx4BFx4BFRQGBw4BBw4BIyIGIyImJy4BJy4BNTMVMBYVFBY7ATA2MzI2PQEwJjU0JisBNao2XXxH1tY0XkUpKUVdNTReRSlWNl18R0Z9XTYBjg4GAwgDCAQEEgQDBgMIBARUAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGgHWRnxdNazW1qwpRV01NF5FKSlFXTVGfV02Nl18FwUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwECwUDDgkJEAkeCRMGGgwEAQMDBgMDDgkJEAkODAgFAwMBBAUDCA8fBAcFBBgKDgkDAwUHAwMHBgYOBgYNAwMKAwMFBAEDAwIDBBsLCAUDAwEEBQMWBQMDAR4AAAAABACAAIADgAOAAAIAFAAmAC4AAAEVJycBBycOAQc1PgE3JxEnIxEzJwE0LgInNR4DFRQGByc+ASccAQcnNR4BAgBa8ALKNlgiTiwbMBW21qrKygKqHzlNL0BuTy0XFUAKDGoCaDA6A1a0WoT9NjZYGygLWAcaEbb+4NYBAMr+tjNcSzYOWA5FY3xEMFsnQhk5HgcNBmheGFsAAAAAAQEqAKoCqgNWAAUAAAEzNxEnIwEqrNTUrAKA1v1U1gACANYAqgMWA1YABQAMAAATMzcRJyMlFAYHER4B1qrW1qoCQDwwMDwCgNb9VNaAOVsYAVgYWwAAAAMAgACKA4ADdgAVABwAIgAAAR4DFRQOAgc1PgM1NC4CJxMUBgcRHgElMzcRJyMCVkBuTy0tT21BLk45Hx85TS9qOjAwOv3AqtbWqgN2DkVjfEREe2NGDlgNN0tcMzNcSzYO/uI5WxgBWBhbR9b9VNYAAAAABADWANYDKgMqAAUACwARABcAAAEzFSM1IxM1MxUjNQE1MxUjFR0BMxUjNQJW1FSAgFTU/oDUgIDUAyrUgP5UgNRUASzUVICsgFTUAAQA1gDWAyoDKgAFAAsAEQAXAAABMxUjNTMDNTMVIxUBNTMVIzURNTMVIzUCqoDUVFTUgP6sVNTUVAKqVNT9rNRUgAHUgNRU/qxU1IAAAAAAAwCAAKoDgANWABcALwA/AAABNTQmKwEiBh0BFBY7ATI2PQEjFSM1MxUjNTQmKwEiBh0BFBY7ATI2PQEjFSM1MxUBMhYVERQGIyEiJjURNDYzAwAYEoASGhoSgBIYQFZW6hoSgBIYGBKAEhpAVlYBlCI0MyP9rCQyMiQCKiwSGBgSrBIYGBIsFoAWLBIYGBKsEhgYEiwWgBYBLDMj/gAiNDMjAgAiNAAABACAAIADgAOAAAMADQAZACkAAAE1MxUnETMyNj0BNCYjAREjFSM1IxEzNTMVATIWFREUBiMhIiY1ETQ2MwJqVpasEhgYEv8AQFZAQFYBlCI0MyP9rCQyMiQBwICAwP8AGBKsEhj/AAEAamr/AFZWAgAzI/2sIjQzIwJUIjQAAAACAGQAVgOcA6oACwBZAAABMjY1NCYjIgYVFBYlFx4BDwEOAS8BDgEPAQ4BKwEiJi8BLgEnBwYmLwEmNj8BLgE1PAE3Jy4BPwE+AR8BPgE/AT4BOwEyFh8BHgEXNzYWHwEWBg8BHgEVHAECAD1ZWD49WVgBfFoGAgRWBA4IahAkFBABCwisBwsCEBMkEWoHDgVWBAIGWgEBAloGAgRWBA4IahAkFBABCwisBwsCEBMkEWoHDgVWBAIGWgEBAWpYPj1ZWD49WWxGBBAIlAcEAyoMFghwBwsKCHAHFQ4qAwMIlAcQBUYKFQsKFQtGBBAIlAcEAyoMFghwBwsKCHAHFQ4qAwMIlAcQBUYKFQsKFQAAAAEAgABYA4ADqgAzAAABMhYVFAYjIiY1PAE3JQ4BIyImNTQ2MzIWFyUuATU0NjMyFhUUBiMiJicFHgEVFAYHBT4BAwAzSUkzM0kC/tISLBo0TEs1GS0SASwBA0s1NExLNRktEv7UAQMCAgEwECwBUkkzM0tLMwcPBrAQEks1NEwREa4HDwg0TEs1NEwTEbAHDwgHDwiwDxEAAwBWAFYDqgOqAAMABwAbAAABNSMVExEjERMyHgIVFA4CIyIuAjU0PgICKlRUVCpYnHNDQ3ObWVicc0NDc5sCgFZW/qoBAP8AAoBDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAATUzFQMyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEzEQHWVCpGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObL1QCgFZW/io2XXxHRn1dNjZdfEdGfV02AwBDc5tZWJxzQ0Nzm1lYnHND/YABAP8AAAABANYA1gMqAyoACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gLu7u487u487u487u4AAQBVAFUDqwOrABQAABMUHgIzMj4CNTQuAiMiDgIVVUN0nFhYnHRDQ3ScWFicdEMCAFicdENDdJxYWJx0Q0N0nFgAAAACAFUAVQOrA6sAFAAoAAABIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgICAFicdENDdJxYWJx0Q0N0nFhHfF01NV18R0d8XTU1XXwDq0N0nFhYnHRDQ3ScWFicdEP9ADVdfEdHfF01NV18R0d8XTUAAAADAFUAVQOrA6sAFAAoADQAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAhMUBiMiJjU0NjMyFgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfDlLNTVLSzU1SwOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQFVNUtLNTVLSwAAAAEAAAABAADxFM6JXw889QALBAAAAAAA1DSJZQAAAADUNIllAAAAAAOrA9YAAAAIAAIAAAAAAAAAAQAABAAAAAAABAAAAAAAA6sAAQAAAAAAAAAAAAAAAAAAACUEAAAAAAAAAAAAAAAAAAAABAABVgQAAFYEAABWBAABAAQAAFYEAABWBAABAAQAAGoEAACqBAABAAQAAQAEAACqBAAAqgQAAKoEAACqBAAAqgQAAKoEAACABAABKgQAANYEAACABAAA1gQAANYEAACABAAAgAQAAGQEAACABAAAVgQAAFYEAADWBAAAVQQAAFUEAABVAAAAAAAKABQAHgAsAFQAlgCqANgBIAEuAUQBWgFwAYQCEAKoA6YELgTGBcQGEgYiBj4GeAaeBsYHGgdaB+IILghcCKQIvgjgCRwJaAABAAAAJQDHAAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACwAAAAEAAAAAAAIABwCEAAEAAAAAAAMACwBCAAEAAAAAAAQACwCZAAEAAAAAAAUACwAhAAEAAAAAAAYACwBjAAEAAAAAAAoAGgC6AAMAAQQJAAEAFgALAAMAAQQJAAIADgCLAAMAAQQJAAMAFgBNAAMAAQQJAAQAFgCkAAMAAQQJAAUAFgAsAAMAAQQJAAYAFgBuAAMAAQQJAAoANADUdmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0VmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwdmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0dmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0UmVndWxhcgBSAGUAZwB1AGwAYQBydmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0Rm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.video-react-icon, .video-react .video-react-closed-caption, .video-react .video-react-bezel .video-react-bezel-icon, .video-react .video-react-volume-level, .video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button, .video-react .video-react-play-control, .video-react .video-react-play-progress, .video-react .video-react-big-play-button {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "video-react" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video-react-icon-play-arrow:before, .video-react .video-react-bezel .video-react-bezel-icon-play:before, .video-react .video-react-play-control:before, .video-react .video-react-big-play-button:before {
  content: "";
}

.video-react-icon-play-circle-filled:before {
  content: "";
}

.video-react-icon-play-circle-outline:before {
  content: "";
}

.video-react-icon-pause:before, .video-react .video-react-bezel .video-react-bezel-icon-pause:before, .video-react .video-react-play-control.video-react-playing:before {
  content: "";
}

.video-react-icon-pause-circle-filled:before {
  content: "";
}

.video-react-icon-pause-circle-outline:before {
  content: "";
}

.video-react-icon-stop:before {
  content: "";
}

.video-react-icon-fast-rewind:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
  content: "";
}

.video-react-icon-fast-forward:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
  content: "";
}

.video-react-icon-skip-previous:before {
  content: "";
}

.video-react-icon-skip-next:before {
  content: "";
}

.video-react-icon-replay-5:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
  content: "";
}

.video-react-icon-replay-10:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
  content: "";
}

.video-react-icon-replay-30:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
  content: "";
}

.video-react-icon-forward-5:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
  content: "";
}

.video-react-icon-forward-10:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
  content: "";
}

.video-react-icon-forward-30:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
  content: "";
}

.video-react-icon-volume-off:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-off:before, .video-react .video-react-mute-control.video-react-vol-muted:before,
.video-react .video-react-volume-menu-button.video-react-vol-muted:before {
  content: "";
}

.video-react-icon-volume-mute:before, .video-react .video-react-mute-control.video-react-vol-0:before,
.video-react .video-react-volume-menu-button.video-react-vol-0:before {
  content: "";
}

.video-react-icon-volume-down:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-down:before, .video-react .video-react-mute-control.video-react-vol-2:before,
.video-react .video-react-volume-menu-button.video-react-vol-2:before, .video-react .video-react-mute-control.video-react-vol-1:before,
.video-react .video-react-volume-menu-button.video-react-vol-1:before {
  content: "";
}

.video-react-icon-volume-up:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-up:before, .video-react .video-react-mute-control:before,
.video-react .video-react-volume-menu-button:before {
  content: "";
}

.video-react-icon-fullscreen:before {
  content: "";
}

.video-react-icon-fullscreen-exit:before {
  content: "";
}

.video-react-icon-closed-caption:before, .video-react .video-react-closed-caption:before {
  content: "";
}

.video-react-icon-hd:before {
  content: "";
}

.video-react-icon-settings:before {
  content: "";
}

.video-react-icon-share:before {
  content: "";
}

.video-react-icon-info:before {
  content: "";
}

.video-react-icon-info-outline:before {
  content: "";
}

.video-react-icon-close:before {
  content: "";
}

.video-react-icon-circle:before, .video-react .video-react-volume-level:before, .video-react .video-react-play-progress:before {
  content: "";
}

.video-react-icon-circle-outline:before {
  content: "";
}

.video-react-icon-circle-inner-circle:before {
  content: "";
}

.video-react {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-family: serif, Times, "Times New Roman";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-react:-moz-full-screen {
  position: absolute;
}
.video-react:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-react *,
.video-react *:before,
.video-react *:after {
  box-sizing: inherit;
}
.video-react ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-react.video-react-fluid, .video-react.video-react-16-9, .video-react.video-react-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-react.video-react-16-9 {
  padding-top: 56.25%;
}
.video-react.video-react-4-3 {
  padding-top: 75%;
}
.video-react.video-react-fill {
  width: 100%;
  height: 100%;
}
.video-react .video-react-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-react.video-react-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-react.video-react-fullscreen.video-react-user-inactive {
  cursor: none;
}

body.video-react-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
body.video-react-full-window .video-react-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-react button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-react .video-react-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.video-react .video-react-loading-spinner:before, .video-react .video-react-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
  -webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
  animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
}

.video-react-seeking .video-react-loading-spinner,
.video-react-waiting .video-react-loading-spinner {
  display: block;
}

.video-react-seeking .video-react-loading-spinner:before,
.video-react-waiting .video-react-loading-spinner:before {
  border-top-color: white;
}

.video-react-seeking .video-react-loading-spinner:after,
.video-react-waiting .video-react-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes video-react-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes video-react-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-react .video-react-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.video-react .video-react-big-play-button.video-react-big-play-button-center {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-react .video-react-big-play-button.big-play-button-hide {
  display: none;
}
.video-react:hover .video-react-big-play-button,
.video-react .video-react-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.video-react-menu-button {
  cursor: pointer;
}
.video-react-menu-button.video-react-disabled {
  cursor: default;
}

.video-react-menu .video-react-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: serif, Times, "Times New Roman";
}
.video-react-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
}
.video-react-menu li:focus, .video-react-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react-menu li.video-react-selected, .video-react-menu li.video-react-selected:focus, .video-react-menu li.video-react-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.video-react-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
  display: none;
}

.video-react .video-react-menu-button-popup .video-react-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
  display: block;
}

.video-react .video-react-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-react .video-react-menu-button-inline:before {
  width: 2.222222222em;
}
.video-react .video-react-menu-button-inline:hover, .video-react .video-react-menu-button-inline:focus, .video-react .video-react-menu-button-inline.video-react-slider-active {
  width: 12em;
}
.video-react .video-react-menu-button-inline:hover .video-react-menu, .video-react .video-react-menu-button-inline:focus .video-react-menu, .video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu {
  display: block;
  opacity: 1;
}
.video-react .video-react-menu-button-inline.video-react-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.video-react .video-react-menu-button-inline .video-react-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.video-react .video-react-menu-button-inline .video-react-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-react-no-flex .video-react-menu-button-inline .video-react-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.video-react-no-flex .video-react-menu-button-inline:hover, .video-react-no-flex .video-react-menu-button-inline:focus, .video-react-no-flex .video-react-menu-button-inline.video-react-slider-active {
  width: auto;
}

.video-react .video-react-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.video-react .video-react-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.video-react .video-react-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react .video-react-slider:focus {
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-react .video-react-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-react .video-react-control:focus:before, .video-react .video-react-control:hover:before, .video-react .video-react-control:focus {
  text-shadow: 0em 0em 1em #fff, 0em 0em 0.5em #fff;
}

.video-react .video-react-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-react-no-flex .video-react-control {
  display: table-cell;
  vertical-align: middle;
}

.video-react .video-react-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-react-has-started .video-react-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-react-controls-disabled .video-react-control-bar,
.video-react-using-native-controls .video-react-control-bar,
.video-react-error .video-react-control-bar {
  display: none !important;
}

.video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar {
  opacity: 1;
  visibility: visible;
}

.video-react-has-started.video-react-no-flex .video-react-control-bar {
  display: table;
}

.video-react .video-react-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.video-react-live .video-react-progress-control {
  display: none;
}

.video-react .video-react-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-react .video-react-progress-control:hover .video-react-progress-holder {
  font-size: 1.6666666667em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-react .video-react-progress-control:hover .video-react-time-tooltip,
.video-react .video-react-progress-control:hover .video-react-mouse-display:after,
.video-react .video-react-progress-control:hover .video-react-play-progress:after {
  visibility: visible;
  font-size: 0.6em;
}

.video-react .video-react-progress-holder .video-react-play-progress,
.video-react .video-react-progress-holder .video-react-load-progress,
.video-react .video-react-progress-holder .video-react-tooltip-progress-bar,
.video-react .video-react-progress-holder .video-react-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-react .video-react-play-progress {
  background-color: #fff;
}
.video-react .video-react-play-progress:before {
  position: absolute;
  top: -0.3333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-mouse-display:after,
.video-react .video-react-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-play-progress:before,
.video-react .video-react-play-progress:after {
  z-index: 1;
}

.video-react .video-react-progress-control .video-react-keep-tooltips-inside:after {
  display: none;
}

.video-react .video-react-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-react .video-react-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.video-react.video-react-no-flex .video-react-progress-control {
  width: auto;
}

.video-react .video-react-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.video-react .video-react-tooltip-progress-bar {
  visibility: hidden;
}

.video-react .video-react-progress-control .video-react-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-react-no-flex .video-react-progress-control .video-react-mouse-display {
  z-index: 0;
}

.video-react .video-react-progress-control:hover .video-react-mouse-display {
  display: block;
}

.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after {
  display: none;
}

.video-react .video-react-mouse-display .video-react-time-tooltip,
.video-react .video-react-progress-control .video-react-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-react .video-react-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-react.video-react-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.video-react .video-react-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.video-react .video-react-time-divider {
  line-height: 3em;
  min-width: initial;
  padding: 0;
}

.video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-react .video-react-volume-bar {
  margin: 1.35em 0.45em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level {
  width: 100%;
}
.video-react .video-react-volume-bar.video-react-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level {
  height: 100%;
}
.video-react .video-react-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-react .video-react-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.video-react .video-react-slider-vertical .video-react-volume-level {
  width: 0.3em;
}
.video-react .video-react-slider-vertical .video-react-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level {
  height: 0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu {
  left: 0.5em;
  height: 8em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu {
  left: -2em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content {
  height: 8em;
  width: 2.9em;
}
.video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content {
  height: 2.9em;
  width: 8em;
}
.video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content {
  background-color: transparent !important;
}

.video-react .video-react-playback-rate .video-react-playback-rate-value {
  line-height: 3em;
  text-align: center;
}
.video-react .video-react-playback-rate .video-react-menu {
  width: 4em;
  left: 0em;
}

.video-react .video-react-bezel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  z-index: 17;
  margin-left: -26px;
  margin-top: -26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 26px;
}
.video-react .video-react-bezel.video-react-bezel-animation {
  -moz-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel.video-react-bezel-animation-alt {
  -moz-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel .video-react-bezel-icon {
  width: 36px;
  height: 36px;
  margin: 8px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
@keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
.video-react .video-react-closed-caption {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react video::-webkit-media-text-track-container {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
@charset "UTF-8";
/*!
 *  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("https://static.chroma.io/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://static.chroma.io/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://static.chroma.io/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://static.chroma.io/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://static.chroma.io/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://static.chroma.io/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.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 */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.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 */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.about {
  display: flex;
  align-items: center;
  justify-content: center; }

.about h3,
.about p {
  padding: 0 50px; }

.about h3 {
  font-size: 16px;
  font-weight: 600;
  position: relative; }

.about p {
  opacity: .7;
  line-height: 26px; }

.about .row {
  margin-bottom: 60px; }

.about .row:last-child {
  margin-bottom: 0; }

.about .col-6 {
  padding-top: 5px; }

.about .icons {
  background-position: 10px 2px; }

.icons.big:before {
  background-position: -16px -10px;
  background-size: 150% 150%; }

@media only screen and (max-width: 767px) {
  .about .col-6 {
    width: auto;
    float: none;
    margin-bottom: 40px; }
  .about .col-6.icon-benefit-6,
  .about .row {
    margin-bottom: 0; }
  .about .icons {
    background-position: 20px 0px; } }

@media only screen and (min-width: 768px) {
  .about .icons {
    background-position: 20px 24px; } }

.roadmap {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding-bottom: 0; }

.roadmap:before {
  background-color: #0574EB;
  background: linear-gradient(to top left, #0939DC, #00C1FF);
  opacity: .9;
  position: absolute; }

.roadmap .timeline {
  position: relative; }

.roadmap .timeline .item {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative; }

.roadmap .timeline .item:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 24px;
  opacity: .3;
  right: 50%; }

.roadmap .timeline .item.right {
  padding-left: 50%;
  padding-right: 100px; }

.roadmap .timeline .item.right * {
  padding-left: 30px; }

.roadmap .timeline .item.right .time:before {
  left: -8px; }

.roadmap .timeline .item.left {
  padding-right: 50%;
  padding-left: 100px;
  text-align: right; }

.careers .row,
.footer,
.jnt .events,
.whitepaper a {
  text-align: center; }

.roadmap .timeline .item.left * {
  padding-right: 30px; }

.roadmap .timeline .item.left .time:before {
  right: -6px; }

.roadmap .timeline .item .time {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  opacity: .5; }

.roadmap .timeline .item .time:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -2px;
  background-image: url(https://static.chroma.io/icons/social/dot.svg);
  background-size: 14px 14px; }

.roadmap .timeline .item.active .time,
.roadmap .timeline .item.active:before {
  opacity: 1; }

.roadmap .timeline .item:last-child {
  padding-bottom: 100px;
  margin-bottom: 0; }

.roadmap .timeline .item h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px; }

.roadmap .timeline .item p {
  line-height: 22px;
  opacity: .7;
  padding-bottom: 30px; }

.clearfix:before,
.dl-horizontal dd:before,
.container:before,
.container-fluid:before,
.row:before,
.form-horizontal .form-group:before,
.btn-toolbar:before,
.btn-group-vertical > .btn-group:before,
.nav:before,
.navbar:before,
.navbar-header:before,
.navbar-collapse:before,
.pager:before,
.panel-body:before,
.modal-footer:before,
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
html {
  position: relative;
  min-height: 100%;
}
.container.page,
.container-fluid.page {
  min-height: 60vh;
  max-width: 100%;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.well.page {
  padding-left: 5vw;
  padding-right: 5vw;
  min-height: 60vh;
}
@media screen and (min-width: 768px) {
  .lg-spacer,
  .spacer {
    padding-top: 30px;
  }
  .form-spacer {
    padding-top: 15px;
  }
  .spacer-xl {
    padding-top: 60px;
  }
  .modal-dialog,
  modal-content {
    min-width: 642px;
  }
}
@media screen and (max-width: 768px) {
  .spacer,
  .form-spacer,
  .xs-spacer {
    padding-top: 15px;
  }
  .spacer-xl {
    padding-top: 30px;
  }
}
.fit {
  width: 100%;
}
.fit-height {
  height: 100%;
}
.row.banner {
  margin-bottom: 1em;
  height: 30em;
}
.row-centered {
  text-align: center !important;
}
.col-centered {
  display: inline-block !important;
  float: none !important;
  text-align: left !important;
  margin-right: -4px !important;
}
.modal {
  text-align: center;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-dialog.splash {
  width: 100%;
  overflow-y: hidden;
}
.highcharts-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.modal-dialog.signup {
  width: 70%;
  overflow-y: hidden;
}
.modal-content.splash {
  -webkit-background-size: cover;
  background-size: 100%;
}
.modal-content.signup {
  -webkit-background-size: cover;
}
.panel-heading .page-header,
.panel-footer .page-header {
  margin: 0px 0px 0px 0px;
  border: none;
}
.panel-heading .container-fluid,
.panel-footer .container-fluid {
  position: absolute;
  bottom: 10%;
}
.modal-content.splash,
.modal-content.signup {
  border-bottom: 0px;
}
.contract-box {
  padding: 30px 15px 15px 15px;
}
@media only screen and (min-width: 768px) {
  .v-center {
    display: flex;
    align-items: center;
  }
  .v-end {
    display: flex;
    align-items: flex-end;
  }
  .v-end h4 {
    margin-bottom: 0px;
  }
  .d-pull-right {
    float: right;
  }
  .d-pull-right:after {
    clear: right;
  }
  .sm-only {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .m-fit {
    width: 100%;
    min-width: 100%;
  }
  .lg-only {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  h1.page-header,
  h2.page-header,
  h3.page-header,
  h4.page-header,
  h5.page-header {
    text-align: center;
  }
  [class*="col-"].form-box {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .lg-only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-header {
    margin-top: 15px !important;
  }
  .disabled .dropdown-menu {
    display: block !important;
    position: static !important;
    margin-top: 0 !important;
    position: static !important;
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
  }
  .disabled a.dropdown-toggle .caret {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
a#home-link img {
  border-radius: 50%;
  border-width: 2px;
  max-height: 50px;
}
canvas {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.dropdown-menu > li > a.btn {
  padding: 6px 12px;
}
.progress.progress-chroma {
  height: 5px !important;
  margin-bottom: 0px;
}
.row:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .row:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .sm-fit {
    width: 100%;
  }
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.container.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#content > div {
  background-color: #2e3336;
  border-style: dotted;
  border-width: 0px 0px 2px 0px;
}
section.section {
  background-color: #2e3336;
}
select.form-control,
input.form-control,
textarea.form-control {
  border-radius: 0px;
}
.splash-text {
  -webkit-font-smoothing: subpixel-antialiased;
}
.jumbotron {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jumbotron button,
.jumbotron .btn {
  -webkit-font-smoothing: auto;
}
@media screen and (max-width: 768px) {
  nav #login-dropdown-list a.dropdown-toggle {
    pointer-events: none;
  }
}
:not(.inverse) .well {
  background: linear-gradient(to bottom, rgba(100,100,100,0.6), rgba(100,100,100,0.4));
  border: none;
}
button.cancel-link {
  color: #777;
}
h1,
h2 {
  text-decoration: none !important;
}
.modal {
  color: #222;
}
button,
input,
optgroup,
select,
textarea {
  color: #222;
}
.input-group-addon {
  background-color: #eee;
  color: #575c63 !important;
}
hr {
  color: #000;
}
.well.well-light {
  background-color: #eee !important;
}
.row.admin {
  background-image: linear-gradient(to right, #ff0085, #c33) !important;
  color: #222 !important;
}
pre.well {
  color: #eee;
}
.legal {
  color: #777 !important;
}
.markdownPreview span.preview {
  color: #222;
}
.progress-chroma {
  background-image: linear-gradient(to right, #b8008e, #0080c9, #00b0bc, #00adf3, #3c3, #fcf900, #ffb900, #c33, #ff0085) !important;
}
.progress-chroma .progress-bar {
  float: right !important;
  background-color: #222 !important;
}
.btn-Facebook {
  color: #fff;
  background-color: #3b5998;
}
.btn-Google {
  color: #fff;
  background-color: #d34836;
}
.table-striped > .row.label,
.table-clear > .row.label {
  background: transparent !important;
}
#bigTicker,
#newTradeOrder,
.list-group .list-group-item:nth-child(odd),
.table-striped > tbody > tr:nth-child(odd),
.table-striped > .row:nth-child(odd) {
  background: linear-gradient(to bottom, rgba(100,100,100,0.3), rgba(50,50,50,0.1));
}
.list-group .list-group-item:nth-child(even),
.table-striped > tbody > tr:nth-child(even),
.table-striped > .row:nth-child(even) {
  background: linear-gradient(to bottom, rgba(150,150,150,0.4), rgba(100,100,100,0.1));
}
#bigTicker {
  min-height: 240px;
}
#bigTicker .has-success {
  color: #0f0;
}
#newTradeOrder {
  min-height: 240px;
}
.list-group {
  border: none;
  text-align: center;
}
.list-group .list-group-item:nth-child(odd) {
  border: none;
}
.list-group .list-group-item:nth-child(even) {
  border: none;
}
.table-striped > tbody > tr > td {
  border-top: none !important;
}
.btn {
  background-image: linear-gradient(to right, #555, #777);
  color: #eee;
  border: none;
}
.btn.btn-chroma:hover,
.btn.btn-primary:hover,
.btn.btn-default:hover,
.btn.btn-danger:hover,
.btn.js-select-file:hover,
.btn.js-camera-file:hover,
.btn.btn-Google:hover,
.btn.btn-Facebook:hover,
.btn.btn-Stripe:hover,
.btn.btn-chroma:focus,
.btn.btn-primary:focus,
.btn.btn-default:focus,
.btn.btn-danger:focus,
.btn.js-select-file:focus,
.btn.js-camera-file:focus,
.btn.btn-Google:focus,
.btn.btn-Facebook:focus,
.btn.btn-Stripe:focus,
.btn.btn-chroma.hover,
.btn.btn-primary.hover,
.btn.btn-default.hover,
.btn.btn-danger.hover,
.btn.js-select-file.hover,
.btn.js-camera-file.hover,
.btn.btn-Google.hover,
.btn.btn-Facebook.hover,
.btn.btn-Stripe.hover,
.btn.btn-chroma.focus,
.btn.btn-primary.focus,
.btn.btn-default.focus,
.btn.btn-danger.focus,
.btn.js-select-file.focus,
.btn.js-camera-file.focus,
.btn.btn-Google.focus,
.btn.btn-Facebook.focus,
.btn.btn-Stripe.focus {
  color: #fff;
}
.btn.btn-warning:hover,
.btn.btn-success:hover,
.btn.btn-warning:focus,
.btn.btn-success:focus,
.btn.btn-warning.hover,
.btn.btn-success.hover,
.btn.btn-warning.focus,
.btn.btn-success.focus {
  color: #000;
}
.btn.btn-chroma,
.btn.btn-primary,
.btn.btn-default,
.btn.btn-warning,
.btn.btn-danger,
.btn.btn-success,
.btn.js-select-file,
.btn.js-camera-file {
  border: none !important;
  background-repeat: repeat-x !important;
}
.btn.btn-chroma,
.btn.btn-primary,
.btn.js-select-file,
.btn.js-camera-file {
  background-image: linear-gradient(to right, #0080c9, #00adf3) !important;
  color: #eee;
}
.btn.btn-default {
  background-image: linear-gradient(to right, #555, #777);
  color: #eee;
}
.btn.btn-danger {
  background-image: linear-gradient(to right, #ff0085, #c33) !important;
}
.btn.btn-warning {
  background-image: linear-gradient(to right, #ffb900, #fcf900) !important;
}
.btn.btn-success {
  background-image: linear-gradient(to right, #3c3, #fcf900) !important;
}
.btn.btn-Google {
  background-image: linear-gradient(to right, #ff0085, #c33) !important;
}
.btn.btn-Facebook {
  background-image: linear-gradient(to right, #0080c9, #00adf3) !important;
}
.btn.btn-Stripe {
  background-image: linear-gradient(to right, #0080c9, #0080c9) !important;
}
.label-warning {
  background-image: linear-gradient(to right, #ffb900, #fcf900) !important;
  color: #222;
}
.label-success {
  background-image: linear-gradient(to right, #3c3, #fcf900) !important;
  color: #222;
}
.label-danger {
  background-image: linear-gradient(to right, #ff0085, #c33) !important;
}
section.section.inverse {
  background-color: #eee;
}
.inverse {
  background-color: #eee;
  color: #575c63;
}
.inverse a,
.inverse a:link,
.inverse a:visited {
  color: #ff0085;
}
.inverse a.button,
.inverse a:link.button,
.inverse a:visited.button,
.inverse a.btn,
.inverse a:link.btn,
.inverse a:visited.btn {
  color: #eee;
}
.inverse a:hover {
  color: #ff0085;
}
.inverse a:hover.button,
.inverse a:hover.btn {
  color: #eee;
}
.inverse h1,
.inverse h2,
.inverse h3,
.inverse h4,
.inverse h5 {
  color: #2e3336 !important;
}
.inverse h1 .small,
.inverse h2 .small,
.inverse h3 .small,
.inverse h4 .small,
.inverse h5 .small {
  color: #2e3336 !important;
}
.inverse .panel-default .panel-heading,
.inverse .panel-default .panel-footer {
  background: linear-gradient(to bottom, rgba(175,175,175,0.6), rgba(150,150,150,0.4)) !important;
  color: #575c63 !important;
}
.inverse hr {
  border-color: #222;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
.inverse input.form-control,
.inverse select.form-control {
  background-color: #fff;
  color: #575c63 !important;
}
.inverse textarea.form-control {
  background-color: #eee;
  color: #575c63 !important;
}
.inverse .input-group-addon {
  background-color: #eee;
  color: #575c63 !important;
}
.inverse .well {
  background: linear-gradient(to bottom, rgba(175,175,175,0.6), rgba(150,150,150,0.4)) !important;
  border: none;
}
.inverse .well.bg-gray {
  background: linear-gradient(to bottom, rgba(175,175,175,0.6), rgba(150,150,150,0.4)) !important;
}
.inverse button.cancel-link {
  color: #333;
}
.inverse .table-striped .row:nth-child(odd) {
  background-color: #eee;
}
@font-face {
  font-family: 'brandon';
  src: url("https://static.chroma.io/fonts/Brandon_reg.otf") format("opentype");
}
@font-face {
  font-family: 'gotham';
  src: url("https://static.chroma.io/fonts/Gotham-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Gotham HTF';
  src: url("https://static.chroma.io/fonts/GothamHTF-Medium.otf") format("opentype");
}
h1,
h2 {
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4 {
  font-family: 'Gotham HTF' !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  orphans: 2;
  widows: 2;
}
h1.page-header .small,
h2.page-header .small,
h3.page-header .small,
h4.page-header .small,
h5.page-header .small,
h6.page-header .small {
  text-transform: none;
  font-family: sans-serif;
  margin-top: 0.5em;
}
h1.section-header,
h2.section-header,
h3.section-header,
h4.section-header,
h5.section-header,
h6.section-header {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-top: 45px;
  margin-bottom: 30px;
}
#coins-page li,
#coin-page li {
  word-break: break-all;
}
.no-text-transform {
  text-transform: none !important;
}
label {
  font-weight: inherit !important;
}
button,
a.btn {
  text-transform: uppercase;
}
.creator-profile {
  font-size: 1.2rem;
  text-align: left;
}
.creator-profile h1,
.creator-profile h2,
.creator-profile h3,
.creator-profile h4,
.creator-profile h5,
.creator-profile h6 {
  text-align: center;
}
#index-page #splash,
#footer #splash {
  max-height: 66vh;
  overflow: hidden;
}
#index-page .btn,
#footer .btn {
  text-transform: uppercase;
}
.btn.btn-chroma,
.btn.btn-primary,
.label-primary,
.js-select-file,
.js-camera-file {
  color: #eee;
}
#finance p {
  font-size: 110%;
  font-family: 'brandon';
  orphans: 2;
  widows: 2;
}
#bigTicker h1 {
  font-size: 4vw;
}
.page-header:not(.chroma) {
  border: none !important;
}
.page-header.chroma,
hr.chroma {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px;
}
.page-header.chroma.danger,
hr.chroma.danger {
  border-image: linear-gradient(to right, #ff0085, #c33) 3 stretch !important;
}
.page-header.chroma.info,
hr.chroma.info {
  border-image: linear-gradient(to right, #0080c9, #00adf3) 3 stretch !important;
}
.page-header.chroma.success,
hr.chroma.success {
  border-image: linear-gradient(to right, #3c3, #fcf900) 3 stretch !important;
}
.small {
  font-size: 1vmax;
}
.legal {
  font-size: 12px;
  text-align: justify;
}
.legal .highlight {
  color: #fff;
}
a.cancel-link {
  text-decoration: underline;
}
.h-stack h4,
.h-stack h5,
.h-stack h6 {
  text-align: center;
}
.h-stack:last-child {
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .xs-center {
    text-align: center;
  }
  .xs-left {
    text-align: left;
  }
  .xs-right {
    text-align: right;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .sm-center {
    text-align: center;
  }
  .sm-left {
    text-align: left;
  }
  .sm-right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .md-center {
    text-align: center;
  }
  .md-left {
    text-align: left;
  }
  .md-right {
    text-align: right;
  }
}
.splash-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .panel-overlay-chroma h4 {
    font-size: 10vw;
  }
  .panel-overlay-chroma h5 {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .panel-overlay-chroma h4 {
    font-size: 2vw;
  }
  .panel-overlay-chroma h5 {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 992px) {
  .panel-overlay-chroma h4 {
    font-size: 3vw;
  }
  .panel-overlay-chroma h5 {
    font-size: 2vw;
  }
}
.order-asset-string {
  text-transform: capitalize;
}
.font-size-large {
  font-size: 12px;
}
.font-size-small {
  font-size: 12px;
}
@media (min-width: 768px) {
  .navbar-nav > li.image > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-nav > li.button > a {
    padding-top: 24px;
    padding-bottom: 23px;
  }
  .navbar-header .navbar-brand {
    margin-top: 0px;
  }
  .navbar-header .navbar-brand > img {
    height: 54px;
  }
}
.panel {
  border: none !important;
}
.panel > .panel-heading {
  background-color: #002126;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 8px;
}
.panel .panel-overlay-chroma {
  color: #eee;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.panel .panel-body:hover .panel-overlay-chroma {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.panel.panel-default {
  background-color: rgba(0,0,0,0.15);
}
.panel.panel-default .panel-heading {
  background-color: rgba(255,255,255,0.15);
}
.panel.panel-default.inverse {
  background-color: rgba(255,255,255,0.15);
}
.panel.panel-default.inverse .panel-heading {
  background-color: rgba(0,0,0,0.15);
}
.panel.panel-danger > .panel-heading {
  border-image: linear-gradient(to right, rgba(204,51,51,0.5), rgba(255,0,133,0.5)) 5 stretch !important;
}
.panel.panel-danger .panel-overlay-chroma {
  background: linear-gradient(to right, rgba(204,51,51,0.5), rgba(255,0,133,0.5));
}
.panel.panel-warning > .panel-heading {
  border-image: linear-gradient(to right, rgba(252,249,0,0.5), rgba(255,185,0,0.5)) 5 stretch !important;
}
.panel.panel-warning .panel-overlay-chroma {
  background: linear-gradient(to right, rgba(255,185,0,0), rgba(255,185,0,0.1), rgba(255,185,0,0.5), rgba(255,185,0,0.8));
}
.panel.panel-info > .panel-heading {
  border-image: linear-gradient(to right, rgba(0,128,201,0.5), rgba(0,173,243,0.5)) 5 stretch !important;
}
.panel.panel-info .panel-overlay-chroma {
  background: linear-gradient(to right, rgba(0,128,201,0.4), rgba(0,128,201,0.7), rgba(0,128,201,0.7), rgba(0,173,243,0.8));
}
.panel .panel-footer {
  background-color: #000;
}
.panel.admin {
  background-color: #936c6c;
}
.panel.admin > .panel-heading {
  background-color: #936c6c;
}
#home section#section-connect {
  background-image: linear-gradient(to right, #c9e9f8, #e1e7ff);
  color: #002126;
}
#home section#section-connect img {
  max-width: 80%;
}
.sidebar h5 {
  margin-top: 0px;
}
.sidebar tr:first-child td {
  padding-top: 0px;
}
.sidebar tr:last-child td {
  padding-bottom: 22.5px;
}
.sidebar tr td {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}
.sidebar tr td.data {
  font-family: 'gotham';
}
@media only screen and (max-width: 1200px) {
  .sidebar {
    margin-top: 15px;
  }
}
.offerings-grid .panel,
.funds-list .panel,
.sidebar .panel {
  padding-top: 0px !important;
  margin-top: 1rem;
}
.offerings-grid .panel-heading,
.funds-list .panel-heading,
.sidebar .panel-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offerings-grid .panel-overlay-chroma,
.funds-list .panel-overlay-chroma,
.sidebar .panel-overlay-chroma,
.offerings-grid .panel-footer,
.funds-list .panel-footer,
.sidebar .panel-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offerings-grid .panel-heading,
.funds-list .panel-heading,
.sidebar .panel-heading {
  margin-bottom: 0px;
  height: 70px;
}
.offerings-grid .panel-body,
.funds-list .panel-body,
.sidebar .panel-body {
  position: relative;
  overflow: hidden;
  clear: both;
}
.offerings-grid .panel-overlay-chroma,
.funds-list .panel-overlay-chroma,
.sidebar .panel-overlay-chroma {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.offerings-grid .title,
.funds-list .title,
.sidebar .title {
  position: relative !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.offerings-grid p,
.funds-list p,
.sidebar p {
  letter-spacing: 0.2rem;
  orphans: 2;
  widows: 2;
  text-transform: uppercase;
}
.offerings-grid p span.data,
.funds-list p span.data,
.sidebar p span.data {
  font-family: 'gotham';
}
.offerings-grid a:hover,
.funds-list a:hover,
.sidebar a:hover,
.offerings-grid a.hover:hover,
.funds-list a.hover:hover,
.sidebar a.hover:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .offerings-grid p,
  .funds-list p,
  .sidebar p {
    font-size: 1.5vw;
  }
  .offerings-grid .offerings-grid [class*=' col-']:first-child,
  .funds-list .offerings-grid [class*=' col-']:first-child,
  .sidebar .offerings-grid [class*=' col-']:first-child {
    padding-left: 15px !important;
  }
  .offerings-grid .offerings-grid [class*=' col-']:last-child,
  .funds-list .offerings-grid [class*=' col-']:last-child,
  .sidebar .offerings-grid [class*=' col-']:last-child {
    padding-right: 15px !important;
  }
  .offerings-grid .offerings-grid [class*=' col-'],
  .funds-list .offerings-grid [class*=' col-'],
  .sidebar .offerings-grid [class*=' col-'] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media only screen and (min-width: 992px) {
  .offerings-grid p,
  .funds-list p,
  .sidebar p {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .offerings-grid [class*="col-"],
  .funds-list [class*="col-"],
  .sidebar [class*="col-"] {
    padding: 0px 0px 15px 0px !important;
  }
  .offerings-grid .panel,
  .funds-list .panel,
  .sidebar .panel {
    padding-top: 0px !important;
    margin-top: 0px;
  }
  .offerings-grid .panel-body,
  .funds-list .panel-body,
  .sidebar .panel-body {
    padding: 0px !important;
    margin: 0px !important;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://static.chroma.io/fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("https://static.chroma.io/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("https://static.chroma.io/fonts/glyphicons/glyphicons-halflings-regular.woff2") format('woff2'), url("https://static.chroma.io/fonts/glyphicons/glyphicons-halflings-regular.woff") format('woff'), url("https://static.chroma.io/fonts/glyphicons/glyphicons-halflings-regular.ttf") format('truetype'), url("https://static.chroma.io/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: 'Raleway';
  font-size: 14px;
  line-height: 1.6;
  color: #eee;
  background-color: #000;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #eee;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #cacaca;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #000;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #eee;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 22px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin-top: 11px;
  margin-bottom: 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fff;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #0080c9;
}
a.text-primary:hover {
  color: #0094e8;
}
.text-success {
  color: #47d147;
}
a.text-success:hover {
  color: #59d659;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #3983a7;
}
.text-warning {
  color: #fffc17;
}
a.text-warning:hover {
  color: #fffc2e;
}
.text-danger {
  color: #d14747;
}
a.text-danger:hover {
  color: #d65959;
}
.bg-primary {
  color: #fff;
  background-color: #0080c9;
}
a.bg-primary:hover {
  background-color: #0094e8;
}
.bg-success {
  background-color: #fff;
}
a.bg-success:hover {
  background-color: #fff;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #ddeff8;
}
.bg-warning {
  background-color: #fff;
}
a.bg-warning:hover {
  background-color: #fff;
}
.bg-danger {
  background-color: #fff;
}
a.bg-danger:hover {
  background-color: #fff;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1710px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1920px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #2e3336;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #2e3336;
}
.table-hover > tbody > tr:hover {
  background-color: #777;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #777;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #7e7e7e;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #fff;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #fff;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #dbeef7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fff;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fff;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fff;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fff;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  background-color: $white;
  background-image: none;
  border: transparent;
  border-radius: 0px;
}
.form-control:focus {
  border-color: #eee;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 30px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm,
select.form-horizontal .form-group-sm .form-control,
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-horizontal .form-group-sm .form-control,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-sm,
select[multiple].form-horizontal .form-group-sm .form-control,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 34px;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-lg,
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-lg,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-lg,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 30px;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.form-group-lg .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 30px;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 34px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #47d147;
}
.has-success .form-control {
  border-color: #47d147;
}
.has-success .input-group-addon {
  color: #47d147;
  border-color: #47d147;
  background-color: #fff;
}
.has-success .form-control-feedback {
  color: #47d147;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #fffc17;
}
.has-warning .form-control {
  border-color: #fffc17;
}
.has-warning .input-group-addon {
  color: #fffc17;
  border-color: #fffc17;
  background-color: #fff;
}
.has-warning .form-control-feedback {
  color: #fffc17;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d14747;
}
.has-error .form-control {
  border-color: #d14747;
}
.has-error .input-group-addon {
  color: #d14747;
  border-color: #d14747;
  background-color: #fff;
}
.has-error .form-control-feedback {
  color: #d14747;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #f2f2f2;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static,
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 8.5px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 0px;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fff;
}
.btn-default:hover .inverse,
.btn-default:focus .inverse,
.btn-default.focus .inverse,
.btn-default:active .inverse,
.btn-default.active .inverse,
.open > .dropdown-toggle.btn-default .inverse {
  background-color: #e6e6e6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #0080c9;
  border-color: #007abf;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0094e8;
}
.btn-primary:hover .inverse,
.btn-primary:focus .inverse,
.btn-primary.focus .inverse,
.btn-primary:active .inverse,
.btn-primary.active .inverse,
.open > .dropdown-toggle.btn-primary .inverse {
  background-color: #0073b5;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0080c9;
  border-color: #007abf;
}
.btn-primary .badge {
  color: #0080c9;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #3c3;
  border-color: #30c230;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47d147;
}
.btn-success:hover .inverse,
.btn-success:focus .inverse,
.btn-success.focus .inverse,
.btn-success:active .inverse,
.btn-success.active .inverse,
.open > .dropdown-toggle.btn-success .inverse {
  background-color: #2eb82e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #3c3;
  border-color: #30c230;
}
.btn-success .badge {
  color: #3c3;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #00adf3;
  border-color: #00a4e7;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #0fbaff;
}
.btn-info:hover .inverse,
.btn-info:focus .inverse,
.btn-info.focus .inverse,
.btn-info:active .inverse,
.btn-info.active .inverse,
.open > .dropdown-toggle.btn-info .inverse {
  background-color: #009cdb;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #00adf3;
  border-color: #00a4e7;
}
.btn-info .badge {
  color: #00adf3;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #fcf900;
  border-color: #efed00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #fffc17;
}
.btn-warning:hover .inverse,
.btn-warning:focus .inverse,
.btn-warning.focus .inverse,
.btn-warning:active .inverse,
.btn-warning.active .inverse,
.open > .dropdown-toggle.btn-warning .inverse {
  background-color: #e3e000;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fcf900;
  border-color: #efed00;
}
.btn-warning .badge {
  color: #fcf900;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #c33;
  border-color: #c23030;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d14747;
}
.btn-danger:hover .inverse,
.btn-danger:focus .inverse,
.btn-danger.focus .inverse,
.btn-danger:active .inverse,
.btn-danger.active .inverse,
.open > .dropdown-toggle.btn-danger .inverse {
  background-color: #b82e2e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c33;
  border-color: #c23030;
}
.btn-danger .badge {
  color: #c33;
  background-color: #fff;
}
.btn-link {
  color: #eee;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #cacaca;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 5px 16px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #000;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0px;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #eee;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #eee;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0080c9;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #222;
  text-align: center;
  background-color: #eee;
  border: 1px solid transparent;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 5px 16px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #eee;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #808080;
  background-color: #000;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0080c9;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #000;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 29px 15px;
  font-size: 12px;
  line-height: 22px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 14.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 0px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 22px;
  margin-bottom: 22px;
}
.navbar-btn.btn-sm {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #002126;
  border-color: #001f24;
}
.navbar-default .navbar-brand {
  color: #eee;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #d6d6d6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #eee;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #eee;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #eee;
  background-color: #001f24;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #001f24;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #001f24;
  color: #eee;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eee;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eee;
    background-color: #001f24;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #eee;
}
.navbar-default .navbar-link:hover {
  color: #eee;
}
.navbar-default .btn-link {
  color: #eee;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #eee;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #1f1f1f;
}
.navbar-inverse .navbar-brand {
  color: #8b8b8b;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #8b8b8b;
}
.navbar-inverse .navbar-nav > li > a {
  color: #8b8b8b;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #1f1f1f;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #202020;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #1f1f1f;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #1f1f1f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #1f1f1f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #8b8b8b;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #1f1f1f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #8b8b8b;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #8b8b8b;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: '/\00a0';
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #eee;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #cacaca;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0080c9;
  border-color: #0080c9;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 5px 16px;
  font-size: 12px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #eee;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #eee;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #858585;
}
.label-default[href]:hover .inverse,
.label-default[href]:focus .inverse {
  background-color: #6b6b6b;
}
.label-primary {
  background-color: #777;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #858585;
}
.label-primary[href]:hover .inverse,
.label-primary[href]:focus .inverse {
  background-color: #6b6b6b;
}
.label-success {
  background-color: #777;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #858585;
}
.label-success[href]:hover .inverse,
.label-success[href]:focus .inverse {
  background-color: #6b6b6b;
}
.label-info {
  background-color: #00adf3;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0fbaff;
}
.label-info[href]:hover .inverse,
.label-info[href]:focus .inverse {
  background-color: #009cdb;
}
.label-warning {
  background-color: #777;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #858585;
}
.label-warning[href]:hover .inverse,
.label-warning[href]:focus .inverse {
  background-color: #6b6b6b;
}
.label-danger {
  background-color: #777;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #858585;
}
.label-danger[href]:hover .inverse,
.label-danger[href]:focus .inverse {
  background-color: #6b6b6b;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #eee;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d6d6d6;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #000;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #eee;
}
.thumbnail .caption {
  padding: 9px;
  color: #eee;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #fff;
  border-color: #f2f2f2;
  color: #47d147;
}
.alert-success hr {
  border-top-color: #f3f3f3;
}
.alert-success .alert-link {
  color: #59d659;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bee9f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #c1eaf2;
}
.alert-info .alert-link {
  color: #3983a7;
}
.alert-warning {
  background-color: #fff;
  border-color: #f2f2f2;
  color: #fffc17;
}
.alert-warning hr {
  border-top-color: #f3f3f3;
}
.alert-warning .alert-link {
  color: #fffc2e;
}
.alert-danger {
  background-color: #fff;
  border-color: #f2f2f2;
  color: #d14747;
}
.alert-danger hr {
  border-top-color: #f3f3f3;
}
.alert-danger .alert-link {
  color: #d65959;
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #0080c9;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.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: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #3c3;
}
.progress-striped .progress-bar-success {
  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);
}
.progress-bar-info {
  background-color: #00adf3;
}
.progress-striped .progress-bar-info {
  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);
}
.progress-bar-warning {
  background-color: #fcf900;
}
.progress-striped .progress-bar-warning {
  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);
}
.progress-bar-danger {
  background-color: #c33;
}
.progress-striped .progress-bar-danger {
  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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #002126;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item {
  color: #eee;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #eee;
  background-color: #777;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0080c9;
  border-color: #0080c9;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #46bcff;
}
.list-group-item-success {
  color: #47d147;
  background-color: #fff;
}
a.list-group-item-success {
  color: #47d147;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #47d147;
  background-color: #fff;
}
a.list-group-item-success:hover .inverse,
a.list-group-item-success:focus .inverse {
  background-color: #d9d9d9;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #47d147;
  border-color: #47d147;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #dff0f8;
}
a.list-group-item-info:hover .inverse,
a.list-group-item-info:focus .inverse {
  background-color: #a0d2eb;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #fffc17;
  background-color: #fff;
}
a.list-group-item-warning {
  color: #fffc17;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #fffc17;
  background-color: #fff;
}
a.list-group-item-warning:hover .inverse,
a.list-group-item-warning:focus .inverse {
  background-color: #d9d9d9;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fffc17;
  border-color: #fffc17;
}
.list-group-item-danger {
  color: #d14747;
  background-color: #fff;
}
a.list-group-item-danger {
  color: #d14747;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #d14747;
  background-color: #fff;
}
a.list-group-item-danger:hover .inverse,
a.list-group-item-danger:focus .inverse {
  background-color: #d9d9d9;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d14747;
  border-color: #d14747;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0px;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #2e3336;
  border: 1px solid transparent;
  border-radius: 0px;
}
.panel-body {
  padding: 0px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 0px;
  padding-right: 0px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #eee;
  background-color: #2e3336;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #2e3336;
  background-color: #eee;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0080c9;
}
.panel-primary > .panel-heading {
  color: #eee;
  background-color: #2e3336;
  border-color: #0080c9;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0080c9;
}
.panel-primary > .panel-heading .badge {
  color: #2e3336;
  background-color: #eee;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0080c9;
}
.panel-success {
  border-color: #f2f2f2;
}
.panel-success > .panel-heading {
  color: #eee;
  background-color: #2e3336;
  border-color: #f2f2f2;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-success > .panel-heading .badge {
  color: #2e3336;
  background-color: #eee;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.panel-info {
  border-color: #bee9f1;
}
.panel-info > .panel-heading {
  color: #eee;
  background-color: #2e3336;
  border-color: #bee9f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bee9f1;
}
.panel-info > .panel-heading .badge {
  color: #2e3336;
  background-color: #eee;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bee9f1;
}
.panel-warning {
  border-color: #f2f2f2;
}
.panel-warning > .panel-heading {
  color: #eee;
  background-color: #2e3336;
  border-color: #f2f2f2;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-warning > .panel-heading .badge {
  color: #2e3336;
  background-color: #eee;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.panel-danger {
  border-color: #f2f2f2;
}
.panel-danger > .panel-heading {
  color: #eee;
  background-color: #2e3336;
  border-color: #f2f2f2;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f2f2f2;
}
.panel-danger > .panel-heading .badge {
  color: #2e3336;
  background-color: #eee;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f2f2f2;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #777;
  border: 1px solid #6f6f6f;
  border-radius: 0px;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 0px;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Raleway';
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 100vw;
  padding: 1px;
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  background-color: #2e3336;
  background-clip: padding-box;
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 0px;
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #272b2e;
  border-bottom: 1px solid #25292c;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #444;
  border-top-color: #000;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #2e3336;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #444;
  border-right-color: #000;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #2e3336;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #444;
  border-bottom-color: #000;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #2e3336;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #444;
  border-left-color: #000;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #2e3336;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.camera-popup .btn-link {
  color: #333;
}
.camera-popup[data-collection="driversLicenseImages"][data-schema-key="imageId"] .modal-title .default {
  display: none;
}
.camera-popup[data-collection="driversLicenseImages"][data-schema-key="imageId"] .modal-title .css-content-hook:before {
  content: "May I see your ID?";
}
.camera-popup[data-collection="profileImages"][data-schema-key="profile.imageId"] .modal-title .default {
  display: none;
}
.camera-popup[data-collection="profileImages"][data-schema-key="profile.imageId"] .modal-title .css-content-hook:before {
  content: "Take your profile picture";
}
#chromaBanner .graphBox {
  position: relative;
  overflow: hidden;
  background-color: #002126;
  width: 100%;
  height: 66vh;
}
@media only screen and (max-width: 768px) {
  #chromaBanner .graphBox {
    height: 240px;
  }
  #chromaBanner .graphBox .container,
  #chromaBanner .graphBox .container-fluid {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  #chromaBanner .graphBox {
    height: 400px;
  }
}
#chromaBanner .graphBox .graph-container {
  width: 66vh;
  height: 66vh;
  top: 12vmax;
  left: 50%;
  position: absolute;
  transform: translateY(-33vh) translateX(-33vh);
  -webkit-perspective: 132vh;
  perspective: 132vh;
  max-height: 400px;
}
@media only screen and (max-width: 768px) {
  #chromaBanner .graphBox .graph-container {
    max-height: 240px;
    top: 25vh;
  }
}
@media only screen and (min-width: 768px) {
  #chromaBanner .graphBox .graph-container {
    top: 25vh;
  }
}
#chromaBanner .graphBox p.caption {
  position: absolute;
  bottom: 0px;
  right: 15px;
}
@media only screen and (max-width: 768px) {
  #chromaBanner .graphBox p {
    font-size: 14px;
  }
  #chromaBanner .graphBox p.caption {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #chromaBanner .graphBox p {
    font-size: 18px;
  }
  #chromaBanner .graphBox p.caption {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  #chromaBanner .graphBox p {
    font-size: 22px;
  }
  #chromaBanner .graphBox p.caption {
    font-size: 18px;
  }
}
#chromaBanner .graphBox .graph-title {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #chromaBanner .graphBox .graph-title {
    font-size: 27px;
    margin-top: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #chromaBanner .graphBox .graph-title {
    font-size: 48px;
    margin-top: 92px;
  }
}
@media only screen and (min-width: 1200px) {
  #chromaBanner .graphBox .graph-title {
    font-size: 80px;
    margin-top: 48px;
  }
}
#chromaBanner .video {
  position: absolute;
  min-height: 400px;
  min-width: 100%;
}
@media only screen and (max-width: 768px) {
  #chromaBanner .video {
    min-height: 240px;
  }
}
#chromaBanner .overlay {
  background-image: url("/meteor/video-overlay.png");
  position: absolute;
  bottom: 0;
  min-height: 400px;
  min-width: 100%;
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  #chromaBanner .overlay {
    min-height: 240px;
  }
}
#chromaStockGraph {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transform: rotateX(-45deg) rotateY(45deg);
}
#chromaStockGraph .slice {
  width: 66vh;
  height: 66vh/2;
  position: absolute;
  transform-style: preserve-3d;
}
#chromaStockGraph .shadow {
  width: 66vh;
  height: 66vh/2;
  position: absolute;
  transform-origin: 66vh 66vh;
}
#chromaStockGraph #slice-1 {
  transform: translateZ(33vh);
}
#chromaStockGraph #slice-6 {
  transform: translateZ(24.75vh);
}
#chromaStockGraph #slice-2 {
  transform: translateZ(16.5vh);
}
#chromaStockGraph #slice-7 {
  transform: translateZ(8.25vh);
}
#chromaStockGraph #slice-3 {
  transform: translateZ(0);
}
#chromaStockGraph #slice-8 {
  transform: translateZ(-8.25vh);
}
#chromaStockGraph #slice-4 {
  transform: translateZ(-16.5vh);
}
#chromaStockGraph #slice-9 {
  transform: translateZ(-24.75vh);
}
#chromaStockGraph #slice-5 {
  transform: translateZ(-33vh);
}
#chromaStockGraph #shadow-1,
#chromaStockGraph #shadow-6 {
  transform: translateZ(33vh) translateY(16.5vh) rotateX(90deg);
}
#chromaStockGraph #shadow-2,
#chromaStockGraph #shadow-7 {
  transform: translateZ(16.5vh) translateY(16.5vh) rotateX(90deg);
}
#chromaStockGraph #shadow-3,
#chromaStockGraph #shadow-8 {
  transform: translateZ(0) translateY(16.5vh) rotateX(90deg);
}
#chromaStockGraph #shadow-4,
#chromaStockGraph #shadow-9 {
  transform: translateZ(-16.5vh) translateY(16.5vh) rotateX(90deg);
}
#chromaStockGraph #shadow-5,
#chromaStockGraph #shadow-10 {
  transform: translateZ(-33vh) translateY(16.5vh) rotateX(90deg);
}
#chromaStockGraph .base {
  transform: rotateX(-90deg);
  background: rgba(255,255,255,0.2);
  width: 66vh;
  height: 66vh;
}
#countdown .countdown-chart {
  width: 18vw;
  height: 18vw;
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.graphiql-container .query-editor {
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  min-height: 72vh;
}
#edit-credit-model .CodeMirror,
#edit-credit-criteria .CodeMirror {
  min-height: 33vh;
}
#edit-credit-model .well.CodeMirror,
#edit-credit-criteria .well.CodeMirror {
  color: #eee;
}
#edit-credit-model .editor-controls .btn,
#edit-credit-criteria .editor-controls .btn {
  margin-left: 5px;
}
#edit-credit-model .row,
#edit-credit-criteria .row {
  margin-bottom: 0px;
}
.daterangepicker.dropdown-menu {
  background-color: #000;
  border-radius: 0px;
}
.daterangepicker.dropdown-menu .ranges li {
  background: #2e3336;
  border: none;
  color: #eee;
  border-radius: 0px;
}
.daterangepicker.dropdown-menu .ranges li.active,
.daterangepicker.dropdown-menu .ranges li:hover {
  background-repeat: repeat-x !important;
  border: none !important;
  background-image: linear-gradient(to right, #0080c9, #00adf3);
}
.daterangepicker.dropdown-menu .calendar.left .calendar-table,
.daterangepicker.dropdown-menu .calendar.left .input-mini,
.daterangepicker.dropdown-menu .calendar.left input.input-mini,
.daterangepicker.dropdown-menu .calendar.left .daterangepicker_input {
  border: none;
  background: linear-gradient(to left, #000, #2e3336, #2e3336, #2e3336, #2e3336);
}
.daterangepicker.dropdown-menu .calendar.right .calendar-table,
.daterangepicker.dropdown-menu .calendar.right .input-mini,
.daterangepicker.dropdown-menu .calendar.right input.input-mini,
.daterangepicker.dropdown-menu .calendar.right .daterangepicker_input {
  border: none;
  background: linear-gradient(to right, #000, #2e3336, #2e3336, #2e3336, #2e3336);
}
.daterangepicker.dropdown-menu .calendar-table {
  background-color: #000;
  border-radius: 0px;
}
.daterangepicker.dropdown-menu td.off,
.daterangepicker.dropdown-menu td.off.in-range,
.daterangepicker.dropdown-menu td.off.start-date,
.daterangepicker.dropdown-menu td.off.end-date {
  color: #000;
  background-color: rgba(0,0,0,0);
}
.daterangepicker.dropdown-menu .input-mini,
.daterangepicker.dropdown-menu input.input-mini,
.daterangepicker.dropdown-menu .daterangepicker_input {
  color: #eee;
  border: none;
  text-align: center;
}
.daterangepicker.dropdown-menu td.available:hover,
.daterangepicker.dropdown-menu th.available:hover {
  background: #555;
}
.daterangepicker.dropdown-menu td.in-range {
  background: rgba(238,238,238,0.2);
  border-radius: 0px;
}
.daterangepicker.dropdown-menu td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker.dropdown-menu td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker.dropdown-menu td.start-date.end-date {
  border-radius: 0px;
}
.daterangepicker.dropdown-menu td.active,
.daterangepicker.dropdown-menu td.active:hover {
  background-color: #357ebd;
  color: #fff;
}
.daterangepicker.dropdown-menu td.week,
.daterangepicker.dropdown-menu th.week {
  font-size: 80%;
  color: #ccc;
}
#dock-layer,
#automation-layer,
#impersonation-layer {
  position: fixed !important;
  position: absolute;
  z-index: 9999999996;
  max-height: 66vh;
}
#dock-layer .well,
#automation-layer .well,
#impersonation-layer .well {
  opacity: 0.8;
}
#dock-layer .container-fluid,
#automation-layer .container-fluid,
#impersonation-layer .container-fluid {
  padding: 15px;
}
#dock-layer .nav li > a:hover,
#automation-layer .nav li > a:hover,
#impersonation-layer .nav li > a:hover,
#dock-layer .nav li > a:focus,
#automation-layer .nav li > a:focus,
#impersonation-layer .nav li > a:focus {
  background-color: none;
  background: none;
}
#dock-layer .nav li > a:hover.sendRoute,
#automation-layer .nav li > a:hover.sendRoute,
#impersonation-layer .nav li > a:hover.sendRoute,
#dock-layer .nav li > a:focus.sendRoute,
#automation-layer .nav li > a:focus.sendRoute,
#impersonation-layer .nav li > a:focus.sendRoute {
  background: #eee;
  color: #333;
}
#dock-layer h5,
#automation-layer h5,
#impersonation-layer h5 {
  margin-bottom: 0;
}
#dock-layer .dock-card,
#automation-layer .dock-card,
#impersonation-layer .dock-card {
  display: inline-block;
  padding: 15px;
}
#dock-layer .dock-card img,
#automation-layer .dock-card img,
#impersonation-layer .dock-card img {
  margin-bottom: 10px;
  margin-top: 0px;
  max-height: 5vh;
  max-width: 5vh;
}
#dock-layer .superLog,
#automation-layer .superLog,
#impersonation-layer .superLog {
  min-height: 50vh;
  height: 100%;
  background-color: rgba(0,0,0,0.3) !important;
  color: #eee;
}
.superLog textarea {
  min-height: 50vh;
}
#dock-layer {
  width: 90vw;
  left: 5vw;
  bottom: 5vh;
}
#impersonation-layer {
  top: 5vh;
  right: 5vw;
}
#automation-layer {
  width: 90vw;
  top: 5vh;
  left: 5vw;
}
.dock-bg,
.automation-bg {
  background-color: rgba(0,0,0,0.6) !important;
}
footer #footer-social {
  background-color: #000;
}
footer #footer-social a,
footer #footer-social li {
  margin: 0;
}
footer #footer-social a img,
footer #footer-social li img {
  margin: -16px;
  width: 96px;
  height: 96px;
}
footer #footer-social a:hover,
footer #footer-social li:hover {
  color: #fff;
}
footer #footer-social {
  margin-top: 30px;
}
footer #footer-social > ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #footer-social li {
  margin-right: 30px;
}
footer #footer-legal {
  background-color: #000;
}
footer #footer-links ul {
  list-style-type: none;
  padding-top: 15px;
  padding-left: 0px;
  -webkit-padding-start: 0px;
}
@media only screen and (min-width: 992px) {
  footer #footer-links ul {
    text-align: left;
    padding-left: 30px;
    -webkit-padding-start: 30px;
  }
}
@media only screen and (max-width: 768px) {
  footer #footer-links ul {
    text-align: center;
  }
}
footer #footer-links ul > li {
  font-size: 60%;
}
footer #footer-links ul > li > a {
  color: #eee;
}
footer hr {
  border-color: #777;
  border-style: solid none;
  border-width: 1px 0px 0px 0px;
}
footer li {
  margin-bottom: 1em;
}
footer .spacer {
  padding-top: 4rem !important;
}
footer .row {
  padding-top: 2rem;
}
footer .container,
footer .container-fluid {
  padding-top: 0px;
  padding-bottom: 4rem;
}
footer #footer-links li {
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  footer input {
    margin-bottom: 2rem;
  }
}
.icons {
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left center;
}
.icons.small {
  background-size: 16px 16px;
}
img {
  max-width: 100%;
}
img.banner {
  max-width: 240%;
  min-width: 100%;
  width: 1200px;
  position: absolute;
}
#mobile-tabs ul {
  position: fixed;
  bottom: 10vh;
}
#mobile-tabs li#account-mobile-tab .wrapper {
  min-width: 6em;
}
#mobile-tabs li#account-mobile-tab .wrapper #loggedInName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mobile-tabs li.active a.mobileInvestButton,
#mobile-tabs li a:hover.mobileInvestButton {
  color: #ff0085;
}
#mobile-tabs li.active a.mobileRaiseButton,
#mobile-tabs li a:hover.mobileRaiseButton {
  color: #ffb900;
}
#mobile-tabs li.active a.mobileJoinButton,
#mobile-tabs li a:hover.mobileJoinButton,
#mobile-tabs li.active a.mobilePortfolioButton,
#mobile-tabs li a:hover.mobilePortfolioButton {
  color: #3c3;
}
#mobile-tabs li.active a.mobileLoginButton,
#mobile-tabs li a:hover.mobileLoginButton,
#mobile-tabs li.active a.mobileLoggedInDropdownButton,
#mobile-tabs li a:hover.mobileLoggedInDropdownButton {
  color: #00adf3;
}
#mobile-tabs li > a:focus,
#mobile-tabs li > a,
#mobile-tabs li > a:link,
#mobile-tabs li > a:hover {
  background-color: #002126;
}
@media screen and (max-width: 768px) {
  #mobile-tabs li {
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 24.9%;
  }
  #mobile-tabs li > a:focus,
  #mobile-tabs li > a,
  #mobile-tabs li > a:link,
  #mobile-tabs li > a:hover {
    padding: 10px 0px 10px 0px;
    border: 0 1px 0 0 #eee solid;
  }
  #mobile-tabs li > a:focus > img,
  #mobile-tabs li > a > img,
  #mobile-tabs li > a:link > img,
  #mobile-tabs li > a:hover > img {
    max-height: 16px;
  }
  #mobile-tabs li > a:focus > img.empty,
  #mobile-tabs li > a > img.empty,
  #mobile-tabs li > a:link > img.empty,
  #mobile-tabs li > a:hover > img.empty {
    opacity: 0 !important;
  }
  #mobile-tabs li > a:focus > p,
  #mobile-tabs li > a > p,
  #mobile-tabs li > a:link > p,
  #mobile-tabs li > a:hover > p {
    margin: 0;
    text-transform: uppercase;
  }
  #mobile-tabs li > a:focus > p.joinBox,
  #mobile-tabs li > a > p.joinBox,
  #mobile-tabs li > a:link > p.joinBox,
  #mobile-tabs li > a:hover > p.joinBox {
    margin: 0px 10px 0px 10px !important;
    padding: 10px 0px 10px 0px !important;
    border: 1px #eee solid;
  }
}
nav.navbar {
  text-transform: uppercase;
}
nav.navbar button.btn.btn-outline {
  text-transform: uppercase;
  min-width: 128px;
  background-image: none;
  background-color: transparent;
  color: #eee;
  border: 1px solid #eee !important;
  padding-top: 5px;
  padding-bottom: 4px;
  margin-right: 0px;
  font-weight: bold;
  font-size: 98%;
}
.unslider {
  min-height: 75vh;
}
.app-form-slider .row.section-label {
  margin-top: 2vh;
  margin-bottom: 2vh;
}
.app-form-slider form {
  min-width: 290px;
  width: 33vw;
  max-width: 420px;
}
.app-form-slider .slide-aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-form-slider .slide-height {
  min-height: 75vh;
  max-height: 80vh;
}
.app-form-slider .container-fluid {
  min-width: 50vw;
  padding: 0vh 0vh 10vh 0vh;
}
.app-form-slider .checkmark {
  display: none;
  font-size: 200%;
}
a.toggler:hover,
a.toggler:visited,
a.toggler:link,
a.toggler:active {
  text-decoration: none;
}
a.toggler i.fa.fa-folder {
  display: none;
}
a.toggler .folder-label-closed {
  display: none;
}
a.toggler i.fa.fa-folder-open {
  display: inline-block;
}
a.toggler .folder-label-open {
  display: inline-block;
}
a.toggler.collapsed i.fa.fa-folder {
  display: inline-block;
}
a.toggler.collapsed .folder-label-closed {
  display: inline-block;
}
a.toggler.collapsed i.fa.fa-folder-open {
  display: none;
}
a.toggler.collapsed .folder-label-open {
  display: none;
}
#account-page .col-sm-3 {
  text-align: center;
}
#account-page .checkbox > label {
  margin-left: 15px;
}
#account-page .todoList > .row:not(:last-child) .item {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #eee;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
#account-page .accountItem {
  padding-top: 30px;
  padding-bottom: 30px;
}
#account-page .panel {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
#account-page .panel-body {
  padding: 15px;
}
#account-page .panel-body > .sform-group > label {
  margin-left: 15px;
}
#account-page #preview {
  padding: 3rem 0rem 2rem 0rem !important;
}
#account-page #preview .col-sm-3 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #account-page .row.alert .col-sm-3:first-child i.fa {
    margin-bottom: 11px;
  }
  #account-page .row.alert .col-sm-3:last-child i.fa {
    margin-top: 11px;
  }
}
@media only screen and (min-width: 768px) {
  #account-page form .img-thumbnail {
    max-height: 7em;
    width: auto;
  }
}
#contact-page {
  background-size: cover;
}
#contact-page #contact-confirmed-body {
  text-align: center;
}
#contact-page #contact-confirmed-body i.fa {
  font-size: 8em;
}
#contact-page #contact-confirmed-body #contact-confirmed-copy.row {
  padding-top: 3rem;
}
#contact-form input[type='text'],
#contact-form input[type='email'],
#contact-form textarea {
  border: 1px solid #00adf3;
  background-color: #fff;
}
.faq a {
  font-family: sans-serif;
}
.faq p {
  letter-spacing: 0.2rem;
  orphans: 2;
  widows: 2;
}
.faq p.question {
  font-family: sans-serif;
}
@media only screen and (min-width: 768px) {
  .faq p.question {
    text-align: right;
  }
}
.funds-list .panel-body > img {
  max-width: 100%;
}
#home .fixed-nav,
#home .fixed-banner {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0%;
  z-index: 1000;
}
#home video::-webkit-media-controls {
  display: none !important;
}
#home #details .small {
  color: #333;
}
#home #bgvid-overlay {
  background-image: url("/static/video-overlay.png");
  background-repeat: repeat;
  opacity: 0.4;
}
#home #details .container-fluid {
  padding: 0;
  margin: 0;
}
#home #details .small {
  padding-top: 1.5rem;
}
#home .lead,
#home .small {
  line-height: 1.5;
}
#home h1 {
  letter-spacing: 1px;
}
#home h2 {
  letter-spacing: 0px;
}
#home .fixed-nav nav,
#home .fixed-nav .nav,
#home .fixed-nav ul,
#home .fixed-nav li {
  background: #002126;
  isolation: isolate;
}
#home .fixed-nav #mobile-tabs a:focus,
#home .fixed-nav #mobile-tabs a,
#home .fixed-nav #mobile-tabs a:link,
#home .fixed-nav #mobile-tabs a:hover {
  background-color: #002126 !important;
  background: #002126 !important;
}
#home .fixed-banner {
  font-weight: bold;
  text-align: center;
  mix-blend-mode: darken;
}
#home .fixed-banner .text {
  right: 0%;
  font-size: 2em;
  margin-top: 1em;
  color: #aaa;
  mix-blend-mode: lighten;
}
#home #contact-form input[type='text'],
#home #contact-form input[type='email'],
#home #contact-form textarea {
  border: 1px solid #00adf3;
  background-color: #fff;
}
#home section {
  position: relative;
  overflow: hidden;
}
#home section img {
  max-width: 100%;
}
#home section p {
  font-size: 16px;
}
#home section.section .container {
  padding-top: 4rem;
  padding-bottom: 6rem;
  max-width: 75vw;
}
#home section.section figure > figcaption {
  font-style: italic;
  margin-bottom: 1em;
}
#home section.section#section-splash .btn.btn-chroma.btn-new-index {
  background-image: linear-gradient(145deg, #952280, #e25196, #e02946) !important;
}
#home section.section#section-splash hr.chroma {
  border: 2px solid;
  border-image-width: 2px;
  border-image: linear-gradient(to right, #ff0085, #c33) 2 stretch !important;
}
#home section.section#section-splash video::-webkit-media-controls {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #home section.section#section-splash .row {
    text-align: center;
  }
}
#home section.section#section-splash #treeline {
  z-index: 0;
  width: 100vw;
  min-width: 1280px;
  height: 40vh;
  max-width: none;
  -webkit-transform: translate3d(0, 0, 0);
  pointer-events: none;
}
#home section.section#section-splash #bgvid {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: #000 /* in case the video doesn't fit the whole page*/;
  background-position: center center;
  background-size: contain;
  object-fit: cover /*cover video background */;
  webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
}
#home section.section#section-splash #headline {
  z-index: 10;
}
#home section.invert {
  background-image: linear-gradient(to right, #c9e9f8, #e1e7ff);
  color: #002126;
}
#home section.invert img {
  max-width: 80%;
}
#join {
  background-size: cover;
}
#join #join-confirmed-body {
  text-align: center;
}
#join #join-confirmed-body i.fa-8x {
  font-size: 8em;
}
#join #join-confirmed-body #join-confirmed-copy.row {
  padding-top: 3rem;
}
#join .well {
  background-repeat: repeat-x !important;
  border: none !important;
}
#join .well.bg-blue {
  background: linear-gradient(to bottom, rgba(0,128,201,0.6), rgba(0,173,243,0.6)) !important;
}
#join .well.bg-green {
  background: linear-gradient(to bottom, rgba(0,173,243,0.6), rgba(51,204,51,0.6)) !important;
}
#join .well.bg-purple {
  background: linear-gradient(to bottom, rgba(51,204,51,0.6), rgba(184,0,142,0.6)) !important;
}
#join .well.bg-red {
  background: linear-gradient(to bottom, rgba(184,0,142,0.6), rgba(204,51,51,0.6)) !important;
}
#join .well.bg-gray {
  background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
#join .spacer {
  padding-top: 3rem;
}
#join .mspacer {
  padding-top: 1rem;
}
.modal-dialog.fullscreen {
  width: 75vw;
  max-width: 100vw;
}
img#jumbo {
  min-width: 100%;
}
#offering input[type=number] {
  display: inline-block;
}
#offering input[type=number]::-webkit-inner-spin-button,
#offering input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#offering section {
  min-height: 66vh;
}
@media only screen and (max-width: 992px) {
  #offering #offering-header #cover-image-and-video {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
}
#offering #offering-header #confetti-container {
  display: flex;
  min-height: inherit;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: 0;
}
#offering #offering-header #title-row h2 {
  margin-bottom: 0px;
}
#offering #creator-panel .row,
#offering #creator-panel .icons {
  margin-top: 15px;
}
#offering #creator-panel .icons {
  text-align: center;
}
#offering .headerImage {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  #offering .headerImage {
    max-width: 75%;
  }
}
#offering .sidebar .offering-bio {
  text-align: justify;
}
#offering .sidebar .offeringDocuments {
  border-width: 0px 0px 3px 0px;
  border-color: #eee;
  border-style: solid;
  padding-top: 15px;
  padding-bottom: 45px;
}
#offering .sidebar .offeringTerms {
  border-width: 3px 0px 3px 0px;
  border-color: #eee;
  border-style: solid;
  padding-bottom: 15px;
}
#offering .sidebar .offeringTerms h5 {
  margin-top: 0px;
}
#offering .sidebar .offeringTerms tr:first-child td {
  padding-top: 0px;
}
#offering .sidebar .offeringTerms tr:last-child td {
  padding-bottom: 22.5px;
}
#offering .sidebar .offeringTerms td,
#offering .sidebar .offeringTerms .group {
  padding-bottom: 15px;
  padding-top: 15px;
}
#offering .sidebar .offeringTerms .group {
  text-align: center;
}
#offering .sidebar .offeringTerms .group p {
  margin-bottom: 2px;
}
#offering .sidebar .offeringTerms td.info {
  text-align: right;
  padding-right: 7.5px;
}
#offering .sidebar .offeringTerms td.data {
  padding-left: 7.5px;
  text-algin: left;
}
#offering .sidebar .offeringTerms td,
#offering .sidebar .offeringTerms span {
  font-size: 18px;
}
#offering .sidebar .offeringTerms td.info,
#offering .sidebar .offeringTerms span.info {
  text-transform: uppercase;
  font-weight: bold;
}
#offering .sidebar .investors-section {
  padding-top: 15px;
}
#offering .sidebar .gallery {
  border-width: 0px 0px 3px 0px;
  border-color: #eee;
  border-style: solid;
  padding-top: 15px;
  padding-bottom: 15px;
}
#offering img.galleryImage {
  max-width: 40%;
  margin: 15px 15px;
  cursor: pointer;
}
#offering img.galleryImage.big {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  #offering {
    margin-top: 15px;
  }
}
#offering .profile-image-mini {
  max-width: 5rem;
  margin: 0.5rem;
}
#offering #orders-graph,
#offering #cover-image-and-video,
#offering #orders-graph-svg-container,
#offering #orders-graph-component {
  min-height: inherit;
}
#offering #not-ready > p {
  padding-top: 1em;
  padding-bottom: 1em;
}
#offering #lower-content .no-l-r-pad {
  padding-left: 0px;
  padding-right: 0px;
}
#offering #lower-content hr {
  margin-top: 0px;
  margin-bottom: 0px;
}
#offering #lower-content h3 {
  margin-top: 0px;
}
#offering #prospectus {
  margin-top: 0.5em;
}
#offering .center-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#offering i.fa.fa-play-circle {
  font-size: 90px;
  color: #eee;
  opacity: 0.7;
  cursor: pointer;
}
#offering #offering-contract-details.container-fluid {
  padding-top: 1em;
  padding-bottom: 0px;
}
#offering #offering-contract-details h4 {
  margin-top: 0.2em;
  margin-bottom: 0.1em;
}
#offering #offering-contract-details h5 {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
}
#offering #offering-contract-details h5 {
  padding-bottom: 1em;
}
#offering #pre-order-alert {
  margin-top: 1em;
}
#offering #upper-content {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  #offering #upper-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1200px) {
  #offering #order-confirmarion {
    margin-top: 30px;
  }
}
#offering form#order-form input[name='shares'] {
  width: 4em;
  margin: 0.5em;
  display: inline-block;
}
#offering #prospectus-section {
  text-align: center;
}
#offering #investors-section {
  text-align: center;
}
#offering img.img-circle.fit.profile-image {
  max-width: 20rem;
}
@media only screen and (max-width: 768px) {
  #investors-list,
  #promoter-list,
  #admin-list {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #investors-list,
  #promoter-list,
  #admin-list {
    text-align: left;
  }
}
#investors-list .profile-image,
#promoter-list .profile-image,
#admin-list .profile-image {
  max-width: 6rem;
  margin: 4px;
}
#investors-list .card,
#promoter-list .card,
#admin-list .card {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 15px;
}
#investors-list .card .profile-image,
#promoter-list .card .profile-image,
#admin-list .card .profile-image {
  max-width: 10rem;
  margin: 0px;
}
#investors-list .card .name,
#promoter-list .card .name,
#admin-list .card .name {
  margin: 0px;
  margin-top: 15px;
}
#investors-list .card .remove-promoter,
#promoter-list .card .remove-promoter,
#admin-list .card .remove-promoter,
#investors-list .card .remove-admin,
#promoter-list .card .remove-admin,
#admin-list .card .remove-admin {
  display: none;
}
#investors-list .card:hover .remove-promoter,
#promoter-list .card:hover .remove-promoter,
#admin-list .card:hover .remove-promoter,
#investors-list .card:hover .remove-admin,
#promoter-list .card:hover .remove-admin,
#admin-list .card:hover .remove-admin {
  display: inline-block;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  border: 1px;
}
#posts img {
  display: block;
  max-width: 100% !important;
}
#posts .post {
  display: block;
}
#posts .clearfix {
  clear: both;
}
.flex-container .row .col-xs-1,
.table-striped .row .col-xs-1,
.table-clear .row .col-xs-1 {
  flex: 1 1 8.333333333333332%;
  -webkit-flex: 1 1 8.333333333333332%;
}
.flex-container .row .col-xs-2,
.table-striped .row .col-xs-2,
.table-clear .row .col-xs-2 {
  flex: 2 2 16.666666666666664%;
  -webkit-flex: 2 2 16.666666666666664%;
}
.flex-container .row .col-xs-3,
.table-striped .row .col-xs-3,
.table-clear .row .col-xs-3 {
  flex: 3 3 25%;
  -webkit-flex: 3 3 25%;
}
.flex-container .row .col-xs-4,
.table-striped .row .col-xs-4,
.table-clear .row .col-xs-4 {
  flex: 4 4 33.33333333333333%;
  -webkit-flex: 4 4 33.33333333333333%;
}
.flex-container .row .col-xs-5,
.table-striped .row .col-xs-5,
.table-clear .row .col-xs-5 {
  flex: 5 5 41.66666666666667%;
  -webkit-flex: 5 5 41.66666666666667%;
}
.flex-container .row .col-xs-6,
.table-striped .row .col-xs-6,
.table-clear .row .col-xs-6 {
  flex: 6 6 50%;
  -webkit-flex: 6 6 50%;
}
.flex-container .row .col-xs-7,
.table-striped .row .col-xs-7,
.table-clear .row .col-xs-7 {
  flex: 7 7 58.333333333333336%;
  -webkit-flex: 7 7 58.333333333333336%;
}
.flex-container .row .col-xs-8,
.table-striped .row .col-xs-8,
.table-clear .row .col-xs-8 {
  flex: 8 8 66.66666666666666%;
  -webkit-flex: 8 8 66.66666666666666%;
}
.flex-container .row .col-xs-9,
.table-striped .row .col-xs-9,
.table-clear .row .col-xs-9 {
  flex: 9 9 75%;
  -webkit-flex: 9 9 75%;
}
.flex-container .row .col-xs-10,
.table-striped .row .col-xs-10,
.table-clear .row .col-xs-10 {
  flex: 10 10 83.33333333333334%;
  -webkit-flex: 10 10 83.33333333333334%;
}
.flex-container .row .col-xs-11,
.table-striped .row .col-xs-11,
.table-clear .row .col-xs-11 {
  flex: 11 11 91.66666666666666%;
  -webkit-flex: 11 11 91.66666666666666%;
}
.flex-container .row .col-xs-12,
.table-striped .row .col-xs-12,
.table-clear .row .col-xs-12 {
  flex: 12 12 100%;
  -webkit-flex: 12 12 100%;
}
.flex-container .row .col-sm-1,
.table-striped .row .col-sm-1,
.table-clear .row .col-sm-1 {
  flex: 1 1 8.333333333333332%;
  -webkit-flex: 1 1 8.333333333333332%;
}
.flex-container .row .col-sm-2,
.table-striped .row .col-sm-2,
.table-clear .row .col-sm-2 {
  flex: 2 2 16.666666666666664%;
  -webkit-flex: 2 2 16.666666666666664%;
}
.flex-container .row .col-sm-3,
.table-striped .row .col-sm-3,
.table-clear .row .col-sm-3 {
  flex: 3 3 25%;
  -webkit-flex: 3 3 25%;
}
.flex-container .row .col-sm-4,
.table-striped .row .col-sm-4,
.table-clear .row .col-sm-4 {
  flex: 4 4 33.33333333333333%;
  -webkit-flex: 4 4 33.33333333333333%;
}
.flex-container .row .col-sm-5,
.table-striped .row .col-sm-5,
.table-clear .row .col-sm-5 {
  flex: 5 5 41.66666666666667%;
  -webkit-flex: 5 5 41.66666666666667%;
}
.flex-container .row .col-sm-6,
.table-striped .row .col-sm-6,
.table-clear .row .col-sm-6 {
  flex: 6 6 50%;
  -webkit-flex: 6 6 50%;
}
.flex-container .row .col-sm-7,
.table-striped .row .col-sm-7,
.table-clear .row .col-sm-7 {
  flex: 7 7 58.333333333333336%;
  -webkit-flex: 7 7 58.333333333333336%;
}
.flex-container .row .col-sm-8,
.table-striped .row .col-sm-8,
.table-clear .row .col-sm-8 {
  flex: 8 8 66.66666666666666%;
  -webkit-flex: 8 8 66.66666666666666%;
}
.flex-container .row .col-sm-9,
.table-striped .row .col-sm-9,
.table-clear .row .col-sm-9 {
  flex: 9 9 75%;
  -webkit-flex: 9 9 75%;
}
.flex-container .row .col-sm-10,
.table-striped .row .col-sm-10,
.table-clear .row .col-sm-10 {
  flex: 10 10 83.33333333333334%;
  -webkit-flex: 10 10 83.33333333333334%;
}
.flex-container .row .col-sm-11,
.table-striped .row .col-sm-11,
.table-clear .row .col-sm-11 {
  flex: 11 11 91.66666666666666%;
  -webkit-flex: 11 11 91.66666666666666%;
}
.flex-container .row .col-sm-12,
.table-striped .row .col-sm-12,
.table-clear .row .col-sm-12 {
  flex: 12 12 100%;
  -webkit-flex: 12 12 100%;
}
.flex-container .col-md-1,
.table-striped .col-md-1,
.table-clear .col-md-1 {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
.flex-container .col-md-2,
.table-striped .col-md-2,
.table-clear .col-md-2 {
  flex: 2 2 auto;
  -webkit-flex: 2 2 auto;
}
.flex-container .col-md-3,
.table-striped .col-md-3,
.table-clear .col-md-3 {
  flex: 3 3 auto;
  -webkit-flex: 3 3 auto;
}
.flex-container .col-md-4,
.table-striped .col-md-4,
.table-clear .col-md-4 {
  flex: 4 4 auto;
  -webkit-flex: 4 4 auto;
}
.flex-container .col-md-5,
.table-striped .col-md-5,
.table-clear .col-md-5 {
  flex: 5 5 auto;
  -webkit-flex: 5 5 auto;
}
.flex-container .col-md-6,
.table-striped .col-md-6,
.table-clear .col-md-6 {
  flex: 6 6 auto;
  -webkit-flex: 6 6 auto;
}
.flex-container .col-md-7,
.table-striped .col-md-7,
.table-clear .col-md-7 {
  flex: 7 7 auto;
  -webkit-flex: 7 7 auto;
}
.flex-container .col-md-8,
.table-striped .col-md-8,
.table-clear .col-md-8 {
  flex: 8 8 auto;
  -webkit-flex: 8 8 auto;
}
.flex-container .col-md-9,
.table-striped .col-md-9,
.table-clear .col-md-9 {
  flex: 9 9 auto;
  -webkit-flex: 9 9 auto;
}
.flex-container .col-md-10,
.table-striped .col-md-10,
.table-clear .col-md-10 {
  flex: 10 10 auto;
  -webkit-flex: 10 10 auto;
}
.flex-container .col-md-11,
.table-striped .col-md-11,
.table-clear .col-md-11 {
  flex: 11 11 auto;
  -webkit-flex: 11 11 auto;
}
.flex-container .col-md-12,
.table-striped .col-md-12,
.table-clear .col-md-12 {
  flex: 12 12 auto;
  -webkit-flex: 12 12 auto;
}
.flex-container .row .col-lg-1,
.table-striped .row .col-lg-1,
.table-clear .row .col-lg-1 {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
.flex-container .row .col-lg-2,
.table-striped .row .col-lg-2,
.table-clear .row .col-lg-2 {
  flex: 2 2 auto;
  -webkit-flex: 2 2 auto;
}
.flex-container .row .col-lg-3,
.table-striped .row .col-lg-3,
.table-clear .row .col-lg-3 {
  flex: 3 3 auto;
  -webkit-flex: 3 3 auto;
}
.flex-container .row .col-lg-4,
.table-striped .row .col-lg-4,
.table-clear .row .col-lg-4 {
  flex: 4 4 auto;
  -webkit-flex: 4 4 auto;
}
.flex-container .row .col-lg-5,
.table-striped .row .col-lg-5,
.table-clear .row .col-lg-5 {
  flex: 5 5 auto;
  -webkit-flex: 5 5 auto;
}
.flex-container .row .col-lg-6,
.table-striped .row .col-lg-6,
.table-clear .row .col-lg-6 {
  flex: 6 6 auto;
  -webkit-flex: 6 6 auto;
}
.flex-container .row .col-lg-7,
.table-striped .row .col-lg-7,
.table-clear .row .col-lg-7 {
  flex: 7 7 auto;
  -webkit-flex: 7 7 auto;
}
.flex-container .row .col-lg-8,
.table-striped .row .col-lg-8,
.table-clear .row .col-lg-8 {
  flex: 8 8 auto;
  -webkit-flex: 8 8 auto;
}
.flex-container .row .col-lg-9,
.table-striped .row .col-lg-9,
.table-clear .row .col-lg-9 {
  flex: 9 9 auto;
  -webkit-flex: 9 9 auto;
}
.flex-container .row .col-lg-10,
.table-striped .row .col-lg-10,
.table-clear .row .col-lg-10 {
  flex: 10 10 auto;
  -webkit-flex: 10 10 auto;
}
.flex-container .row .col-lg-11,
.table-striped .row .col-lg-11,
.table-clear .row .col-lg-11 {
  flex: 11 11 auto;
  -webkit-flex: 11 11 auto;
}
.flex-container .row .col-lg-12,
.table-striped .row .col-lg-12,
.table-clear .row .col-lg-12 {
  flex: 12 12 auto;
  -webkit-flex: 12 12 auto;
}
.table-striped-header > .row,
.table-clear-header > .row,
.table-striped-header > .row:not(:last-child),
.table-clear-header > .row:not(:last-child),
.table-striped > .row,
.table-clear > .row,
.table-striped > .row:not(:last-child),
.table-clear > .row:not(:last-child) {
  min-height: 24px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.table-striped-header > .row p,
.table-clear-header > .row p,
.table-striped-header > .row:not(:last-child) p,
.table-clear-header > .row:not(:last-child) p,
.table-striped > .row p,
.table-clear > .row p,
.table-striped > .row:not(:last-child) p,
.table-clear > .row:not(:last-child) p,
.table-striped-header > .row h4,
.table-clear-header > .row h4,
.table-striped-header > .row:not(:last-child) h4,
.table-clear-header > .row:not(:last-child) h4,
.table-striped > .row h4,
.table-clear > .row h4,
.table-striped > .row:not(:last-child) h4,
.table-clear > .row:not(:last-child) h4,
.table-striped-header > .row h5,
.table-clear-header > .row h5,
.table-striped-header > .row:not(:last-child) h5,
.table-clear-header > .row:not(:last-child) h5,
.table-striped > .row h5,
.table-clear > .row h5,
.table-striped > .row:not(:last-child) h5,
.table-clear > .row:not(:last-child) h5,
.table-striped-header > .row h6,
.table-clear-header > .row h6,
.table-striped-header > .row:not(:last-child) h6,
.table-clear-header > .row:not(:last-child) h6,
.table-striped > .row h6,
.table-clear > .row h6,
.table-striped > .row:not(:last-child) h6,
.table-clear > .row:not(:last-child) h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.table-striped-header > .row img,
.table-clear-header > .row img,
.table-striped-header > .row:not(:last-child) img,
.table-clear-header > .row:not(:last-child) img,
.table-striped > .row img,
.table-clear > .row img,
.table-striped > .row:not(:last-child) img,
.table-clear > .row:not(:last-child) img {
  width: 100%;
}
table.table.table-striped {
  display: table;
  width: 100%;
  padding: 0;
}
.formModal {
  background-color: #222;
}
.pageModal .modal-content,
.tosModal .modal-content {
  background-color: #eee;
}
.pageModal .modal-content .upper-roman,
.tosModal .modal-content .upper-roman {
  list-style-type: upper-roman;
}
.pageModal .modal-content .lower-alpha,
.tosModal .modal-content .lower-alpha {
  list-style-type: lower-alpha;
}
.pageModal .modal-content .upper-alpha,
.tosModal .modal-content .upper-alpha {
  list-style-type: upper-alpha;
}
.pageModal .modal-content .big-checkbox,
.tosModal .modal-content .big-checkbox {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.pageModal .modal-content li,
.tosModal .modal-content li {
  padding-left: 15px;
  padding-right: 15px;
}
.rt-table .big-checkbox {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  margin-right: 5px;
}
.rt-table .-pageJump > input,
.rt-table .select-wrap .-pageSizeOptions > input {
  background-color: #ddd;
  color: #000;
}
.rt-table .-pageJump > select,
.rt-table .select-wrap .-pageSizeOptions > select {
  color: #000;
}
.pageModal > .modal-dialog {
  padding-top: 45px;
  width: 90vw;
}
.tosModal .modal-body,
.tosModal .modal-header,
.tosModal .modal-footer {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .tosModal .modal-body,
  .tosModal .modal-header,
  .tosModal .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tosModal .modal-footer .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tosModal .modal-footer .checkbox > label {
  min-height: 0px;
}
.tosTable > tbody > tr > td > p {
  margin-top: 8px;
}
.tosTable > tbody > tr > td > p > a {
  color: #55c;
}
.tosTable > tbody > tr:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.tosTable > tbody > tr:not(:last-child) > td > p {
  margin-bottom: 8px;
}
.flex-container,
.table-striped,
.table-clear {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.flex-container .row,
.table-striped .row,
.table-clear .row {
  flex: 12 12 100%;
}
.flex-container .row div[class^="col-sm"],
.table-striped .row div[class^="col-sm"],
.table-clear .row div[class^="col-sm"],
.flex-container .row div[class^="col-md"],
.table-striped .row div[class^="col-md"],
.table-clear .row div[class^="col-md"],
.flex-container .row div[class^="col-lg"],
.table-striped .row div[class^="col-lg"],
.table-clear .row div[class^="col-lg"] {
  flex: 12 12 100%;
}
@media (max-width: 767px) {
  .flex-container .row div[class^="col-"] img,
  .table-striped .row div[class^="col-"] img,
  .table-clear .row div[class^="col-"] img,
  .table-striped-header .row div[class^="col-"] img,
  .table-clear-header .row div[class^="col-"] img,
  .flex-container .row div[class^="col-"] .btn,
  .table-striped .row div[class^="col-"] .btn,
  .table-clear .row div[class^="col-"] .btn,
  .table-striped-header .row div[class^="col-"] .btn,
  .table-clear-header .row div[class^="col-"] .btn {
    padding-left: -15px;
    padding-right: -15px;
  }
  .flex-container .row div[class^="col-"] img,
  .table-striped .row div[class^="col-"] img,
  .table-clear .row div[class^="col-"] img,
  .table-striped-header .row div[class^="col-"] img,
  .table-clear-header .row div[class^="col-"] img {
    padding-top: -10px;
  }
}
.table-striped-header > .row,
.table-clear-header > .row,
.table-striped > .row,
.table-clear > .row,
.table-striped-header > .row:not(:last-child),
.table-clear-header > .row:not(:last-child),
.table-striped > .row:not(:last-child),
.table-clear > .row:not(:last-child) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-striped-header,
.table-clear-header {
  margin-top: 20px;
}
.table-striped-header > .row,
.table-clear-header > .row,
.table-striped-header > .row:not(:last-child),
.table-clear-header > .row:not(:last-child) {
  padding-bottom: 2px;
}
.table-striped-header > hr,
.table-clear-header > hr {
  margin-top: 0px;
  margin-bottom: 0px;
}
.table-striped > tbody > tr > td {
  padding: 12px !important;
}
.btn {
  text-transform: uppercase;
}
.btn.pull-right {
  margin-left: 5px;
  margin-right: 0px;
}
.btn.btn-warning,
.btn.btn-success {
  color: #222;
}
.btn.field-accessory,
i.field-accessory {
  margin-top: 27px;
  padding-left: 15px;
  padding-right: 15px;
  max-height: 33px;
  height: 33px;
}
.btn.col-end-fit,
i.col-end-fit {
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
}
i.field-accessory {
  padding-top: 4px;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
#admin .btn {
  background-image: linear-gradient(to right, #555, #777);
  color: #eee;
  border: none;
}
#admin .btn.btn-chroma,
#admin .btn.btn-primary,
#admin .btn.btn-default,
#admin .btn.btn-warning,
#admin .btn.btn-danger,
#admin .btn.btn-success,
#admin .btn.js-select-file,
#admin .btn.js-camera-file {
  border: none !important;
  background-repeat: repeat-x !important;
}
#admin .btn.btn-chroma,
#admin .btn.btn-primary,
#admin .btn.js-select-file,
#admin .btn.js-camera-file {
  background-image: linear-gradient(to right, #0080c9, #00adf3) !important;
  color: #eee;
}
#admin .btn.btn-default {
  background-image: linear-gradient(to right, #555, #777);
  color: #eee;
}
#admin .btn.btn-danger {
  background-image: linear-gradient(to right, #ff0085, #c33) !important;
}
#admin .btn.btn-warning {
  background-image: linear-gradient(to right, #ffb900, #fcf900) !important;
}
#admin .btn.btn-success {
  background-image: linear-gradient(to right, #3c3, #fcf900) !important;
}
#admin .btn.btn-Google:hover,
#admin .btn.btn-Facebook:hover,
#admin .btn.btn-Stripe:hover,
#admin .btn.btn-Google:focus,
#admin .btn.btn-Facebook:focus,
#admin .btn.btn-Stripe:focus,
#admin .btn.btn-Google.hover,
#admin .btn.btn-Facebook.hover,
#admin .btn.btn-Stripe.hover,
#admin .btn.btn-Google.focus,
#admin .btn.btn-Facebook.focus,
#admin .btn.btn-Stripe.focus {
  color: #fff;
}
#admin .btn.btn-Google {
  background-image: linear-gradient(to right, #ff0085, #c33) !important;
}
#admin .btn.btn-Facebook {
  background-image: linear-gradient(to right, #0080c9, #00adf3) !important;
}
#admin .btn.btn-Stripe {
  background-image: linear-gradient(to right, #0080c9, #0080c9) !important;
}
@media only screen and (min-width: 768px) {
  input,
  input.form-control,
  select.form-control {
    max-height: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 768px) {
  a.button.btn,
  button.button.btn,
  a.btn,
  button.btn {
    padding: 12px 12px;
  }
  input.form-control,
  select.form-control {
    max-height: 44px;
    height: 44px;
  }
}
.checkbox label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
.checkbox input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}
.ReactTable .-striped .-highlight input {
  color: #222;
}
.react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
}
.react-tagsinput--focused {
  border-color: #0080c9;
}
.react-tagsinput-tag {
  background-color: #0080c9;
  border-radius: 2px;
  border: 1px solid #eee;
  color: #eee;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
}
.react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
}
.react-tagsinput-tag a::before {
  content: " ×";
  line-height: 0;
  font-size: 28px;
  font-weight: 400;
}
.react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 10px;
}

@keyframes button-move {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg); }
  10% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg); }
  30% {
    transform: rotateX(-45deg) rotateY(-45deg) rotateZ(0deg); }
  50% {
    transform: rotateX(-45deg) rotateY(-45deg) rotateZ(0deg); }
  60% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(135deg); }
  70% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(135deg); }
  80% {
    transform: rotateX(30deg) rotateY(0deg) rotateZ(135deg); }
  100% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(225deg); } }

@keyframes button-reverse-panels {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  20% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  30% {
    transform: rotateX(0) rotateY(180deg) rotateZ(0); }
  100% {
    transform: rotateX(0) rotateY(180deg) rotateZ(0); } }

@keyframes button-plane1 {
  0% {
    transform: translate3d(0px, 0px, 9px); }
  100% {
    transform: translate3d(0px, 0px, 9px); }
  76% {
    transform: translate3d(0px, 0px, 9px); }
  82% {
    transform: translate3d(0px, 0px, 0); } }

@keyframes button-plane3 {
  0% {
    transform: translate3d(0px, 9px, 0) rotateX(90deg); }
  100% {
    transform: translate3d(0px, -9px, 0) rotateX(90deg); }
  20% {
    transform: translate3d(0px, 9px, 0) rotateX(90deg); }
  40% {
    transform: translate3d(0px, -9px, 0) rotateX(90deg); } }

button.btn.loadingButton {
  min-height: 44px;
  min-width: 120px;
  padding: 0;
  margin-right: 0; }
  button.btn.loadingButton .bezel {
    margin-left: 60px;
    margin-top: 13px; }

button.btn.btn-xs.loadingButton {
  min-height: 30px;
  min-width: 60px; }

.chroma-loading-button {
  width: 18px;
  height: 18px;
  transform-style: preserve-3d;
  animation: button-move infinite 7s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
  margin-left: -9px;
  margin-top: -9px; }
  .chroma-loading-button .plane-1 {
    animation: button-plane1 infinite 7s; }
  .chroma-loading-button .plane-2 {
    transform: translate3d(0px, 0px, -9px); }
  .chroma-loading-button .plane-3 {
    animation: button-plane3 infinite 7s;
    transform: translate3d(0px, -9px, 0px) rotateX(-90deg); }
  .chroma-loading-button .plane-4 {
    transform: translate3d(0px, 9px, 0px) rotateX(-90deg); }
  .chroma-loading-button .plane-5 {
    transform: translate3d(-9px, 0px, 0px) rotateY(-90deg); }
  .chroma-loading-button .plane-6 {
    transform: translate3d(9px, 0px, 0px) rotateY(-90deg); }
  .chroma-loading-button .plane-1,
  .chroma-loading-button .plane-2,
  .chroma-loading-button .plane-3,
  .chroma-loading-button .plane-4,
  .chroma-loading-button .plane-5,
  .chroma-loading-button .plane-6 {
    border-width: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    transform-style: preserve-3d;
    background-blend-mode: lighten;
    -webkit-background-blend-mode: lighten; }
  .chroma-loading-button .plane-1 div,
  .chroma-loading-button .plane-2 div,
  .chroma-loading-button .plane-3 div,
  .chroma-loading-button .plane-4 div,
  .chroma-loading-button .plane-5 div,
  .chroma-loading-button .plane-6 div {
    border-width: 0;
    position: absolute;
    width: 6px;
    height: 6px;
    background-blend-mode: lighten;
    -webkit-background-blend-mode: lighten; }
  .chroma-loading-button .plane-1 div {
    background: rgba(0, 174, 239, 0.8); }
  .chroma-loading-button .plane-2 div {
    background: rgba(24, 131, 198, 0.8);
    animation: button-reverse-panels infinite 7s; }
  .chroma-loading-button .plane-3 div {
    background: rgba(236, 0, 140, 0.8); }
  .chroma-loading-button .plane-4 div {
    background: rgba(165, 40, 144, 0.8); }
  .chroma-loading-button .plane-5 div {
    background: rgba(250, 184, 20, 0.8);
    animation: button-reverse-panels infinite 7s; }
  .chroma-loading-button .plane-6 div {
    background: rgba(255, 242, 0, 0.8); }
  .chroma-loading-button .top-left {
    background: rgba(0, 174, 239, 0.8);
    top: 0;
    left: 0;
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important; }
  .chroma-loading-button .top-middle {
    background: rgba(24, 131, 198, 0.8);
    top: 0;
    left: 6px;
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important; }
  .chroma-loading-button .top-right {
    background: rgba(20, 172, 185, 0.8);
    top: 0;
    right: 0;
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important; }
  .chroma-loading-button .middle-left {
    background: rgba(236, 0, 140, 0.8);
    top: 6px;
    left: 0;
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important; }
  .chroma-loading-button .middle-middle {
    background: rgba(165, 40, 144, 0.8);
    top: 6px;
    left: 6px;
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important; }
  .chroma-loading-button .middle-right {
    background: rgba(228, 31, 61, 0.8);
    top: 6px;
    right: 0;
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important; }
  .chroma-loading-button .bottom-left {
    background: rgba(255, 242, 0, 0.8);
    bottom: 0;
    left: 0;
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important; }
  .chroma-loading-button .bottom-middle {
    background: rgba(250, 184, 20, 0.8);
    bottom: 0;
    left: 6px;
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important; }
  .chroma-loading-button .bottom-right {
    background: rgba(194, 216, 49, 0.8);
    bottom: 0;
    right: 0;
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important; }

#disclosures .lst-kix_list_4-1 > li {
  counter-increment: lst-ctn-kix_list_4-1; }

#disclosures .lst-kix_list_2-1 > li {
  counter-increment: lst-ctn-kix_list_2-1; }

#disclosures ul.lst-kix_list_1-0 {
  list-style-type: none; }

#disclosures .lst-kix_list_6-1 > li {
  counter-increment: lst-ctn-kix_list_6-1; }

#disclosures ul.lst-kix_list_9-3 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_9-4 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_9-1 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_6-6.start {
  counter-reset: lst-ctn-kix_list_6-6 0; }

#disclosures ul.lst-kix_list_9-2 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_9-7 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_9-8 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_9-5 {
  list-style-type: none; }

#disclosures .lst-kix_list_5-0 > li {
  counter-increment: lst-ctn-kix_list_5-0; }

#disclosures ul.lst-kix_list_9-6 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_2-3.start {
  counter-reset: lst-ctn-kix_list_2-3 0; }

#disclosures ul.lst-kix_list_1-3 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_1-4 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_1-1 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_1-2 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_1-7 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_9-0 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_1-8 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_1-5 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_1-6 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_5-3.start {
  counter-reset: lst-ctn-kix_list_5-3 0; }

#disclosures .lst-kix_list_2-3 > li {
  counter-increment: lst-ctn-kix_list_2-3; }

#disclosures .lst-kix_list_4-3 > li {
  counter-increment: lst-ctn-kix_list_4-3; }

#disclosures ol.lst-kix_list_4-5.start {
  counter-reset: lst-ctn-kix_list_4-5 0; }

#disclosures .lst-kix_list_5-2 > li {
  counter-increment: lst-ctn-kix_list_5-2; }

#disclosures .lst-kix_list_5-0 > li:before {
  content: "" counter(lst-ctn-kix_list_5-0, decimal) ". "; }

#disclosures ol.lst-kix_list_6-0 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_6-1 {
  list-style-type: none; }

#disclosures .lst-kix_list_5-4 > li {
  counter-increment: lst-ctn-kix_list_5-4; }

#disclosures .lst-kix_list_5-3 > li:before {
  content: "" counter(lst-ctn-kix_list_5-3, decimal) ". "; }

#disclosures .lst-kix_list_5-2 > li:before {
  content: "" counter(lst-ctn-kix_list_5-2, lower-roman) ". "; }

#disclosures .lst-kix_list_5-1 > li:before {
  content: "" counter(lst-ctn-kix_list_5-1, lower-latin) ". "; }

#disclosures .lst-kix_list_5-7 > li:before {
  content: "" counter(lst-ctn-kix_list_5-7, lower-latin) ". "; }

#disclosures ul.lst-kix_list_8-4 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_8-5 {
  list-style-type: none; }

#disclosures .lst-kix_list_5-6 > li:before {
  content: "" counter(lst-ctn-kix_list_5-6, decimal) ". "; }

#disclosures .lst-kix_list_5-8 > li:before {
  content: "" counter(lst-ctn-kix_list_5-8, lower-roman) ". "; }

#disclosures ul.lst-kix_list_8-2 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_8-3 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_8-8 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_8-6 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_8-7 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_6-6 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_6-7 {
  list-style-type: none; }

#disclosures .lst-kix_list_5-4 > li:before {
  content: "" counter(lst-ctn-kix_list_5-4, lower-latin) ". "; }

#disclosures ol.lst-kix_list_6-8 {
  list-style-type: none; }

#disclosures .lst-kix_list_5-5 > li:before {
  content: "" counter(lst-ctn-kix_list_5-5, lower-roman) ". "; }

#disclosures ol.lst-kix_list_6-2 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_8-0 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_6-3 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_8-1 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_6-4 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_6-5 {
  list-style-type: none; }

#disclosures .lst-kix_list_6-1 > li:before {
  content: "" counter(lst-ctn-kix_list_6-1, lower-latin) ". "; }

#disclosures .lst-kix_list_6-3 > li:before {
  content: "" counter(lst-ctn-kix_list_6-3, decimal) ". "; }

#disclosures .lst-kix_list_6-5 > li {
  counter-increment: lst-ctn-kix_list_6-5; }

#disclosures .lst-kix_list_6-8 > li {
  counter-increment: lst-ctn-kix_list_6-8; }

#disclosures .lst-kix_list_6-0 > li:before {
  content: "" counter(lst-ctn-kix_list_6-0, decimal) ". "; }

#disclosures .lst-kix_list_6-4 > li:before {
  content: "" counter(lst-ctn-kix_list_6-4, lower-latin) ". "; }

#disclosures ol.lst-kix_list_4-0.start {
  counter-reset: lst-ctn-kix_list_4-0 0; }

#disclosures .lst-kix_list_6-2 > li:before {
  content: "" counter(lst-ctn-kix_list_6-2, lower-roman) ". "; }

#disclosures .lst-kix_list_2-5 > li {
  counter-increment: lst-ctn-kix_list_2-5; }

#disclosures .lst-kix_list_2-8 > li {
  counter-increment: lst-ctn-kix_list_2-8; }

#disclosures .lst-kix_list_6-8 > li:before {
  content: "" counter(lst-ctn-kix_list_6-8, lower-roman) ". "; }

#disclosures .lst-kix_list_6-5 > li:before {
  content: "" counter(lst-ctn-kix_list_6-5, lower-roman) ". "; }

#disclosures .lst-kix_list_6-7 > li:before {
  content: "" counter(lst-ctn-kix_list_6-7, lower-latin) ". "; }

#disclosures ol.lst-kix_list_2-4.start {
  counter-reset: lst-ctn-kix_list_2-4 0; }

#disclosures .lst-kix_list_6-6 > li:before {
  content: "" counter(lst-ctn-kix_list_6-6, decimal) ". "; }

#disclosures .lst-kix_list_2-7 > li:before {
  content: "" counter(lst-ctn-kix_list_2-7, lower-latin) ". "; }

#disclosures .lst-kix_list_2-7 > li {
  counter-increment: lst-ctn-kix_list_2-7; }

#disclosures .lst-kix_list_7-4 > li:before {
  content: "o  "; }

#disclosures .lst-kix_list_7-6 > li:before {
  content: "\0025cf  "; }

#disclosures .lst-kix_list_2-5 > li:before {
  content: "" counter(lst-ctn-kix_list_2-5, lower-roman) ". "; }

#disclosures ol.lst-kix_list_6-2.start {
  counter-reset: lst-ctn-kix_list_6-2 0; }

#disclosures .lst-kix_list_7-2 > li:before {
  content: "\0025aa  "; }

#disclosures ul.lst-kix_list_3-7 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_3-8 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_4-6.start {
  counter-reset: lst-ctn-kix_list_4-6 0; }

#disclosures .lst-kix_list_10-1 > li:before {
  content: "o  "; }

#disclosures ul.lst-kix_list_3-1 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_3-2 {
  list-style-type: none; }

#disclosures .lst-kix_list_5-7 > li {
  counter-increment: lst-ctn-kix_list_5-7; }

#disclosures .lst-kix_list_7-8 > li:before {
  content: "\0025aa  "; }

#disclosures ul.lst-kix_list_3-0 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_4-3.start {
  counter-reset: lst-ctn-kix_list_4-3 0; }

#disclosures ul.lst-kix_list_3-5 {
  list-style-type: none; }

#disclosures .lst-kix_list_4-7 > li {
  counter-increment: lst-ctn-kix_list_4-7; }

#disclosures ul.lst-kix_list_3-6 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_3-3 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_3-4 {
  list-style-type: none; }

#disclosures .lst-kix_list_10-7 > li:before {
  content: "o  "; }

#disclosures ol.lst-kix_list_2-5.start {
  counter-reset: lst-ctn-kix_list_2-5 0; }

#disclosures .lst-kix_list_10-5 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_10-3 > li:before {
  content: "\0025cf  "; }

#disclosures .lst-kix_list_2-6 > li {
  counter-increment: lst-ctn-kix_list_2-6; }

#disclosures .lst-kix_list_4-1 > li:before {
  content: "" counter(lst-ctn-kix_list_4-1, lower-latin) ". "; }

#disclosures .lst-kix_list_9-2 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_4-3 > li:before {
  content: "" counter(lst-ctn-kix_list_4-3, decimal) ". "; }

#disclosures .lst-kix_list_4-5 > li:before {
  content: "" counter(lst-ctn-kix_list_4-5, lower-roman) ". "; }

#disclosures ol.lst-kix_list_5-7.start {
  counter-reset: lst-ctn-kix_list_5-7 0; }

#disclosures .lst-kix_list_5-5 > li {
  counter-increment: lst-ctn-kix_list_5-5; }

#disclosures .lst-kix_list_9-0 > li:before {
  content: "\0025cf  "; }

#disclosures ol.lst-kix_list_4-4.start {
  counter-reset: lst-ctn-kix_list_4-4 0; }

#disclosures .lst-kix_list_6-4 > li {
  counter-increment: lst-ctn-kix_list_6-4; }

#disclosures .lst-kix_list_9-6 > li:before {
  content: "\0025cf  "; }

#disclosures .lst-kix_list_9-4 > li:before {
  content: "o  "; }

#disclosures .lst-kix_list_6-3 > li {
  counter-increment: lst-ctn-kix_list_6-3; }

#disclosures ol.lst-kix_list_2-8.start {
  counter-reset: lst-ctn-kix_list_2-8 0; }

#disclosures ol.lst-kix_list_6-1.start {
  counter-reset: lst-ctn-kix_list_6-1 0; }

#disclosures .lst-kix_list_9-8 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_1-1 > li:before {
  content: "o  "; }

#disclosures ul.lst-kix_list_10-0 {
  list-style-type: none; }

#disclosures .lst-kix_list_1-3 > li:before {
  content: "\0025aa  "; }

#disclosures ul.lst-kix_list_10-8 {
  list-style-type: none; }

#disclosures .lst-kix_list_4-8 > li {
  counter-increment: lst-ctn-kix_list_4-8; }

#disclosures ul.lst-kix_list_10-7 {
  list-style-type: none; }

#disclosures .lst-kix_list_1-7 > li:before {
  content: "\0025aa  "; }

#disclosures ol.lst-kix_list_5-8.start {
  counter-reset: lst-ctn-kix_list_5-8 0; }

#disclosures ul.lst-kix_list_10-6 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_2-7.start {
  counter-reset: lst-ctn-kix_list_2-7 0; }

#disclosures ul.lst-kix_list_10-5 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_10-4 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_10-3 {
  list-style-type: none; }

#disclosures .lst-kix_list_1-5 > li:before {
  content: "\0025aa  "; }

#disclosures ul.lst-kix_list_10-2 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_10-1 {
  list-style-type: none; }

#disclosures .lst-kix_list_5-6 > li {
  counter-increment: lst-ctn-kix_list_5-6; }

#disclosures .lst-kix_list_2-1 > li:before {
  content: "" counter(lst-ctn-kix_list_2-1, lower-latin) ". "; }

#disclosures ol.lst-kix_list_6-0.start {
  counter-reset: lst-ctn-kix_list_6-0 0; }

#disclosures .lst-kix_list_2-3 > li:before {
  content: "" counter(lst-ctn-kix_list_2-3, decimal) ". "; }

#disclosures .lst-kix_list_4-2 > li {
  counter-increment: lst-ctn-kix_list_4-2; }

#disclosures .lst-kix_list_5-1 > li {
  counter-increment: lst-ctn-kix_list_5-1; }

#disclosures ol.lst-kix_list_2-6.start {
  counter-reset: lst-ctn-kix_list_2-6 0; }

#disclosures .lst-kix_list_3-0 > li:before {
  content: "\0025cf  "; }

#disclosures .lst-kix_list_3-1 > li:before {
  content: "o  "; }

#disclosures .lst-kix_list_3-2 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_8-1 > li:before {
  content: "o  "; }

#disclosures .lst-kix_list_4-0 > li {
  counter-increment: lst-ctn-kix_list_4-0; }

#disclosures .lst-kix_list_8-2 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_6-0 > li {
  counter-increment: lst-ctn-kix_list_6-0; }

#disclosures .lst-kix_list_3-5 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_3-4 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_3-3 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_8-0 > li:before {
  content: "\0025cf  "; }

#disclosures .lst-kix_list_8-7 > li:before {
  content: "o  "; }

#disclosures .lst-kix_list_3-8 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_8-5 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_8-6 > li:before {
  content: "\0025cf  "; }

#disclosures .lst-kix_list_2-0 > li {
  counter-increment: lst-ctn-kix_list_2-0; }

#disclosures .lst-kix_list_8-3 > li:before {
  content: "\0025cf  "; }

#disclosures .lst-kix_list_3-6 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_3-7 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_8-4 > li:before {
  content: "o  "; }

#disclosures ol.lst-kix_list_5-0.start {
  counter-reset: lst-ctn-kix_list_5-0 0; }

#disclosures ol.lst-kix_list_4-2.start {
  counter-reset: lst-ctn-kix_list_4-2 0; }

#disclosures .lst-kix_list_8-8 > li:before {
  content: "\0025aa  "; }

#disclosures ol.lst-kix_list_2-2 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_2-3 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_2-4 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_2-5 {
  list-style-type: none; }

#disclosures .lst-kix_list_4-4 > li {
  counter-increment: lst-ctn-kix_list_4-4; }

#disclosures ol.lst-kix_list_2-0 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_2-1 {
  list-style-type: none; }

#disclosures .lst-kix_list_4-8 > li:before {
  content: "" counter(lst-ctn-kix_list_4-8, lower-roman) ". "; }

#disclosures ol.lst-kix_list_6-4.start {
  counter-reset: lst-ctn-kix_list_6-4 0; }

#disclosures .lst-kix_list_4-7 > li:before {
  content: "" counter(lst-ctn-kix_list_4-7, lower-latin) ". "; }

#disclosures ol.lst-kix_list_5-6.start {
  counter-reset: lst-ctn-kix_list_5-6 0; }

#disclosures ol.lst-kix_list_4-1.start {
  counter-reset: lst-ctn-kix_list_4-1 0; }

#disclosures ol.lst-kix_list_4-8.start {
  counter-reset: lst-ctn-kix_list_4-8 0; }

#disclosures ol.lst-kix_list_2-6 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_2-7 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_2-8 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_6-3.start {
  counter-reset: lst-ctn-kix_list_6-3 0; }

#disclosures ol.lst-kix_list_5-5.start {
  counter-reset: lst-ctn-kix_list_5-5 0; }

#disclosures .lst-kix_list_7-0 > li:before {
  content: "\0025cf  "; }

#disclosures .lst-kix_list_2-2 > li {
  counter-increment: lst-ctn-kix_list_2-2; }

#disclosures ol.lst-kix_list_4-7.start {
  counter-reset: lst-ctn-kix_list_4-7 0; }

#disclosures .lst-kix_list_6-2 > li {
  counter-increment: lst-ctn-kix_list_6-2; }

#disclosures ol.lst-kix_list_5-0 {
  list-style-type: none; }

#disclosures .lst-kix_list_2-6 > li:before {
  content: "" counter(lst-ctn-kix_list_2-6, decimal) ". "; }

#disclosures ol.lst-kix_list_5-1 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_5-2 {
  list-style-type: none; }

#disclosures .lst-kix_list_2-4 > li:before {
  content: "" counter(lst-ctn-kix_list_2-4, lower-latin) ". "; }

#disclosures .lst-kix_list_2-8 > li:before {
  content: "" counter(lst-ctn-kix_list_2-8, lower-roman) ". "; }

#disclosures .lst-kix_list_7-1 > li:before {
  content: "o  "; }

#disclosures .lst-kix_list_7-5 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_6-6 > li {
  counter-increment: lst-ctn-kix_list_6-6; }

#disclosures ol.lst-kix_list_5-4.start {
  counter-reset: lst-ctn-kix_list_5-4 0; }

#disclosures .lst-kix_list_7-3 > li:before {
  content: "\0025cf  "; }

#disclosures ul.lst-kix_list_7-5 {
  list-style-type: none; }

#disclosures .lst-kix_list_10-0 > li:before {
  content: "\0025cf  "; }

#disclosures ul.lst-kix_list_7-6 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_7-3 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_7-4 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_5-1.start {
  counter-reset: lst-ctn-kix_list_5-1 0; }

#disclosures ul.lst-kix_list_7-7 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_7-8 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_5-7 {
  list-style-type: none; }

#disclosures .lst-kix_list_6-7 > li {
  counter-increment: lst-ctn-kix_list_6-7; }

#disclosures ol.lst-kix_list_5-8 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_5-3 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_7-1 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_5-4 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_7-2 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_5-5 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_5-6 {
  list-style-type: none; }

#disclosures ul.lst-kix_list_7-0 {
  list-style-type: none; }

#disclosures .lst-kix_list_7-7 > li:before {
  content: "o  "; }

#disclosures .lst-kix_list_5-8 > li {
  counter-increment: lst-ctn-kix_list_5-8; }

#disclosures .lst-kix_list_10-4 > li:before {
  content: "o  "; }

#disclosures .lst-kix_list_10-8 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_4-0 > li:before {
  content: "" counter(lst-ctn-kix_list_4-0, decimal) ". "; }

#disclosures ol.lst-kix_list_6-8.start {
  counter-reset: lst-ctn-kix_list_6-8 0; }

#disclosures .lst-kix_list_10-2 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_4-6 > li {
  counter-increment: lst-ctn-kix_list_4-6; }

#disclosures .lst-kix_list_4-4 > li:before {
  content: "" counter(lst-ctn-kix_list_4-4, lower-latin) ". "; }

#disclosures ol.lst-kix_list_2-2.start {
  counter-reset: lst-ctn-kix_list_2-2 0; }

#disclosures ol.lst-kix_list_6-5.start {
  counter-reset: lst-ctn-kix_list_6-5 0; }

#disclosures .lst-kix_list_4-2 > li:before {
  content: "" counter(lst-ctn-kix_list_4-2, lower-roman) ". "; }

#disclosures .lst-kix_list_4-6 > li:before {
  content: "" counter(lst-ctn-kix_list_4-6, decimal) ". "; }

#disclosures .lst-kix_list_9-3 > li:before {
  content: "\0025cf  "; }

#disclosures .lst-kix_list_10-6 > li:before {
  content: "\0025cf  "; }

#disclosures .lst-kix_list_9-1 > li:before {
  content: "o  "; }

#disclosures ol.lst-kix_list_4-0 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_4-1 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_4-2 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_4-3 {
  list-style-type: none; }

#disclosures .lst-kix_list_9-7 > li:before {
  content: "o  "; }

#disclosures .lst-kix_list_2-4 > li {
  counter-increment: lst-ctn-kix_list_2-4; }

#disclosures ol.lst-kix_list_6-7.start {
  counter-reset: lst-ctn-kix_list_6-7 0; }

#disclosures .lst-kix_list_9-5 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_5-3 > li {
  counter-increment: lst-ctn-kix_list_5-3; }

#disclosures ol.lst-kix_list_4-8 {
  list-style-type: none; }

#disclosures .lst-kix_list_1-0 > li:before {
  content: "\0025cf  "; }

#disclosures ol.lst-kix_list_4-4 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_4-5 {
  list-style-type: none; }

#disclosures .lst-kix_list_1-2 > li:before {
  content: "\0025aa  "; }

#disclosures ol.lst-kix_list_2-0.start {
  counter-reset: lst-ctn-kix_list_2-0 0; }

#disclosures ol.lst-kix_list_4-6 {
  list-style-type: none; }

#disclosures ol.lst-kix_list_4-7 {
  list-style-type: none; }

#disclosures .lst-kix_list_1-4 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_1-6 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_2-0 > li:before {
  content: "" counter(lst-ctn-kix_list_2-0, decimal) ". "; }

#disclosures ol.lst-kix_list_2-1.start {
  counter-reset: lst-ctn-kix_list_2-1 0; }

#disclosures .lst-kix_list_4-5 > li {
  counter-increment: lst-ctn-kix_list_4-5; }

#disclosures .lst-kix_list_1-8 > li:before {
  content: "\0025aa  "; }

#disclosures .lst-kix_list_2-2 > li:before {
  content: "" counter(lst-ctn-kix_list_2-2, lower-roman) ". "; }

#disclosures ol.lst-kix_list_5-2.start {
  counter-reset: lst-ctn-kix_list_5-2 0; }

#disclosures ol {
  margin: 0;
  padding: 0; }

#disclosures table td,
#disclosures table th {
  padding: 0; }

#disclosures .c0 {
  color: #4a4a4a;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-family: "Arial";
  font-style: normal; }

#disclosures .c3 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-family: "Arial";
  font-style: normal; }

#disclosures .c14 {
  color: #4a4a4a;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 13pt;
  font-family: "Arial";
  font-style: italic; }

#disclosures .c12 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 11pt;
  font-family: "Arial";
  font-style: normal; }

#disclosures .c6 {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 14pt;
  font-family: "Arial";
  font-style: normal; }

#disclosures .c1 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: left; }

#disclosures .c7 {
  padding-top: 0pt;
  padding-bottom: 12pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: left; }

#disclosures .c16 {
  background-color: #ffffff;
  max-width: 468pt;
  padding: 72pt 72pt 72pt 72pt; }

#disclosures .c2 {
  margin-left: 36pt;
  padding-left: 0pt; }

#disclosures .c17 {
  margin-left: 43.5pt;
  padding-left: 0pt; }

#disclosures .c15 {
  margin-left: 43.2pt;
  padding-left: 0pt; }

#disclosures .c4 {
  margin-left: 72pt;
  padding-left: 0pt; }

#disclosures .c10 {
  margin-left: 79.5pt;
  padding-left: 0pt; }

#disclosures .c8 {
  padding: 0;
  margin: 0; }

#disclosures .c5 {
  margin-left: 117pt;
  padding-left: -9pt; }

#disclosures .c13 {
  margin-left: 79.5pt; }

#disclosures .c9 {
  height: 12pt; }

#disclosures .c11 {
  margin-left: 36pt; }

.phone {
  -webkit-border-radius: 20px;
  border-radius: 22px;
  width: 300px;
  height: 620px;
  margin: 0 auto;
  position: relative;
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eaeaea), color-stop(28%, #adadad), color-stop(40%, #e0e0e0), color-stop(51%, #bfbfbf), color-stop(65%, #878787), color-stop(75%, #f4f4f4), color-stop(87%, #adadad), color-stop(99%, #bababa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* IE10+ */
  background: linear-gradient(135deg, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bababa',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.power-button {
  width: 36px;
  height: 2px;
  position: absolute;
  margin-left: 224px;
  margin-top: -2px;
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(left, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eaeaea), color-stop(28%, #adadad), color-stop(40%, #e0e0e0), color-stop(51%, #bfbfbf), color-stop(65%, #878787), color-stop(75%, #f4f4f4), color-stop(87%, #adadad), color-stop(99%, #bababa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* IE10+ */
  background: linear-gradient(to right, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bababa',GradientType=1 );
  /* IE6-9 */ }

.lock-button {
  width: 3px;
  height: 35px;
  position: absolute;
  margin-left: -3px;
  margin-top: 55px;
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(28%, #adadad), color-stop(40%, #e0e0e0), color-stop(51%, #bfbfbf), color-stop(65%, #878787), color-stop(75%, #f4f4f4), color-stop(87%, #adadad), color-stop(99%, #bababa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bababa',GradientType=0 );
  /* IE6-9 */ }

.vol-up,
.vol-down {
  width: 3px;
  height: 28px;
  position: absolute;
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(28%, #adadad), color-stop(40%, #e0e0e0), color-stop(51%, #bfbfbf), color-stop(65%, #878787), color-stop(75%, #f4f4f4), color-stop(87%, #adadad), color-stop(99%, #bababa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eaeaea 0%, #adadad 28%, #e0e0e0 40%, #bfbfbf 51%, #878787 65%, #f4f4f4 75%, #adadad 87%, #bababa 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bababa',GradientType=0 );
  /* IE6-9 */ }

.vol-up {
  margin-left: -3px;
  margin-top: 125px; }

.vol-down {
  margin-left: -3px;
  margin-top: 180px; }

.ridge {
  background: white;
  -webkit-border-radius: 20px;
  overflow: hidden;
  /* used for clipping the ridge reflection */
  border-radius: 20px;
  width: 294px;
  height: 614px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4); }

.ridge-reflection {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  z-index: 15;
  pointer-events: none;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 92%, rgba(255, 255, 255, 0.99) 99%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0.92)), color-stop(99%, rgba(255, 255, 255, 0.99)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 92%, rgba(255, 255, 255, 0.99) 99%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 92%, rgba(255, 255, 255, 0.99) 99%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 92%, rgba(255, 255, 255, 0.99) 99%, white 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 92%, rgba(255, 255, 255, 0.2) 99%, rgba(255, 255, 255, 0.2) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  -moz-transform: rotate(25deg) translateX(-190px) translateY(-30px);
  -webkit-transform: rotate(25deg) translateX(-190px) translateY(-30px);
  -o-transform: rotate(25deg) translateX(-190px) translateY(-30px);
  -ms-transform: rotate(25deg) translateX(-190px) translateY(-30px);
  transform: rotate(25deg) translateX(-190px) translateY(-30px); }

.front-cam {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #464646;
  margin-top: 17px;
  margin-left: 85px;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.9); }

.front-cam-lens {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-top: 1px;
  margin-left: 1px;
  background: #666666;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #666666 0%, #4c4c4c 33%, #848484 61%, #262626 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #666666), color-stop(33%, #4c4c4c), color-stop(61%, #848484), color-stop(100%, #262626));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #666666 0%, #4c4c4c 33%, #848484 61%, #262626 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #666666 0%, #4c4c4c 33%, #848484 61%, #262626 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #666666 0%, #4c4c4c 33%, #848484 61%, #262626 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #666666 0%, #4c4c4c 33%, #848484 61%, #262626 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#262626',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.speaker-bezel {
  position: absolute;
  width: 86px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  margin-left: 117px;
  background: #e5e1ed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5e1ed 1%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e5e1ed), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e1ed 1%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5e1ed 1%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e1ed 1%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e5e1ed 1%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e1ed', endColorstr='#f7f7f7',GradientType=0 );
  /* IE6-9 */ }

.speaker {
  position: absolute;
  width: 80px;
  height: 10px;
  border-radius: 5px;
  background: #464646;
  margin-top: 19px;
  margin-left: 121px; }

.screen {
  background: black;
  width: 286px;
  height: 503px;
  margin: 0 auto;
  margin-top: 50px;
  margin-left: 4px;
  position: absolute;
  border-radius: 1px; }

.home-button {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  background: #c8c8c8;
  margin-top: 559px;
  margin-left: 125px;
  /* gradient */
  background: #adadad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #adadad 0%, #595959 16%, #b2b2b2 30%, #474747 49%, #606060 66%, #2b2b2b 84%, #4f4f4f 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #adadad), color-stop(16%, #595959), color-stop(30%, #b2b2b2), color-stop(49%, #474747), color-stop(66%, #606060), color-stop(84%, #2b2b2b), color-stop(99%, #4f4f4f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #adadad 0%, #595959 16%, #b2b2b2 30%, #474747 49%, #606060 66%, #2b2b2b 84%, #4f4f4f 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #adadad 0%, #595959 16%, #b2b2b2 30%, #474747 49%, #606060 66%, #2b2b2b 84%, #4f4f4f 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #adadad 0%, #595959 16%, #b2b2b2 30%, #474747 49%, #606060 66%, #2b2b2b 84%, #4f4f4f 99%);
  /* IE10+ */
  background: linear-gradient(135deg, #adadad 0%, #595959 16%, #b2b2b2 30%, #474747 49%, #606060 66%, #2b2b2b 84%, #4f4f4f 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#4f4f4f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.home-button-inner {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  margin-top: 3px;
  margin-left: 3px;
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eaeaea 0%, #fcfcfc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #fcfcfc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eaeaea 0%, #fcfcfc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eaeaea 0%, #fcfcfc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eaeaea 0%, #fcfcfc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eaeaea 0%, #fcfcfc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fcfcfc',GradientType=0 );
  /* IE6-9 */ }

.home-button-inner:hover {
  cursor: pointer; }

.home-button-inner:active {
  cursor: pointer;
  /* reverse the gradient */
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eaeaea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcfcfc 0%, #eaeaea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eaeaea',GradientType=0 );
  /* IE6-9 */ }

.home-button-image {
  width: 10px;
  height: 10px;
  margin: 18px 18px;
  position: absolute;
  background: transparent;
  border: 2px solid grey;
  pointer-events: none; }

/* screen content starts below */
.screen-dark {
  clip: rect(0px, 280px, 497px, 0px);
  /* prevents images (callscreen) from going over bounds */
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: 1% 1%; }

.screen-light {
  clip: rect(0px, 280px, 497px, 0px);
  /* prevents images (callscreen) from going over bounds */
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: 1% 1%;
  background: #f7fafc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7fafc 0%, #feffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7fafc), color-stop(100%, #feffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7fafc 0%, #feffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7fafc 0%, #feffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7fafc 0%, #feffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7fafc 0%, #feffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fafc', endColorstr='#feffff',GradientType=0 );
  /* IE6-9 */
  /* background: url(http://im04.thewallpapers.org/wallpapers/18/1819/thumb/600_2-orange-gradient.jpg) repeat-y;
  background-size: contain;*/ }

.lock-screen {
  background: url(https://static.chroma.io/images/app-chromasignet-com/notifications/admin/ios-shard.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute; }
  .lock-screen .clock-tile {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 60px;
    margin-bottom: 30px; }
  .lock-screen .clock-digits {
    font-family: sans-serif;
    font-weight: "lighter";
    font-size: 72px;
    line-height: 1; }
  .lock-screen .clock-date {
    font-family: sans-serif;
    font-weight: "lighter";
    font-size: 30px; }
  .lock-screen .messages {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 12px;
    background: rgba(252, 252, 252, 0.6);
    color: #000; }
    .lock-screen .messages .header {
      height: 28px;
      background: rgba(252, 252, 252, 0.2);
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      border-bottom: 1; }
    .lock-screen .messages .message {
      padding: 5px; }
      .lock-screen .messages .message .title,
      .lock-screen .messages .message .body {
        margin-left: 10px; }
      .lock-screen .messages .message .title {
        font-weight: bold; }

.home-screen {
  background: url(https://static.chroma.io/images/app-chromasignet-com/notifications/admin/ios-shard.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  display: none; }

.callscreen {
  height: 100%;
  width: 100%;
  background: url(http://lorempixel.com/640/960/abstract) no-repeat;
  position: absolute;
  -webkit-filter: blur(22px);
  /*  -webkit-transform:scale(1.3,1.3); 
  transition */
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  display: none;
  color: white; }

.callscreen-transition {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.status-bar {
  width: 100%;
  height: 5%;
  padding-top: 2px;
  padding-left: 5px;
  background: transparent;
  z-index: 3;
  position: relative; }

span.center-text {
  margin-left: 21%; }

#carrier,
#time {
  font-weight: bolder;
  font-size: 11px;
  letter-spacing: 0.01em; }

#time {
  font-size: 12px; }

i.fa-signal {
  position: absolute;
  right: 10px;
  top: 4px;
  color: rgba(0, 0, 0, 0.9); }

.dialer-app-container {
  position: absolute;
  width: 100%;
  height: 95%;
  /* minus height of status bar 5% */
  background: transparent;
  /* box-sizing:border-box;
*/ }

.number-typed {
  position: absolute;
  padding-top: 5px;
  width: 100%;
  height: 40px;
  /*background: rgba(0, 0, 0, 0.1);*/
  font-size: 2em;
  font-weight: lighter; }

#number {
  text-align: center;
  border: none;
  font-size: inherit;
  width: 65%;
  color: #606060;
  outline: none;
  background: transparent;
  margin-left: 50px;
  padding-right: 25px; }

.remover {
  right: 0;
  margin-right: 15px;
  color: #05abe0;
  display: inline;
  position: absolute;
  cursor: pointer; }

.suggestion {
  position: absolute;
  height: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  margin-top: 50px;
  text-align: center;
  color: #00aadd; }

.dialer-button-group {
  position: relative;
  margin-top: 68px;
  height: 65%;
  background: transparent;
  padding: 10px;
  text-align: center; }

.dialer1,
.dialer2,
.dialer3,
.dialer4,
.dialer5,
.dialer6,
.dialer7,
.dialer8,
.dialer9,
.dialer0,
.dialerAst,
.dialerHash {
  position: relative;
  height: 60px;
  width: 60px;
  border: 2px solid #3690f0;
  border-radius: 35px;
  display: inline-block;
  margin: 4px 8px; }

.dialer1:hover,
.dialer2:hover,
.dialer3:hover,
.dialer4:hover,
.dialer5:hover,
.dialer6:hover,
.dialer7:hover,
.dialer8:hover,
.dialer9:hover,
.dialer0:hover,
.dialerAst:hover,
.dialerHash:hover {
  background: #eeeeee;
  cursor: pointer; }

.dialer-num {
  position: absolute;
  color: #303030;
  margin-left: 21px;
  margin-top: 0.35em;
  font-size: 1.8em; }

.call-button {
  position: absolute;
  height: 45px;
  width: 100%;
  bottom: 0;
  background: #67c922;
  cursor: pointer; }

.call-button:hover {
  background: #5cb21e; }

.call-text {
  font-size: 2em;
  text-align: center;
  color: white; }

.tabs {
  position: relative;
  height: 10px;
  color: #3690f0;
  width: 100%;
  font-size: 0.7em;
  text-align: center; }

.tabs i {
  padding-left: 3px;
  padding-right: 3px; }

.callscreen-container {
  display: none;
  color: white; }

.receiver-name {
  font-size: 40px;
  text-align: center;
  position: relative;
  margin-top: 25px; }

.receiver-photo {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background: url(http://lorempixel.com/280/497/sports) no-repeat;
  background-size: cover;
  position: relative;
  margin: 15px auto;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }

.call-button-group {
  position: relative;
  height: 30%;
  background: transparent;
  padding: 5px;
  text-align: center; }

.call-button-1,
.call-button-2,
.call-button-3,
.call-button-4,
.call-button-5,
.call-button-6 {
  position: relative;
  height: 60px;
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 35px;
  display: inline-block;
  margin: 4px 8px;
  text-align: center; }

.call-button-1:hover,
.call-button-2:hover,
.call-button-3:hover,
.call-button-4:hover,
.call-button-5:hover,
.call-button-6:hover {
  background: rgba(255, 255, 255, 0.1); }

.call-button-icon {
  position: relative;
  font-size: 2em;
  margin-top: 6px; }

.end-call-button {
  margin: 12px auto;
  position: relative;
  text-align: center;
  width: 80%;
  height: 40px;
  color: white;
  background: #ff4c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff4c4c 0%, #f44949 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4c4c), color-stop(99%, #f44949));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff4c4c 0%, #f44949 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff4c4c 0%, #f44949 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff4c4c 0%, #f44949 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff4c4c 0%, #f44949 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c4c', endColorstr='#f44949',GradientType=0 );
  /* IE6-9 */
  /* border radius */
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.end-call-button:hover {
  background: #f44949;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f44949 1%, #ff4c4c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f44949), color-stop(100%, #ff4c4c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f44949 1%, #ff4c4c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f44949 1%, #ff4c4c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f44949 1%, #ff4c4c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f44949 1%, #ff4c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44949', endColorstr='#ff4c4c',GradientType=0 );
  /* IE6-9 */ }

.end-call-button-content {
  font-size: 1.4em;
  padding: 4px; }

/* Animation below here */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loadingtrail {
  width: 140px;
  height: 140px; }

.loadingtrail:before {
  display: block;
  width: 140px;
  height: 140px;
  border-top: 3px solid #fff;
  /*
  border-right: 2px solid #ccc;*/
  content: "";
  -webkit-animation: spin 1.5s ease infinite;
  animation: spin 1.5s ease infinite;
  border-radius: 100%; }

#loading .spacer {
  height: 360px;
  position: relative;
  margin-bottom: 0px; }

@keyframes fade-cube {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes move-cube {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg); }
  10% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg); }
  30% {
    transform: rotateX(-45deg) rotateY(-45deg) rotateZ(0deg); }
  50% {
    transform: rotateX(-45deg) rotateY(-45deg) rotateZ(0deg); }
  60% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(135deg); }
  70% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(135deg); }
  80% {
    transform: rotateX(30deg) rotateY(0deg) rotateZ(135deg); }
  100% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(225deg); } }

@keyframes reverse-panels {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  20% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  30% {
    transform: rotateX(0) rotateY(180deg) rotateZ(0); }
  100% {
    transform: rotateX(0) rotateY(180deg) rotateZ(0); } }

@keyframes plane1 {
  0% {
    transform: translate3d(0px, 0px, 67.5px); }
  100% {
    transform: translate3d(0px, 0px, 67.5px); }
  76% {
    transform: translate3d(0px, 0px, 67.5px); }
  82% {
    transform: translate3d(0px, 0px, 0); } }

@keyframes plane3 {
  0% {
    transform: translate3d(0px, 67.5px, 0) rotateX(90deg); }
  100% {
    transform: translate3d(0px, -67.5px, 0) rotateX(90deg); }
  20% {
    transform: translate3d(0px, 67.5px, 0) rotateX(90deg); }
  40% {
    transform: translate3d(0px, -67.5px, 0) rotateX(90deg); } }

.chroma-spinner {
  animation: fade-cube 1.0s; }

.chroma-cube {
  margin-left: -67.5px;
  margin-top: -67.5px;
  width: 135px;
  height: 135px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform-style: preserve-3d;
  animation: move-cube infinite 7s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1); }
  .chroma-cube .plane-1 {
    animation: plane1 infinite 7s; }
  .chroma-cube .plane-2 {
    transform: translate3d(0px, 0px, -67.5px); }
  .chroma-cube .plane-3 {
    animation: plane3 infinite 7s;
    transform: translate3d(0px, -67.5px, 0px) rotateX(-90deg); }
  .chroma-cube .plane-4 {
    transform: translate3d(0px, 67.5px, 0px) rotateX(-90deg); }
  .chroma-cube .plane-5 {
    transform: translate3d(-67.5px, 0px, 0px) rotateY(-90deg); }
  .chroma-cube .plane-6 {
    transform: translate3d(67.5px, 0px, 0px) rotateY(-90deg); }
  .chroma-cube .plane-1,
  .chroma-cube .plane-2,
  .chroma-cube .plane-3,
  .chroma-cube .plane-4,
  .chroma-cube .plane-5,
  .chroma-cube .plane-6 {
    border-width: 0;
    width: 135px;
    height: 135px;
    position: absolute;
    transform-style: preserve-3d;
    background-blend-mode: lighten;
    -webkit-background-blend-mode: lighten; }
  .chroma-cube .plane-1 div,
  .chroma-cube .plane-2 div,
  .chroma-cube .plane-3 div,
  .chroma-cube .plane-4 div,
  .chroma-cube .plane-5 div,
  .chroma-cube .plane-6 div {
    border-width: 0;
    position: absolute;
    width: 45px;
    height: 45px;
    background-blend-mode: lighten;
    -webkit-background-blend-mode: lighten; }
  .chroma-cube .plane-1 div {
    background: rgba(0, 174, 239, 0.8); }
  .chroma-cube .plane-2 div {
    background: rgba(24, 131, 198, 0.8);
    animation: reverse-panels infinite 7s; }
  .chroma-cube .plane-3 div {
    background: rgba(236, 0, 140, 0.8); }
  .chroma-cube .plane-4 div {
    background: rgba(165, 40, 144, 0.8); }
  .chroma-cube .plane-5 div {
    background: rgba(250, 184, 20, 0.8);
    animation: reverse-panels infinite 7s; }
  .chroma-cube .plane-6 div {
    background: rgba(255, 242, 0, 0.8); }
  .chroma-cube .top-left {
    background: rgba(0, 174, 239, 0.8);
    top: 0;
    left: 0;
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important; }
  .chroma-cube .top-middle {
    background: rgba(24, 131, 198, 0.8);
    top: 0;
    left: 45px;
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important; }
  .chroma-cube .top-right {
    background: rgba(20, 172, 185, 0.8);
    top: 0;
    right: 0;
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important; }
  .chroma-cube .middle-left {
    background: rgba(236, 0, 140, 0.8);
    top: 45px;
    left: 0;
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important; }
  .chroma-cube .middle-middle {
    background: rgba(165, 40, 144, 0.8);
    top: 45px;
    left: 45px;
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important; }
  .chroma-cube .middle-right {
    background: rgba(228, 31, 61, 0.8);
    top: 45px;
    right: 0;
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important; }
  .chroma-cube .bottom-left {
    background: rgba(255, 242, 0, 0.8);
    bottom: 0;
    left: 0;
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important; }
  .chroma-cube .bottom-middle {
    background: rgba(250, 184, 20, 0.8);
    bottom: 0;
    left: 45px;
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important; }
  .chroma-cube .bottom-right {
    background: rgba(194, 216, 49, 0.8);
    bottom: 0;
    right: 0;
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important; }

/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url(https://fonts.gstatic.com/l/font?kit=w5TV1gUGtMAJ1dwwI_iCvgLUuEpTyoUstqEm5AMlJo4&skey=a1029226f80653a8&v=v8) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: local("Calibri Bold"), local("Calibri-Bold"), url(https://fonts.gstatic.com/l/font?kit=cCwcoZCh95jEfkePtzfl9wzyDMXhdD8sAj6OAJTFsBI&skey=cd2dd6afe6bf0eb2&v=v8) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

#revenueLoanAgreement .lst-kix_list_33-5 > li {
  counter-increment: lst-ctn-kix_list_33-5; }

#revenueLoanAgreement ol.lst-kix_list_7-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_38-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_38-5 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_21-8 > li {
  counter-increment: lst-ctn-kix_list_21-8; }

#revenueLoanAgreement ol.lst-kix_list_38-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_33-5.start {
  counter-reset: lst-ctn-kix_list_33-5 0; }

#revenueLoanAgreement ol.lst-kix_list_9-0.start {
  counter-reset: lst-ctn-kix_list_9-0 0; }

#revenueLoanAgreement ol.lst-kix_list_38-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_38-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_38-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_38-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_30-0.start {
  counter-reset: lst-ctn-kix_list_30-0 0; }

#revenueLoanAgreement ol.lst-kix_list_38-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_38-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_13-4.start {
  counter-reset: lst-ctn-kix_list_13-4 0; }

#revenueLoanAgreement .lst-kix_list_30-6 > li {
  counter-increment: lst-ctn-kix_list_30-6; }

#revenueLoanAgreement .lst-kix_list_13-0 > li {
  counter-increment: lst-ctn-kix_list_13-0; }

#revenueLoanAgreement ol.lst-kix_list_20-2.start {
  counter-reset: lst-ctn-kix_list_20-2 0; }

#revenueLoanAgreement .lst-kix_list_5-0 > li {
  counter-increment: lst-ctn-kix_list_5-0; }

#revenueLoanAgreement ol.lst-kix_list_37-2.start {
  counter-reset: lst-ctn-kix_list_37-2 0; }

#revenueLoanAgreement ol.lst-kix_list_7-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_7-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_7-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_7-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_7-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_7-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_7-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_7-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_23-2.start {
  counter-reset: lst-ctn-kix_list_23-2 0; }

#revenueLoanAgreement ol.lst-kix_list_5-3.start {
  counter-reset: lst-ctn-kix_list_5-3 0; }

#revenueLoanAgreement .lst-kix_list_38-6 > li {
  counter-increment: lst-ctn-kix_list_38-6; }

#revenueLoanAgreement .lst-kix_list_4-3 > li {
  counter-increment: lst-ctn-kix_list_4-3; }

#revenueLoanAgreement ol.lst-kix_list_17-1.start {
  counter-reset: lst-ctn-kix_list_17-1 0; }

#revenueLoanAgreement .lst-kix_list_35-7 > li {
  counter-increment: lst-ctn-kix_list_35-7; }

#revenueLoanAgreement .lst-kix_list_29-8 > li {
  counter-increment: lst-ctn-kix_list_29-8; }

#revenueLoanAgreement .lst-kix_list_24-7 > li {
  counter-increment: lst-ctn-kix_list_24-7; }

#revenueLoanAgreement ol.lst-kix_list_30-5.start {
  counter-reset: lst-ctn-kix_list_30-5 0; }

#revenueLoanAgreement .lst-kix_list_18-8 > li {
  counter-increment: lst-ctn-kix_list_18-8; }

#revenueLoanAgreement ol.lst-kix_list_8-8.start {
  counter-reset: lst-ctn-kix_list_8-8 0; }

#revenueLoanAgreement ol.lst-kix_list_26-7.start {
  counter-reset: lst-ctn-kix_list_26-7 0; }

#revenueLoanAgreement ol.lst-kix_list_10-4.start {
  counter-reset: lst-ctn-kix_list_10-4 0; }

#revenueLoanAgreement .lst-kix_list_7-2 > li {
  counter-increment: lst-ctn-kix_list_7-2; }

#revenueLoanAgreement .lst-kix_list_32-8 > li {
  counter-increment: lst-ctn-kix_list_32-8; }

#revenueLoanAgreement ol.lst-kix_list_36-5.start {
  counter-reset: lst-ctn-kix_list_36-5 0; }

#revenueLoanAgreement .lst-kix_list_24-7 > li:before {
  content: "" counter(lst-ctn-kix_list_24-7, lower-roman) " "; }

#revenueLoanAgreement ol.lst-kix_list_16-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_16-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_24-8 > li:before {
  content: "" counter(lst-ctn-kix_list_24-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_16-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_16-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_9-5.start {
  counter-reset: lst-ctn-kix_list_9-5 0; }

#revenueLoanAgreement ol.lst-kix_list_16-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_16-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_16-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_16-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_24-2 > li:before {
  content: "" counter(lst-ctn-kix_list_24-0, decimal) "." counter(lst-ctn-kix_list_24-1, decimal) "." counter(lst-ctn-kix_list_24-2, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_16-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_20-7.start {
  counter-reset: lst-ctn-kix_list_20-7 0; }

#revenueLoanAgreement .lst-kix_list_24-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_24-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_24-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_24-4, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_34-2.start {
  counter-reset: lst-ctn-kix_list_34-2 0; }

#revenueLoanAgreement .lst-kix_list_9-4 > li {
  counter-increment: lst-ctn-kix_list_9-4; }

#revenueLoanAgreement .lst-kix_list_24-5 > li:before {
  content: "" counter(lst-ctn-kix_list_24-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_24-6 > li:before {
  content: "" counter(lst-ctn-kix_list_24-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_16-4.start {
  counter-reset: lst-ctn-kix_list_16-4 0; }

#revenueLoanAgreement ol.lst-kix_list_14-1.start {
  counter-reset: lst-ctn-kix_list_14-1 0; }

#revenueLoanAgreement .lst-kix_list_23-6 > li:before {
  content: "" counter(lst-ctn-kix_list_23-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_6-5 > li {
  counter-increment: lst-ctn-kix_list_6-5; }

#revenueLoanAgreement ol.lst-kix_list_27-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_27-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_27-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_23-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_23-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_23-7 > li:before {
  content: "" counter(lst-ctn-kix_list_23-7, lower-roman) " "; }

#revenueLoanAgreement ol.lst-kix_list_27-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_27-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_23-2 > li:before {
  content: "" counter(lst-ctn-kix_list_23-0, decimal) "." counter(lst-ctn-kix_list_23-1, decimal) "." counter(lst-ctn-kix_list_23-2, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_27-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_23-7.start {
  counter-reset: lst-ctn-kix_list_23-7 0; }

#revenueLoanAgreement ol.lst-kix_list_27-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_27-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_23-0 > li:before {
  content: "" counter(lst-ctn-kix_list_23-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_23-8 > li:before {
  content: "" counter(lst-ctn-kix_list_23-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_27-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_23-1 > li:before {
  content: "" counter(lst-ctn-kix_list_23-0, decimal) "." counter(lst-ctn-kix_list_23-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_24-1 > li:before {
  content: "" counter(lst-ctn-kix_list_24-0, decimal) "." counter(lst-ctn-kix_list_24-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_24-0 > li:before {
  content: "" counter(lst-ctn-kix_list_24-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_26-2.start {
  counter-reset: lst-ctn-kix_list_26-2 0; }

#revenueLoanAgreement .lst-kix_list_23-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_23-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_23-5 > li:before {
  content: "" counter(lst-ctn-kix_list_23-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_31-2.start {
  counter-reset: lst-ctn-kix_list_31-2 0; }

#revenueLoanAgreement .lst-kix_list_22-2 > li:before {
  content: "" counter(lst-ctn-kix_list_22-0, decimal) "." counter(lst-ctn-kix_list_22-1, decimal) "." counter(lst-ctn-kix_list_22-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_22-6 > li:before {
  content: "" counter(lst-ctn-kix_list_22-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_36-0.start {
  counter-reset: lst-ctn-kix_list_36-0 0; }

#revenueLoanAgreement .lst-kix_list_8-6 > li {
  counter-increment: lst-ctn-kix_list_8-6; }

#revenueLoanAgreement .lst-kix_list_22-0 > li:before {
  content: "" counter(lst-ctn-kix_list_22-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_22-8 > li:before {
  content: "" counter(lst-ctn-kix_list_22-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_4-6.start {
  counter-reset: lst-ctn-kix_list_4-6 0; }

#revenueLoanAgreement ol.lst-kix_list_9-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_9-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_22-5.start {
  counter-reset: lst-ctn-kix_list_22-5 0; }

#revenueLoanAgreement ol.lst-kix_list_39-5.start {
  counter-reset: lst-ctn-kix_list_39-5 0; }

#revenueLoanAgreement ol.lst-kix_list_9-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_9-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_5-7 > li {
  counter-increment: lst-ctn-kix_list_5-7; }

#revenueLoanAgreement ol.lst-kix_list_9-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_34-7.start {
  counter-reset: lst-ctn-kix_list_34-7 0; }

#revenueLoanAgreement ol.lst-kix_list_9-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_9-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_9-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_9-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_22-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_22-4, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_32-8.start {
  counter-reset: lst-ctn-kix_list_32-8 0; }

#revenueLoanAgreement ol.lst-kix_list_25-5.start {
  counter-reset: lst-ctn-kix_list_25-5 0; }

#revenueLoanAgreement ol.lst-kix_list_29-2.start {
  counter-reset: lst-ctn-kix_list_29-2 0; }

#revenueLoanAgreement .lst-kix_list_25-5 > li:before {
  content: "" counter(lst-ctn-kix_list_25-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_25-7 > li:before {
  content: "" counter(lst-ctn-kix_list_25-7, lower-roman) " "; }

#revenueLoanAgreement ol.lst-kix_list_18-3.start {
  counter-reset: lst-ctn-kix_list_18-3 0; }

#revenueLoanAgreement ol.lst-kix_list_24-4.start {
  counter-reset: lst-ctn-kix_list_24-4 0; }

#revenueLoanAgreement ol.lst-kix_list_18-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_18-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_33-0.start {
  counter-reset: lst-ctn-kix_list_33-0 0; }

#revenueLoanAgreement ol.lst-kix_list_18-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_18-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_6-4 > li {
  counter-increment: lst-ctn-kix_list_6-4; }

#revenueLoanAgreement ol.lst-kix_list_18-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_18-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_27-4.start {
  counter-reset: lst-ctn-kix_list_27-4 0; }

#revenueLoanAgreement ol.lst-kix_list_18-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_18-1 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_9-3 > li {
  counter-increment: lst-ctn-kix_list_9-3; }

#revenueLoanAgreement ol.lst-kix_list_18-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_15-2.start {
  counter-reset: lst-ctn-kix_list_15-2 0; }

#revenueLoanAgreement ol.lst-kix_list_37-7.start {
  counter-reset: lst-ctn-kix_list_37-7 0; }

#revenueLoanAgreement ol.lst-kix_list_7-6.start {
  counter-reset: lst-ctn-kix_list_7-6 0; }

#revenueLoanAgreement ol.lst-kix_list_29-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_29-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_15-3.start {
  counter-reset: lst-ctn-kix_list_15-3 0; }

#revenueLoanAgreement ol.lst-kix_list_29-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_29-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_29-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_29-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_29-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_5-8.start {
  counter-reset: lst-ctn-kix_list_5-8 0; }

#revenueLoanAgreement ol.lst-kix_list_29-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_29-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_12-2.start {
  counter-reset: lst-ctn-kix_list_12-2 0; }

#revenueLoanAgreement ol.lst-kix_list_6-0.start {
  counter-reset: lst-ctn-kix_list_6-0 0; }

#revenueLoanAgreement .lst-kix_list_4-2 > li {
  counter-increment: lst-ctn-kix_list_4-2; }

#revenueLoanAgreement ol.lst-kix_list_38-3.start {
  counter-reset: lst-ctn-kix_list_38-3 0; }

#revenueLoanAgreement .lst-kix_list_24-8 > li {
  counter-increment: lst-ctn-kix_list_24-8; }

#revenueLoanAgreement .lst-kix_list_5-1 > li {
  counter-increment: lst-ctn-kix_list_5-1; }

#revenueLoanAgreement ol.lst-kix_list_19-0.start {
  counter-reset: lst-ctn-kix_list_19-0 0; }

#revenueLoanAgreement ol.lst-kix_list_21-3.start {
  counter-reset: lst-ctn-kix_list_21-3 0; }

#revenueLoanAgreement ol.lst-kix_list_34-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_34-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_34-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_7-1 > li {
  counter-increment: lst-ctn-kix_list_7-1; }

#revenueLoanAgreement ol.lst-kix_list_34-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_38-5 > li {
  counter-increment: lst-ctn-kix_list_38-5; }

#revenueLoanAgreement ol.lst-kix_list_34-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_34-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_25-6.start {
  counter-reset: lst-ctn-kix_list_25-6 0; }

#revenueLoanAgreement ol.lst-kix_list_34-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_34-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_34-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_32-4.start {
  counter-reset: lst-ctn-kix_list_32-4 0; }

#revenueLoanAgreement .lst-kix_list_21-8 > li:before {
  content: "" counter(lst-ctn-kix_list_21-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_26-5 > li:before {
  content: "" counter(lst-ctn-kix_list_26-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_16-0 > li {
  counter-increment: lst-ctn-kix_list_16-0; }

#revenueLoanAgreement .lst-kix_list_8-0 > li {
  counter-increment: lst-ctn-kix_list_8-0; }

#revenueLoanAgreement .lst-kix_list_10-0 > li {
  counter-increment: lst-ctn-kix_list_10-0; }

#revenueLoanAgreement ol.lst-kix_list_18-2.start {
  counter-reset: lst-ctn-kix_list_18-2 0; }

#revenueLoanAgreement .lst-kix_list_26-8 > li:before {
  content: "" counter(lst-ctn-kix_list_26-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_21-0 > li:before {
  content: "" counter(lst-ctn-kix_list_21-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_26-1 > li:before {
  content: "" counter(lst-ctn-kix_list_26-0, decimal) "." counter(lst-ctn-kix_list_26-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_13-1 > li {
  counter-increment: lst-ctn-kix_list_13-1; }

#revenueLoanAgreement .lst-kix_list_21-1 > li:before {
  content: "" counter(lst-ctn-kix_list_21-0, decimal) "." counter(lst-ctn-kix_list_21-1, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_15-8.start {
  counter-reset: lst-ctn-kix_list_15-8 0; }

#revenueLoanAgreement .lst-kix_list_34-3 > li {
  counter-increment: lst-ctn-kix_list_34-3; }

#revenueLoanAgreement .lst-kix_list_26-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_26-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_10-2 > li {
  counter-increment: lst-ctn-kix_list_10-2; }

#revenueLoanAgreement ol.lst-kix_list_36-1.start {
  counter-reset: lst-ctn-kix_list_36-1 0; }

#revenueLoanAgreement .lst-kix_list_21-5 > li:before {
  content: "" counter(lst-ctn-kix_list_21-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_21-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_21-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_26-0 > li:before {
  content: "" counter(lst-ctn-kix_list_26-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_31-4 > li {
  counter-increment: lst-ctn-kix_list_31-4; }

#revenueLoanAgreement ol.lst-kix_list_7-2.start {
  counter-reset: lst-ctn-kix_list_7-2 0; }

#revenueLoanAgreement .lst-kix_list_31-2 > li {
  counter-increment: lst-ctn-kix_list_31-2; }

#revenueLoanAgreement ol.lst-kix_list_38-8.start {
  counter-reset: lst-ctn-kix_list_38-8 0; }

#revenueLoanAgreement ol.lst-kix_list_19-5.start {
  counter-reset: lst-ctn-kix_list_19-5 0; }

#revenueLoanAgreement ol.lst-kix_list_12-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_12-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_12-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_12-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_12-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_12-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_12-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_35-8 > li {
  counter-increment: lst-ctn-kix_list_35-8; }

#revenueLoanAgreement ol.lst-kix_list_12-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_39-6.start {
  counter-reset: lst-ctn-kix_list_39-6 0; }

#revenueLoanAgreement ol.lst-kix_list_26-3.start {
  counter-reset: lst-ctn-kix_list_26-3 0; }

#revenueLoanAgreement ol.lst-kix_list_12-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_27-8.start {
  counter-reset: lst-ctn-kix_list_27-8 0; }

#revenueLoanAgreement .lst-kix_list_21-0 > li {
  counter-increment: lst-ctn-kix_list_21-0; }

#revenueLoanAgreement .lst-kix_list_25-1 > li:before {
  content: "" counter(lst-ctn-kix_list_25-0, decimal) "." counter(lst-ctn-kix_list_25-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_25-0 > li:before {
  content: "" counter(lst-ctn-kix_list_25-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_10-8.start {
  counter-reset: lst-ctn-kix_list_10-8 0; }

#revenueLoanAgreement ol.lst-kix_list_31-1.start {
  counter-reset: lst-ctn-kix_list_31-1 0; }

#revenueLoanAgreement ol.lst-kix_list_7-1.start {
  counter-reset: lst-ctn-kix_list_7-1 0; }

#revenueLoanAgreement .lst-kix_list_39-0 > li:before {
  content: "" counter(lst-ctn-kix_list_39-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_23-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_23-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_23-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_23-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_39-1 > li:before {
  content: "" counter(lst-ctn-kix_list_39-0, decimal) "." counter(lst-ctn-kix_list_39-1, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_23-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_37-0 > li {
  counter-increment: lst-ctn-kix_list_37-0; }

#revenueLoanAgreement .lst-kix_list_16-7 > li {
  counter-increment: lst-ctn-kix_list_16-7; }

#revenueLoanAgreement ol.lst-kix_list_21-4.start {
  counter-reset: lst-ctn-kix_list_21-4 0; }

#revenueLoanAgreement ol.lst-kix_list_23-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_23-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_23-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_27-7 > li {
  counter-increment: lst-ctn-kix_list_27-7; }

#revenueLoanAgreement ol.lst-kix_list_23-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_20-6.start {
  counter-reset: lst-ctn-kix_list_20-6 0; }

#revenueLoanAgreement .lst-kix_list_34-1 > li {
  counter-increment: lst-ctn-kix_list_34-1; }

#revenueLoanAgreement .lst-kix_list_13-8 > li {
  counter-increment: lst-ctn-kix_list_13-8; }

#revenueLoanAgreement .lst-kix_list_38-7 > li {
  counter-increment: lst-ctn-kix_list_38-7; }

#revenueLoanAgreement ol.lst-kix_list_4-7.start {
  counter-reset: lst-ctn-kix_list_4-7 0; }

#revenueLoanAgreement .lst-kix_list_16-5 > li {
  counter-increment: lst-ctn-kix_list_16-5; }

#revenueLoanAgreement ol.lst-kix_list_5-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_5-1 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_26-2 > li {
  counter-increment: lst-ctn-kix_list_26-2; }

#revenueLoanAgreement ol.lst-kix_list_5-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_22-5 > li:before {
  content: "" counter(lst-ctn-kix_list_22-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_36-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_36-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_36-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_36-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_21-2 > li {
  counter-increment: lst-ctn-kix_list_21-2; }

#revenueLoanAgreement ol.lst-kix_list_36-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_36-5 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_22-1 > li:before {
  content: "" counter(lst-ctn-kix_list_22-0, decimal) "." counter(lst-ctn-kix_list_22-1, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_36-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_27-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_27-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_20-2 > li {
  counter-increment: lst-ctn-kix_list_20-2; }

#revenueLoanAgreement .lst-kix_list_6-6 > li {
  counter-increment: lst-ctn-kix_list_6-6; }

#revenueLoanAgreement ol.lst-kix_list_36-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_15-7.start {
  counter-reset: lst-ctn-kix_list_15-7 0; }

#revenueLoanAgreement ol.lst-kix_list_36-1 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_23-3 > li {
  counter-increment: lst-ctn-kix_list_23-3; }

#revenueLoanAgreement .lst-kix_list_13-6 > li {
  counter-increment: lst-ctn-kix_list_13-6; }

#revenueLoanAgreement ol.lst-kix_list_14-6.start {
  counter-reset: lst-ctn-kix_list_14-6 0; }

#revenueLoanAgreement .lst-kix_list_39-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_39-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_39-8 > li:before {
  content: "" counter(lst-ctn-kix_list_39-0, decimal) "." counter(lst-ctn-kix_list_39-1, decimal) "." counter(lst-ctn-kix_list_39-2, decimal) "." counter(lst-ctn-kix_list_39-3, lower-latin) "." counter(lst-ctn-kix_list_39-4, decimal) "." counter(lst-ctn-kix_list_39-5, decimal) "." counter(lst-ctn-kix_list_39-6, decimal) "." counter(lst-ctn-kix_list_39-7, decimal) "." counter(lst-ctn-kix_list_39-8, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_5-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_5-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_26-8.start {
  counter-reset: lst-ctn-kix_list_26-8 0; }

#revenueLoanAgreement ol.lst-kix_list_5-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_8-7 > li {
  counter-increment: lst-ctn-kix_list_8-7; }

#revenueLoanAgreement .lst-kix_list_19-6 > li {
  counter-increment: lst-ctn-kix_list_19-6; }

#revenueLoanAgreement ol.lst-kix_list_5-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_27-0 > li:before {
  content: "" counter(lst-ctn-kix_list_27-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_5-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_5-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_20-4 > li {
  counter-increment: lst-ctn-kix_list_20-4; }

#revenueLoanAgreement .lst-kix_list_9-5 > li {
  counter-increment: lst-ctn-kix_list_9-5; }

#revenueLoanAgreement .lst-kix_list_5-8 > li {
  counter-increment: lst-ctn-kix_list_5-8; }

#revenueLoanAgreement .lst-kix_list_27-0 > li {
  counter-increment: lst-ctn-kix_list_27-0; }

#revenueLoanAgreement ol.lst-kix_list_19-4.start {
  counter-reset: lst-ctn-kix_list_19-4 0; }

#revenueLoanAgreement .lst-kix_list_38-0 > li {
  counter-increment: lst-ctn-kix_list_38-0; }

#revenueLoanAgreement .lst-kix_list_32-0 > li {
  counter-increment: lst-ctn-kix_list_32-0; }

#revenueLoanAgreement ol.lst-kix_list_33-6.start {
  counter-reset: lst-ctn-kix_list_33-6 0; }

#revenueLoanAgreement ol.lst-kix_list_20-1.start {
  counter-reset: lst-ctn-kix_list_20-1 0; }

#revenueLoanAgreement .lst-kix_list_25-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_25-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_19-4 > li {
  counter-increment: lst-ctn-kix_list_19-4; }

#revenueLoanAgreement .lst-kix_list_35-1 > li {
  counter-increment: lst-ctn-kix_list_35-1; }

#revenueLoanAgreement .lst-kix_list_24-1 > li {
  counter-increment: lst-ctn-kix_list_24-1; }

#revenueLoanAgreement .lst-kix_list_25-8 > li:before {
  content: "" counter(lst-ctn-kix_list_25-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_38-4.start {
  counter-reset: lst-ctn-kix_list_38-4 0; }

#revenueLoanAgreement ol.lst-kix_list_25-1.start {
  counter-reset: lst-ctn-kix_list_25-1 0; }

#revenueLoanAgreement ol.lst-kix_list_14-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_14-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_26-6.start {
  counter-reset: lst-ctn-kix_list_26-6 0; }

#revenueLoanAgreement .lst-kix_list_37-2 > li {
  counter-increment: lst-ctn-kix_list_37-2; }

#revenueLoanAgreement ol.lst-kix_list_14-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_21-8.start {
  counter-reset: lst-ctn-kix_list_21-8 0; }

#revenueLoanAgreement ol.lst-kix_list_14-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_14-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_14-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_34-8 > li {
  counter-increment: lst-ctn-kix_list_34-8; }

#revenueLoanAgreement .lst-kix_list_15-2 > li {
  counter-increment: lst-ctn-kix_list_15-2; }

#revenueLoanAgreement ol.lst-kix_list_14-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_22-5 > li {
  counter-increment: lst-ctn-kix_list_22-5; }

#revenueLoanAgreement ol.lst-kix_list_14-1 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_27-5 > li {
  counter-increment: lst-ctn-kix_list_27-5; }

#revenueLoanAgreement ol.lst-kix_list_14-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_20-5 > li:before {
  content: "" counter(lst-ctn-kix_list_20-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_28-8 > li:before {
  content: "" counter(lst-ctn-kix_list_28-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_20-1 > li:before {
  content: "" counter(lst-ctn-kix_list_20-0, decimal) "." counter(lst-ctn-kix_list_20-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_12-3 > li {
  counter-increment: lst-ctn-kix_list_12-3; }

#revenueLoanAgreement .lst-kix_list_24-6 > li {
  counter-increment: lst-ctn-kix_list_24-6; }

#revenueLoanAgreement .lst-kix_list_17-3 > li {
  counter-increment: lst-ctn-kix_list_17-3; }

#revenueLoanAgreement ol.lst-kix_list_8-4.start {
  counter-reset: lst-ctn-kix_list_8-4 0; }

#revenueLoanAgreement .lst-kix_list_28-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_28-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_39-3 > li {
  counter-increment: lst-ctn-kix_list_39-3; }

#revenueLoanAgreement .lst-kix_list_28-3 > li {
  counter-increment: lst-ctn-kix_list_28-3; }

#revenueLoanAgreement .lst-kix_list_21-7 > li {
  counter-increment: lst-ctn-kix_list_21-7; }

#revenueLoanAgreement ol.lst-kix_list_25-0.start {
  counter-reset: lst-ctn-kix_list_25-0 0; }

#revenueLoanAgreement ol.lst-kix_list_25-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_25-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_35-6 > li {
  counter-increment: lst-ctn-kix_list_35-6; }

#revenueLoanAgreement ol.lst-kix_list_25-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_25-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_13-0.start {
  counter-reset: lst-ctn-kix_list_13-0 0; }

#revenueLoanAgreement .lst-kix_list_14-4 > li {
  counter-increment: lst-ctn-kix_list_14-4; }

#revenueLoanAgreement ol.lst-kix_list_25-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_32-3.start {
  counter-reset: lst-ctn-kix_list_32-3 0; }

#revenueLoanAgreement ol.lst-kix_list_25-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_25-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_25-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_10-7 > li {
  counter-increment: lst-ctn-kix_list_10-7; }

#revenueLoanAgreement ol.lst-kix_list_25-1 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_25-4 > li {
  counter-increment: lst-ctn-kix_list_25-4; }

#revenueLoanAgreement .lst-kix_list_18-1 > li {
  counter-increment: lst-ctn-kix_list_18-1; }

#revenueLoanAgreement ol.lst-kix_list_8-3.start {
  counter-reset: lst-ctn-kix_list_8-3 0; }

#revenueLoanAgreement .lst-kix_list_11-5 > li {
  counter-increment: lst-ctn-kix_list_11-5; }

#revenueLoanAgreement ol.lst-kix_list_14-5.start {
  counter-reset: lst-ctn-kix_list_14-5 0; }

#revenueLoanAgreement .lst-kix_list_28-0 > li:before {
  content: "" counter(lst-ctn-kix_list_28-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_32-7 > li {
  counter-increment: lst-ctn-kix_list_32-7; }

#revenueLoanAgreement .lst-kix_list_27-8 > li:before {
  content: "" counter(lst-ctn-kix_list_27-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_20-3.start {
  counter-reset: lst-ctn-kix_list_20-3 0; }

#revenueLoanAgreement ol.lst-kix_list_37-1.start {
  counter-reset: lst-ctn-kix_list_37-1 0; }

#revenueLoanAgreement .lst-kix_list_36-4 > li {
  counter-increment: lst-ctn-kix_list_36-4; }

#revenueLoanAgreement .lst-kix_list_29-1 > li {
  counter-increment: lst-ctn-kix_list_29-1; }

#revenueLoanAgreement .lst-kix_list_4-1 > li {
  counter-increment: lst-ctn-kix_list_4-1; }

#revenueLoanAgreement ol.lst-kix_list_32-7.start {
  counter-reset: lst-ctn-kix_list_32-7 0; }

#revenueLoanAgreement .lst-kix_list_19-1 > li:before {
  content: "" counter(lst-ctn-kix_list_19-0, decimal) "." counter(lst-ctn-kix_list_19-1, decimal) " "; }

#revenueLoanAgreement ul.lst-kix_list_1-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_27-8 > li {
  counter-increment: lst-ctn-kix_list_27-8; }

#revenueLoanAgreement .lst-kix_list_19-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_19-4, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_37-8.start {
  counter-reset: lst-ctn-kix_list_37-8 0; }

#revenueLoanAgreement .lst-kix_list_31-5 > li {
  counter-increment: lst-ctn-kix_list_31-5; }

#revenueLoanAgreement .lst-kix_list_19-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_19-3, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_38-0.start {
  counter-reset: lst-ctn-kix_list_38-0 0; }

#revenueLoanAgreement .lst-kix_list_15-0 > li {
  counter-increment: lst-ctn-kix_list_15-0; }

#revenueLoanAgreement ol.lst-kix_list_24-5.start {
  counter-reset: lst-ctn-kix_list_24-5 0; }

#revenueLoanAgreement ol.lst-kix_list_6-6.start {
  counter-reset: lst-ctn-kix_list_6-6 0; }

#revenueLoanAgreement .lst-kix_list_39-5 > li {
  counter-increment: lst-ctn-kix_list_39-5; }

#revenueLoanAgreement .lst-kix_list_32-6 > li {
  counter-increment: lst-ctn-kix_list_32-6; }

#revenueLoanAgreement ol.lst-kix_list_29-6.start {
  counter-reset: lst-ctn-kix_list_29-6 0; }

#revenueLoanAgreement .lst-kix_list_11-0 > li {
  counter-increment: lst-ctn-kix_list_11-0; }

#revenueLoanAgreement ul.lst-kix_list_1-3 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_1-4 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_1-1 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_1-2 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_1-7 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_1-8 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_1-5 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_1-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_9-6.start {
  counter-reset: lst-ctn-kix_list_9-6 0; }

#revenueLoanAgreement ol.lst-kix_list_16-3.start {
  counter-reset: lst-ctn-kix_list_16-3 0; }

#revenueLoanAgreement ol.lst-kix_list_27-5.start {
  counter-reset: lst-ctn-kix_list_27-5 0; }

#revenueLoanAgreement ol.lst-kix_list_22-4.start {
  counter-reset: lst-ctn-kix_list_22-4 0; }

#revenueLoanAgreement .lst-kix_list_22-7 > li {
  counter-increment: lst-ctn-kix_list_22-7; }

#revenueLoanAgreement ol.lst-kix_list_4-5.start {
  counter-reset: lst-ctn-kix_list_4-5 0; }

#revenueLoanAgreement .lst-kix_list_37-0 > li:before {
  content: "" counter(lst-ctn-kix_list_37-0, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_26-7 > li {
  counter-increment: lst-ctn-kix_list_26-7; }

#revenueLoanAgreement .lst-kix_list_33-7 > li {
  counter-increment: lst-ctn-kix_list_33-7; }

#revenueLoanAgreement ol.lst-kix_list_11-2.start {
  counter-reset: lst-ctn-kix_list_11-2 0; }

#revenueLoanAgreement .lst-kix_list_5-2 > li {
  counter-increment: lst-ctn-kix_list_5-2; }

#revenueLoanAgreement .lst-kix_list_37-7 > li {
  counter-increment: lst-ctn-kix_list_37-7; }

#revenueLoanAgreement .lst-kix_list_19-6 > li:before {
  content: "" counter(lst-ctn-kix_list_19-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_37-8 > li:before {
  content: "" counter(lst-ctn-kix_list_37-0, decimal) "." counter(lst-ctn-kix_list_37-1, decimal) "." counter(lst-ctn-kix_list_37-2, decimal) "." counter(lst-ctn-kix_list_37-3, decimal) "." counter(lst-ctn-kix_list_37-4, decimal) "." counter(lst-ctn-kix_list_37-5, decimal) "." counter(lst-ctn-kix_list_37-6, decimal) "." counter(lst-ctn-kix_list_37-7, decimal) "." counter(lst-ctn-kix_list_37-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_8-7.start {
  counter-reset: lst-ctn-kix_list_8-7 0; }

#revenueLoanAgreement .lst-kix_list_17-2 > li {
  counter-increment: lst-ctn-kix_list_17-2; }

#revenueLoanAgreement .lst-kix_list_37-6 > li:before {
  content: "" counter(lst-ctn-kix_list_37-0, decimal) "." counter(lst-ctn-kix_list_37-1, decimal) "." counter(lst-ctn-kix_list_37-2, decimal) "." counter(lst-ctn-kix_list_37-3, decimal) "." counter(lst-ctn-kix_list_37-4, decimal) "." counter(lst-ctn-kix_list_37-5, decimal) "." counter(lst-ctn-kix_list_37-6, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_32-2 > li {
  counter-increment: lst-ctn-kix_list_32-2; }

#revenueLoanAgreement .lst-kix_list_36-2 > li {
  counter-increment: lst-ctn-kix_list_36-2; }

#revenueLoanAgreement .lst-kix_list_28-5 > li {
  counter-increment: lst-ctn-kix_list_28-5; }

#revenueLoanAgreement ol.lst-kix_list_31-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_20-5 > li {
  counter-increment: lst-ctn-kix_list_20-5; }

#revenueLoanAgreement ol.lst-kix_list_31-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_31-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_31-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_35-0.start {
  counter-reset: lst-ctn-kix_list_35-0 0; }

#revenueLoanAgreement ol.lst-kix_list_31-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_37-3.start {
  counter-reset: lst-ctn-kix_list_37-3 0; }

#revenueLoanAgreement ol.lst-kix_list_31-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_31-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_31-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_37-1 > li:before {
  content: "" counter(lst-ctn-kix_list_37-0, decimal) "." counter(lst-ctn-kix_list_37-1, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_31-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_22-0 > li {
  counter-increment: lst-ctn-kix_list_22-0; }

#revenueLoanAgreement ol.lst-kix_list_24-0.start {
  counter-reset: lst-ctn-kix_list_24-0 0; }

#revenueLoanAgreement .lst-kix_list_18-3 > li {
  counter-increment: lst-ctn-kix_list_18-3; }

#revenueLoanAgreement .lst-kix_list_37-3 > li:before {
  content: "" counter(lst-ctn-kix_list_37-0, decimal) "." counter(lst-ctn-kix_list_37-1, decimal) "." counter(lst-ctn-kix_list_37-2, decimal) "." counter(lst-ctn-kix_list_37-3, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_33-4.start {
  counter-reset: lst-ctn-kix_list_33-4 0; }

#revenueLoanAgreement ol.lst-kix_list_35-7.start {
  counter-reset: lst-ctn-kix_list_35-7 0; }

#revenueLoanAgreement .lst-kix_list_21-6 > li {
  counter-increment: lst-ctn-kix_list_21-6; }

#revenueLoanAgreement .lst-kix_list_10-3 > li {
  counter-increment: lst-ctn-kix_list_10-3; }

#revenueLoanAgreement .lst-kix_list_37-3 > li {
  counter-increment: lst-ctn-kix_list_37-3; }

#revenueLoanAgreement .lst-kix_list_18-0 > li:before {
  content: "" counter(lst-ctn-kix_list_18-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_13-3.start {
  counter-reset: lst-ctn-kix_list_13-3 0; }

#revenueLoanAgreement .lst-kix_list_38-7 > li:before {
  content: "" counter(lst-ctn-kix_list_38-7, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_18-2 > li:before {
  content: "" counter(lst-ctn-kix_list_18-0, decimal) "." counter(lst-ctn-kix_list_18-1, decimal) "." counter(lst-ctn-kix_list_18-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_26-0 > li {
  counter-increment: lst-ctn-kix_list_26-0; }

#revenueLoanAgreement ol.lst-kix_list_4-0.start {
  counter-reset: lst-ctn-kix_list_4-0 0; }

#revenueLoanAgreement ol.lst-kix_list_27-0.start {
  counter-reset: lst-ctn-kix_list_27-0 0; }

#revenueLoanAgreement .lst-kix_list_27-4 > li {
  counter-increment: lst-ctn-kix_list_27-4; }

#revenueLoanAgreement .lst-kix_list_38-2 > li:before {
  content: "" counter(lst-ctn-kix_list_38-2, lower-roman) ". "; }

#revenueLoanAgreement .lst-kix_list_38-4 > li:before {
  content: "" counter(lst-ctn-kix_list_38-4, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_11-7.start {
  counter-reset: lst-ctn-kix_list_11-7 0; }

#revenueLoanAgreement ol.lst-kix_list_14-2.start {
  counter-reset: lst-ctn-kix_list_14-2 0; }

#revenueLoanAgreement .lst-kix_list_16-1 > li {
  counter-increment: lst-ctn-kix_list_16-1; }

#revenueLoanAgreement .lst-kix_list_30-4 > li {
  counter-increment: lst-ctn-kix_list_30-4; }

#revenueLoanAgreement .lst-kix_list_27-1 > li {
  counter-increment: lst-ctn-kix_list_27-1; }

#revenueLoanAgreement .lst-kix_list_38-4 > li {
  counter-increment: lst-ctn-kix_list_38-4; }

#revenueLoanAgreement .lst-kix_list_38-5 > li:before {
  content: "" counter(lst-ctn-kix_list_38-5, lower-roman) ". "; }

#revenueLoanAgreement .lst-kix_list_25-2 > li {
  counter-increment: lst-ctn-kix_list_25-2; }

#revenueLoanAgreement .lst-kix_list_27-1 > li:before {
  content: "" counter(lst-ctn-kix_list_27-0, decimal) "." counter(lst-ctn-kix_list_27-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_27-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_27-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_17-5 > li {
  counter-increment: lst-ctn-kix_list_17-5; }

#revenueLoanAgreement ol.lst-kix_list_9-4.start {
  counter-reset: lst-ctn-kix_list_9-4 0; }

#revenueLoanAgreement ul.lst-kix_list_3-7 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_3-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_21-3 > li {
  counter-increment: lst-ctn-kix_list_21-3; }

#revenueLoanAgreement .lst-kix_list_18-8 > li:before {
  content: "" counter(lst-ctn-kix_list_18-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_27-3.start {
  counter-reset: lst-ctn-kix_list_27-3 0; }

#revenueLoanAgreement ul.lst-kix_list_3-1 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_17-6 > li {
  counter-increment: lst-ctn-kix_list_17-6; }

#revenueLoanAgreement ul.lst-kix_list_3-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_30-1.start {
  counter-reset: lst-ctn-kix_list_30-1 0; }

#revenueLoanAgreement ul.lst-kix_list_3-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_4-3.start {
  counter-reset: lst-ctn-kix_list_4-3 0; }

#revenueLoanAgreement ul.lst-kix_list_3-5 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_3-6 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_3-3 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_3-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_10-7 > li:before {
  content: "" counter(lst-ctn-kix_list_10-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_7-8 > li {
  counter-increment: lst-ctn-kix_list_7-8; }

#revenueLoanAgreement .lst-kix_list_20-1 > li {
  counter-increment: lst-ctn-kix_list_20-1; }

#revenueLoanAgreement .lst-kix_list_36-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_36-2, lower-latin) ")." counter(lst-ctn-kix_list_36-3, decimal) "." counter(lst-ctn-kix_list_36-4, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_10-5 > li:before {
  content: "" counter(lst-ctn-kix_list_10-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_13-5.start {
  counter-reset: lst-ctn-kix_list_13-5 0; }

#revenueLoanAgreement ol.lst-kix_list_18-6.start {
  counter-reset: lst-ctn-kix_list_18-6 0; }

#revenueLoanAgreement .lst-kix_list_29-3 > li {
  counter-increment: lst-ctn-kix_list_29-3; }

#revenueLoanAgreement ol.lst-kix_list_20-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_13-8.start {
  counter-reset: lst-ctn-kix_list_13-8 0; }

#revenueLoanAgreement ol.lst-kix_list_20-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_20-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_20-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_11-7 > li {
  counter-increment: lst-ctn-kix_list_11-7; }

#revenueLoanAgreement ol.lst-kix_list_20-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_9-2 > li:before {
  content: "" counter(lst-ctn-kix_list_9-0, decimal) "." counter(lst-ctn-kix_list_9-1, decimal) "." counter(lst-ctn-kix_list_9-2, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_20-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_20-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_20-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_20-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_37-6.start {
  counter-reset: lst-ctn-kix_list_37-6 0; }

#revenueLoanAgreement ol.lst-kix_list_14-0.start {
  counter-reset: lst-ctn-kix_list_14-0 0; }

#revenueLoanAgreement .lst-kix_list_12-5 > li {
  counter-increment: lst-ctn-kix_list_12-5; }

#revenueLoanAgreement .lst-kix_list_5-5 > li {
  counter-increment: lst-ctn-kix_list_5-5; }

#revenueLoanAgreement .lst-kix_list_36-2 > li:before {
  content: "(" counter(lst-ctn-kix_list_36-2, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_31-1 > li {
  counter-increment: lst-ctn-kix_list_31-1; }

#revenueLoanAgreement .lst-kix_list_9-0 > li:before {
  content: "" counter(lst-ctn-kix_list_9-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_16-8 > li {
  counter-increment: lst-ctn-kix_list_16-8; }

#revenueLoanAgreement ol.lst-kix_list_33-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_24-3.start {
  counter-reset: lst-ctn-kix_list_24-3 0; }

#revenueLoanAgreement ol.lst-kix_list_33-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_33-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_33-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_33-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_23-5 > li {
  counter-increment: lst-ctn-kix_list_23-5; }

#revenueLoanAgreement .lst-kix_list_11-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_11-3, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_33-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_33-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_38-8 > li {
  counter-increment: lst-ctn-kix_list_38-8; }

#revenueLoanAgreement .lst-kix_list_6-3 > li {
  counter-increment: lst-ctn-kix_list_6-3; }

#revenueLoanAgreement ol.lst-kix_list_18-4.start {
  counter-reset: lst-ctn-kix_list_18-4 0; }

#revenueLoanAgreement ol.lst-kix_list_33-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_33-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_29-1.start {
  counter-reset: lst-ctn-kix_list_29-1 0; }

#revenueLoanAgreement .lst-kix_list_29-1 > li:before {
  content: "" counter(lst-ctn-kix_list_29-0, decimal) "." counter(lst-ctn-kix_list_29-1, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_20-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_20-4, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_22-7.start {
  counter-reset: lst-ctn-kix_list_22-7 0; }

#revenueLoanAgreement ol.lst-kix_list_6-1.start {
  counter-reset: lst-ctn-kix_list_6-1 0; }

#revenueLoanAgreement .lst-kix_list_29-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_29-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_20-2 > li:before {
  content: "" counter(lst-ctn-kix_list_20-0, decimal) "." counter(lst-ctn-kix_list_20-1, decimal) "." counter(lst-ctn-kix_list_20-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_9-8 > li:before {
  content: "" counter(lst-ctn-kix_list_9-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_28-6 > li {
  counter-increment: lst-ctn-kix_list_28-6; }

#revenueLoanAgreement ol.lst-kix_list_16-8.start {
  counter-reset: lst-ctn-kix_list_16-8 0; }

#revenueLoanAgreement ol.lst-kix_list_33-1.start {
  counter-reset: lst-ctn-kix_list_33-1 0; }

#revenueLoanAgreement .lst-kix_list_28-7 > li:before {
  content: "" counter(lst-ctn-kix_list_28-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_4-8 > li {
  counter-increment: lst-ctn-kix_list_4-8; }

#revenueLoanAgreement .lst-kix_list_1-7 > li:before {
  content: "o  "; }

#revenueLoanAgreement .lst-kix_list_1-5 > li:before {
  content: "\0025aa  "; }

#revenueLoanAgreement .lst-kix_list_28-5 > li:before {
  content: "" counter(lst-ctn-kix_list_28-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_9-1.start {
  counter-reset: lst-ctn-kix_list_9-1 0; }

#revenueLoanAgreement ol.lst-kix_list_24-2.start {
  counter-reset: lst-ctn-kix_list_24-2 0; }

#revenueLoanAgreement .lst-kix_list_5-6 > li {
  counter-increment: lst-ctn-kix_list_5-6; }

#revenueLoanAgreement ol.lst-kix_list_22-6.start {
  counter-reset: lst-ctn-kix_list_22-6 0; }

#revenueLoanAgreement .lst-kix_list_2-1 > li:before {
  content: "o  "; }

#revenueLoanAgreement .lst-kix_list_19-8 > li {
  counter-increment: lst-ctn-kix_list_19-8; }

#revenueLoanAgreement .lst-kix_list_2-3 > li:before {
  content: "\0025cf  "; }

#revenueLoanAgreement .lst-kix_list_11-8 > li {
  counter-increment: lst-ctn-kix_list_11-8; }

#revenueLoanAgreement .lst-kix_list_35-3 > li:before {
  content: "" counter(lst-ctn-kix_list_35-0, decimal) "." counter(lst-ctn-kix_list_35-1, decimal) "." counter(lst-ctn-kix_list_35-2, decimal) "." counter(lst-ctn-kix_list_35-3, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_24-8.start {
  counter-reset: lst-ctn-kix_list_24-8 0; }

#revenueLoanAgreement .lst-kix_list_30-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_30-4, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_20-8 > li {
  counter-increment: lst-ctn-kix_list_20-8; }

#revenueLoanAgreement .lst-kix_list_35-6 > li:before {
  content: "" counter(lst-ctn-kix_list_35-0, decimal) "." counter(lst-ctn-kix_list_35-1, decimal) "." counter(lst-ctn-kix_list_35-2, decimal) "." counter(lst-ctn-kix_list_35-3, decimal) "." counter(lst-ctn-kix_list_35-4, decimal) "." counter(lst-ctn-kix_list_35-5, decimal) "." counter(lst-ctn-kix_list_35-6, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_9-1 > li {
  counter-increment: lst-ctn-kix_list_9-1; }

#revenueLoanAgreement .lst-kix_list_36-5 > li {
  counter-increment: lst-ctn-kix_list_36-5; }

#revenueLoanAgreement .lst-kix_list_3-2 > li:before {
  content: "\0025aa  "; }

#revenueLoanAgreement .lst-kix_list_26-7 > li:before {
  content: "" counter(lst-ctn-kix_list_26-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_8-1 > li:before {
  content: "" counter(lst-ctn-kix_list_8-0, decimal) "." counter(lst-ctn-kix_list_8-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_6-0 > li {
  counter-increment: lst-ctn-kix_list_6-0; }

#revenueLoanAgreement .lst-kix_list_3-5 > li:before {
  content: "\0025aa  "; }

#revenueLoanAgreement .lst-kix_list_18-0 > li {
  counter-increment: lst-ctn-kix_list_18-0; }

#revenueLoanAgreement .lst-kix_list_30-7 > li:before {
  content: "" counter(lst-ctn-kix_list_30-7, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_30-8.start {
  counter-reset: lst-ctn-kix_list_30-8 0; }

#revenueLoanAgreement ol.lst-kix_list_11-5.start {
  counter-reset: lst-ctn-kix_list_11-5 0; }

#revenueLoanAgreement .lst-kix_list_11-1 > li {
  counter-increment: lst-ctn-kix_list_11-1; }

#revenueLoanAgreement .lst-kix_list_8-6 > li:before {
  content: "" counter(lst-ctn-kix_list_8-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_26-2 > li:before {
  content: "" counter(lst-ctn-kix_list_26-0, decimal) "." counter(lst-ctn-kix_list_26-1, decimal) "." counter(lst-ctn-kix_list_26-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_21-6 > li:before {
  content: "" counter(lst-ctn-kix_list_21-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_16-6.start {
  counter-reset: lst-ctn-kix_list_16-6 0; }

#revenueLoanAgreement ol.lst-kix_list_22-1.start {
  counter-reset: lst-ctn-kix_list_22-1 0; }

#revenueLoanAgreement ol.lst-kix_list_35-3.start {
  counter-reset: lst-ctn-kix_list_35-3 0; }

#revenueLoanAgreement ol.lst-kix_list_4-2.start {
  counter-reset: lst-ctn-kix_list_4-2 0; }

#revenueLoanAgreement ol.lst-kix_list_16-0.start {
  counter-reset: lst-ctn-kix_list_16-0 0; }

#revenueLoanAgreement .lst-kix_list_33-4 > li {
  counter-increment: lst-ctn-kix_list_33-4; }

#revenueLoanAgreement ol.lst-kix_list_27-2.start {
  counter-reset: lst-ctn-kix_list_27-2 0; }

#revenueLoanAgreement .lst-kix_list_21-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_21-3, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_18-7.start {
  counter-reset: lst-ctn-kix_list_18-7 0; }

#revenueLoanAgreement ol.lst-kix_list_30-2.start {
  counter-reset: lst-ctn-kix_list_30-2 0; }

#revenueLoanAgreement .lst-kix_list_25-5 > li {
  counter-increment: lst-ctn-kix_list_25-5; }

#revenueLoanAgreement ol.lst-kix_list_11-6.start {
  counter-reset: lst-ctn-kix_list_11-6 0; }

#revenueLoanAgreement .lst-kix_list_4-4 > li {
  counter-increment: lst-ctn-kix_list_4-4; }

#revenueLoanAgreement ol.lst-kix_list_29-4.start {
  counter-reset: lst-ctn-kix_list_29-4 0; }

#revenueLoanAgreement ol.lst-kix_list_6-4.start {
  counter-reset: lst-ctn-kix_list_6-4 0; }

#revenueLoanAgreement .lst-kix_list_17-1 > li:before {
  content: "" counter(lst-ctn-kix_list_17-0, decimal) "." counter(lst-ctn-kix_list_17-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_31-8 > li {
  counter-increment: lst-ctn-kix_list_31-8; }

#revenueLoanAgreement .lst-kix_list_25-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_25-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_32-3 > li {
  counter-increment: lst-ctn-kix_list_32-3; }

#revenueLoanAgreement ol.lst-kix_list_4-1.start {
  counter-reset: lst-ctn-kix_list_4-1 0; }

#revenueLoanAgreement .lst-kix_list_16-2 > li:before {
  content: "" counter(lst-ctn-kix_list_16-0, decimal) "." counter(lst-ctn-kix_list_16-1, decimal) "." counter(lst-ctn-kix_list_16-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_39-2 > li {
  counter-increment: lst-ctn-kix_list_39-2; }

#revenueLoanAgreement ol.lst-kix_list_27-1.start {
  counter-reset: lst-ctn-kix_list_27-1 0; }

#revenueLoanAgreement .lst-kix_list_26-6 > li {
  counter-increment: lst-ctn-kix_list_26-6; }

#revenueLoanAgreement .lst-kix_list_16-5 > li:before {
  content: "" counter(lst-ctn-kix_list_16-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_15-3 > li {
  counter-increment: lst-ctn-kix_list_15-3; }

#revenueLoanAgreement ol.lst-kix_list_22-2.start {
  counter-reset: lst-ctn-kix_list_22-2 0; }

#revenueLoanAgreement ol.lst-kix_list_30-3.start {
  counter-reset: lst-ctn-kix_list_30-3 0; }

#revenueLoanAgreement .lst-kix_list_30-7 > li {
  counter-increment: lst-ctn-kix_list_30-7; }

#revenueLoanAgreement ol.lst-kix_list_11-0.start {
  counter-reset: lst-ctn-kix_list_11-0 0; }

#revenueLoanAgreement .lst-kix_list_37-6 > li {
  counter-increment: lst-ctn-kix_list_37-6; }

#revenueLoanAgreement ol.lst-kix_list_18-8.start {
  counter-reset: lst-ctn-kix_list_18-8 0; }

#revenueLoanAgreement ol.lst-kix_list_29-3.start {
  counter-reset: lst-ctn-kix_list_29-3 0; }

#revenueLoanAgreement .lst-kix_list_16-4 > li {
  counter-increment: lst-ctn-kix_list_16-4; }

#revenueLoanAgreement .lst-kix_list_39-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_39-3, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_6-3.start {
  counter-reset: lst-ctn-kix_list_6-3 0; }

#revenueLoanAgreement ol.lst-kix_list_35-8.start {
  counter-reset: lst-ctn-kix_list_35-8 0; }

#revenueLoanAgreement .lst-kix_list_38-1 > li {
  counter-increment: lst-ctn-kix_list_38-1; }

#revenueLoanAgreement ol.lst-kix_list_16-5.start {
  counter-reset: lst-ctn-kix_list_16-5 0; }

#revenueLoanAgreement .lst-kix_list_17-6 > li:before {
  content: "" counter(lst-ctn-kix_list_17-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_35-5.start {
  counter-reset: lst-ctn-kix_list_35-5 0; }

#revenueLoanAgreement .lst-kix_list_2-6 > li:before {
  content: "\0025cf  "; }

#revenueLoanAgreement ol.lst-kix_list_16-2.start {
  counter-reset: lst-ctn-kix_list_16-2 0; }

#revenueLoanAgreement .lst-kix_list_14-5 > li {
  counter-increment: lst-ctn-kix_list_14-5; }

#revenueLoanAgreement .lst-kix_list_7-5 > li:before {
  content: "" counter(lst-ctn-kix_list_7-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_27-6 > li:before {
  content: "" counter(lst-ctn-kix_list_27-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_19-5 > li {
  counter-increment: lst-ctn-kix_list_19-5; }

#revenueLoanAgreement .lst-kix_list_28-2 > li {
  counter-increment: lst-ctn-kix_list_28-2; }

#revenueLoanAgreement .lst-kix_list_22-7 > li:before {
  content: "" counter(lst-ctn-kix_list_22-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_23-2 > li {
  counter-increment: lst-ctn-kix_list_23-2; }

#revenueLoanAgreement ol.lst-kix_list_30-4.start {
  counter-reset: lst-ctn-kix_list_30-4 0; }

#revenueLoanAgreement .lst-kix_list_30-0 > li {
  counter-increment: lst-ctn-kix_list_30-0; }

#revenueLoanAgreement ol.lst-kix_list_11-1.start {
  counter-reset: lst-ctn-kix_list_11-1 0; }

#revenueLoanAgreement ol.lst-kix_list_35-2.start {
  counter-reset: lst-ctn-kix_list_35-2 0; }

#revenueLoanAgreement .lst-kix_list_34-7 > li:before {
  content: "" counter(lst-ctn-kix_list_34-0, decimal) "." counter(lst-ctn-kix_list_34-1, decimal) "." counter(lst-ctn-kix_list_34-2, decimal) "." counter(lst-ctn-kix_list_34-3, decimal) "." counter(lst-ctn-kix_list_34-4, decimal) "." counter(lst-ctn-kix_list_34-5, decimal) "." counter(lst-ctn-kix_list_34-6, decimal) "." counter(lst-ctn-kix_list_34-7, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_18-5 > li:before {
  content: "" counter(lst-ctn-kix_list_18-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_13-6 > li:before {
  content: "" counter(lst-ctn-kix_list_13-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_6-7 > li {
  counter-increment: lst-ctn-kix_list_6-7; }

#revenueLoanAgreement .lst-kix_list_26-3 > li {
  counter-increment: lst-ctn-kix_list_26-3; }

#revenueLoanAgreement .lst-kix_list_10-6 > li {
  counter-increment: lst-ctn-kix_list_10-6; }

#revenueLoanAgreement .lst-kix_list_39-6 > li:before {
  content: "" counter(lst-ctn-kix_list_39-0, decimal) "." counter(lst-ctn-kix_list_39-1, decimal) "." counter(lst-ctn-kix_list_39-2, decimal) "." counter(lst-ctn-kix_list_39-3, lower-latin) "." counter(lst-ctn-kix_list_39-4, decimal) "." counter(lst-ctn-kix_list_39-5, decimal) "." counter(lst-ctn-kix_list_39-6, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_7-5 > li {
  counter-increment: lst-ctn-kix_list_7-5; }

#revenueLoanAgreement .lst-kix_list_15-6 > li:before {
  content: "" counter(lst-ctn-kix_list_15-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_11-4 > li {
  counter-increment: lst-ctn-kix_list_11-4; }

#revenueLoanAgreement .lst-kix_list_29-0 > li {
  counter-increment: lst-ctn-kix_list_29-0; }

#revenueLoanAgreement ol.lst-kix_list_24-7.start {
  counter-reset: lst-ctn-kix_list_24-7 0; }

#revenueLoanAgreement .lst-kix_list_22-4 > li {
  counter-increment: lst-ctn-kix_list_22-4; }

#revenueLoanAgreement .lst-kix_list_31-3 > li:before {
  content: "" counter(lst-ctn-kix_list_31-0, decimal) "." counter(lst-ctn-kix_list_31-1, decimal) "." counter(lst-ctn-kix_list_31-2, decimal) "." counter(lst-ctn-kix_list_31-3, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_36-7 > li:before {
  content: "(" counter(lst-ctn-kix_list_36-2, lower-latin) ")." counter(lst-ctn-kix_list_36-3, decimal) "." counter(lst-ctn-kix_list_36-4, decimal) "." counter(lst-ctn-kix_list_36-5, decimal) "." counter(lst-ctn-kix_list_36-6, decimal) "." counter(lst-ctn-kix_list_36-7, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_6-8.start {
  counter-reset: lst-ctn-kix_list_6-8 0; }

#revenueLoanAgreement .lst-kix_list_10-2 > li:before {
  content: "" counter(lst-ctn-kix_list_10-0, decimal) "." counter(lst-ctn-kix_list_10-1, decimal) "." counter(lst-ctn-kix_list_10-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_13-7 > li {
  counter-increment: lst-ctn-kix_list_13-7; }

#revenueLoanAgreement .lst-kix_list_20-7 > li:before {
  content: "" counter(lst-ctn-kix_list_20-7, lower-roman) " "; }

#revenueLoanAgreement ol.lst-kix_list_6-5.start {
  counter-reset: lst-ctn-kix_list_6-5 0; }

#revenueLoanAgreement .lst-kix_list_4-6 > li:before {
  content: "" counter(lst-ctn-kix_list_4-6, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_29-8.start {
  counter-reset: lst-ctn-kix_list_29-8 0; }

#revenueLoanAgreement .lst-kix_list_25-6 > li:before {
  content: "" counter(lst-ctn-kix_list_25-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_29-5.start {
  counter-reset: lst-ctn-kix_list_29-5 0; }

#revenueLoanAgreement .lst-kix_list_34-2 > li {
  counter-increment: lst-ctn-kix_list_34-2; }

#revenueLoanAgreement ol.lst-kix_list_6-7.start {
  counter-reset: lst-ctn-kix_list_6-7 0; }

#revenueLoanAgreement .lst-kix_list_12-2 > li {
  counter-increment: lst-ctn-kix_list_12-2; }

#revenueLoanAgreement .lst-kix_list_9-5 > li:before {
  content: "" counter(lst-ctn-kix_list_9-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_29-6 > li:before {
  content: "" counter(lst-ctn-kix_list_29-0, decimal) "." counter(lst-ctn-kix_list_29-1, decimal) "." counter(lst-ctn-kix_list_29-2, decimal) "." counter(lst-ctn-kix_list_29-3, lower-latin) "." counter(lst-ctn-kix_list_29-4, decimal) "." counter(lst-ctn-kix_list_29-5, decimal) "." counter(lst-ctn-kix_list_29-6, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_22-0.start {
  counter-reset: lst-ctn-kix_list_22-0 0; }

#revenueLoanAgreement .lst-kix_list_24-0 > li {
  counter-increment: lst-ctn-kix_list_24-0; }

#revenueLoanAgreement .lst-kix_list_33-3 > li:before {
  content: "" counter(lst-ctn-kix_list_33-0, decimal) "." counter(lst-ctn-kix_list_33-1, decimal) "." counter(lst-ctn-kix_list_33-2, decimal) "." counter(lst-ctn-kix_list_33-3, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_12-2 > li:before {
  content: "" counter(lst-ctn-kix_list_12-0, decimal) "." counter(lst-ctn-kix_list_12-1, decimal) "." counter(lst-ctn-kix_list_12-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_11-6 > li:before {
  content: "" counter(lst-ctn-kix_list_11-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_32-7 > li:before {
  content: "" counter(lst-ctn-kix_list_32-0, decimal) "." counter(lst-ctn-kix_list_32-1, decimal) "." counter(lst-ctn-kix_list_32-2, decimal) "." counter(lst-ctn-kix_list_32-3, decimal) "." counter(lst-ctn-kix_list_32-4, decimal) "." counter(lst-ctn-kix_list_32-5, decimal) "." counter(lst-ctn-kix_list_32-6, decimal) "." counter(lst-ctn-kix_list_32-7, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_30-6.start {
  counter-reset: lst-ctn-kix_list_30-6 0; }

#revenueLoanAgreement ol.lst-kix_list_11-3.start {
  counter-reset: lst-ctn-kix_list_11-3 0; }

#revenueLoanAgreement .lst-kix_list_1-2 > li:before {
  content: "\0025aa  "; }

#revenueLoanAgreement ol.lst-kix_list_16-1.start {
  counter-reset: lst-ctn-kix_list_16-1 0; }

#revenueLoanAgreement ol.lst-kix_list_35-4.start {
  counter-reset: lst-ctn-kix_list_35-4 0; }

#revenueLoanAgreement ol.lst-kix_list_29-7.start {
  counter-reset: lst-ctn-kix_list_29-7 0; }

#revenueLoanAgreement .lst-kix_list_35-0 > li {
  counter-increment: lst-ctn-kix_list_35-0; }

#revenueLoanAgreement .lst-kix_list_18-7 > li {
  counter-increment: lst-ctn-kix_list_18-7; }

#revenueLoanAgreement .lst-kix_list_29-7 > li {
  counter-increment: lst-ctn-kix_list_29-7; }

#revenueLoanAgreement ol.lst-kix_list_11-4.start {
  counter-reset: lst-ctn-kix_list_11-4 0; }

#revenueLoanAgreement ol.lst-kix_list_30-7.start {
  counter-reset: lst-ctn-kix_list_30-7 0; }

#revenueLoanAgreement .lst-kix_list_28-2 > li:before {
  content: "" counter(lst-ctn-kix_list_28-0, decimal) "." counter(lst-ctn-kix_list_28-1, decimal) "." counter(lst-ctn-kix_list_28-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_14-1 > li:before {
  content: "" counter(lst-ctn-kix_list_14-0, decimal) "." counter(lst-ctn-kix_list_14-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_14-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_14-3, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_15-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_25-8 > li {
  counter-increment: lst-ctn-kix_list_25-8; }

#revenueLoanAgreement ol.lst-kix_list_15-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_15-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_14-0 > li:before {
  content: "" counter(lst-ctn-kix_list_14-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_14-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_14-4, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_15-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_15-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_15-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_18-5.start {
  counter-reset: lst-ctn-kix_list_18-5 0; }

#revenueLoanAgreement .lst-kix_list_6-1 > li {
  counter-increment: lst-ctn-kix_list_6-1; }

#revenueLoanAgreement .lst-kix_list_14-5 > li:before {
  content: "" counter(lst-ctn-kix_list_14-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_14-7 > li:before {
  content: "" counter(lst-ctn-kix_list_14-7, lower-roman) " "; }

#revenueLoanAgreement ol.lst-kix_list_15-5 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_37-5 > li {
  counter-increment: lst-ctn-kix_list_37-5; }

#revenueLoanAgreement ol.lst-kix_list_15-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_14-6 > li:before {
  content: "" counter(lst-ctn-kix_list_14-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_15-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_7-4.start {
  counter-reset: lst-ctn-kix_list_7-4 0; }

#revenueLoanAgreement .lst-kix_list_17-0 > li {
  counter-increment: lst-ctn-kix_list_17-0; }

#revenueLoanAgreement .lst-kix_list_9-0 > li {
  counter-increment: lst-ctn-kix_list_9-0; }

#revenueLoanAgreement .lst-kix_list_34-6 > li {
  counter-increment: lst-ctn-kix_list_34-6; }

#revenueLoanAgreement ol.lst-kix_list_25-3.start {
  counter-reset: lst-ctn-kix_list_25-3 0; }

#revenueLoanAgreement ol.lst-kix_list_11-8.start {
  counter-reset: lst-ctn-kix_list_11-8 0; }

#revenueLoanAgreement .lst-kix_list_14-2 > li:before {
  content: "" counter(lst-ctn-kix_list_14-0, decimal) "." counter(lst-ctn-kix_list_14-1, decimal) "." counter(lst-ctn-kix_list_14-2, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_32-1.start {
  counter-reset: lst-ctn-kix_list_32-1 0; }

#revenueLoanAgreement .lst-kix_list_20-7 > li {
  counter-increment: lst-ctn-kix_list_20-7; }

#revenueLoanAgreement ol.lst-kix_list_26-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_35-6.start {
  counter-reset: lst-ctn-kix_list_35-6 0; }

#revenueLoanAgreement ol.lst-kix_list_26-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_26-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_26-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_12-0.start {
  counter-reset: lst-ctn-kix_list_12-0 0; }

#revenueLoanAgreement ol.lst-kix_list_26-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_26-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_28-3.start {
  counter-reset: lst-ctn-kix_list_28-3 0; }

#revenueLoanAgreement ol.lst-kix_list_26-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_26-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_26-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_32-2 > li:before {
  content: "" counter(lst-ctn-kix_list_32-0, decimal) "." counter(lst-ctn-kix_list_32-1, decimal) "." counter(lst-ctn-kix_list_32-2, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_32-1 > li:before {
  content: "" counter(lst-ctn-kix_list_32-0, decimal) "." counter(lst-ctn-kix_list_32-1, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_32-3 > li:before {
  content: "" counter(lst-ctn-kix_list_32-0, decimal) "." counter(lst-ctn-kix_list_32-1, decimal) "." counter(lst-ctn-kix_list_32-2, decimal) "." counter(lst-ctn-kix_list_32-3, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_21-6.start {
  counter-reset: lst-ctn-kix_list_21-6 0; }

#revenueLoanAgreement .lst-kix_list_28-7 > li {
  counter-increment: lst-ctn-kix_list_28-7; }

#revenueLoanAgreement .lst-kix_list_14-8 > li:before {
  content: "" counter(lst-ctn-kix_list_14-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_31-7 > li {
  counter-increment: lst-ctn-kix_list_31-7; }

#revenueLoanAgreement .lst-kix_list_39-7 > li {
  counter-increment: lst-ctn-kix_list_39-7; }

#revenueLoanAgreement .lst-kix_list_32-0 > li:before {
  content: "" counter(lst-ctn-kix_list_32-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_15-5.start {
  counter-reset: lst-ctn-kix_list_15-5 0; }

#revenueLoanAgreement ol.lst-kix_list_39-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_5-0 > li:before {
  content: "" counter(lst-ctn-kix_list_5-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_6-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_6-1 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_14-8 > li {
  counter-increment: lst-ctn-kix_list_14-8; }

#revenueLoanAgreement ol.lst-kix_list_22-3.start {
  counter-reset: lst-ctn-kix_list_22-3 0; }

#revenueLoanAgreement .lst-kix_list_5-4 > li {
  counter-increment: lst-ctn-kix_list_5-4; }

#revenueLoanAgreement ol.lst-kix_list_39-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_39-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_39-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_39-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_5-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_5-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_36-8 > li {
  counter-increment: lst-ctn-kix_list_36-8; }

#revenueLoanAgreement ol.lst-kix_list_24-6.start {
  counter-reset: lst-ctn-kix_list_24-6 0; }

#revenueLoanAgreement ol.lst-kix_list_39-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_39-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_5-2 > li:before {
  content: "" counter(lst-ctn-kix_list_5-0, decimal) "." counter(lst-ctn-kix_list_5-1, decimal) "." counter(lst-ctn-kix_list_5-2, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_39-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_8-3 > li {
  counter-increment: lst-ctn-kix_list_8-3; }

#revenueLoanAgreement ol.lst-kix_list_39-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_5-1 > li:before {
  content: "" counter(lst-ctn-kix_list_5-0, decimal) "." counter(lst-ctn-kix_list_5-1, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_18-0.start {
  counter-reset: lst-ctn-kix_list_18-0 0; }

#revenueLoanAgreement .lst-kix_list_5-7 > li:before {
  content: "" counter(lst-ctn-kix_list_5-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_5-6 > li:before {
  content: "" counter(lst-ctn-kix_list_5-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_5-8 > li:before {
  content: "" counter(lst-ctn-kix_list_5-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_6-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_6-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_5-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_5-4, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_6-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_5-5 > li:before {
  content: "" counter(lst-ctn-kix_list_5-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_6-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_6-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_6-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_6-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_12-5.start {
  counter-reset: lst-ctn-kix_list_12-5 0; }

#revenueLoanAgreement .lst-kix_list_6-1 > li:before {
  content: "" counter(lst-ctn-kix_list_6-0, decimal) "." counter(lst-ctn-kix_list_6-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_6-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_6-3, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_32-6.start {
  counter-reset: lst-ctn-kix_list_32-6 0; }

#revenueLoanAgreement .lst-kix_list_6-8 > li {
  counter-increment: lst-ctn-kix_list_6-8; }

#revenueLoanAgreement .lst-kix_list_6-0 > li:before {
  content: "" counter(lst-ctn-kix_list_6-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_6-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_6-4, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_14-8.start {
  counter-reset: lst-ctn-kix_list_14-8 0; }

#revenueLoanAgreement .lst-kix_list_6-2 > li:before {
  content: "" counter(lst-ctn-kix_list_6-0, decimal) "." counter(lst-ctn-kix_list_6-1, decimal) "." counter(lst-ctn-kix_list_6-2, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_15-0.start {
  counter-reset: lst-ctn-kix_list_15-0 0; }

#revenueLoanAgreement ol.lst-kix_list_35-1.start {
  counter-reset: lst-ctn-kix_list_35-1 0; }

#revenueLoanAgreement .lst-kix_list_6-8 > li:before {
  content: "" counter(lst-ctn-kix_list_6-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_6-5 > li:before {
  content: "" counter(lst-ctn-kix_list_6-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_6-7 > li:before {
  content: "" counter(lst-ctn-kix_list_6-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_6-6 > li:before {
  content: "" counter(lst-ctn-kix_list_6-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_17-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_10-6.start {
  counter-reset: lst-ctn-kix_list_10-6 0; }

#revenueLoanAgreement ol.lst-kix_list_27-6.start {
  counter-reset: lst-ctn-kix_list_27-6 0; }

#revenueLoanAgreement .lst-kix_list_7-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_7-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_7-6 > li:before {
  content: "" counter(lst-ctn-kix_list_7-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_17-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_18-5 > li {
  counter-increment: lst-ctn-kix_list_18-5; }

#revenueLoanAgreement ol.lst-kix_list_19-7.start {
  counter-reset: lst-ctn-kix_list_19-7 0; }

#revenueLoanAgreement ol.lst-kix_list_17-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_6-2.start {
  counter-reset: lst-ctn-kix_list_6-2 0; }

#revenueLoanAgreement .lst-kix_list_15-5 > li {
  counter-increment: lst-ctn-kix_list_15-5; }

#revenueLoanAgreement ol.lst-kix_list_17-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_24-1.start {
  counter-reset: lst-ctn-kix_list_24-1 0; }

#revenueLoanAgreement ol.lst-kix_list_17-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_17-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_36-3.start {
  counter-reset: lst-ctn-kix_list_36-3 0; }

#revenueLoanAgreement .lst-kix_list_22-2 > li {
  counter-increment: lst-ctn-kix_list_22-2; }

#revenueLoanAgreement ol.lst-kix_list_17-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_17-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_7-2 > li:before {
  content: "" counter(lst-ctn-kix_list_7-0, decimal) "." counter(lst-ctn-kix_list_7-1, decimal) "." counter(lst-ctn-kix_list_7-2, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_17-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_7-6 > li {
  counter-increment: lst-ctn-kix_list_7-6; }

#revenueLoanAgreement .lst-kix_list_27-2 > li {
  counter-increment: lst-ctn-kix_list_27-2; }

#revenueLoanAgreement .lst-kix_list_31-0 > li {
  counter-increment: lst-ctn-kix_list_31-0; }

#revenueLoanAgreement ol.lst-kix_list_22-8.start {
  counter-reset: lst-ctn-kix_list_22-8 0; }

#revenueLoanAgreement .lst-kix_list_34-8 > li:before {
  content: "" counter(lst-ctn-kix_list_34-0, decimal) "." counter(lst-ctn-kix_list_34-1, decimal) "." counter(lst-ctn-kix_list_34-2, decimal) "." counter(lst-ctn-kix_list_34-3, decimal) "." counter(lst-ctn-kix_list_34-4, decimal) "." counter(lst-ctn-kix_list_34-5, decimal) "." counter(lst-ctn-kix_list_34-6, decimal) "." counter(lst-ctn-kix_list_34-7, decimal) "." counter(lst-ctn-kix_list_34-8, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_31-0 > li:before {
  content: "" counter(lst-ctn-kix_list_31-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_12-6 > li {
  counter-increment: lst-ctn-kix_list_12-6; }

#revenueLoanAgreement .lst-kix_list_24-3 > li {
  counter-increment: lst-ctn-kix_list_24-3; }

#revenueLoanAgreement .lst-kix_list_13-7 > li:before {
  content: "" counter(lst-ctn-kix_list_13-7, lower-roman) " "; }

#revenueLoanAgreement ol.lst-kix_list_34-4.start {
  counter-reset: lst-ctn-kix_list_34-4 0; }

#revenueLoanAgreement .lst-kix_list_7-8 > li:before {
  content: "" counter(lst-ctn-kix_list_7-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_23-0.start {
  counter-reset: lst-ctn-kix_list_23-0 0; }

#revenueLoanAgreement .lst-kix_list_15-6 > li {
  counter-increment: lst-ctn-kix_list_15-6; }

#revenueLoanAgreement .lst-kix_list_4-7 > li {
  counter-increment: lst-ctn-kix_list_4-7; }

#revenueLoanAgreement .lst-kix_list_15-5 > li:before {
  content: "" counter(lst-ctn-kix_list_15-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_28-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_31-6 > li:before {
  content: "" counter(lst-ctn-kix_list_31-0, decimal) "." counter(lst-ctn-kix_list_31-1, decimal) "." counter(lst-ctn-kix_list_31-2, decimal) "." counter(lst-ctn-kix_list_31-3, decimal) "." counter(lst-ctn-kix_list_31-4, decimal) "." counter(lst-ctn-kix_list_31-5, decimal) "." counter(lst-ctn-kix_list_31-6, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_31-8 > li:before {
  content: "" counter(lst-ctn-kix_list_31-0, decimal) "." counter(lst-ctn-kix_list_31-1, decimal) "." counter(lst-ctn-kix_list_31-2, decimal) "." counter(lst-ctn-kix_list_31-3, decimal) "." counter(lst-ctn-kix_list_31-4, decimal) "." counter(lst-ctn-kix_list_31-5, decimal) "." counter(lst-ctn-kix_list_31-6, decimal) "." counter(lst-ctn-kix_list_31-7, decimal) "." counter(lst-ctn-kix_list_31-8, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_26-0.start {
  counter-reset: lst-ctn-kix_list_26-0 0; }

#revenueLoanAgreement .lst-kix_list_9-8 > li {
  counter-increment: lst-ctn-kix_list_9-8; }

#revenueLoanAgreement .lst-kix_list_13-4 > li {
  counter-increment: lst-ctn-kix_list_13-4; }

#revenueLoanAgreement ol.lst-kix_list_28-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_28-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_27-3 > li {
  counter-increment: lst-ctn-kix_list_27-3; }

#revenueLoanAgreement ol.lst-kix_list_28-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_28-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_28-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_28-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_4-1 > li:before {
  content: "" counter(lst-ctn-kix_list_4-1, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_31-2 > li:before {
  content: "" counter(lst-ctn-kix_list_31-0, decimal) "." counter(lst-ctn-kix_list_31-1, decimal) "." counter(lst-ctn-kix_list_31-2, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_31-4 > li:before {
  content: "" counter(lst-ctn-kix_list_31-0, decimal) "." counter(lst-ctn-kix_list_31-1, decimal) "." counter(lst-ctn-kix_list_31-2, decimal) "." counter(lst-ctn-kix_list_31-3, decimal) "." counter(lst-ctn-kix_list_31-4, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_28-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_28-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_15-7 > li:before {
  content: "" counter(lst-ctn-kix_list_15-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_36-0 > li {
  counter-increment: lst-ctn-kix_list_36-0; }

#revenueLoanAgreement .lst-kix_list_17-7 > li {
  counter-increment: lst-ctn-kix_list_17-7; }

#revenueLoanAgreement ol.lst-kix_list_33-3.start {
  counter-reset: lst-ctn-kix_list_33-3 0; }

#revenueLoanAgreement .lst-kix_list_4-3 > li:before {
  content: "" counter(lst-ctn-kix_list_4-3, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_4-5 > li:before {
  content: "" counter(lst-ctn-kix_list_4-5, lower-roman) ". "; }

#revenueLoanAgreement ol.lst-kix_list_38-1.start {
  counter-reset: lst-ctn-kix_list_38-1 0; }

#revenueLoanAgreement .lst-kix_list_10-5 > li {
  counter-increment: lst-ctn-kix_list_10-5; }

#revenueLoanAgreement .lst-kix_list_15-1 > li:before {
  content: "" counter(lst-ctn-kix_list_15-0, decimal) "." counter(lst-ctn-kix_list_15-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_24-4 > li {
  counter-increment: lst-ctn-kix_list_24-4; }

#revenueLoanAgreement .lst-kix_list_33-1 > li {
  counter-increment: lst-ctn-kix_list_33-1; }

#revenueLoanAgreement .lst-kix_list_15-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_15-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_22-1 > li {
  counter-increment: lst-ctn-kix_list_22-1; }

#revenueLoanAgreement ol.lst-kix_list_4-4.start {
  counter-reset: lst-ctn-kix_list_4-4 0; }

#revenueLoanAgreement .lst-kix_list_16-2 > li {
  counter-increment: lst-ctn-kix_list_16-2; }

#revenueLoanAgreement ol.lst-kix_list_39-3.start {
  counter-reset: lst-ctn-kix_list_39-3 0; }

#revenueLoanAgreement .lst-kix_list_33-2 > li {
  counter-increment: lst-ctn-kix_list_33-2; }

#revenueLoanAgreement .lst-kix_list_30-2 > li {
  counter-increment: lst-ctn-kix_list_30-2; }

#revenueLoanAgreement ol.lst-kix_list_9-2.start {
  counter-reset: lst-ctn-kix_list_9-2 0; }

#revenueLoanAgreement .lst-kix_list_20-0 > li {
  counter-increment: lst-ctn-kix_list_20-0; }

#revenueLoanAgreement ol.lst-kix_list_16-7.start {
  counter-reset: lst-ctn-kix_list_16-7 0; }

#revenueLoanAgreement .lst-kix_list_32-4 > li:before {
  content: "" counter(lst-ctn-kix_list_32-0, decimal) "." counter(lst-ctn-kix_list_32-1, decimal) "." counter(lst-ctn-kix_list_32-2, decimal) "." counter(lst-ctn-kix_list_32-3, decimal) "." counter(lst-ctn-kix_list_32-4, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_11-2 > li {
  counter-increment: lst-ctn-kix_list_11-2; }

#revenueLoanAgreement .lst-kix_list_26-5 > li {
  counter-increment: lst-ctn-kix_list_26-5; }

#revenueLoanAgreement .lst-kix_list_19-2 > li {
  counter-increment: lst-ctn-kix_list_19-2; }

#revenueLoanAgreement .lst-kix_list_33-8 > li {
  counter-increment: lst-ctn-kix_list_33-8; }

#revenueLoanAgreement .lst-kix_list_33-4 > li:before {
  content: "" counter(lst-ctn-kix_list_33-0, decimal) "." counter(lst-ctn-kix_list_33-1, decimal) "." counter(lst-ctn-kix_list_33-2, decimal) "." counter(lst-ctn-kix_list_33-3, decimal) "." counter(lst-ctn-kix_list_33-4, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_30-3 > li {
  counter-increment: lst-ctn-kix_list_30-3; }

#revenueLoanAgreement ol.lst-kix_list_8-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_12-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_12-3, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_31-4.start {
  counter-reset: lst-ctn-kix_list_31-4 0; }

#revenueLoanAgreement .lst-kix_list_38-2 > li {
  counter-increment: lst-ctn-kix_list_38-2; }

#revenueLoanAgreement .lst-kix_list_32-6 > li:before {
  content: "" counter(lst-ctn-kix_list_32-0, decimal) "." counter(lst-ctn-kix_list_32-1, decimal) "." counter(lst-ctn-kix_list_32-2, decimal) "." counter(lst-ctn-kix_list_32-3, decimal) "." counter(lst-ctn-kix_list_32-4, decimal) "." counter(lst-ctn-kix_list_32-5, decimal) "." counter(lst-ctn-kix_list_32-6, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_8-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_12-1 > li:before {
  content: "" counter(lst-ctn-kix_list_12-0, decimal) "." counter(lst-ctn-kix_list_12-1, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_8-5 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_33-0 > li:before {
  content: "" counter(lst-ctn-kix_list_33-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_33-2 > li:before {
  content: "" counter(lst-ctn-kix_list_33-0, decimal) "." counter(lst-ctn-kix_list_33-1, decimal) "." counter(lst-ctn-kix_list_33-2, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_8-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_8-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_32-8 > li:before {
  content: "" counter(lst-ctn-kix_list_32-0, decimal) "." counter(lst-ctn-kix_list_32-1, decimal) "." counter(lst-ctn-kix_list_32-2, decimal) "." counter(lst-ctn-kix_list_32-3, decimal) "." counter(lst-ctn-kix_list_32-4, decimal) "." counter(lst-ctn-kix_list_32-5, decimal) "." counter(lst-ctn-kix_list_32-6, decimal) "." counter(lst-ctn-kix_list_32-7, decimal) "." counter(lst-ctn-kix_list_32-8, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_8-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_16-3 > li {
  counter-increment: lst-ctn-kix_list_16-3; }

#revenueLoanAgreement ol.lst-kix_list_8-1 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_23-6 > li {
  counter-increment: lst-ctn-kix_list_23-6; }

#revenueLoanAgreement ol.lst-kix_list_8-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_13-3 > li {
  counter-increment: lst-ctn-kix_list_13-3; }

#revenueLoanAgreement ol.lst-kix_list_13-6.start {
  counter-reset: lst-ctn-kix_list_13-6 0; }

#revenueLoanAgreement ol.lst-kix_list_8-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_25-8.start {
  counter-reset: lst-ctn-kix_list_25-8 0; }

#revenueLoanAgreement .lst-kix_list_39-0 > li {
  counter-increment: lst-ctn-kix_list_39-0; }

#revenueLoanAgreement .lst-kix_list_34-0 > li:before {
  content: "" counter(lst-ctn-kix_list_34-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_10-4 > li {
  counter-increment: lst-ctn-kix_list_10-4; }

#revenueLoanAgreement .lst-kix_list_14-1 > li {
  counter-increment: lst-ctn-kix_list_14-1; }

#revenueLoanAgreement .lst-kix_list_21-4 > li {
  counter-increment: lst-ctn-kix_list_21-4; }

#revenueLoanAgreement .lst-kix_list_13-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_13-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_39-6 > li {
  counter-increment: lst-ctn-kix_list_39-6; }

#revenueLoanAgreement .lst-kix_list_34-4 > li:before {
  content: "" counter(lst-ctn-kix_list_34-0, decimal) "." counter(lst-ctn-kix_list_34-1, decimal) "." counter(lst-ctn-kix_list_34-2, decimal) "." counter(lst-ctn-kix_list_34-3, decimal) "." counter(lst-ctn-kix_list_34-4, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_35-3 > li {
  counter-increment: lst-ctn-kix_list_35-3; }

#revenueLoanAgreement .lst-kix_list_28-0 > li {
  counter-increment: lst-ctn-kix_list_28-0; }

#revenueLoanAgreement .lst-kix_list_34-6 > li:before {
  content: "" counter(lst-ctn-kix_list_34-0, decimal) "." counter(lst-ctn-kix_list_34-1, decimal) "." counter(lst-ctn-kix_list_34-2, decimal) "." counter(lst-ctn-kix_list_34-3, decimal) "." counter(lst-ctn-kix_list_34-4, decimal) "." counter(lst-ctn-kix_list_34-5, decimal) "." counter(lst-ctn-kix_list_34-6, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_13-5 > li:before {
  content: "" counter(lst-ctn-kix_list_13-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_12-5 > li:before {
  content: "" counter(lst-ctn-kix_list_12-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_28-8.start {
  counter-reset: lst-ctn-kix_list_28-8 0; }

#revenueLoanAgreement ol.lst-kix_list_13-7.start {
  counter-reset: lst-ctn-kix_list_13-7 0; }

#revenueLoanAgreement .lst-kix_list_18-4 > li {
  counter-increment: lst-ctn-kix_list_18-4; }

#revenueLoanAgreement .lst-kix_list_36-1 > li {
  counter-increment: lst-ctn-kix_list_36-1; }

#revenueLoanAgreement .lst-kix_list_36-7 > li {
  counter-increment: lst-ctn-kix_list_36-7; }

#revenueLoanAgreement .lst-kix_list_12-7 > li:before {
  content: "" counter(lst-ctn-kix_list_12-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_29-4 > li {
  counter-increment: lst-ctn-kix_list_29-4; }

#revenueLoanAgreement .lst-kix_list_33-6 > li:before {
  content: "" counter(lst-ctn-kix_list_33-0, decimal) "." counter(lst-ctn-kix_list_33-1, decimal) "." counter(lst-ctn-kix_list_33-2, decimal) "." counter(lst-ctn-kix_list_33-3, decimal) "." counter(lst-ctn-kix_list_33-4, decimal) "." counter(lst-ctn-kix_list_33-5, decimal) "." counter(lst-ctn-kix_list_33-6, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_21-1.start {
  counter-reset: lst-ctn-kix_list_21-1 0; }

#revenueLoanAgreement .lst-kix_list_32-4 > li {
  counter-increment: lst-ctn-kix_list_32-4; }

#revenueLoanAgreement .lst-kix_list_33-8 > li:before {
  content: "" counter(lst-ctn-kix_list_33-0, decimal) "." counter(lst-ctn-kix_list_33-1, decimal) "." counter(lst-ctn-kix_list_33-2, decimal) "." counter(lst-ctn-kix_list_33-3, decimal) "." counter(lst-ctn-kix_list_33-4, decimal) "." counter(lst-ctn-kix_list_33-5, decimal) "." counter(lst-ctn-kix_list_33-6, decimal) "." counter(lst-ctn-kix_list_33-7, decimal) "." counter(lst-ctn-kix_list_33-8, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_29-0.start {
  counter-reset: lst-ctn-kix_list_29-0 0; }

#revenueLoanAgreement .lst-kix_list_34-2 > li:before {
  content: "" counter(lst-ctn-kix_list_34-0, decimal) "." counter(lst-ctn-kix_list_34-1, decimal) "." counter(lst-ctn-kix_list_34-2, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_25-1 > li {
  counter-increment: lst-ctn-kix_list_25-1; }

#revenueLoanAgreement .lst-kix_list_13-1 > li:before {
  content: "" counter(lst-ctn-kix_list_13-0, decimal) "." counter(lst-ctn-kix_list_13-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_32-5 > li {
  counter-increment: lst-ctn-kix_list_32-5; }

#revenueLoanAgreement .lst-kix_list_34-5 > li {
  counter-increment: lst-ctn-kix_list_34-5; }

#revenueLoanAgreement .lst-kix_list_30-5 > li:before {
  content: "(" counter(lst-ctn-kix_list_30-5, lower-roman) ") "; }

#revenueLoanAgreement .lst-kix_list_22-8 > li {
  counter-increment: lst-ctn-kix_list_22-8; }

#revenueLoanAgreement .lst-kix_list_35-0 > li:before {
  content: "" counter(lst-ctn-kix_list_35-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_35-1 > li:before {
  content: "" counter(lst-ctn-kix_list_35-0, decimal) "." counter(lst-ctn-kix_list_35-1, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_35-4 > li:before {
  content: "" counter(lst-ctn-kix_list_35-0, decimal) "." counter(lst-ctn-kix_list_35-1, decimal) "." counter(lst-ctn-kix_list_35-2, decimal) "." counter(lst-ctn-kix_list_35-3, decimal) "." counter(lst-ctn-kix_list_35-4, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_35-5 > li:before {
  content: "" counter(lst-ctn-kix_list_35-0, decimal) "." counter(lst-ctn-kix_list_35-1, decimal) "." counter(lst-ctn-kix_list_35-2, decimal) "." counter(lst-ctn-kix_list_35-3, decimal) "." counter(lst-ctn-kix_list_35-4, decimal) "." counter(lst-ctn-kix_list_35-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_11-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_11-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_28-8 > li {
  counter-increment: lst-ctn-kix_list_28-8; }

#revenueLoanAgreement ol.lst-kix_list_11-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_33-2.start {
  counter-reset: lst-ctn-kix_list_33-2 0; }

#revenueLoanAgreement .lst-kix_list_30-1 > li:before {
  content: "" counter(lst-ctn-kix_list_30-1, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_11-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_11-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_3-0 > li:before {
  content: "\0025cf  "; }

#revenueLoanAgreement ol.lst-kix_list_11-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_30-2 > li:before {
  content: "" counter(lst-ctn-kix_list_30-2, lower-roman) ") "; }

#revenueLoanAgreement ol.lst-kix_list_11-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_20-5.start {
  counter-reset: lst-ctn-kix_list_20-5 0; }

#revenueLoanAgreement ol.lst-kix_list_13-1.start {
  counter-reset: lst-ctn-kix_list_13-1 0; }

#revenueLoanAgreement ol.lst-kix_list_11-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_11-1 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_4-0 > li {
  counter-increment: lst-ctn-kix_list_4-0; }

#revenueLoanAgreement .lst-kix_list_31-6 > li {
  counter-increment: lst-ctn-kix_list_31-6; }

#revenueLoanAgreement ol.lst-kix_list_37-5.start {
  counter-reset: lst-ctn-kix_list_37-5 0; }

#revenueLoanAgreement .lst-kix_list_3-4 > li:before {
  content: "o  "; }

#revenueLoanAgreement .lst-kix_list_3-3 > li:before {
  content: "\0025cf  "; }

#revenueLoanAgreement .lst-kix_list_8-0 > li:before {
  content: "" counter(lst-ctn-kix_list_8-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_30-6 > li:before {
  content: "" counter(lst-ctn-kix_list_30-6, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_8-7 > li:before {
  content: "" counter(lst-ctn-kix_list_8-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_38-3 > li {
  counter-increment: lst-ctn-kix_list_38-3; }

#revenueLoanAgreement .lst-kix_list_3-8 > li:before {
  content: "\0025aa  "; }

#revenueLoanAgreement ol.lst-kix_list_10-7.start {
  counter-reset: lst-ctn-kix_list_10-7 0; }

#revenueLoanAgreement .lst-kix_list_8-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_8-3, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_22-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_22-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_22-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_3-7 > li:before {
  content: "o  "; }

#revenueLoanAgreement ol.lst-kix_list_22-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_22-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_8-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_8-4, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_22-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_22-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_19-1 > li {
  counter-increment: lst-ctn-kix_list_19-1; }

#revenueLoanAgreement ol.lst-kix_list_22-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_22-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_8-5.start {
  counter-reset: lst-ctn-kix_list_8-5 0; }

#revenueLoanAgreement ol.lst-kix_list_26-4.start {
  counter-reset: lst-ctn-kix_list_26-4 0; }

#revenueLoanAgreement .lst-kix_list_35-8 > li:before {
  content: "" counter(lst-ctn-kix_list_35-0, decimal) "." counter(lst-ctn-kix_list_35-1, decimal) "." counter(lst-ctn-kix_list_35-2, decimal) "." counter(lst-ctn-kix_list_35-3, decimal) "." counter(lst-ctn-kix_list_35-4, decimal) "." counter(lst-ctn-kix_list_35-5, decimal) "." counter(lst-ctn-kix_list_35-6, decimal) "." counter(lst-ctn-kix_list_35-7, decimal) "." counter(lst-ctn-kix_list_35-8, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_17-1 > li {
  counter-increment: lst-ctn-kix_list_17-1; }

#revenueLoanAgreement .lst-kix_list_11-1 > li:before {
  content: "" counter(lst-ctn-kix_list_11-0, decimal) "." counter(lst-ctn-kix_list_11-1, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_31-0.start {
  counter-reset: lst-ctn-kix_list_31-0 0; }

#revenueLoanAgreement .lst-kix_list_11-0 > li:before {
  content: "" counter(lst-ctn-kix_list_11-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_9-3.start {
  counter-reset: lst-ctn-kix_list_9-3 0; }

#revenueLoanAgreement .lst-kix_list_8-8 > li:before {
  content: "" counter(lst-ctn-kix_list_8-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_35-4 > li {
  counter-increment: lst-ctn-kix_list_35-4; }

#revenueLoanAgreement .lst-kix_list_37-4 > li {
  counter-increment: lst-ctn-kix_list_37-4; }

#revenueLoanAgreement .lst-kix_list_16-8 > li:before {
  content: "" counter(lst-ctn-kix_list_16-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_16-7 > li:before {
  content: "" counter(lst-ctn-kix_list_16-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_17-8 > li {
  counter-increment: lst-ctn-kix_list_17-8; }

#revenueLoanAgreement ol.lst-kix_list_35-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_4-8 > li:before {
  content: "" counter(lst-ctn-kix_list_4-8, lower-roman) ". "; }

#revenueLoanAgreement ol.lst-kix_list_35-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_35-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_21-5 > li {
  counter-increment: lst-ctn-kix_list_21-5; }

#revenueLoanAgreement .lst-kix_list_4-7 > li:before {
  content: "" counter(lst-ctn-kix_list_4-7, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_35-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_14-2 > li {
  counter-increment: lst-ctn-kix_list_14-2; }

#revenueLoanAgreement ol.lst-kix_list_20-0.start {
  counter-reset: lst-ctn-kix_list_20-0 0; }

#revenueLoanAgreement .lst-kix_list_17-0 > li:before {
  content: "" counter(lst-ctn-kix_list_17-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_35-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_35-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_35-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_35-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_35-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_39-8 > li {
  counter-increment: lst-ctn-kix_list_39-8; }

#revenueLoanAgreement .lst-kix_list_16-0 > li:before {
  content: "" counter(lst-ctn-kix_list_16-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_4-8.start {
  counter-reset: lst-ctn-kix_list_4-8 0; }

#revenueLoanAgreement .lst-kix_list_8-4 > li {
  counter-increment: lst-ctn-kix_list_8-4; }

#revenueLoanAgreement .lst-kix_list_16-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_16-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_16-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_16-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_11-3 > li {
  counter-increment: lst-ctn-kix_list_11-3; }

#revenueLoanAgreement ol.lst-kix_list_18-1.start {
  counter-reset: lst-ctn-kix_list_18-1 0; }

#revenueLoanAgreement .lst-kix_list_30-1 > li {
  counter-increment: lst-ctn-kix_list_30-1; }

#revenueLoanAgreement ol.lst-kix_list_37-4.start {
  counter-reset: lst-ctn-kix_list_37-4 0; }

#revenueLoanAgreement ol.lst-kix_list_39-7.start {
  counter-reset: lst-ctn-kix_list_39-7 0; }

#revenueLoanAgreement ol.lst-kix_list_8-6.start {
  counter-reset: lst-ctn-kix_list_8-6 0; }

#revenueLoanAgreement .lst-kix_list_17-7 > li:before {
  content: "" counter(lst-ctn-kix_list_17-7, lower-roman) " "; }

#revenueLoanAgreement ol.lst-kix_list_38-2.start {
  counter-reset: lst-ctn-kix_list_38-2 0; }

#revenueLoanAgreement .lst-kix_list_17-8 > li:before {
  content: "" counter(lst-ctn-kix_list_17-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_33-0 > li {
  counter-increment: lst-ctn-kix_list_33-0; }

#revenueLoanAgreement .lst-kix_list_17-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_17-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_17-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_17-4, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_8-0.start {
  counter-reset: lst-ctn-kix_list_8-0 0; }

#revenueLoanAgreement .lst-kix_list_7-0 > li:before {
  content: "" counter(lst-ctn-kix_list_7-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_27-7.start {
  counter-reset: lst-ctn-kix_list_27-7 0; }

#revenueLoanAgreement ol.lst-kix_list_19-6.start {
  counter-reset: lst-ctn-kix_list_19-6 0; }

#revenueLoanAgreement ol.lst-kix_list_9-7.start {
  counter-reset: lst-ctn-kix_list_9-7 0; }

#revenueLoanAgreement ol.lst-kix_list_13-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_2-4 > li:before {
  content: "o  "; }

#revenueLoanAgreement .lst-kix_list_2-8 > li:before {
  content: "\0025aa  "; }

#revenueLoanAgreement ol.lst-kix_list_13-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_13-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_13-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_13-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_13-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_13-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_13-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_7-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_7-3, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_13-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_10-0 > li:before {
  content: "" counter(lst-ctn-kix_list_10-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_9-7 > li {
  counter-increment: lst-ctn-kix_list_9-7; }

#revenueLoanAgreement ol.lst-kix_list_21-7.start {
  counter-reset: lst-ctn-kix_list_21-7 0; }

#revenueLoanAgreement .lst-kix_list_13-8 > li:before {
  content: "" counter(lst-ctn-kix_list_13-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_31-1 > li:before {
  content: "" counter(lst-ctn-kix_list_31-0, decimal) "." counter(lst-ctn-kix_list_31-1, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_18-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_18-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_18-7 > li:before {
  content: "" counter(lst-ctn-kix_list_18-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_18-6 > li {
  counter-increment: lst-ctn-kix_list_18-6; }

#revenueLoanAgreement ol.lst-kix_list_39-8.start {
  counter-reset: lst-ctn-kix_list_39-8 0; }

#revenueLoanAgreement .lst-kix_list_7-7 > li:before {
  content: "" counter(lst-ctn-kix_list_7-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_36-5 > li:before {
  content: "(" counter(lst-ctn-kix_list_36-2, lower-latin) ")." counter(lst-ctn-kix_list_36-3, decimal) "." counter(lst-ctn-kix_list_36-4, decimal) "." counter(lst-ctn-kix_list_36-5, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_8-1.start {
  counter-reset: lst-ctn-kix_list_8-1 0; }

#revenueLoanAgreement .lst-kix_list_15-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_15-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_31-5 > li:before {
  content: "" counter(lst-ctn-kix_list_31-0, decimal) "." counter(lst-ctn-kix_list_31-1, decimal) "." counter(lst-ctn-kix_list_31-2, decimal) "." counter(lst-ctn-kix_list_31-3, decimal) "." counter(lst-ctn-kix_list_31-4, decimal) "." counter(lst-ctn-kix_list_31-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_19-1.start {
  counter-reset: lst-ctn-kix_list_19-1 0; }

#revenueLoanAgreement ol.lst-kix_list_24-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_10-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_10-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_10-8 > li:before {
  content: "" counter(lst-ctn-kix_list_10-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_20-4.start {
  counter-reset: lst-ctn-kix_list_20-4 0; }

#revenueLoanAgreement .lst-kix_list_4-0 > li:before {
  content: "" counter(lst-ctn-kix_list_4-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_36-1 > li:before {
  content: "" counter(lst-ctn-kix_list_36-0, decimal) "." counter(lst-ctn-kix_list_36-1, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_24-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_24-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_24-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_25-2.start {
  counter-reset: lst-ctn-kix_list_25-2 0; }

#revenueLoanAgreement .lst-kix_list_15-0 > li:before {
  content: "" counter(lst-ctn-kix_list_15-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_15-8 > li:before {
  content: "" counter(lst-ctn-kix_list_15-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_24-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_24-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_14-3.start {
  counter-reset: lst-ctn-kix_list_14-3 0; }

#revenueLoanAgreement ol.lst-kix_list_24-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_38-7.start {
  counter-reset: lst-ctn-kix_list_38-7 0; }

#revenueLoanAgreement ol.lst-kix_list_24-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_15-7 > li {
  counter-increment: lst-ctn-kix_list_15-7; }

#revenueLoanAgreement ol.lst-kix_list_24-2 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_4-4 > li:before {
  content: "" counter(lst-ctn-kix_list_4-4, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_9-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_9-3, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_7-0.start {
  counter-reset: lst-ctn-kix_list_7-0 0; }

#revenueLoanAgreement ol.lst-kix_list_32-5.start {
  counter-reset: lst-ctn-kix_list_32-5 0; }

#revenueLoanAgreement .lst-kix_list_12-8 > li {
  counter-increment: lst-ctn-kix_list_12-8; }

#revenueLoanAgreement ol.lst-kix_list_13-2.start {
  counter-reset: lst-ctn-kix_list_13-2 0; }

#revenueLoanAgreement ol.lst-kix_list_4-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_4-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_4-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_4-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_33-7.start {
  counter-reset: lst-ctn-kix_list_33-7 0; }

#revenueLoanAgreement ol.lst-kix_list_37-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_14-4.start {
  counter-reset: lst-ctn-kix_list_14-4 0; }

#revenueLoanAgreement ol.lst-kix_list_37-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_9-7 > li:before {
  content: "" counter(lst-ctn-kix_list_9-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_29-4 > li:before {
  content: "" counter(lst-ctn-kix_list_29-0, decimal) "." counter(lst-ctn-kix_list_29-1, decimal) "." counter(lst-ctn-kix_list_29-2, decimal) "." counter(lst-ctn-kix_list_29-3, lower-latin) "." counter(lst-ctn-kix_list_29-4, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_29-8 > li:before {
  content: "" counter(lst-ctn-kix_list_29-0, decimal) "." counter(lst-ctn-kix_list_29-1, decimal) "." counter(lst-ctn-kix_list_29-2, decimal) "." counter(lst-ctn-kix_list_29-3, lower-latin) "." counter(lst-ctn-kix_list_29-4, decimal) "." counter(lst-ctn-kix_list_29-5, decimal) "." counter(lst-ctn-kix_list_29-6, decimal) "." counter(lst-ctn-kix_list_29-7, decimal) "." counter(lst-ctn-kix_list_29-8, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_37-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_37-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_37-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_32-2.start {
  counter-reset: lst-ctn-kix_list_32-2 0; }

#revenueLoanAgreement .lst-kix_list_32-5 > li:before {
  content: "" counter(lst-ctn-kix_list_32-0, decimal) "." counter(lst-ctn-kix_list_32-1, decimal) "." counter(lst-ctn-kix_list_32-2, decimal) "." counter(lst-ctn-kix_list_32-3, decimal) "." counter(lst-ctn-kix_list_32-4, decimal) "." counter(lst-ctn-kix_list_32-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_37-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_37-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_11-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_11-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_12-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_12-4, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_37-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_37-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_5-3 > li {
  counter-increment: lst-ctn-kix_list_5-3; }

#revenueLoanAgreement ol.lst-kix_list_37-0.start {
  counter-reset: lst-ctn-kix_list_37-0 0; }

#revenueLoanAgreement .lst-kix_list_29-0 > li:before {
  content: "" counter(lst-ctn-kix_list_29-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_4-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_7-4 > li {
  counter-increment: lst-ctn-kix_list_7-4; }

#revenueLoanAgreement .lst-kix_list_33-1 > li:before {
  content: "" counter(lst-ctn-kix_list_33-0, decimal) "." counter(lst-ctn-kix_list_33-1, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_1-0 > li:before {
  content: "\0025cf  "; }

#revenueLoanAgreement ol.lst-kix_list_19-2.start {
  counter-reset: lst-ctn-kix_list_19-2 0; }

#revenueLoanAgreement ol.lst-kix_list_38-5.start {
  counter-reset: lst-ctn-kix_list_38-5 0; }

#revenueLoanAgreement ol.lst-kix_list_4-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_11-8 > li:before {
  content: "" counter(lst-ctn-kix_list_11-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_4-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_4-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_12-0 > li:before {
  content: "" counter(lst-ctn-kix_list_12-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_4-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_1-4 > li:before {
  content: "o  "; }

#revenueLoanAgreement .lst-kix_list_13-0 > li:before {
  content: "" counter(lst-ctn-kix_list_13-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_13-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_13-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_34-5 > li:before {
  content: "" counter(lst-ctn-kix_list_34-0, decimal) "." counter(lst-ctn-kix_list_34-1, decimal) "." counter(lst-ctn-kix_list_34-2, decimal) "." counter(lst-ctn-kix_list_34-3, decimal) "." counter(lst-ctn-kix_list_34-4, decimal) "." counter(lst-ctn-kix_list_34-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_26-5.start {
  counter-reset: lst-ctn-kix_list_26-5 0; }

#revenueLoanAgreement ol.lst-kix_list_38-6.start {
  counter-reset: lst-ctn-kix_list_38-6 0; }

#revenueLoanAgreement .lst-kix_list_33-5 > li:before {
  content: "" counter(lst-ctn-kix_list_33-0, decimal) "." counter(lst-ctn-kix_list_33-1, decimal) "." counter(lst-ctn-kix_list_33-2, decimal) "." counter(lst-ctn-kix_list_33-3, decimal) "." counter(lst-ctn-kix_list_33-4, decimal) "." counter(lst-ctn-kix_list_33-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_19-3.start {
  counter-reset: lst-ctn-kix_list_19-3 0; }

#revenueLoanAgreement .lst-kix_list_2-0 > li:before {
  content: "\0025cf  "; }

#revenueLoanAgreement .lst-kix_list_4-5 > li {
  counter-increment: lst-ctn-kix_list_4-5; }

#revenueLoanAgreement ol.lst-kix_list_33-8.start {
  counter-reset: lst-ctn-kix_list_33-8 0; }

#revenueLoanAgreement ol.lst-kix_list_9-8.start {
  counter-reset: lst-ctn-kix_list_9-8 0; }

#revenueLoanAgreement .lst-kix_list_1-8 > li:before {
  content: "\0025aa  "; }

#revenueLoanAgreement .lst-kix_list_34-1 > li:before {
  content: "" counter(lst-ctn-kix_list_34-0, decimal) "." counter(lst-ctn-kix_list_34-1, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_12-8 > li:before {
  content: "" counter(lst-ctn-kix_list_12-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_8-2 > li {
  counter-increment: lst-ctn-kix_list_8-2; }

#revenueLoanAgreement .lst-kix_list_19-0 > li:before {
  content: "" counter(lst-ctn-kix_list_19-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_17-7.start {
  counter-reset: lst-ctn-kix_list_17-7 0; }

#revenueLoanAgreement ol.lst-kix_list_12-6.start {
  counter-reset: lst-ctn-kix_list_12-6 0; }

#revenueLoanAgreement .lst-kix_list_23-8 > li {
  counter-increment: lst-ctn-kix_list_23-8; }

#revenueLoanAgreement .lst-kix_list_8-1 > li {
  counter-increment: lst-ctn-kix_list_8-1; }

#revenueLoanAgreement .lst-kix_list_35-5 > li {
  counter-increment: lst-ctn-kix_list_35-5; }

#revenueLoanAgreement ol.lst-kix_list_30-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_8-2.start {
  counter-reset: lst-ctn-kix_list_8-2 0; }

#revenueLoanAgreement ol.lst-kix_list_26-1.start {
  counter-reset: lst-ctn-kix_list_26-1 0; }

#revenueLoanAgreement ol.lst-kix_list_30-5 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_19-2 > li:before {
  content: "" counter(lst-ctn-kix_list_19-0, decimal) "." counter(lst-ctn-kix_list_19-1, decimal) "." counter(lst-ctn-kix_list_19-2, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_30-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_21-0.start {
  counter-reset: lst-ctn-kix_list_21-0 0; }

#revenueLoanAgreement ol.lst-kix_list_30-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_30-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_30-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_30-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_30-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_30-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_7-0 > li {
  counter-increment: lst-ctn-kix_list_7-0; }

#revenueLoanAgreement .lst-kix_list_19-0 > li {
  counter-increment: lst-ctn-kix_list_19-0; }

#revenueLoanAgreement .lst-kix_list_29-6 > li {
  counter-increment: lst-ctn-kix_list_29-6; }

#revenueLoanAgreement .lst-kix_list_36-6 > li {
  counter-increment: lst-ctn-kix_list_36-6; }

#revenueLoanAgreement ol.lst-kix_list_31-3.start {
  counter-reset: lst-ctn-kix_list_31-3 0; }

#revenueLoanAgreement ol.lst-kix_list_19-8.start {
  counter-reset: lst-ctn-kix_list_19-8 0; }

#revenueLoanAgreement ol.lst-kix_list_36-4.start {
  counter-reset: lst-ctn-kix_list_36-4 0; }

#revenueLoanAgreement .lst-kix_list_19-8 > li:before {
  content: "" counter(lst-ctn-kix_list_19-8, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_14-7.start {
  counter-reset: lst-ctn-kix_list_14-7 0; }

#revenueLoanAgreement ol.lst-kix_list_20-8.start {
  counter-reset: lst-ctn-kix_list_20-8 0; }

#revenueLoanAgreement .lst-kix_list_19-5 > li:before {
  content: "" counter(lst-ctn-kix_list_19-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_34-8.start {
  counter-reset: lst-ctn-kix_list_34-8 0; }

#revenueLoanAgreement .lst-kix_list_19-7 > li:before {
  content: "" counter(lst-ctn-kix_list_19-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_9-2 > li {
  counter-increment: lst-ctn-kix_list_9-2; }

#revenueLoanAgreement ol.lst-kix_list_23-8.start {
  counter-reset: lst-ctn-kix_list_23-8 0; }

#revenueLoanAgreement .lst-kix_list_24-5 > li {
  counter-increment: lst-ctn-kix_list_24-5; }

#revenueLoanAgreement .lst-kix_list_37-7 > li:before {
  content: "" counter(lst-ctn-kix_list_37-0, decimal) "." counter(lst-ctn-kix_list_37-1, decimal) "." counter(lst-ctn-kix_list_37-2, decimal) "." counter(lst-ctn-kix_list_37-3, decimal) "." counter(lst-ctn-kix_list_37-4, decimal) "." counter(lst-ctn-kix_list_37-5, decimal) "." counter(lst-ctn-kix_list_37-6, decimal) "." counter(lst-ctn-kix_list_37-7, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_17-2.start {
  counter-reset: lst-ctn-kix_list_17-2 0; }

#revenueLoanAgreement .lst-kix_list_13-2 > li {
  counter-increment: lst-ctn-kix_list_13-2; }

#revenueLoanAgreement ol.lst-kix_list_21-5.start {
  counter-reset: lst-ctn-kix_list_21-5 0; }

#revenueLoanAgreement .lst-kix_list_38-0 > li:before {
  content: "" counter(lst-ctn-kix_list_38-0, upper-roman) ". "; }

#revenueLoanAgreement .lst-kix_list_19-7 > li {
  counter-increment: lst-ctn-kix_list_19-7; }

#revenueLoanAgreement .lst-kix_list_38-1 > li:before {
  content: "" counter(lst-ctn-kix_list_38-1, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_14-3 > li {
  counter-increment: lst-ctn-kix_list_14-3; }

#revenueLoanAgreement ol.lst-kix_list_15-6.start {
  counter-reset: lst-ctn-kix_list_15-6 0; }

#revenueLoanAgreement .lst-kix_list_37-2 > li:before {
  content: "" counter(lst-ctn-kix_list_37-0, decimal) "." counter(lst-ctn-kix_list_37-1, decimal) "." counter(lst-ctn-kix_list_37-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_37-4 > li:before {
  content: "" counter(lst-ctn-kix_list_37-0, decimal) "." counter(lst-ctn-kix_list_37-1, decimal) "." counter(lst-ctn-kix_list_37-2, decimal) "." counter(lst-ctn-kix_list_37-3, decimal) "." counter(lst-ctn-kix_list_37-4, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_25-6 > li {
  counter-increment: lst-ctn-kix_list_25-6; }

#revenueLoanAgreement .lst-kix_list_37-5 > li:before {
  content: "" counter(lst-ctn-kix_list_37-0, decimal) "." counter(lst-ctn-kix_list_37-1, decimal) "." counter(lst-ctn-kix_list_37-2, decimal) "." counter(lst-ctn-kix_list_37-3, decimal) "." counter(lst-ctn-kix_list_37-4, decimal) "." counter(lst-ctn-kix_list_37-5, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_12-1 > li {
  counter-increment: lst-ctn-kix_list_12-1; }

#revenueLoanAgreement ol.lst-kix_list_31-8.start {
  counter-reset: lst-ctn-kix_list_31-8 0; }

#revenueLoanAgreement .lst-kix_list_18-1 > li:before {
  content: "" counter(lst-ctn-kix_list_18-0, decimal) "." counter(lst-ctn-kix_list_18-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_33-3 > li {
  counter-increment: lst-ctn-kix_list_33-3; }

#revenueLoanAgreement .lst-kix_list_38-8 > li:before {
  content: "" counter(lst-ctn-kix_list_38-8, lower-roman) ". "; }

#revenueLoanAgreement ol.lst-kix_list_25-4.start {
  counter-reset: lst-ctn-kix_list_25-4 0; }

#revenueLoanAgreement .lst-kix_list_38-3 > li:before {
  content: "" counter(lst-ctn-kix_list_38-3, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_23-4 > li {
  counter-increment: lst-ctn-kix_list_23-4; }

#revenueLoanAgreement ol.lst-kix_list_23-1.start {
  counter-reset: lst-ctn-kix_list_23-1 0; }

#revenueLoanAgreement .lst-kix_list_38-6 > li:before {
  content: "" counter(lst-ctn-kix_list_38-6, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_32-0.start {
  counter-reset: lst-ctn-kix_list_32-0 0; }

#revenueLoanAgreement ol.lst-kix_list_34-3.start {
  counter-reset: lst-ctn-kix_list_34-3 0; }

#revenueLoanAgreement .lst-kix_list_23-1 > li {
  counter-increment: lst-ctn-kix_list_23-1; }

#revenueLoanAgreement .lst-kix_list_34-4 > li {
  counter-increment: lst-ctn-kix_list_34-4; }

#revenueLoanAgreement .lst-kix_list_2-7 > li:before {
  content: "o  "; }

#revenueLoanAgreement .lst-kix_list_24-2 > li {
  counter-increment: lst-ctn-kix_list_24-2; }

#revenueLoanAgreement .lst-kix_list_2-5 > li:before {
  content: "\0025aa  "; }

#revenueLoanAgreement ol.lst-kix_list_32-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_17-0.start {
  counter-reset: lst-ctn-kix_list_17-0 0; }

#revenueLoanAgreement ol.lst-kix_list_32-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_27-5 > li:before {
  content: "" counter(lst-ctn-kix_list_27-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_32-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_32-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_32-6 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_32-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_10-3.start {
  counter-reset: lst-ctn-kix_list_10-3 0; }

#revenueLoanAgreement ol.lst-kix_list_32-0 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_22-3 > li {
  counter-increment: lst-ctn-kix_list_22-3; }

#revenueLoanAgreement .lst-kix_list_18-6 > li:before {
  content: "" counter(lst-ctn-kix_list_18-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_32-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_32-1 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_14-6 > li {
  counter-increment: lst-ctn-kix_list_14-6; }

#revenueLoanAgreement .lst-kix_list_39-5 > li:before {
  content: "" counter(lst-ctn-kix_list_39-0, decimal) "." counter(lst-ctn-kix_list_39-1, decimal) "." counter(lst-ctn-kix_list_39-2, decimal) "." counter(lst-ctn-kix_list_39-3, lower-latin) "." counter(lst-ctn-kix_list_39-4, decimal) "." counter(lst-ctn-kix_list_39-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_39-7 > li:before {
  content: "" counter(lst-ctn-kix_list_39-0, decimal) "." counter(lst-ctn-kix_list_39-1, decimal) "." counter(lst-ctn-kix_list_39-2, decimal) "." counter(lst-ctn-kix_list_39-3, lower-latin) "." counter(lst-ctn-kix_list_39-4, decimal) "." counter(lst-ctn-kix_list_39-5, decimal) "." counter(lst-ctn-kix_list_39-6, decimal) "." counter(lst-ctn-kix_list_39-7, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_10-1 > li:before {
  content: "" counter(lst-ctn-kix_list_10-0, decimal) "." counter(lst-ctn-kix_list_10-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_18-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_18-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_7-7 > li {
  counter-increment: lst-ctn-kix_list_7-7; }

#revenueLoanAgreement ol.lst-kix_list_15-1.start {
  counter-reset: lst-ctn-kix_list_15-1 0; }

#revenueLoanAgreement ol.lst-kix_list_15-4.start {
  counter-reset: lst-ctn-kix_list_15-4 0; }

#revenueLoanAgreement .lst-kix_list_36-6 > li:before {
  content: "(" counter(lst-ctn-kix_list_36-2, lower-latin) ")." counter(lst-ctn-kix_list_36-3, decimal) "." counter(lst-ctn-kix_list_36-4, decimal) "." counter(lst-ctn-kix_list_36-5, decimal) "." counter(lst-ctn-kix_list_36-6, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_39-2.start {
  counter-reset: lst-ctn-kix_list_39-2 0; }

#revenueLoanAgreement .lst-kix_list_10-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_10-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_15-4 > li {
  counter-increment: lst-ctn-kix_list_15-4; }

#revenueLoanAgreement ol.lst-kix_list_7-3.start {
  counter-reset: lst-ctn-kix_list_7-3 0; }

#revenueLoanAgreement .lst-kix_list_36-0 > li:before {
  content: "" counter(lst-ctn-kix_list_36-0, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_36-8 > li:before {
  content: "(" counter(lst-ctn-kix_list_36-2, lower-latin) ")." counter(lst-ctn-kix_list_36-3, decimal) "." counter(lst-ctn-kix_list_36-4, decimal) "." counter(lst-ctn-kix_list_36-5, decimal) "." counter(lst-ctn-kix_list_36-6, decimal) "." counter(lst-ctn-kix_list_36-7, decimal) "." counter(lst-ctn-kix_list_36-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_34-0 > li {
  counter-increment: lst-ctn-kix_list_34-0; }

#revenueLoanAgreement .lst-kix_list_28-1 > li {
  counter-increment: lst-ctn-kix_list_28-1; }

#revenueLoanAgreement .lst-kix_list_26-4 > li {
  counter-increment: lst-ctn-kix_list_26-4; }

#revenueLoanAgreement ol.lst-kix_list_5-7.start {
  counter-reset: lst-ctn-kix_list_5-7 0; }

#revenueLoanAgreement ol.lst-kix_list_28-7.start {
  counter-reset: lst-ctn-kix_list_28-7 0; }

#revenueLoanAgreement .lst-kix_list_20-8 > li:before {
  content: "" counter(lst-ctn-kix_list_20-8, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_39-1 > li {
  counter-increment: lst-ctn-kix_list_39-1; }

#revenueLoanAgreement .lst-kix_list_29-7 > li:before {
  content: "" counter(lst-ctn-kix_list_29-0, decimal) "." counter(lst-ctn-kix_list_29-1, decimal) "." counter(lst-ctn-kix_list_29-2, decimal) "." counter(lst-ctn-kix_list_29-3, lower-latin) "." counter(lst-ctn-kix_list_29-4, decimal) "." counter(lst-ctn-kix_list_29-5, decimal) "." counter(lst-ctn-kix_list_29-6, decimal) "." counter(lst-ctn-kix_list_29-7, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_29-5 > li:before {
  content: "" counter(lst-ctn-kix_list_29-0, decimal) "." counter(lst-ctn-kix_list_29-1, decimal) "." counter(lst-ctn-kix_list_29-2, decimal) "." counter(lst-ctn-kix_list_29-3, lower-latin) "." counter(lst-ctn-kix_list_29-4, decimal) "." counter(lst-ctn-kix_list_29-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_20-0 > li:before {
  content: "" counter(lst-ctn-kix_list_20-0, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_10-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_9-6 > li:before {
  content: "" counter(lst-ctn-kix_list_9-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_10-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_10-3 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_9-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_9-4, decimal) ") "; }

#revenueLoanAgreement .lst-kix_list_30-8 > li {
  counter-increment: lst-ctn-kix_list_30-8; }

#revenueLoanAgreement ol.lst-kix_list_10-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_34-5.start {
  counter-reset: lst-ctn-kix_list_34-5 0; }

#revenueLoanAgreement ol.lst-kix_list_10-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_10-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_20-6 > li:before {
  content: "" counter(lst-ctn-kix_list_20-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_23-0 > li {
  counter-increment: lst-ctn-kix_list_23-0; }

#revenueLoanAgreement ol.lst-kix_list_10-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_10-1 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_2-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_10-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_12-1.start {
  counter-reset: lst-ctn-kix_list_12-1 0; }

#revenueLoanAgreement .lst-kix_list_11-5 > li:before {
  content: "" counter(lst-ctn-kix_list_11-5, decimal) ". "; }

#revenueLoanAgreement ul.lst-kix_list_2-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_21-2.start {
  counter-reset: lst-ctn-kix_list_21-2 0; }

#revenueLoanAgreement ul.lst-kix_list_2-3 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_2-0 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_2-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_36-2.start {
  counter-reset: lst-ctn-kix_list_36-2 0; }

#revenueLoanAgreement ul.lst-kix_list_2-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_20-6 > li {
  counter-increment: lst-ctn-kix_list_20-6; }

#revenueLoanAgreement .lst-kix_list_1-1 > li:before {
  content: "o  "; }

#revenueLoanAgreement ul.lst-kix_list_2-7 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_11-7 > li:before {
  content: "" counter(lst-ctn-kix_list_11-7, lower-roman) " "; }

#revenueLoanAgreement ul.lst-kix_list_2-4 {
  list-style-type: none; }

#revenueLoanAgreement ul.lst-kix_list_2-5 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_8-5 > li {
  counter-increment: lst-ctn-kix_list_8-5; }

#revenueLoanAgreement ol.lst-kix_list_25-7.start {
  counter-reset: lst-ctn-kix_list_25-7 0; }

#revenueLoanAgreement .lst-kix_list_1-3 > li:before {
  content: "\0025cf  "; }

#revenueLoanAgreement ol.lst-kix_list_34-6.start {
  counter-reset: lst-ctn-kix_list_34-6 0; }

#revenueLoanAgreement ol.lst-kix_list_10-5.start {
  counter-reset: lst-ctn-kix_list_10-5 0; }

#revenueLoanAgreement .lst-kix_list_28-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_28-3, lower-latin) ") "; }

#revenueLoanAgreement ol.lst-kix_list_21-8 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_21-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_21-4 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_21-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_21-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_14-7 > li {
  counter-increment: lst-ctn-kix_list_14-7; }

#revenueLoanAgreement ol.lst-kix_list_21-5 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_21-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_7-5.start {
  counter-reset: lst-ctn-kix_list_7-5 0; }

#revenueLoanAgreement ol.lst-kix_list_31-5.start {
  counter-reset: lst-ctn-kix_list_31-5 0; }

#revenueLoanAgreement ol.lst-kix_list_21-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_21-1 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_27-7 > li:before {
  content: "" counter(lst-ctn-kix_list_27-7, lower-roman) " "; }

#revenueLoanAgreement .lst-kix_list_25-7 > li {
  counter-increment: lst-ctn-kix_list_25-7; }

#revenueLoanAgreement ol.lst-kix_list_39-4.start {
  counter-reset: lst-ctn-kix_list_39-4 0; }

#revenueLoanAgreement .lst-kix_list_28-1 > li:before {
  content: "" counter(lst-ctn-kix_list_28-0, decimal) "." counter(lst-ctn-kix_list_28-1, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_19-6 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_35-2 > li:before {
  content: "" counter(lst-ctn-kix_list_35-0, decimal) "." counter(lst-ctn-kix_list_35-1, decimal) "." counter(lst-ctn-kix_list_35-2, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_19-7 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_19-8 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_30-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_30-3, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_19-2 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_34-0.start {
  counter-reset: lst-ctn-kix_list_34-0 0; }

#revenueLoanAgreement .lst-kix_list_26-8 > li {
  counter-increment: lst-ctn-kix_list_26-8; }

#revenueLoanAgreement ol.lst-kix_list_19-3 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_19-4 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_30-8 > li:before {
  content: "" counter(lst-ctn-kix_list_30-8, lower-roman) ". "; }

#revenueLoanAgreement ol.lst-kix_list_19-5 {
  list-style-type: none; }

#revenueLoanAgreement .lst-kix_list_35-7 > li:before {
  content: "" counter(lst-ctn-kix_list_35-0, decimal) "." counter(lst-ctn-kix_list_35-1, decimal) "." counter(lst-ctn-kix_list_35-2, decimal) "." counter(lst-ctn-kix_list_35-3, decimal) "." counter(lst-ctn-kix_list_35-4, decimal) "." counter(lst-ctn-kix_list_35-5, decimal) "." counter(lst-ctn-kix_list_35-6, decimal) "." counter(lst-ctn-kix_list_35-7, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_30-5 > li {
  counter-increment: lst-ctn-kix_list_30-5; }

#revenueLoanAgreement ol.lst-kix_list_19-0 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_39-1.start {
  counter-reset: lst-ctn-kix_list_39-1 0; }

#revenueLoanAgreement ol.lst-kix_list_19-1 {
  list-style-type: none; }

#revenueLoanAgreement ol.lst-kix_list_7-7.start {
  counter-reset: lst-ctn-kix_list_7-7 0; }

#revenueLoanAgreement .lst-kix_list_3-1 > li:before {
  content: "o  "; }

#revenueLoanAgreement .lst-kix_list_26-6 > li:before {
  content: "" counter(lst-ctn-kix_list_26-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_14-0 > li {
  counter-increment: lst-ctn-kix_list_14-0; }

#revenueLoanAgreement ol.lst-kix_list_17-4.start {
  counter-reset: lst-ctn-kix_list_17-4 0; }

#revenueLoanAgreement .lst-kix_list_33-6 > li {
  counter-increment: lst-ctn-kix_list_33-6; }

#revenueLoanAgreement .lst-kix_list_8-2 > li:before {
  content: "" counter(lst-ctn-kix_list_8-0, decimal) "." counter(lst-ctn-kix_list_8-1, decimal) "." counter(lst-ctn-kix_list_8-2, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_36-7.start {
  counter-reset: lst-ctn-kix_list_36-7 0; }

#revenueLoanAgreement ol.lst-kix_list_31-6.start {
  counter-reset: lst-ctn-kix_list_31-6 0; }

#revenueLoanAgreement .lst-kix_list_12-0 > li {
  counter-increment: lst-ctn-kix_list_12-0; }

#revenueLoanAgreement ol.lst-kix_list_12-3.start {
  counter-reset: lst-ctn-kix_list_12-3 0; }

#revenueLoanAgreement .lst-kix_list_21-2 > li:before {
  content: "" counter(lst-ctn-kix_list_21-0, decimal) "." counter(lst-ctn-kix_list_21-1, decimal) "." counter(lst-ctn-kix_list_21-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_8-5 > li:before {
  content: "" counter(lst-ctn-kix_list_8-5, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_28-0.start {
  counter-reset: lst-ctn-kix_list_28-0 0; }

#revenueLoanAgreement .lst-kix_list_15-1 > li {
  counter-increment: lst-ctn-kix_list_15-1; }

#revenueLoanAgreement .lst-kix_list_26-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_26-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_3-6 > li:before {
  content: "\0025cf  "; }

#revenueLoanAgreement .lst-kix_list_36-3 > li {
  counter-increment: lst-ctn-kix_list_36-3; }

#revenueLoanAgreement .lst-kix_list_21-7 > li:before {
  content: "" counter(lst-ctn-kix_list_21-7, lower-roman) " "; }

#revenueLoanAgreement ol.lst-kix_list_5-0.start {
  counter-reset: lst-ctn-kix_list_5-0 0; }

#revenueLoanAgreement .lst-kix_list_11-2 > li:before {
  content: "" counter(lst-ctn-kix_list_11-0, decimal) "." counter(lst-ctn-kix_list_11-1, decimal) "." counter(lst-ctn-kix_list_11-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_39-4 > li {
  counter-increment: lst-ctn-kix_list_39-4; }

#revenueLoanAgreement ol.lst-kix_list_31-7.start {
  counter-reset: lst-ctn-kix_list_31-7 0; }

#revenueLoanAgreement ol.lst-kix_list_12-4.start {
  counter-reset: lst-ctn-kix_list_12-4 0; }

#revenueLoanAgreement .lst-kix_list_16-6 > li:before {
  content: "" counter(lst-ctn-kix_list_16-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_10-1.start {
  counter-reset: lst-ctn-kix_list_10-1 0; }

#revenueLoanAgreement .lst-kix_list_35-2 > li {
  counter-increment: lst-ctn-kix_list_35-2; }

#revenueLoanAgreement .lst-kix_list_25-2 > li:before {
  content: "" counter(lst-ctn-kix_list_25-0, decimal) "." counter(lst-ctn-kix_list_25-1, decimal) "." counter(lst-ctn-kix_list_25-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_18-2 > li {
  counter-increment: lst-ctn-kix_list_18-2; }

#revenueLoanAgreement .lst-kix_list_29-5 > li {
  counter-increment: lst-ctn-kix_list_29-5; }

#revenueLoanAgreement ol.lst-kix_list_5-6.start {
  counter-reset: lst-ctn-kix_list_5-6 0; }

#revenueLoanAgreement .lst-kix_list_22-6 > li {
  counter-increment: lst-ctn-kix_list_22-6; }

#revenueLoanAgreement .lst-kix_list_16-1 > li:before {
  content: "" counter(lst-ctn-kix_list_16-0, decimal) "." counter(lst-ctn-kix_list_16-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_7-3 > li {
  counter-increment: lst-ctn-kix_list_7-3; }

#revenueLoanAgreement .lst-kix_list_25-0 > li {
  counter-increment: lst-ctn-kix_list_25-0; }

#revenueLoanAgreement ol.lst-kix_list_39-0.start {
  counter-reset: lst-ctn-kix_list_39-0 0; }

#revenueLoanAgreement ol.lst-kix_list_28-6.start {
  counter-reset: lst-ctn-kix_list_28-6 0; }

#revenueLoanAgreement .lst-kix_list_19-3 > li {
  counter-increment: lst-ctn-kix_list_19-3; }

#revenueLoanAgreement ol.lst-kix_list_7-8.start {
  counter-reset: lst-ctn-kix_list_7-8 0; }

#revenueLoanAgreement ol.lst-kix_list_28-5.start {
  counter-reset: lst-ctn-kix_list_28-5 0; }

#revenueLoanAgreement .lst-kix_list_12-4 > li {
  counter-increment: lst-ctn-kix_list_12-4; }

#revenueLoanAgreement .lst-kix_list_23-7 > li {
  counter-increment: lst-ctn-kix_list_23-7; }

#revenueLoanAgreement ol.lst-kix_list_10-2.start {
  counter-reset: lst-ctn-kix_list_10-2 0; }

#revenueLoanAgreement .lst-kix_list_12-7 > li {
  counter-increment: lst-ctn-kix_list_12-7; }

#revenueLoanAgreement .lst-kix_list_39-2 > li:before {
  content: "" counter(lst-ctn-kix_list_39-0, decimal) "." counter(lst-ctn-kix_list_39-1, decimal) "." counter(lst-ctn-kix_list_39-2, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_34-7 > li {
  counter-increment: lst-ctn-kix_list_34-7; }

#revenueLoanAgreement .lst-kix_list_17-2 > li:before {
  content: "" counter(lst-ctn-kix_list_17-0, decimal) "." counter(lst-ctn-kix_list_17-1, decimal) "." counter(lst-ctn-kix_list_17-2, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_5-5.start {
  counter-reset: lst-ctn-kix_list_5-5 0; }

#revenueLoanAgreement .lst-kix_list_30-0 > li:before {
  content: "" counter(lst-ctn-kix_list_30-0, decimal) ") "; }

#revenueLoanAgreement ol.lst-kix_list_17-3.start {
  counter-reset: lst-ctn-kix_list_17-3 0; }

#revenueLoanAgreement .lst-kix_list_17-5 > li:before {
  content: "" counter(lst-ctn-kix_list_17-5, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_6-2 > li {
  counter-increment: lst-ctn-kix_list_6-2; }

#revenueLoanAgreement ol.lst-kix_list_36-6.start {
  counter-reset: lst-ctn-kix_list_36-6 0; }

#revenueLoanAgreement .lst-kix_list_27-2 > li:before {
  content: "" counter(lst-ctn-kix_list_27-0, decimal) "." counter(lst-ctn-kix_list_27-1, decimal) "." counter(lst-ctn-kix_list_27-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_22-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_22-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_7-1 > li:before {
  content: "" counter(lst-ctn-kix_list_7-0, decimal) "." counter(lst-ctn-kix_list_7-1, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_13-5 > li {
  counter-increment: lst-ctn-kix_list_13-5; }

#revenueLoanAgreement .lst-kix_list_9-6 > li {
  counter-increment: lst-ctn-kix_list_9-6; }

#revenueLoanAgreement .lst-kix_list_29-2 > li {
  counter-increment: lst-ctn-kix_list_29-2; }

#revenueLoanAgreement ol.lst-kix_list_28-4.start {
  counter-reset: lst-ctn-kix_list_28-4 0; }

#revenueLoanAgreement ol.lst-kix_list_23-3.start {
  counter-reset: lst-ctn-kix_list_23-3 0; }

#revenueLoanAgreement ol.lst-kix_list_5-4.start {
  counter-reset: lst-ctn-kix_list_5-4 0; }

#revenueLoanAgreement ol.lst-kix_list_5-1.start {
  counter-reset: lst-ctn-kix_list_5-1 0; }

#revenueLoanAgreement .lst-kix_list_20-3 > li {
  counter-increment: lst-ctn-kix_list_20-3; }

#revenueLoanAgreement .lst-kix_list_25-3 > li {
  counter-increment: lst-ctn-kix_list_25-3; }

#revenueLoanAgreement .lst-kix_list_16-6 > li {
  counter-increment: lst-ctn-kix_list_16-6; }

#revenueLoanAgreement .lst-kix_list_11-6 > li {
  counter-increment: lst-ctn-kix_list_11-6; }

#revenueLoanAgreement ol.lst-kix_list_28-1.start {
  counter-reset: lst-ctn-kix_list_28-1 0; }

#revenueLoanAgreement .lst-kix_list_31-7 > li:before {
  content: "" counter(lst-ctn-kix_list_31-0, decimal) "." counter(lst-ctn-kix_list_31-1, decimal) "." counter(lst-ctn-kix_list_31-2, decimal) "." counter(lst-ctn-kix_list_31-3, decimal) "." counter(lst-ctn-kix_list_31-4, decimal) "." counter(lst-ctn-kix_list_31-5, decimal) "." counter(lst-ctn-kix_list_31-6, decimal) "." counter(lst-ctn-kix_list_31-7, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_10-0.start {
  counter-reset: lst-ctn-kix_list_10-0 0; }

#revenueLoanAgreement ol.lst-kix_list_17-8.start {
  counter-reset: lst-ctn-kix_list_17-8 0; }

#revenueLoanAgreement ol.lst-kix_list_34-1.start {
  counter-reset: lst-ctn-kix_list_34-1 0; }

#revenueLoanAgreement .lst-kix_list_4-6 > li {
  counter-increment: lst-ctn-kix_list_4-6; }

#revenueLoanAgreement .lst-kix_list_28-4 > li {
  counter-increment: lst-ctn-kix_list_28-4; }

#revenueLoanAgreement .lst-kix_list_37-1 > li {
  counter-increment: lst-ctn-kix_list_37-1; }

#revenueLoanAgreement ol.lst-kix_list_17-5.start {
  counter-reset: lst-ctn-kix_list_17-5 0; }

#revenueLoanAgreement .lst-kix_list_4-2 > li:before {
  content: "" counter(lst-ctn-kix_list_4-2, lower-roman) ". "; }

#revenueLoanAgreement ol.lst-kix_list_23-6.start {
  counter-reset: lst-ctn-kix_list_23-6 0; }

#revenueLoanAgreement .lst-kix_list_17-4 > li {
  counter-increment: lst-ctn-kix_list_17-4; }

#revenueLoanAgreement .lst-kix_list_15-2 > li:before {
  content: "" counter(lst-ctn-kix_list_15-0, decimal) "." counter(lst-ctn-kix_list_15-1, decimal) "." counter(lst-ctn-kix_list_15-2, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_10-8 > li {
  counter-increment: lst-ctn-kix_list_10-8; }

#revenueLoanAgreement .lst-kix_list_36-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_36-2, lower-latin) ")." counter(lst-ctn-kix_list_36-3, decimal) " "; }

#revenueLoanAgreement .lst-kix_list_26-1 > li {
  counter-increment: lst-ctn-kix_list_26-1; }

#revenueLoanAgreement .lst-kix_list_10-6 > li:before {
  content: "" counter(lst-ctn-kix_list_10-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_9-1 > li:before {
  content: "" counter(lst-ctn-kix_list_9-0, decimal) "." counter(lst-ctn-kix_list_9-1, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_12-7.start {
  counter-reset: lst-ctn-kix_list_12-7 0; }

#revenueLoanAgreement .lst-kix_list_15-8 > li {
  counter-increment: lst-ctn-kix_list_15-8; }

#revenueLoanAgreement ol.lst-kix_list_36-8.start {
  counter-reset: lst-ctn-kix_list_36-8 0; }

#revenueLoanAgreement .lst-kix_list_37-8 > li {
  counter-increment: lst-ctn-kix_list_37-8; }

#revenueLoanAgreement .lst-kix_list_31-3 > li {
  counter-increment: lst-ctn-kix_list_31-3; }

#revenueLoanAgreement ol.lst-kix_list_12-8.start {
  counter-reset: lst-ctn-kix_list_12-8 0; }

#revenueLoanAgreement .lst-kix_list_20-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_20-3, lower-latin) ") "; }

#revenueLoanAgreement .lst-kix_list_27-6 > li {
  counter-increment: lst-ctn-kix_list_27-6; }

#revenueLoanAgreement .lst-kix_list_29-2 > li:before {
  content: "" counter(lst-ctn-kix_list_29-0, decimal) "." counter(lst-ctn-kix_list_29-1, decimal) "." counter(lst-ctn-kix_list_29-2, decimal) ". "; }

#revenueLoanAgreement ol.lst-kix_list_23-5.start {
  counter-reset: lst-ctn-kix_list_23-5 0; }

#revenueLoanAgreement .lst-kix_list_21-1 > li {
  counter-increment: lst-ctn-kix_list_21-1; }

#revenueLoanAgreement .lst-kix_list_10-1 > li {
  counter-increment: lst-ctn-kix_list_10-1; }

#revenueLoanAgreement .lst-kix_list_8-8 > li {
  counter-increment: lst-ctn-kix_list_8-8; }

#revenueLoanAgreement ol.lst-kix_list_17-6.start {
  counter-reset: lst-ctn-kix_list_17-6 0; }

#revenueLoanAgreement .lst-kix_list_28-6 > li:before {
  content: "" counter(lst-ctn-kix_list_28-6, lower-latin) ". "; }

#revenueLoanAgreement .lst-kix_list_1-6 > li:before {
  content: "\0025cf  "; }

#revenueLoanAgreement ol.lst-kix_list_28-2.start {
  counter-reset: lst-ctn-kix_list_28-2 0; }

#revenueLoanAgreement .lst-kix_list_33-7 > li:before {
  content: "" counter(lst-ctn-kix_list_33-0, decimal) "." counter(lst-ctn-kix_list_33-1, decimal) "." counter(lst-ctn-kix_list_33-2, decimal) "." counter(lst-ctn-kix_list_33-3, decimal) "." counter(lst-ctn-kix_list_33-4, decimal) "." counter(lst-ctn-kix_list_33-5, decimal) "." counter(lst-ctn-kix_list_33-6, decimal) "." counter(lst-ctn-kix_list_33-7, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_12-6 > li:before {
  content: "" counter(lst-ctn-kix_list_12-6, lower-latin) ". "; }

#revenueLoanAgreement ol.lst-kix_list_23-4.start {
  counter-reset: lst-ctn-kix_list_23-4 0; }

#revenueLoanAgreement .lst-kix_list_34-3 > li:before {
  content: "" counter(lst-ctn-kix_list_34-0, decimal) "." counter(lst-ctn-kix_list_34-1, decimal) "." counter(lst-ctn-kix_list_34-2, decimal) "." counter(lst-ctn-kix_list_34-3, decimal) ". "; }

#revenueLoanAgreement .lst-kix_list_2-2 > li:before {
  content: "\0025aa  "; }

#revenueLoanAgreement .lst-kix_list_32-1 > li {
  counter-increment: lst-ctn-kix_list_32-1; }

#revenueLoanAgreement .lst-kix_list_13-2 > li:before {
  content: "" counter(lst-ctn-kix_list_13-0, decimal) "." counter(lst-ctn-kix_list_13-1, decimal) "." counter(lst-ctn-kix_list_13-2, decimal) " "; }

#revenueLoanAgreement ol.lst-kix_list_5-2.start {
  counter-reset: lst-ctn-kix_list_5-2 0; }

#revenueLoanAgreement ol {
  margin: 0;
  padding: 0; }

#revenueLoanAgreement table td,
#revenueLoanAgreement table th {
  padding: 0; }

#revenueLoanAgreement .c31 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: top;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 103.5pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#revenueLoanAgreement .c15 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: top;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 108pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#revenueLoanAgreement .c17 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: middle;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 13.5pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#revenueLoanAgreement .c16 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: middle;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 103.5pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#revenueLoanAgreement .c19 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: top;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 99pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#revenueLoanAgreement .c4 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: top;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 112.5pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#revenueLoanAgreement .c24 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: middle;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 108pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#revenueLoanAgreement .c0 {
  margin-left: 0pt;
  padding-top: 0pt;
  list-style-position: inside;
  text-indent: 18pt;
  padding-bottom: 10pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#revenueLoanAgreement .c1 {
  margin-left: 0pt;
  padding-top: 0pt;
  list-style-position: inside;
  text-indent: 36pt;
  padding-bottom: 10pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#revenueLoanAgreement .c6 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-family: "Calibri";
  font-style: italic; }

#revenueLoanAgreement .c30 {
  padding-top: 0pt;
  text-indent: 36pt;
  padding-bottom: 48pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: left; }

#revenueLoanAgreement .c32 {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 14pt;
  font-family: "Calibri";
  font-style: normal; }

#revenueLoanAgreement .c20 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 10pt;
  font-family: "Calibri";
  font-style: normal; }

#revenueLoanAgreement .c22 {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 20pt;
  font-family: "Calibri";
  font-style: normal; }

#revenueLoanAgreement .c29 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 8pt;
  font-family: "Times New Roman";
  font-style: normal; }

#revenueLoanAgreement .c8 {
  color: #000000;
  font-weight: 400;
  text-decoration: underline;
  vertical-align: baseline;
  font-size: 12pt;
  font-family: "Calibri";
  font-style: normal; }

#revenueLoanAgreement .c2 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-family: "Calibri";
  font-style: normal; }

#revenueLoanAgreement .c10 {
  padding-top: 0pt;
  padding-bottom: 10pt;
  line-height: 1.1500000000000001;
  orphans: 2;
  widows: 2;
  text-align: justify;
  height: 12pt; }

#revenueLoanAgreement .c3 {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-family: "Calibri";
  font-style: normal; }

#revenueLoanAgreement .c26 {
  padding-top: 6pt;
  padding-bottom: 6pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: center; }

#revenueLoanAgreement .c5 {
  padding-top: 0pt;
  padding-bottom: 6pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: left; }

#revenueLoanAgreement .c7 {
  padding-top: 0pt;
  padding-bottom: 10pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#revenueLoanAgreement .c28 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: left; }

#revenueLoanAgreement .c12 {
  padding-top: 0pt;
  padding-bottom: 6pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: center; }

#revenueLoanAgreement .c27 {
  padding-top: 0pt;
  padding-bottom: 12pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: center; }

#revenueLoanAgreement .c23 {
  padding-top: 0pt;
  padding-bottom: 10pt;
  line-height: 1.1500000000000001;
  orphans: 2;
  widows: 2;
  text-align: left; }

#revenueLoanAgreement .c34 {
  color: #7f7f7f;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 10pt;
  font-style: normal; }

#revenueLoanAgreement .c33 {
  margin-left: 17.6pt;
  border-spacing: 0;
  border-collapse: collapse;
  margin-right: auto; }

#revenueLoanAgreement .c18 {
  font-family: "Calibri";
  font-weight: 400;
  text-decoration: underline; }

#revenueLoanAgreement .c13 {
  margin-left: 0pt;
  list-style-position: inside;
  text-indent: 45pt; }

#revenueLoanAgreement .c25 {
  font-weight: 400;
  font-family: "Calibri"; }

#revenueLoanAgreement .c9 {
  padding: 0;
  margin: 0; }

#revenueLoanAgreement .c11 {
  height: 0pt; }

#revenueLoanAgreement .c14 {
  height: 12pt; }

#revenueLoanAgreement .title {
  padding-top: 24pt;
  color: #000000;
  font-weight: 700;
  font-size: 36pt;
  padding-bottom: 6pt;
  font-family: "Times New Roman";
  line-height: 1.0;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left; }

#revenueLoanAgreement .subtitle {
  padding-top: 18pt;
  color: #666666;
  font-size: 24pt;
  padding-bottom: 4pt;
  font-family: "Georgia";
  line-height: 1.0;
  page-break-after: avoid;
  font-style: italic;
  orphans: 2;
  widows: 2;
  text-align: left; }

#revenueLoanAgreement li {
  color: #000000;
  font-size: 12pt;
  font-family: "Times New Roman"; }

#revenueLoanAgreement p {
  margin: 0;
  color: #000000;
  font-size: 12pt;
  font-family: "Times New Roman"; }

#revenueLoanAgreement h1 {
  padding-top: 0pt;
  color: #000000;
  font-size: 12pt;
  padding-bottom: 12pt;
  font-family: "Times New Roman";
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#revenueLoanAgreement h2 {
  padding-top: 0pt;
  color: #000000;
  font-size: 12pt;
  padding-bottom: 12pt;
  font-family: "Times New Roman";
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#revenueLoanAgreement h3 {
  padding-top: 0pt;
  color: #000000;
  font-size: 12pt;
  padding-bottom: 12pt;
  font-family: "Times New Roman";
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#revenueLoanAgreement h4 {
  padding-top: 0pt;
  color: #000000;
  font-size: 12pt;
  padding-bottom: 12pt;
  font-family: "Times New Roman";
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#revenueLoanAgreement h5 {
  padding-top: 0pt;
  color: #000000;
  font-size: 12pt;
  padding-bottom: 12pt;
  font-family: "Times New Roman";
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#revenueLoanAgreement h6 {
  padding-top: 0pt;
  color: #000000;
  font-size: 12pt;
  padding-bottom: 12pt;
  font-family: "Times New Roman";
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: left; }

/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url(https://fonts.gstatic.com/l/font?kit=w5TV1gUGtMAJ1dwwI_iCvgLUuEpTyoUstqEm5AMlJo4&skey=a1029226f80653a8&v=v8) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

/* latin */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: local("Calibri Bold"), local("Calibri-Bold"), url(https://fonts.gstatic.com/l/font?kit=cCwcoZCh95jEfkePtzfl9wzyDMXhdD8sAj6OAJTFsBI&skey=cd2dd6afe6bf0eb2&v=v8) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

#promissoryNote ol.lst-kix_list_7-0 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_14-1 > li:before {
  content: "" counter(lst-ctn-kix_list_14-0, decimal) "." counter(lst-ctn-kix_list_14-1, decimal) ". "; }

#promissoryNote .lst-kix_list_14-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_14-3, lower-latin) ") "; }

#promissoryNote ol.lst-kix_list_9-0.start {
  counter-reset: lst-ctn-kix_list_9-0 0; }

#promissoryNote .lst-kix_list_14-0 > li:before {
  content: "" counter(lst-ctn-kix_list_14-0, decimal) ". "; }

#promissoryNote .lst-kix_list_14-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_14-4, decimal) ") "; }

#promissoryNote .lst-kix_list_6-1 > li {
  counter-increment: lst-ctn-kix_list_6-1; }

#promissoryNote .lst-kix_list_14-5 > li:before {
  content: "" counter(lst-ctn-kix_list_14-0, decimal) "." counter(lst-ctn-kix_list_14-1, decimal) "." counter(lst-ctn-kix_list_14-2, decimal) "." counter(lst-ctn-kix_list_14-3, lower-latin) "." counter(lst-ctn-kix_list_14-4, decimal) "." counter(lst-ctn-kix_list_14-5, decimal) ". "; }

#promissoryNote .lst-kix_list_14-7 > li:before {
  content: "" counter(lst-ctn-kix_list_14-0, decimal) "." counter(lst-ctn-kix_list_14-1, decimal) "." counter(lst-ctn-kix_list_14-2, decimal) "." counter(lst-ctn-kix_list_14-3, lower-latin) "." counter(lst-ctn-kix_list_14-4, decimal) "." counter(lst-ctn-kix_list_14-5, decimal) "." counter(lst-ctn-kix_list_14-6, decimal) "." counter(lst-ctn-kix_list_14-7, decimal) ". "; }

#promissoryNote ol.lst-kix_list_13-4.start {
  counter-reset: lst-ctn-kix_list_13-4 0; }

#promissoryNote .lst-kix_list_14-6 > li:before {
  content: "" counter(lst-ctn-kix_list_14-0, decimal) "." counter(lst-ctn-kix_list_14-1, decimal) "." counter(lst-ctn-kix_list_14-2, decimal) "." counter(lst-ctn-kix_list_14-3, lower-latin) "." counter(lst-ctn-kix_list_14-4, decimal) "." counter(lst-ctn-kix_list_14-5, decimal) "." counter(lst-ctn-kix_list_14-6, decimal) ". "; }

#promissoryNote .lst-kix_list_13-0 > li {
  counter-increment: lst-ctn-kix_list_13-0; }

#promissoryNote ol.lst-kix_list_7-4.start {
  counter-reset: lst-ctn-kix_list_7-4 0; }

#promissoryNote .lst-kix_list_5-0 > li {
  counter-increment: lst-ctn-kix_list_5-0; }

#promissoryNote .lst-kix_list_9-0 > li {
  counter-increment: lst-ctn-kix_list_9-0; }

#promissoryNote ol.lst-kix_list_7-5 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_7-6 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_7-7 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_7-8 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_7-1 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_7-2 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_11-8.start {
  counter-reset: lst-ctn-kix_list_11-8 0; }

#promissoryNote ol.lst-kix_list_7-3 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_7-4 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_14-2 > li:before {
  content: "" counter(lst-ctn-kix_list_14-0, decimal) "." counter(lst-ctn-kix_list_14-1, decimal) "." counter(lst-ctn-kix_list_14-2, decimal) ". "; }

#promissoryNote ol.lst-kix_list_5-3.start {
  counter-reset: lst-ctn-kix_list_5-3 0; }

#promissoryNote ol.lst-kix_list_12-0.start {
  counter-reset: lst-ctn-kix_list_12-0 0; }

#promissoryNote .lst-kix_list_4-3 > li {
  counter-increment: lst-ctn-kix_list_4-3; }

#promissoryNote .lst-kix_list_14-8 > li:before {
  content: "" counter(lst-ctn-kix_list_14-0, decimal) "." counter(lst-ctn-kix_list_14-1, decimal) "." counter(lst-ctn-kix_list_14-2, decimal) "." counter(lst-ctn-kix_list_14-3, lower-latin) "." counter(lst-ctn-kix_list_14-4, decimal) "." counter(lst-ctn-kix_list_14-5, decimal) "." counter(lst-ctn-kix_list_14-6, decimal) "." counter(lst-ctn-kix_list_14-7, decimal) "." counter(lst-ctn-kix_list_14-8, decimal) ". "; }

#promissoryNote ol.lst-kix_list_8-8.start {
  counter-reset: lst-ctn-kix_list_8-8 0; }

#promissoryNote ol.lst-kix_list_10-4.start {
  counter-reset: lst-ctn-kix_list_10-4 0; }

#promissoryNote .lst-kix_list_7-2 > li {
  counter-increment: lst-ctn-kix_list_7-2; }

#promissoryNote .lst-kix_list_5-0 > li:before {
  content: "" counter(lst-ctn-kix_list_5-0, decimal) ". "; }

#promissoryNote ol.lst-kix_list_6-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_6-1 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_14-8 > li {
  counter-increment: lst-ctn-kix_list_14-8; }

#promissoryNote .lst-kix_list_5-4 > li {
  counter-increment: lst-ctn-kix_list_5-4; }

#promissoryNote .lst-kix_list_5-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_5-3, decimal) ") "; }

#promissoryNote ol.lst-kix_list_9-5.start {
  counter-reset: lst-ctn-kix_list_9-5 0; }

#promissoryNote .lst-kix_list_5-2 > li:before {
  content: "" counter(lst-ctn-kix_list_5-2, lower-roman) ". "; }

#promissoryNote .lst-kix_list_8-3 > li {
  counter-increment: lst-ctn-kix_list_8-3; }

#promissoryNote .lst-kix_list_5-1 > li:before {
  content: "" counter(lst-ctn-kix_list_5-1, lower-latin) ". "; }

#promissoryNote .lst-kix_list_5-7 > li:before {
  content: "" counter(lst-ctn-kix_list_5-7, lower-roman) " "; }

#promissoryNote .lst-kix_list_5-6 > li:before {
  content: "" counter(lst-ctn-kix_list_5-6, lower-latin) ". "; }

#promissoryNote .lst-kix_list_5-8 > li:before {
  content: "" counter(lst-ctn-kix_list_5-8, decimal) " "; }

#promissoryNote .lst-kix_list_9-4 > li {
  counter-increment: lst-ctn-kix_list_9-4; }

#promissoryNote ol.lst-kix_list_6-6 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_6-7 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_5-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_5-4, lower-latin) ") "; }

#promissoryNote ol.lst-kix_list_6-8 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_5-5 > li:before {
  content: "" counter(lst-ctn-kix_list_5-5, decimal) ". "; }

#promissoryNote ol.lst-kix_list_6-2 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_6-3 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_6-4 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_6-5 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_14-1.start {
  counter-reset: lst-ctn-kix_list_14-1 0; }

#promissoryNote ol.lst-kix_list_12-5.start {
  counter-reset: lst-ctn-kix_list_12-5 0; }

#promissoryNote .lst-kix_list_6-1 > li:before {
  content: "" counter(lst-ctn-kix_list_6-1, lower-latin) ". "; }

#promissoryNote .lst-kix_list_6-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_6-3, decimal) ") "; }

#promissoryNote .lst-kix_list_6-5 > li {
  counter-increment: lst-ctn-kix_list_6-5; }

#promissoryNote .lst-kix_list_6-8 > li {
  counter-increment: lst-ctn-kix_list_6-8; }

#promissoryNote .lst-kix_list_6-0 > li:before {
  content: "" counter(lst-ctn-kix_list_6-0, decimal) ". "; }

#promissoryNote .lst-kix_list_6-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_6-4, lower-latin) ") "; }

#promissoryNote ol.lst-kix_list_14-8.start {
  counter-reset: lst-ctn-kix_list_14-8 0; }

#promissoryNote .lst-kix_list_6-2 > li:before {
  content: "" counter(lst-ctn-kix_list_6-2, lower-roman) ". "; }

#promissoryNote .lst-kix_list_6-8 > li:before {
  content: "" counter(lst-ctn-kix_list_6-8, decimal) " "; }

#promissoryNote .lst-kix_list_6-5 > li:before {
  content: "" counter(lst-ctn-kix_list_6-5, decimal) ". "; }

#promissoryNote .lst-kix_list_6-7 > li:before {
  content: "" counter(lst-ctn-kix_list_6-7, lower-roman) " "; }

#promissoryNote .lst-kix_list_6-6 > li:before {
  content: "" counter(lst-ctn-kix_list_6-6, lower-latin) ". "; }

#promissoryNote ol.lst-kix_list_10-6.start {
  counter-reset: lst-ctn-kix_list_10-6 0; }

#promissoryNote .lst-kix_list_7-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_7-4, lower-latin) ") "; }

#promissoryNote .lst-kix_list_7-6 > li:before {
  content: "" counter(lst-ctn-kix_list_7-6, lower-latin) ". "; }

#promissoryNote ol.lst-kix_list_6-2.start {
  counter-reset: lst-ctn-kix_list_6-2 0; }

#promissoryNote .lst-kix_list_7-2 > li:before {
  content: "" counter(lst-ctn-kix_list_7-2, lower-roman) ". "; }

#promissoryNote .lst-kix_list_7-6 > li {
  counter-increment: lst-ctn-kix_list_7-6; }

#promissoryNote .lst-kix_list_8-6 > li {
  counter-increment: lst-ctn-kix_list_8-6; }

#promissoryNote .lst-kix_list_12-6 > li {
  counter-increment: lst-ctn-kix_list_12-6; }

#promissoryNote ol.lst-kix_list_4-6.start {
  counter-reset: lst-ctn-kix_list_4-6 0; }

#promissoryNote ol.lst-kix_list_9-7 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_9-8 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_13-7 > li:before {
  content: "" counter(lst-ctn-kix_list_13-7, lower-roman) " "; }

#promissoryNote ol.lst-kix_list_9-3 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_9-4 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_5-7 > li {
  counter-increment: lst-ctn-kix_list_5-7; }

#promissoryNote ol.lst-kix_list_9-5 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_7-8 > li:before {
  content: "" counter(lst-ctn-kix_list_7-8, decimal) " "; }

#promissoryNote ol.lst-kix_list_9-6 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_4-7 > li {
  counter-increment: lst-ctn-kix_list_4-7; }

#promissoryNote ol.lst-kix_list_9-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_9-1 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_9-2 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_15-5 > li:before {
  content: "\0025aa  "; }

#promissoryNote .lst-kix_list_9-8 > li {
  counter-increment: lst-ctn-kix_list_9-8; }

#promissoryNote .lst-kix_list_13-4 > li {
  counter-increment: lst-ctn-kix_list_13-4; }

#promissoryNote .lst-kix_list_4-1 > li:before {
  content: "" counter(lst-ctn-kix_list_4-1, lower-latin) ". "; }

#promissoryNote .lst-kix_list_15-7 > li:before {
  content: "o  "; }

#promissoryNote .lst-kix_list_4-3 > li:before {
  content: "" counter(lst-ctn-kix_list_4-3, decimal) ". "; }

#promissoryNote .lst-kix_list_4-5 > li:before {
  content: "" counter(lst-ctn-kix_list_4-5, lower-roman) ". "; }

#promissoryNote .lst-kix_list_10-5 > li {
  counter-increment: lst-ctn-kix_list_10-5; }

#promissoryNote .lst-kix_list_15-1 > li:before {
  content: "o  "; }

#promissoryNote .lst-kix_list_15-3 > li:before {
  content: "\0025cf  "; }

#promissoryNote ol.lst-kix_list_4-4.start {
  counter-reset: lst-ctn-kix_list_4-4 0; }

#promissoryNote .lst-kix_list_6-4 > li {
  counter-increment: lst-ctn-kix_list_6-4; }

#promissoryNote ol.lst-kix_list_9-2.start {
  counter-reset: lst-ctn-kix_list_9-2 0; }

#promissoryNote .lst-kix_list_9-3 > li {
  counter-increment: lst-ctn-kix_list_9-3; }

#promissoryNote .lst-kix_list_11-2 > li {
  counter-increment: lst-ctn-kix_list_11-2; }

#promissoryNote ol.lst-kix_list_8-8 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_12-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_12-3, decimal) ") "; }

#promissoryNote ol.lst-kix_list_7-6.start {
  counter-reset: lst-ctn-kix_list_7-6 0; }

#promissoryNote ol.lst-kix_list_8-4 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_12-1 > li:before {
  content: "" counter(lst-ctn-kix_list_12-1, lower-latin) ". "; }

#promissoryNote ol.lst-kix_list_8-5 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_8-6 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_8-7 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_8-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_8-1 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_8-2 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_13-3 > li {
  counter-increment: lst-ctn-kix_list_13-3; }

#promissoryNote ol.lst-kix_list_13-6.start {
  counter-reset: lst-ctn-kix_list_13-6 0; }

#promissoryNote ol.lst-kix_list_8-3 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_10-4 > li {
  counter-increment: lst-ctn-kix_list_10-4; }

#promissoryNote .lst-kix_list_14-1 > li {
  counter-increment: lst-ctn-kix_list_14-1; }

#promissoryNote .lst-kix_list_13-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_13-3, decimal) ") "; }

#promissoryNote ol.lst-kix_list_5-8.start {
  counter-reset: lst-ctn-kix_list_5-8 0; }

#promissoryNote .lst-kix_list_13-5 > li:before {
  content: "" counter(lst-ctn-kix_list_13-5, decimal) ". "; }

#promissoryNote .lst-kix_list_12-5 > li:before {
  content: "" counter(lst-ctn-kix_list_12-5, decimal) ". "; }

#promissoryNote ol.lst-kix_list_13-7.start {
  counter-reset: lst-ctn-kix_list_13-7 0; }

#promissoryNote ol.lst-kix_list_12-2.start {
  counter-reset: lst-ctn-kix_list_12-2 0; }

#promissoryNote .lst-kix_list_12-7 > li:before {
  content: "" counter(lst-ctn-kix_list_12-7, lower-roman) " "; }

#promissoryNote ol.lst-kix_list_6-0.start {
  counter-reset: lst-ctn-kix_list_6-0 0; }

#promissoryNote .lst-kix_list_4-2 > li {
  counter-increment: lst-ctn-kix_list_4-2; }

#promissoryNote .lst-kix_list_13-1 > li:before {
  content: "" counter(lst-ctn-kix_list_13-1, lower-latin) ". "; }

#promissoryNote .lst-kix_list_5-1 > li {
  counter-increment: lst-ctn-kix_list_5-1; }

#promissoryNote ol.lst-kix_list_11-6 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_11-7 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_11-8 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_7-1 > li {
  counter-increment: lst-ctn-kix_list_7-1; }

#promissoryNote ol.lst-kix_list_11-2 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_11-3 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_3-0 > li:before {
  content: "\0025cf  "; }

#promissoryNote ol.lst-kix_list_11-4 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_11-5 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_13-1.start {
  counter-reset: lst-ctn-kix_list_13-1 0; }

#promissoryNote ol.lst-kix_list_11-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_11-1 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_4-0 > li {
  counter-increment: lst-ctn-kix_list_4-0; }

#promissoryNote .lst-kix_list_8-0 > li {
  counter-increment: lst-ctn-kix_list_8-0; }

#promissoryNote .lst-kix_list_10-0 > li {
  counter-increment: lst-ctn-kix_list_10-0; }

#promissoryNote .lst-kix_list_3-4 > li:before {
  content: "o  "; }

#promissoryNote .lst-kix_list_3-3 > li:before {
  content: "\0025cf  "; }

#promissoryNote .lst-kix_list_8-0 > li:before {
  content: "" counter(lst-ctn-kix_list_8-0, decimal) ". "; }

#promissoryNote .lst-kix_list_8-7 > li:before {
  content: "" counter(lst-ctn-kix_list_8-7, lower-roman) " "; }

#promissoryNote .lst-kix_list_3-8 > li:before {
  content: "\0025aa  "; }

#promissoryNote ol.lst-kix_list_10-7.start {
  counter-reset: lst-ctn-kix_list_10-7 0; }

#promissoryNote .lst-kix_list_13-1 > li {
  counter-increment: lst-ctn-kix_list_13-1; }

#promissoryNote .lst-kix_list_8-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_8-3, decimal) ") "; }

#promissoryNote .lst-kix_list_3-7 > li:before {
  content: "o  "; }

#promissoryNote .lst-kix_list_8-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_8-4, lower-latin) ") "; }

#promissoryNote .lst-kix_list_10-2 > li {
  counter-increment: lst-ctn-kix_list_10-2; }

#promissoryNote ol.lst-kix_list_8-5.start {
  counter-reset: lst-ctn-kix_list_8-5 0; }

#promissoryNote .lst-kix_list_11-1 > li:before {
  content: "" counter(lst-ctn-kix_list_11-1, lower-latin) ". "; }

#promissoryNote .lst-kix_list_11-0 > li:before {
  content: "" counter(lst-ctn-kix_list_11-0, decimal) ". "; }

#promissoryNote ol.lst-kix_list_9-3.start {
  counter-reset: lst-ctn-kix_list_9-3 0; }

#promissoryNote .lst-kix_list_8-8 > li:before {
  content: "" counter(lst-ctn-kix_list_8-8, decimal) " "; }

#promissoryNote ol.lst-kix_list_7-2.start {
  counter-reset: lst-ctn-kix_list_7-2 0; }

#promissoryNote .lst-kix_list_4-8 > li:before {
  content: "" counter(lst-ctn-kix_list_4-8, lower-roman) ". "; }

#promissoryNote ol.lst-kix_list_12-5 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_12-6 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_4-7 > li:before {
  content: "" counter(lst-ctn-kix_list_4-7, lower-latin) ". "; }

#promissoryNote ol.lst-kix_list_12-7 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_14-2 > li {
  counter-increment: lst-ctn-kix_list_14-2; }

#promissoryNote ol.lst-kix_list_12-8 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_12-1 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_12-2 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_12-3 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_12-4 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_12-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_4-8.start {
  counter-reset: lst-ctn-kix_list_4-8 0; }

#promissoryNote .lst-kix_list_8-4 > li {
  counter-increment: lst-ctn-kix_list_8-4; }

#promissoryNote ol.lst-kix_list_10-8.start {
  counter-reset: lst-ctn-kix_list_10-8 0; }

#promissoryNote .lst-kix_list_11-3 > li {
  counter-increment: lst-ctn-kix_list_11-3; }

#promissoryNote ol.lst-kix_list_7-1.start {
  counter-reset: lst-ctn-kix_list_7-1 0; }

#promissoryNote ol.lst-kix_list_8-6.start {
  counter-reset: lst-ctn-kix_list_8-6 0; }

#promissoryNote ol.lst-kix_list_8-0.start {
  counter-reset: lst-ctn-kix_list_8-0 0; }

#promissoryNote .lst-kix_list_7-0 > li:before {
  content: "" counter(lst-ctn-kix_list_7-0, decimal) ". "; }

#promissoryNote .lst-kix_list_13-8 > li {
  counter-increment: lst-ctn-kix_list_13-8; }

#promissoryNote ol.lst-kix_list_4-7.start {
  counter-reset: lst-ctn-kix_list_4-7 0; }

#promissoryNote ol.lst-kix_list_5-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_5-1 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_9-7.start {
  counter-reset: lst-ctn-kix_list_9-7 0; }

#promissoryNote ol.lst-kix_list_5-2 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_13-8 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_2-4 > li:before {
  content: "o  "; }

#promissoryNote .lst-kix_list_2-8 > li:before {
  content: "\0025aa  "; }

#promissoryNote ol.lst-kix_list_13-4 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_13-5 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_13-6 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_13-7 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_13-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_13-1 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_6-6 > li {
  counter-increment: lst-ctn-kix_list_6-6; }

#promissoryNote ol.lst-kix_list_13-2 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_7-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_7-3, decimal) ") "; }

#promissoryNote ol.lst-kix_list_13-3 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_10-0 > li:before {
  content: "" counter(lst-ctn-kix_list_10-0, decimal) ". "; }

#promissoryNote .lst-kix_list_9-7 > li {
  counter-increment: lst-ctn-kix_list_9-7; }

#promissoryNote .lst-kix_list_13-6 > li {
  counter-increment: lst-ctn-kix_list_13-6; }

#promissoryNote .lst-kix_list_13-8 > li:before {
  content: "" counter(lst-ctn-kix_list_13-8, decimal) " "; }

#promissoryNote ol.lst-kix_list_14-6.start {
  counter-reset: lst-ctn-kix_list_14-6 0; }

#promissoryNote ol.lst-kix_list_5-7 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_5-8 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_5-3 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_8-7 > li {
  counter-increment: lst-ctn-kix_list_8-7; }

#promissoryNote ol.lst-kix_list_5-4 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_5-5 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_5-6 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_7-7 > li:before {
  content: "" counter(lst-ctn-kix_list_7-7, lower-roman) " "; }

#promissoryNote ol.lst-kix_list_8-1.start {
  counter-reset: lst-ctn-kix_list_8-1 0; }

#promissoryNote .lst-kix_list_15-4 > li:before {
  content: "o  "; }

#promissoryNote .lst-kix_list_9-5 > li {
  counter-increment: lst-ctn-kix_list_9-5; }

#promissoryNote .lst-kix_list_5-8 > li {
  counter-increment: lst-ctn-kix_list_5-8; }

#promissoryNote .lst-kix_list_10-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_10-4, lower-latin) ") "; }

#promissoryNote .lst-kix_list_10-8 > li:before {
  content: "" counter(lst-ctn-kix_list_10-8, decimal) " "; }

#promissoryNote .lst-kix_list_4-0 > li:before {
  content: "" counter(lst-ctn-kix_list_4-0, decimal) ". "; }

#promissoryNote ul.lst-kix_list_15-3 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_15-2 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_15-0 > li:before {
  content: "\0025cf  "; }

#promissoryNote ul.lst-kix_list_15-1 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_15-8 > li:before {
  content: "\0025aa  "; }

#promissoryNote ul.lst-kix_list_15-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_14-3.start {
  counter-reset: lst-ctn-kix_list_14-3 0; }

#promissoryNote .lst-kix_list_4-4 > li:before {
  content: "" counter(lst-ctn-kix_list_4-4, lower-latin) ". "; }

#promissoryNote ul.lst-kix_list_15-8 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_15-7 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_15-6 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_9-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_9-3, decimal) ") "; }

#promissoryNote ul.lst-kix_list_15-5 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_15-4 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_7-0.start {
  counter-reset: lst-ctn-kix_list_7-0 0; }

#promissoryNote .lst-kix_list_12-8 > li {
  counter-increment: lst-ctn-kix_list_12-8; }

#promissoryNote ol.lst-kix_list_13-2.start {
  counter-reset: lst-ctn-kix_list_13-2 0; }

#promissoryNote ol.lst-kix_list_4-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_4-1 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_4-2 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_4-3 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_14-7 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_14-4.start {
  counter-reset: lst-ctn-kix_list_14-4 0; }

#promissoryNote ol.lst-kix_list_14-8 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_9-7 > li:before {
  content: "" counter(lst-ctn-kix_list_9-7, lower-roman) " "; }

#promissoryNote ol.lst-kix_list_14-3 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_14-4 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_14-5 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_14-6 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_11-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_11-4, lower-latin) ") "; }

#promissoryNote ol.lst-kix_list_14-0 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_12-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_12-4, lower-latin) ") "; }

#promissoryNote ol.lst-kix_list_14-1 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_14-2 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_5-3 > li {
  counter-increment: lst-ctn-kix_list_5-3; }

#promissoryNote ol.lst-kix_list_4-8 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_7-4 > li {
  counter-increment: lst-ctn-kix_list_7-4; }

#promissoryNote .lst-kix_list_1-0 > li:before {
  content: "\0025cf  "; }

#promissoryNote ol.lst-kix_list_4-4 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_11-8 > li:before {
  content: "" counter(lst-ctn-kix_list_11-8, decimal) " "; }

#promissoryNote .lst-kix_list_12-3 > li {
  counter-increment: lst-ctn-kix_list_12-3; }

#promissoryNote ol.lst-kix_list_4-5 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_4-6 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_12-0 > li:before {
  content: "" counter(lst-ctn-kix_list_12-0, decimal) ". "; }

#promissoryNote ol.lst-kix_list_4-7 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_8-4.start {
  counter-reset: lst-ctn-kix_list_8-4 0; }

#promissoryNote .lst-kix_list_1-4 > li:before {
  content: "o  "; }

#promissoryNote .lst-kix_list_13-0 > li:before {
  content: "" counter(lst-ctn-kix_list_13-0, decimal) ". "; }

#promissoryNote ol.lst-kix_list_13-0.start {
  counter-reset: lst-ctn-kix_list_13-0 0; }

#promissoryNote .lst-kix_list_14-4 > li {
  counter-increment: lst-ctn-kix_list_14-4; }

#promissoryNote .lst-kix_list_13-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_13-4, lower-latin) ") "; }

#promissoryNote .lst-kix_list_10-7 > li {
  counter-increment: lst-ctn-kix_list_10-7; }

#promissoryNote .lst-kix_list_2-0 > li:before {
  content: "\0025cf  "; }

#promissoryNote ol.lst-kix_list_8-3.start {
  counter-reset: lst-ctn-kix_list_8-3 0; }

#promissoryNote .lst-kix_list_11-5 > li {
  counter-increment: lst-ctn-kix_list_11-5; }

#promissoryNote .lst-kix_list_4-5 > li {
  counter-increment: lst-ctn-kix_list_4-5; }

#promissoryNote ol.lst-kix_list_14-5.start {
  counter-reset: lst-ctn-kix_list_14-5 0; }

#promissoryNote ol.lst-kix_list_9-8.start {
  counter-reset: lst-ctn-kix_list_9-8 0; }

#promissoryNote .lst-kix_list_1-8 > li:before {
  content: "\0025aa  "; }

#promissoryNote .lst-kix_list_12-8 > li:before {
  content: "" counter(lst-ctn-kix_list_12-8, decimal) " "; }

#promissoryNote .lst-kix_list_8-2 > li {
  counter-increment: lst-ctn-kix_list_8-2; }

#promissoryNote .lst-kix_list_4-1 > li {
  counter-increment: lst-ctn-kix_list_4-1; }

#promissoryNote ul.lst-kix_list_1-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_12-6.start {
  counter-reset: lst-ctn-kix_list_12-6 0; }

#promissoryNote .lst-kix_list_8-1 > li {
  counter-increment: lst-ctn-kix_list_8-1; }

#promissoryNote ol.lst-kix_list_8-2.start {
  counter-reset: lst-ctn-kix_list_8-2 0; }

#promissoryNote ol.lst-kix_list_6-6.start {
  counter-reset: lst-ctn-kix_list_6-6 0; }

#promissoryNote .lst-kix_list_7-0 > li {
  counter-increment: lst-ctn-kix_list_7-0; }

#promissoryNote .lst-kix_list_11-0 > li {
  counter-increment: lst-ctn-kix_list_11-0; }

#promissoryNote ul.lst-kix_list_1-3 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_1-4 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_1-1 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_1-2 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_1-7 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_1-8 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_1-5 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_1-6 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_9-6.start {
  counter-reset: lst-ctn-kix_list_9-6 0; }

#promissoryNote ol.lst-kix_list_4-5.start {
  counter-reset: lst-ctn-kix_list_4-5 0; }

#promissoryNote ol.lst-kix_list_14-7.start {
  counter-reset: lst-ctn-kix_list_14-7 0; }

#promissoryNote ol.lst-kix_list_11-2.start {
  counter-reset: lst-ctn-kix_list_11-2 0; }

#promissoryNote .lst-kix_list_5-2 > li {
  counter-increment: lst-ctn-kix_list_5-2; }

#promissoryNote .lst-kix_list_9-2 > li {
  counter-increment: lst-ctn-kix_list_9-2; }

#promissoryNote ol.lst-kix_list_8-7.start {
  counter-reset: lst-ctn-kix_list_8-7 0; }

#promissoryNote .lst-kix_list_13-2 > li {
  counter-increment: lst-ctn-kix_list_13-2; }

#promissoryNote .lst-kix_list_14-3 > li {
  counter-increment: lst-ctn-kix_list_14-3; }

#promissoryNote .lst-kix_list_10-3 > li {
  counter-increment: lst-ctn-kix_list_10-3; }

#promissoryNote .lst-kix_list_12-1 > li {
  counter-increment: lst-ctn-kix_list_12-1; }

#promissoryNote ol.lst-kix_list_13-3.start {
  counter-reset: lst-ctn-kix_list_13-3 0; }

#promissoryNote ol.lst-kix_list_4-0.start {
  counter-reset: lst-ctn-kix_list_4-0 0; }

#promissoryNote ol.lst-kix_list_11-7.start {
  counter-reset: lst-ctn-kix_list_11-7 0; }

#promissoryNote ol.lst-kix_list_14-2.start {
  counter-reset: lst-ctn-kix_list_14-2 0; }

#promissoryNote .lst-kix_list_2-7 > li:before {
  content: "o  "; }

#promissoryNote .lst-kix_list_2-5 > li:before {
  content: "\0025aa  "; }

#promissoryNote ol.lst-kix_list_10-3.start {
  counter-reset: lst-ctn-kix_list_10-3 0; }

#promissoryNote ol.lst-kix_list_9-4.start {
  counter-reset: lst-ctn-kix_list_9-4 0; }

#promissoryNote ul.lst-kix_list_3-7 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_14-6 > li {
  counter-increment: lst-ctn-kix_list_14-6; }

#promissoryNote ul.lst-kix_list_3-8 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_10-1 > li:before {
  content: "" counter(lst-ctn-kix_list_10-1, lower-latin) ". "; }

#promissoryNote ul.lst-kix_list_3-1 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_3-2 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_7-7 > li {
  counter-increment: lst-ctn-kix_list_7-7; }

#promissoryNote ul.lst-kix_list_3-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_4-3.start {
  counter-reset: lst-ctn-kix_list_4-3 0; }

#promissoryNote ul.lst-kix_list_3-5 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_3-6 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_3-3 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_3-4 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_10-7 > li:before {
  content: "" counter(lst-ctn-kix_list_10-7, lower-roman) " "; }

#promissoryNote .lst-kix_list_7-8 > li {
  counter-increment: lst-ctn-kix_list_7-8; }

#promissoryNote .lst-kix_list_10-5 > li:before {
  content: "" counter(lst-ctn-kix_list_10-5, decimal) ". "; }

#promissoryNote ol.lst-kix_list_13-5.start {
  counter-reset: lst-ctn-kix_list_13-5 0; }

#promissoryNote .lst-kix_list_10-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_10-3, decimal) ") "; }

#promissoryNote ol.lst-kix_list_7-3.start {
  counter-reset: lst-ctn-kix_list_7-3 0; }

#promissoryNote ol.lst-kix_list_13-8.start {
  counter-reset: lst-ctn-kix_list_13-8 0; }

#promissoryNote .lst-kix_list_11-7 > li {
  counter-increment: lst-ctn-kix_list_11-7; }

#promissoryNote .lst-kix_list_9-2 > li:before {
  content: "" counter(lst-ctn-kix_list_9-2, lower-roman) ". "; }

#promissoryNote ol.lst-kix_list_5-7.start {
  counter-reset: lst-ctn-kix_list_5-7 0; }

#promissoryNote ol.lst-kix_list_14-0.start {
  counter-reset: lst-ctn-kix_list_14-0 0; }

#promissoryNote .lst-kix_list_12-5 > li {
  counter-increment: lst-ctn-kix_list_12-5; }

#promissoryNote .lst-kix_list_5-5 > li {
  counter-increment: lst-ctn-kix_list_5-5; }

#promissoryNote .lst-kix_list_9-0 > li:before {
  content: "" counter(lst-ctn-kix_list_9-0, decimal) ". "; }

#promissoryNote ol.lst-kix_list_10-7 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_9-6 > li:before {
  content: "" counter(lst-ctn-kix_list_9-6, lower-latin) ". "; }

#promissoryNote ol.lst-kix_list_10-8 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_10-3 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_9-4 > li:before {
  content: "(" counter(lst-ctn-kix_list_9-4, lower-latin) ") "; }

#promissoryNote ol.lst-kix_list_10-4 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_10-5 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_11-3 > li:before {
  content: "(" counter(lst-ctn-kix_list_11-3, decimal) ") "; }

#promissoryNote ol.lst-kix_list_10-6 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_6-3 > li {
  counter-increment: lst-ctn-kix_list_6-3; }

#promissoryNote ol.lst-kix_list_10-0 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_10-1 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_2-8 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_10-2 {
  list-style-type: none; }

#promissoryNote ol.lst-kix_list_12-1.start {
  counter-reset: lst-ctn-kix_list_12-1 0; }

#promissoryNote .lst-kix_list_11-5 > li:before {
  content: "" counter(lst-ctn-kix_list_11-5, decimal) ". "; }

#promissoryNote ol.lst-kix_list_6-1.start {
  counter-reset: lst-ctn-kix_list_6-1 0; }

#promissoryNote ul.lst-kix_list_2-2 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_2-3 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_2-0 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_2-1 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_9-8 > li:before {
  content: "" counter(lst-ctn-kix_list_9-8, decimal) " "; }

#promissoryNote ul.lst-kix_list_2-6 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_1-1 > li:before {
  content: "o  "; }

#promissoryNote ul.lst-kix_list_2-7 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_11-7 > li:before {
  content: "" counter(lst-ctn-kix_list_11-7, lower-roman) " "; }

#promissoryNote ul.lst-kix_list_2-4 {
  list-style-type: none; }

#promissoryNote ul.lst-kix_list_2-5 {
  list-style-type: none; }

#promissoryNote .lst-kix_list_8-5 > li {
  counter-increment: lst-ctn-kix_list_8-5; }

#promissoryNote .lst-kix_list_1-3 > li:before {
  content: "\0025cf  "; }

#promissoryNote ol.lst-kix_list_10-5.start {
  counter-reset: lst-ctn-kix_list_10-5 0; }

#promissoryNote .lst-kix_list_4-8 > li {
  counter-increment: lst-ctn-kix_list_4-8; }

#promissoryNote .lst-kix_list_1-7 > li:before {
  content: "o  "; }

#promissoryNote .lst-kix_list_1-5 > li:before {
  content: "\0025aa  "; }

#promissoryNote ol.lst-kix_list_9-1.start {
  counter-reset: lst-ctn-kix_list_9-1 0; }

#promissoryNote .lst-kix_list_14-7 > li {
  counter-increment: lst-ctn-kix_list_14-7; }

#promissoryNote .lst-kix_list_5-6 > li {
  counter-increment: lst-ctn-kix_list_5-6; }

#promissoryNote ol.lst-kix_list_7-5.start {
  counter-reset: lst-ctn-kix_list_7-5 0; }

#promissoryNote .lst-kix_list_2-1 > li:before {
  content: "o  "; }

#promissoryNote .lst-kix_list_2-3 > li:before {
  content: "\0025cf  "; }

#promissoryNote .lst-kix_list_11-8 > li {
  counter-increment: lst-ctn-kix_list_11-8; }

#promissoryNote .lst-kix_list_9-1 > li {
  counter-increment: lst-ctn-kix_list_9-1; }

#promissoryNote ol.lst-kix_list_7-7.start {
  counter-reset: lst-ctn-kix_list_7-7 0; }

#promissoryNote .lst-kix_list_3-1 > li:before {
  content: "o  "; }

#promissoryNote .lst-kix_list_3-2 > li:before {
  content: "\0025aa  "; }

#promissoryNote .lst-kix_list_14-0 > li {
  counter-increment: lst-ctn-kix_list_14-0; }

#promissoryNote .lst-kix_list_8-1 > li:before {
  content: "" counter(lst-ctn-kix_list_8-1, lower-latin) ". "; }

#promissoryNote .lst-kix_list_8-2 > li:before {
  content: "" counter(lst-ctn-kix_list_8-2, lower-roman) ". "; }

#promissoryNote .lst-kix_list_6-0 > li {
  counter-increment: lst-ctn-kix_list_6-0; }

#promissoryNote .lst-kix_list_3-5 > li:before {
  content: "\0025aa  "; }

#promissoryNote .lst-kix_list_12-0 > li {
  counter-increment: lst-ctn-kix_list_12-0; }

#promissoryNote ol.lst-kix_list_12-3.start {
  counter-reset: lst-ctn-kix_list_12-3 0; }

#promissoryNote ol.lst-kix_list_11-5.start {
  counter-reset: lst-ctn-kix_list_11-5 0; }

#promissoryNote .lst-kix_list_8-5 > li:before {
  content: "" counter(lst-ctn-kix_list_8-5, decimal) ". "; }

#promissoryNote .lst-kix_list_11-1 > li {
  counter-increment: lst-ctn-kix_list_11-1; }

#promissoryNote .lst-kix_list_8-6 > li:before {
  content: "" counter(lst-ctn-kix_list_8-6, lower-latin) ". "; }

#promissoryNote .lst-kix_list_3-6 > li:before {
  content: "\0025cf  "; }

#promissoryNote ol.lst-kix_list_5-0.start {
  counter-reset: lst-ctn-kix_list_5-0 0; }

#promissoryNote .lst-kix_list_11-2 > li:before {
  content: "" counter(lst-ctn-kix_list_11-2, lower-roman) ". "; }

#promissoryNote ol.lst-kix_list_4-2.start {
  counter-reset: lst-ctn-kix_list_4-2 0; }

#promissoryNote ol.lst-kix_list_11-6.start {
  counter-reset: lst-ctn-kix_list_11-6 0; }

#promissoryNote ol.lst-kix_list_12-4.start {
  counter-reset: lst-ctn-kix_list_12-4 0; }

#promissoryNote ol.lst-kix_list_10-1.start {
  counter-reset: lst-ctn-kix_list_10-1 0; }

#promissoryNote .lst-kix_list_4-4 > li {
  counter-increment: lst-ctn-kix_list_4-4; }

#promissoryNote ol.lst-kix_list_6-4.start {
  counter-reset: lst-ctn-kix_list_6-4 0; }

#promissoryNote ol.lst-kix_list_5-6.start {
  counter-reset: lst-ctn-kix_list_5-6 0; }

#promissoryNote ol.lst-kix_list_4-1.start {
  counter-reset: lst-ctn-kix_list_4-1 0; }

#promissoryNote .lst-kix_list_7-3 > li {
  counter-increment: lst-ctn-kix_list_7-3; }

#promissoryNote ol.lst-kix_list_7-8.start {
  counter-reset: lst-ctn-kix_list_7-8 0; }

#promissoryNote .lst-kix_list_12-4 > li {
  counter-increment: lst-ctn-kix_list_12-4; }

#promissoryNote ol.lst-kix_list_11-0.start {
  counter-reset: lst-ctn-kix_list_11-0 0; }

#promissoryNote ol.lst-kix_list_6-3.start {
  counter-reset: lst-ctn-kix_list_6-3 0; }

#promissoryNote ol.lst-kix_list_10-2.start {
  counter-reset: lst-ctn-kix_list_10-2 0; }

#promissoryNote .lst-kix_list_12-7 > li {
  counter-increment: lst-ctn-kix_list_12-7; }

#promissoryNote ol.lst-kix_list_5-5.start {
  counter-reset: lst-ctn-kix_list_5-5 0; }

#promissoryNote .lst-kix_list_6-2 > li {
  counter-increment: lst-ctn-kix_list_6-2; }

#promissoryNote .lst-kix_list_2-6 > li:before {
  content: "\0025cf  "; }

#promissoryNote .lst-kix_list_14-5 > li {
  counter-increment: lst-ctn-kix_list_14-5; }

#promissoryNote .lst-kix_list_7-1 > li:before {
  content: "" counter(lst-ctn-kix_list_7-1, lower-latin) ". "; }

#promissoryNote .lst-kix_list_7-5 > li:before {
  content: "" counter(lst-ctn-kix_list_7-5, decimal) ". "; }

#promissoryNote .lst-kix_list_13-5 > li {
  counter-increment: lst-ctn-kix_list_13-5; }

#promissoryNote .lst-kix_list_9-6 > li {
  counter-increment: lst-ctn-kix_list_9-6; }

#promissoryNote ol.lst-kix_list_5-4.start {
  counter-reset: lst-ctn-kix_list_5-4 0; }

#promissoryNote ol.lst-kix_list_11-1.start {
  counter-reset: lst-ctn-kix_list_11-1 0; }

#promissoryNote .lst-kix_list_13-6 > li:before {
  content: "" counter(lst-ctn-kix_list_13-6, lower-latin) ". "; }

#promissoryNote ol.lst-kix_list_5-1.start {
  counter-reset: lst-ctn-kix_list_5-1 0; }

#promissoryNote .lst-kix_list_6-7 > li {
  counter-increment: lst-ctn-kix_list_6-7; }

#promissoryNote .lst-kix_list_10-6 > li {
  counter-increment: lst-ctn-kix_list_10-6; }

#promissoryNote .lst-kix_list_11-6 > li {
  counter-increment: lst-ctn-kix_list_11-6; }

#promissoryNote ol.lst-kix_list_10-0.start {
  counter-reset: lst-ctn-kix_list_10-0 0; }

#promissoryNote .lst-kix_list_7-5 > li {
  counter-increment: lst-ctn-kix_list_7-5; }

#promissoryNote .lst-kix_list_15-6 > li:before {
  content: "\0025cf  "; }

#promissoryNote .lst-kix_list_11-4 > li {
  counter-increment: lst-ctn-kix_list_11-4; }

#promissoryNote ol.lst-kix_list_6-8.start {
  counter-reset: lst-ctn-kix_list_6-8 0; }

#promissoryNote .lst-kix_list_10-2 > li:before {
  content: "" counter(lst-ctn-kix_list_10-2, lower-roman) ". "; }

#promissoryNote .lst-kix_list_4-6 > li {
  counter-increment: lst-ctn-kix_list_4-6; }

#promissoryNote .lst-kix_list_13-7 > li {
  counter-increment: lst-ctn-kix_list_13-7; }

#promissoryNote ol.lst-kix_list_6-5.start {
  counter-reset: lst-ctn-kix_list_6-5 0; }

#promissoryNote .lst-kix_list_4-2 > li:before {
  content: "" counter(lst-ctn-kix_list_4-2, lower-roman) ". "; }

#promissoryNote .lst-kix_list_4-6 > li:before {
  content: "" counter(lst-ctn-kix_list_4-6, decimal) ". "; }

#promissoryNote .lst-kix_list_15-2 > li:before {
  content: "\0025aa  "; }

#promissoryNote .lst-kix_list_10-8 > li {
  counter-increment: lst-ctn-kix_list_10-8; }

#promissoryNote .lst-kix_list_10-6 > li:before {
  content: "" counter(lst-ctn-kix_list_10-6, lower-latin) ". "; }

#promissoryNote .lst-kix_list_9-1 > li:before {
  content: "" counter(lst-ctn-kix_list_9-1, lower-latin) ". "; }

#promissoryNote ol.lst-kix_list_12-7.start {
  counter-reset: lst-ctn-kix_list_12-7 0; }

#promissoryNote ol.lst-kix_list_6-7.start {
  counter-reset: lst-ctn-kix_list_6-7 0; }

#promissoryNote .lst-kix_list_12-2 > li {
  counter-increment: lst-ctn-kix_list_12-2; }

#promissoryNote .lst-kix_list_9-5 > li:before {
  content: "" counter(lst-ctn-kix_list_9-5, decimal) ". "; }

#promissoryNote .lst-kix_list_12-2 > li:before {
  content: "" counter(lst-ctn-kix_list_12-2, lower-roman) ". "; }

#promissoryNote ol.lst-kix_list_12-8.start {
  counter-reset: lst-ctn-kix_list_12-8 0; }

#promissoryNote .lst-kix_list_11-6 > li:before {
  content: "" counter(lst-ctn-kix_list_11-6, lower-latin) ". "; }

#promissoryNote ol.lst-kix_list_11-3.start {
  counter-reset: lst-ctn-kix_list_11-3 0; }

#promissoryNote .lst-kix_list_1-2 > li:before {
  content: "\0025aa  "; }

#promissoryNote .lst-kix_list_10-1 > li {
  counter-increment: lst-ctn-kix_list_10-1; }

#promissoryNote .lst-kix_list_8-8 > li {
  counter-increment: lst-ctn-kix_list_8-8; }

#promissoryNote .lst-kix_list_1-6 > li:before {
  content: "\0025cf  "; }

#promissoryNote .lst-kix_list_12-6 > li:before {
  content: "" counter(lst-ctn-kix_list_12-6, lower-latin) ". "; }

#promissoryNote ol.lst-kix_list_11-4.start {
  counter-reset: lst-ctn-kix_list_11-4 0; }

#promissoryNote .lst-kix_list_2-2 > li:before {
  content: "\0025aa  "; }

#promissoryNote .lst-kix_list_13-2 > li:before {
  content: "" counter(lst-ctn-kix_list_13-2, lower-roman) ". "; }

#promissoryNote ol.lst-kix_list_5-2.start {
  counter-reset: lst-ctn-kix_list_5-2 0; }

#promissoryNote ol {
  margin: 0;
  padding: 0; }

#promissoryNote table td,
#promissoryNote table th {
  padding: 0; }

#promissoryNote .c23 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: middle;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 112.5pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#promissoryNote .c6 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: top;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 76.5pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#promissoryNote .c30 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: middle;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 76.5pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#promissoryNote .c20 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: middle;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 13.5pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#promissoryNote .c5 {
  border-right-style: solid;
  padding: 0pt 5.8pt 0pt 5.8pt;
  border-bottom-color: #000000;
  border-top-width: 0pt;
  border-right-width: 0pt;
  border-left-color: #000000;
  vertical-align: top;
  border-right-color: #000000;
  border-left-width: 0pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 0pt;
  width: 112.5pt;
  border-top-color: #000000;
  border-bottom-style: solid; }

#promissoryNote .c3 {
  margin-left: 0pt;
  padding-top: 0pt;
  list-style-position: inside;
  text-indent: 45pt;
  padding-bottom: 10pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#promissoryNote .c4 {
  margin-left: 0pt;
  padding-top: 0pt;
  list-style-position: inside;
  text-indent: 18pt;
  padding-bottom: 10pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#promissoryNote .c7 {
  margin-left: 0pt;
  padding-top: 0pt;
  list-style-position: inside;
  text-indent: 36pt;
  padding-bottom: 10pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#promissoryNote .c19 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-family: "Calibri";
  font-style: italic; }

#promissoryNote .c16 {
  padding-top: 0pt;
  padding-bottom: 12pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify;
  height: 11pt; }

#promissoryNote .c1 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-family: "Calibri";
  font-style: normal; }

#promissoryNote .c9 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 9pt;
  font-family: "Times New Roman";
  font-style: normal; }

#promissoryNote .c32 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 8pt;
  font-family: "Times New Roman";
  font-style: normal; }

#promissoryNote .c25 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 11pt;
  font-family: "Calibri";
  font-style: normal; }

#promissoryNote .c8 {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 20pt;
  font-family: "Calibri";
  font-style: normal; }

#promissoryNote .c22 {
  color: #7f7f7f;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 8pt;
  font-family: "Times New Roman";
  font-style: normal; }

#promissoryNote .c11 {
  color: #7f7f7f;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 9pt;
  font-family: "Times New Roman";
  font-style: normal; }

#promissoryNote .c24 {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 14pt;
  font-family: "Calibri";
  font-style: normal; }

#promissoryNote .c2 {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-family: "Calibri";
  font-style: normal; }

#promissoryNote .c14 {
  padding-top: 5pt;
  padding-bottom: 5pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: left; }

#promissoryNote .c18 {
  padding-top: 0pt;
  padding-bottom: 12pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: center; }

#promissoryNote .c12 {
  padding-top: 0pt;
  padding-bottom: 10pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: justify; }

#promissoryNote .c29 {
  padding-top: 0pt;
  padding-bottom: 6pt;
  line-height: 1.1500000000000001;
  orphans: 2;
  widows: 2;
  text-align: center; }

#promissoryNote .c28 {
  padding-top: 36pt;
  padding-bottom: 10pt;
  line-height: 1.1500000000000001;
  orphans: 2;
  widows: 2;
  text-align: left; }

#promissoryNote .c26 {
  padding-top: 0pt;
  padding-bottom: 46pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: left; }

#promissoryNote .c0 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1.0;
  orphans: 2;
  widows: 2;
  text-align: left; }

#promissoryNote .c27 {
  color: #000000;
  font-weight: 400;
  vertical-align: baseline;
  font-family: "Calibri";
  font-style: normal; }

#promissoryNote .c13 {
  margin-left: 26.6pt;
  border-spacing: 0;
  border-collapse: collapse;
  margin-right: auto; }

#promissoryNote .c33 {
  background-color: #ffffff;
  max-width: 468pt;
  padding: 72pt 72pt 72pt 72pt; }

#promissoryNote .c15 {
  padding: 0;
  margin: 0; }

#promissoryNote .c17 {
  font-size: 12pt;
  text-decoration: underline; }

#promissoryNote .c21 {
  height: 11pt; }

#promissoryNote .c31 {
  font-size: 12pt; }

#promissoryNote .c10 {
  height: 0pt; }

#promissoryNote .title {
  padding-top: 24pt;
  color: #000000;
  font-weight: 700;
  font-size: 36pt;
  padding-bottom: 6pt;
  font-family: "Calibri";
  line-height: 1.1500000000000001;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left; }

#promissoryNote .subtitle {
  padding-top: 18pt;
  color: #666666;
  font-size: 24pt;
  padding-bottom: 4pt;
  font-family: "Georgia";
  line-height: 1.1500000000000001;
  page-break-after: avoid;
  font-style: italic;
  orphans: 2;
  widows: 2;
  text-align: left; }

#promissoryNote li {
  color: #000000;
  font-size: 11pt;
  font-family: "Calibri"; }

#promissoryNote p {
  margin: 0;
  color: #000000;
  font-size: 11pt;
  font-family: "Calibri"; }

#promissoryNote h1 {
  padding-top: 0pt;
  color: #000000;
  font-size: 11pt;
  padding-bottom: 12pt;
  font-family: "Calibri";
  line-height: 1.1500000000000001;
  orphans: 2;
  widows: 2;
  text-align: left; }

#promissoryNote h2 {
  padding-top: 0pt;
  color: #000000;
  font-size: 11pt;
  padding-bottom: 12pt;
  font-family: "Calibri";
  line-height: 1.1500000000000001;
  orphans: 2;
  widows: 2;
  text-align: left; }

#promissoryNote h3 {
  padding-top: 0pt;
  color: #000000;
  font-size: 11pt;
  padding-bottom: 12pt;
  font-family: "Calibri";
  line-height: 1.1500000000000001;
  orphans: 2;
  widows: 2;
  text-align: left; }

#promissoryNote h4 {
  padding-top: 0pt;
  color: #000000;
  font-size: 11pt;
  padding-bottom: 12pt;
  font-family: "Calibri";
  line-height: 1.1500000000000001;
  orphans: 2;
  widows: 2;
  text-align: left; }

#promissoryNote h5 {
  padding-top: 0pt;
  color: #000000;
  font-size: 11pt;
  padding-bottom: 12pt;
  font-family: "Calibri";
  line-height: 1.1500000000000001;
  orphans: 2;
  widows: 2;
  text-align: left; }

#promissoryNote h6 {
  padding-top: 0pt;
  color: #000000;
  font-size: 11pt;
  padding-bottom: 12pt;
  font-family: "Calibri";
  line-height: 1.1500000000000001;
  orphans: 2;
  widows: 2;
  text-align: left; }

#privacy .lst-kix_list_1-3 > li:before {
  content: "\0025aa  "; }

#privacy .lst-kix_list_1-4 > li:before {
  content: "\0025aa  "; }

#privacy ul.lst-kix_list_1-0 {
  list-style-type: none; }

#privacy .lst-kix_list_1-7 > li:before {
  content: "\0025aa  "; }

#privacy .lst-kix_list_1-5 > li:before {
  content: "\0025aa  "; }

#privacy .lst-kix_list_1-6 > li:before {
  content: "\0025aa  "; }

#privacy ul.lst-kix_list_1-3 {
  list-style-type: none; }

#privacy .lst-kix_list_1-0 > li:before {
  content: "\0025cf  "; }

#privacy ul.lst-kix_list_1-4 {
  list-style-type: none; }

#privacy .lst-kix_list_1-8 > li:before {
  content: "\0025aa  "; }

#privacy ul.lst-kix_list_1-1 {
  list-style-type: none; }

#privacy ul.lst-kix_list_1-2 {
  list-style-type: none; }

#privacy ul.lst-kix_list_1-7 {
  list-style-type: none; }

#privacy .lst-kix_list_1-1 > li:before {
  content: "o  "; }

#privacy .lst-kix_list_1-2 > li:before {
  content: "\0025aa  "; }

#privacy ul.lst-kix_list_1-8 {
  list-style-type: none; }

#privacy ul.lst-kix_list_1-5 {
  list-style-type: none; }

#privacy ul.lst-kix_list_1-6 {
  list-style-type: none; }

#privacy ol {
  margin: 0;
  padding: 0; }

#privacy table td,
#privacy table th {
  padding: 0; }

#privacy .c5 {
  margin-left: 21.8pt;
  padding-top: 0pt;
  padding-left: -14.2pt;
  padding-bottom: 12pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#privacy .c2 {
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 17pt;
  font-style: normal; }

#privacy .c14 {
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-style: normal; }

#privacy .c0 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  orphans: 2;
  widows: 2;
  text-align: left;
  height: 12pt; }

#privacy .c1 {
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-style: normal; }

#privacy .c7 {
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 16pt;
  font-style: normal; }

#privacy .c8 {
  padding-top: 18pt;
  padding-bottom: 7.5pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#privacy .c12 {
  padding-top: 6.5pt;
  padding-bottom: 0pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#privacy .c15 {
  padding-top: 60pt;
  padding-bottom: 7.5pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#privacy .c10 {
  padding-top: 14.4pt;
  padding-bottom: 6pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#privacy .c3 {
  padding-top: 8pt;
  padding-bottom: 0pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#privacy .c19 {
  padding-top: 14.4pt;
  padding-bottom: 0pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#privacy .c13 {
  padding-top: 0pt;
  padding-bottom: 6pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#privacy .c20 {
  font-weight: 400;
  font-size: 12pt; }

#privacy .c9 {
  font-size: 24pt;
  font-weight: 700; }

#privacy .c6 {
  font-weight: 400; }

#privacy .c17 {
  text-decoration: none;
  vertical-align: baseline;
  font-style: normal; }

#privacy .c21 {
  max-width: 468pt;
  padding: 72pt 72pt 72pt 72pt; }

#privacy .c18 {
  font-weight: 400; }

#privacy .c16 {
  padding: 0;
  margin: 0; }

#privacy .c4 {
  text-decoration: inherit; }

#privacy .c11 {
  text-decoration: underline; }

#tos .lst-kix_list_2-6 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_2-7 > li:before {
  content: "\0025aa  "; }

#tos ul.lst-kix_list_1-0 {
  list-style-type: none; }

#tos .lst-kix_list_2-4 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_2-5 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_2-8 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_3-0 > li:before {
  content: "\0025cf  "; }

#tos .lst-kix_list_3-1 > li:before {
  content: "o  "; }

#tos .lst-kix_list_3-2 > li:before {
  content: "\0025aa  "; }

#tos ul.lst-kix_list_3-7 {
  list-style-type: none; }

#tos ul.lst-kix_list_3-8 {
  list-style-type: none; }

#tos ul.lst-kix_list_1-3 {
  list-style-type: none; }

#tos ul.lst-kix_list_3-1 {
  list-style-type: none; }

#tos .lst-kix_list_3-5 > li:before {
  content: "\0025aa  "; }

#tos ul.lst-kix_list_1-4 {
  list-style-type: none; }

#tos ul.lst-kix_list_3-2 {
  list-style-type: none; }

#tos ul.lst-kix_list_1-1 {
  list-style-type: none; }

#tos .lst-kix_list_3-4 > li:before {
  content: "\0025aa  "; }

#tos ul.lst-kix_list_1-2 {
  list-style-type: none; }

#tos ul.lst-kix_list_3-0 {
  list-style-type: none; }

#tos ul.lst-kix_list_1-7 {
  list-style-type: none; }

#tos .lst-kix_list_3-3 > li:before {
  content: "\0025aa  "; }

#tos ul.lst-kix_list_3-5 {
  list-style-type: none; }

#tos ul.lst-kix_list_1-8 {
  list-style-type: none; }

#tos ul.lst-kix_list_3-6 {
  list-style-type: none; }

#tos ul.lst-kix_list_1-5 {
  list-style-type: none; }

#tos ul.lst-kix_list_3-3 {
  list-style-type: none; }

#tos ul.lst-kix_list_1-6 {
  list-style-type: none; }

#tos ul.lst-kix_list_3-4 {
  list-style-type: none; }

#tos .lst-kix_list_3-8 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_3-6 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_3-7 > li:before {
  content: "\0025aa  "; }

#tos ul.lst-kix_list_2-8 {
  list-style-type: none; }

#tos ul.lst-kix_list_2-2 {
  list-style-type: none; }

#tos .lst-kix_list_1-0 > li:before {
  content: "\0025cf  "; }

#tos ul.lst-kix_list_2-3 {
  list-style-type: none; }

#tos ul.lst-kix_list_2-0 {
  list-style-type: none; }

#tos ul.lst-kix_list_2-1 {
  list-style-type: none; }

#tos ul.lst-kix_list_2-6 {
  list-style-type: none; }

#tos .lst-kix_list_1-1 > li:before {
  content: "o  "; }

#tos .lst-kix_list_1-2 > li:before {
  content: "\0025aa  "; }

#tos ul.lst-kix_list_2-7 {
  list-style-type: none; }

#tos ul.lst-kix_list_2-4 {
  list-style-type: none; }

#tos ul.lst-kix_list_2-5 {
  list-style-type: none; }

#tos .lst-kix_list_1-3 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_1-4 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_1-7 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_1-5 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_1-6 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_2-0 > li:before {
  content: "\0025cf  "; }

#tos .lst-kix_list_2-1 > li:before {
  content: "o  "; }

#tos .lst-kix_list_1-8 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_2-2 > li:before {
  content: "\0025aa  "; }

#tos .lst-kix_list_2-3 > li:before {
  content: "\0025aa  "; }

#tos ol {
  margin: 0;
  padding: 0; }

#tos table td,
#tos table th {
  padding: 0; }

#tos .c7 {
  margin-left: 21.8pt;
  padding-top: 0pt;
  padding-left: -14.2pt;
  padding-bottom: 12pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#tos .c0 {
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-style: normal; }

#tos .c1 {
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 17pt;
  font-style: normal; }

#tos .c11 {
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-style: normal; }

#tos .c8 {
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 16pt;
  font-style: normal; }

#tos .c21 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  orphans: 2;
  widows: 2;
  text-align: left;
  height: 12pt; }

#tos .c19 {
  padding-top: 30pt;
  padding-bottom: 7.5pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#tos .c9 {
  padding-top: 18pt;
  padding-bottom: 0pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#tos .c12 {
  padding-top: 8pt;
  padding-bottom: 0pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#tos .c5 {
  padding-top: 14.4pt;
  padding-bottom: 6pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#tos .c22 {
  padding-top: 0pt;
  padding-bottom: 6pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#tos .c15 {
  padding-top: 14pt;
  padding-bottom: 0pt;
  orphans: 2;
  widows: 2;
  text-align: left; }

#tos .c16 {
  font-size: 17pt;
  font-weight: 700; }

#tos .c6 {
  font-size: 24pt;
  font-weight: 700; }

#tos .c3 {
  font-weight: 700; }

#tos .c14 {
  font-weight: 400; }

#tos .c2 {
  font-weight: 400; }

#tos .c20 {
  max-width: 468pt;
  padding: 72pt 72pt 72pt 72pt; }

#tos .c17 {
  text-decoration: none;
  vertical-align: baseline;
  font-style: normal; }

#tos .c10 {
  padding: 0;
  margin: 0; }

#tos .c18 {
  font-size: 12pt; }

#tos .c13 {
  color: inherit;
  text-decoration: inherit; }

#tos .c4 {
  text-decoration: underline; }

