@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;800&display=swap);
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .isolate {
    isolation: isolate;
  }
  .col-auto {
    grid-column: auto;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .w-full {
    width: 100%;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-red-700 {
    border-color: var(--color-red-700);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .\[mailto\:captainseb\@wanadoo\.fr\] {
    mailto: captainseb@wanadoo.fr;
  }
  .\[mailto\:damonkohler\@yahoo\.com\] {
    mailto: damonkohler@yahoo.com;
  }
  .\[mailto\:vncommando\@yahoo\.com\] {
    mailto: vncommando@yahoo.com;
  }
  .\[mailto\:yukihiro_o\@infoseek\.jp\] {
    mailto: yukihiro o@infoseek.jp;
  }
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --prussian-blue: #00364A;
  --verdigris: #00BAAE;
  --cultured: #eeeeee;
  --spanish-gray: #999999;
  --onyx: #444444;
  --primary-10: #E6EBED;
  --primary-20: #CCD7DB;
  --primary-80: #335E6E;
  --sapphire: #0050AE;
  --golden: #FFD91D;
  --blaze-orange: #FF6600;
  --yale-blue: #003882;
  --primary: #00BAAE;
  --secondary: #00364A;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,*::before,*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block;
}
body {
  margin: 0;
  font-family: "Montserrat",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,ul,dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,ul ul,ol ul,ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #00baae;
  text-decoration: none;
  background-color: rgba(0,0,0,0);
}
a:hover {
  color: rgb(0,109.5,102.435483871);
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,code,kbd,samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,button,select,optgroup,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
}
button,select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,[type=button],[type=reset],[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
}
h1,.h1 {
  font-size: 2.25rem;
}
h2,.h2 {
  font-size: 1.5rem;
}
h3,.h3 {
  font-size: 1.75rem;
}
h4,.h4 {
  font-size: 1.5rem;
}
h5,.h5 {
  font-size: 1.25rem;
}
h6,.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
small,.small {
  font-size: 0.875em;
  font-weight: 400;
}
mark,.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a>code {
  color: inherit;
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,.container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,.container-sm,.container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,.container-md,.container-sm,.container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,.container-lg,.container-md,.container-sm,.container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters>.col,.no-gutters>.has-tools,.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.form-group.row div.field,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.form-group.row label.label,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.has-tools,.col-auto,.has-h,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col,.has-tools {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto,.has-h {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1,.has-tools {
  order: 1;
}
.order-2,.has-h {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4,.form-group.row label.label {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8,.form-group.row div.field {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1,.has-h {
    order: 1;
  }
  .order-md-2,.has-tools {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #444;
}
.table th,.table td {
  padding: .5rem;
  vertical-align: top;
  border-top: 0 solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 0 solid #dee2e6;
}
.table tbody+tbody {
  border-top: 0 solid #dee2e6;
}
.table-sm th,.table-sm td {
  padding: .3rem;
}
.table-bordered {
  border: 0 solid #dee2e6;
}
.table-bordered th,.table-bordered td {
  border: 0 solid #dee2e6;
}
.table-bordered thead th,.table-bordered thead td {
  border-bottom-width: 0;
}
.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}
.table-hover tbody tr:hover {
  color: #444;
  background-color: rgba(0,0,0,.075);
}
.table-primary,.table-primary>th,.table-primary>td {
  background-color: rgb(183.6,235.68,232.32);
}
.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
  border-color: rgb(122.4,219.12,212.88);
}
.table-hover .table-primary:hover {
  background-color: rgb(163.5305555556,230.2494444444,225.945);
}
.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
  background-color: rgb(163.5305555556,230.2494444444,225.945);
}
.table-secondary,.table-secondary>th,.table-secondary>td {
  background-color: rgb(183.6,198.72,204.32);
}
.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
  border-color: rgb(122.4,150.48,160.88);
}
.table-hover .table-secondary:hover {
  background-color: rgb(168.6860091743,186.964266055,193.7339908257);
}
.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
  background-color: rgb(168.6860091743,186.964266055,193.7339908257);
}
.table-success,.table-success>th,.table-success>td {
  background-color: rgb(194.8,230.36,202.92);
}
.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
  border-color: rgb(143.2,209.24,158.28);
}
.table-hover .table-success:hover {
  background-color: rgb(176.7059405941,222.9540594059,187.2665346535);
}
.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
  background-color: rgb(176.7059405941,222.9540594059,187.2665346535);
}
.table-info,.table-info>th,.table-info>td {
  background-color: rgb(190.04,228.96,235.12);
}
.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
  border-color: rgb(134.36,206.64,218.08);
}
.table-hover .table-info:hover {
  background-color: hsl(188.198757764,53.1353135314%,78.3647058824%);
}
.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
  background-color: hsl(188.198757764,53.1353135314%,78.3647058824%);
}
.table-warning,.table-warning>th,.table-warning>td {
  background-color: rgb(255,237.64,185.56);
}
.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
  border-color: rgb(255,222.76,126.04);
}
.table-hover .table-warning:hover {
  background-color: rgb(255,231.265,160.06);
}
.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
  background-color: rgb(255,231.265,160.06);
}
.table-danger,.table-danger>th,.table-danger>td {
  background-color: rgb(245.2,198.44,202.92);
}
.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
  border-color: rgb(236.8,149.96,158.28);
}
.table-hover .table-danger:hover {
  background-color: hsl(354.251497006,70.4641350211%,81.9882352941%);
}
.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
  background-color: hsl(354.251497006,70.4641350211%,81.9882352941%);
}
.table-light,.table-light>th,.table-light>td {
  background-color: rgb(253.04,253.32,253.6);
}
.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
  border-color: rgb(251.36,251.88,252.4);
}
.table-hover .table-light:hover {
  background-color: rgb(238.165,240.57,242.975);
}
.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
  background-color: rgb(238.165,240.57,242.975);
}
.table-dark,.table-dark>th,.table-dark>td {
  background-color: rgb(198.16,199.84,201.52);
}
.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
  border-color: rgb(149.44,152.56,155.68);
}
.table-hover .table-dark:hover {
  background-color: hsl(210,3.0456852792%,73.368627451%);
}
.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
  background-color: hsl(210,3.0456852792%,73.368627451%);
}
.table-active,.table-active>th,.table-active>td {
  background-color: rgba(0,0,0,.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0,0,0,.075);
}
.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
  background-color: rgba(0,0,0,.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: hsl(210,10.3448275862%,30.2450980392%);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,.table-dark td,.table-dark thead th {
  border-color: hsl(210,10.3448275862%,30.2450980392%);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0,0%,100%,.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0,0%,100%,.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md>.table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive>.table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: rgba(0,0,0,0);
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(58.5,255,242.3225806452);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,186,174,.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control:-moz-focusring {
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
  background-color: rgba(0,0,0,0);
  border: solid rgba(0,0,0,0);
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: .25rem .5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
select.form-control[size],select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: .25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row>.col,.form-row>.has-tools,.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 0.875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40,167,69,.9);
  border-radius: .25rem;
}
.form-row>.col>.valid-tooltip,.form-row>.has-tools>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip {
  left: 5px;
}
.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}
.was-validated select.form-control:valid,select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}
.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: rgb(51.6956521739,206.3043478261,87);
  background-color: rgb(51.6956521739,206.3043478261,87);
}
.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}
.invalid-feedback,.form-group .error-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220,53,69,.9);
  border-radius: .25rem;
}
.form-row>.col>.invalid-tooltip,.form-row>.has-tools>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px;
}
.was-validated :invalid~.invalid-feedback,.was-validated .form-group :invalid~.error-feedback,.form-group .was-validated :invalid~.error-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.form-group .is-invalid~.error-feedback,.is-invalid~.invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}
.was-validated select.form-control:invalid,select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}
.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-group .form-check-input:invalid~.error-feedback,.form-group .was-validated .form-check-input:invalid~.error-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-group .form-check-input.is-invalid~.error-feedback,.form-check-input.is-invalid~.invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: rgb(227.5316455696,96.4683544304,109.0253164557);
  background-color: rgb(227.5316455696,96.4683544304,109.0253164557);
}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #444;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: rgba(0,0,0,0);
  border: 2px solid rgba(0,0,0,0);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #444;
  text-decoration: none;
}
.btn:focus,.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,186,174,.25);
}
.btn.disabled,.btn:disabled {
  opacity: .65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #00baae;
  border-color: #00baae;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0,147.75,138.2177419355);
  border-color: rgb(0,135,126.2903225806);
}
.btn-primary:focus,.btn-primary.focus {
  color: #fff;
  background-color: rgb(0,147.75,138.2177419355);
  border-color: rgb(0,135,126.2903225806);
  box-shadow: 0 0 0 .2rem rgba(38.25,196.35,186.15,.5);
}
.btn-primary.disabled,.btn-primary:disabled {
  color: #fff;
  background-color: #00baae;
  border-color: #00baae;
}
.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0,135,126.2903225806);
  border-color: rgb(0,122.25,114.3629032258);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38.25,196.35,186.15,.5);
}
.btn-secondary {
  color: #fff;
  background-color: #00364a;
  border-color: #00364a;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(0,26.0878378378,35.75);
  border-color: rgb(0,16.7837837838,23);
}
.btn-secondary:focus,.btn-secondary.focus {
  color: #fff;
  background-color: rgb(0,26.0878378378,35.75);
  border-color: rgb(0,16.7837837838,23);
  box-shadow: 0 0 0 .2rem rgba(38.25,84.15,101.15,.5);
}
.btn-secondary.disabled,.btn-secondary:disabled {
  color: #fff;
  background-color: #00364a;
  border-color: #00364a;
}
.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0,16.7837837838,23);
  border-color: rgb(0,7.4797297297,10.25);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38.25,84.15,101.15,.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522,136.1413043478,56.25);
  border-color: rgb(30.1449275362,125.8550724638,52);
}
.btn-success:focus,.btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522,136.1413043478,56.25);
  border-color: rgb(30.1449275362,125.8550724638,52);
  box-shadow: 0 0 0 .2rem rgba(72.25,180.2,96.9,.5);
}
.btn-success.disabled,.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362,125.8550724638,52);
  border-color: rgb(27.6811594203,115.5688405797,47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72.25,180.2,96.9,.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75,132.0652173913,150);
  border-color: rgb(17.3333333333,122.0869565217,138.6666666667);
}
.btn-info:focus,.btn-info.focus {
  color: #fff;
  background-color: rgb(18.75,132.0652173913,150);
  border-color: rgb(17.3333333333,122.0869565217,138.6666666667);
  box-shadow: 0 0 0 .2rem rgba(57.8,175.95,194.65,.5);
}
.btn-info.disabled,.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333,122.0869565217,138.6666666667);
  border-color: rgb(15.9166666667,112.1086956522,127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(57.8,175.95,194.65,.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75,167.8125,0);
  border-color: rgb(211,158.25,0);
}
.btn-warning:focus,.btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75,167.8125,0);
  border-color: rgb(211,158.25,0);
  box-shadow: 0 0 0 .2rem rgba(221.7,169.6,12.1,.5);
}
.btn-warning.disabled,.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211,158.25,0);
  border-color: rgb(198.25,148.6875,0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(221.7,169.6,12.1,.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481,34.667721519,50.5158227848);
  border-color: rgb(189.2151898734,32.7848101266,47.7721518987);
}
.btn-danger:focus,.btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481,34.667721519,50.5158227848);
  border-color: rgb(189.2151898734,32.7848101266,47.7721518987);
  box-shadow: 0 0 0 .2rem rgba(225.25,83.3,96.9,.5);
}
.btn-danger.disabled,.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734,32.7848101266,47.7721518987);
  border-color: rgb(178.3481012658,30.9018987342,45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225.25,83.3,96.9,.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875,229.875,234.0625);
  border-color: rgb(218.25,223.5,228.75);
}
.btn-light:focus,.btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875,229.875,234.0625);
  border-color: rgb(218.25,223.5,228.75);
  box-shadow: 0 0 0 .2rem rgba(215.75,217.2,218.65,.5);
}
.btn-light.disabled,.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25,223.5,228.75);
  border-color: rgb(210.8125,217.125,223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(215.75,217.2,218.65,.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: hsl(210,10.3448275862%,15.2450980392%);
  border-color: rgb(29.1379310345,32.5,35.8620689655);
}
.btn-dark:focus,.btn-dark.focus {
  color: #fff;
  background-color: hsl(210,10.3448275862%,15.2450980392%);
  border-color: rgb(29.1379310345,32.5,35.8620689655);
  box-shadow: 0 0 0 .2rem rgba(82.45,87.55,92.65,.5);
}
.btn-dark.disabled,.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345,32.5,35.8620689655);
  border-color: hsl(210,10.3448275862%,10.2450980392%);
}
.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82.45,87.55,92.65,.5);
}
.btn-outline-primary {
  color: #00baae;
  border-color: #00baae;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00baae;
  border-color: #00baae;
}
.btn-outline-primary:focus,.btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(0,186,174,.5);
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #00baae;
  background-color: rgba(0,0,0,0);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00baae;
  border-color: #00baae;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0,186,174,.5);
}
.btn-outline-secondary {
  color: #00364a;
  border-color: #00364a;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #00364a;
  border-color: #00364a;
}
.btn-outline-secondary:focus,.btn-outline-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(0,54,74,.5);
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
  color: #00364a;
  background-color: rgba(0,0,0,0);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00364a;
  border-color: #00364a;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0,54,74,.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,.btn-outline-success.focus {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}
.btn-outline-success.disabled,.btn-outline-success:disabled {
  color: #28a745;
  background-color: rgba(0,0,0,0);
}
.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,.btn-outline-info.focus {
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}
.btn-outline-info.disabled,.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: rgba(0,0,0,0);
}
.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,.btn-outline-warning.focus {
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}
.btn-outline-warning.disabled,.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: rgba(0,0,0,0);
}
.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,.btn-outline-danger.focus {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}
.btn-outline-danger.disabled,.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: rgba(0,0,0,0);
}
.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,.btn-outline-light.focus {
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}
.btn-outline-light.disabled,.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: rgba(0,0,0,0);
}
.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,.btn-outline-dark.focus {
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}
.btn-outline-dark.disabled,.btn-outline-dark:disabled {
  color: #343a40;
  background-color: rgba(0,0,0,0);
}
.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}
.btn-link {
  font-weight: 400;
  color: #00baae;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0,109.5,102.435483871);
  text-decoration: underline;
}
.btn-link:focus,.btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled,.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg,.btn-group-lg>.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.btn-sm,.btn-group-sm>.btn {
  padding: .25rem .5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block+.btn-block {
  margin-top: .5rem;
}
input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,.dropright,.dropdown,.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid rgba(0,0,0,0);
  border-bottom: 0;
  border-left: .3em solid rgba(0,0,0,0);
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: .125rem 0 0;
  font-size: 0.625rem;
  color: #444;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid rgba(0,0,0,0);
  border-bottom: .3em solid;
  border-left: .3em solid rgba(0,0,0,0);
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid rgba(0,0,0,0);
  border-right: 0;
  border-bottom: .3em solid rgba(0,0,0,0);
  border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid rgba(0,0,0,0);
  border-right: .3em solid;
  border-bottom: .3em solid rgba(0,0,0,0);
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .5rem .5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0,0,0,0);
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover,.dropdown-item:focus {
  color: hsl(210,10.8108108108%,9.5098039216%);
  text-decoration: none;
  background-color: rgba(0,186,174,.05);
}
.dropdown-item.active,.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00baae;
}
.dropdown-item.disabled,.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: rgba(0,0,0,0);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0 .5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: .5rem .5rem;
  color: #212529;
}
.btn-group,.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group>.btn,.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group>.btn:hover,.btn-group-vertical>.btn:hover {
  z-index: 1;
}
.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
  width: 100%;
}
.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}
.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}
.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}
.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group>.custom-file {
  display: flex;
  align-items: center;
}
.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,.input-group-append {
  display: flex;
}
.input-group-prepend .btn,.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.input-group-text input[type=radio],.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn {
  padding: .25rem .5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.input-group-lg>.custom-select,.input-group-sm>.custom-select {
  padding-right: 1.75rem;
}
.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #00baae;
  background-color: #00baae;
}
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0,186,174,.25);
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: rgb(58.5,255,242.3225806452);
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: rgb(109.5,255,245.6129032258);
  border-color: rgb(109.5,255,245.6129032258);
}
.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #00baae;
  background-color: #00baae;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0,186,174,.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0,186,174,.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0,186,174,.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0,186,174,.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(58.5,255,242.3225806452);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,186,174,.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: rgba(0,0,0,0);
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus~.custom-file-label {
  border-color: rgb(58.5,255,242.3225806452);
  box-shadow: 0 0 0 .2rem rgba(0,186,174,.25);
}
.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}
.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: rgba(0,0,0,0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,186,174,.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,186,174,.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,186,174,.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00baae;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(109.5,255,245.6129032258);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: rgba(0,0,0,0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0,0,0,0);
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00baae;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(109.5,255,245.6129032258);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: rgba(0,0,0,0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0,0,0,0);
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #00baae;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(109.5,255,245.6129032258);
}
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: rgba(0,0,0,0);
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
  border-width: .5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,.custom-file-label,.custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,.custom-file-label,.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
}
.nav-link:hover,.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}
.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: .25rem;
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #00baae;
}
.nav-fill>.nav-link,.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified>.nav-link,.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
}
.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  border-radius: .25rem;
}
.navbar-toggler:hover,.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
}
.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
  color: rgba(0,0,0,.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0,0,0,.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,.3);
}
.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0,0,0,.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0,0,0,.5);
}
.navbar-light .navbar-text a {
  color: rgba(0,0,0,.9);
}
.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
  color: rgba(0,0,0,.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0,0%,100%,.5);
}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
  color: hsla(0,0%,100%,.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0,0%,100%,.25);
}
.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0,0%,100%,.5);
  border-color: hsla(0,0%,100%,.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: hsla(0,0%,100%,.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.card>hr {
  margin-right: 0;
  margin-left: 0;
}
.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card>.card-header+.list-group,.card>.list-group+.card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: .75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link+.card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,.card-img-top,.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}
.card-group>.card {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: .75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion>.card {
  overflow: hidden;
}
.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00baae;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0,109.5,102.435483871);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,186,174,.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00baae;
  border-color: #00baae;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.badge {
  display: inline-block;
  padding: .5em .5em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #00baae;
}
a.badge-primary:hover,a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0,135,126.2903225806);
}
a.badge-primary:focus,a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,186,174,.5);
}
.badge-secondary {
  color: #fff;
  background-color: #00364a;
}
a.badge-secondary:hover,a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(0,16.7837837838,23);
}
a.badge-secondary:focus,a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,54,74,.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover,a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362,125.8550724638,52);
}
a.badge-success:focus,a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover,a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333,122.0869565217,138.6666666667);
}
a.badge-info:focus,a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover,a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211,158.25,0);
}
a.badge-warning:focus,a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover,a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734,32.7848101266,47.7721518987);
}
a.badge-danger:focus,a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover,a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25,223.5,228.75);
}
a.badge-light:focus,a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover,a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345,32.5,35.8620689655);
}
a.badge-dark:focus,a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0,0,0,0);
  border-radius: .25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(0,96.72,90.48);
  background-color: rgb(204,241.2,238.8);
  border-color: rgb(183.6,235.68,232.32);
}
.alert-primary hr {
  border-top-color: rgb(163.5305555556,230.2494444444,225.945);
}
.alert-primary .alert-link {
  color: rgb(0,45.72,42.7703225806);
}
.alert-secondary {
  color: rgb(0,28.08,38.48);
  background-color: rgb(204,214.8,218.8);
  border-color: rgb(183.6,198.72,204.32);
}
.alert-secondary hr {
  border-top-color: rgb(168.6860091743,186.964266055,193.7339908257);
}
.alert-secondary .alert-link {
  color: #000;
}
.alert-success {
  color: rgb(20.8,86.84,35.88);
  background-color: rgb(212,237.4,217.8);
  border-color: rgb(194.8,230.36,202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941,222.9540594059,187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362,45.6950724638,18.88);
}
.alert-info {
  color: rgb(11.96,84.24,95.68);
  background-color: rgb(208.6,236.4,240.8);
  border-color: rgb(190.04,228.96,235.12);
}
.alert-info hr {
  border-top-color: hsl(188.198757764,53.1353135314%,78.3647058824%);
}
.alert-info .alert-link {
  color: rgb(6.2933333333,44.3269565217,50.3466666667);
}
.alert-warning {
  color: rgb(132.6,100.36,3.64);
  background-color: rgb(255,242.6,205.4);
  border-color: rgb(255,237.64,185.56);
}
.alert-warning hr {
  border-top-color: rgb(255,231.265,160.06);
}
.alert-warning .alert-link {
  color: hsl(45,94.6564885496%,16.7137254902%);
}
.alert-danger {
  color: rgb(114.4,27.56,35.88);
  background-color: rgb(248,214.6,217.8);
  border-color: rgb(245.2,198.44,202.92);
}
.alert-danger hr {
  border-top-color: hsl(354.251497006,70.4641350211%,81.9882352941%);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011,17.6589010989,22.9898901099);
}
.alert-light {
  color: rgb(128.96,129.48,130);
  background-color: rgb(253.6,253.8,254);
  border-color: rgb(253.04,253.32,253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165,240.57,242.975);
}
.alert-light .alert-link {
  color: hsl(210,.4142766093%,40.7764705882%);
}
.alert-dark {
  color: rgb(27.04,30.16,33.28);
  background-color: rgb(214.4,215.6,216.8);
  border-color: rgb(198.16,199.84,201.52);
}
.alert-dark hr {
  border-top-color: hsl(210,3.0456852792%,73.368627451%);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345,4.66,5.1420689655);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00baae;
  transition: width .6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #444;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00baae;
  border-color: #00baae;
}
.list-group-item+.list-group-item {
  border-top-width: 0;
}
.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: rgb(0,96.72,90.48);
  background-color: rgb(183.6,235.68,232.32);
}
.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
  color: rgb(0,96.72,90.48);
  background-color: rgb(163.5305555556,230.2494444444,225.945);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0,96.72,90.48);
  border-color: rgb(0,96.72,90.48);
}
.list-group-item-secondary {
  color: rgb(0,28.08,38.48);
  background-color: rgb(183.6,198.72,204.32);
}
.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(0,28.08,38.48);
  background-color: rgb(168.6860091743,186.964266055,193.7339908257);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0,28.08,38.48);
  border-color: rgb(0,28.08,38.48);
}
.list-group-item-success {
  color: rgb(20.8,86.84,35.88);
  background-color: rgb(194.8,230.36,202.92);
}
.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8,86.84,35.88);
  background-color: rgb(176.7059405941,222.9540594059,187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8,86.84,35.88);
  border-color: rgb(20.8,86.84,35.88);
}
.list-group-item-info {
  color: rgb(11.96,84.24,95.68);
  background-color: rgb(190.04,228.96,235.12);
}
.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96,84.24,95.68);
  background-color: hsl(188.198757764,53.1353135314%,78.3647058824%);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96,84.24,95.68);
  border-color: rgb(11.96,84.24,95.68);
}
.list-group-item-warning {
  color: rgb(132.6,100.36,3.64);
  background-color: rgb(255,237.64,185.56);
}
.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6,100.36,3.64);
  background-color: rgb(255,231.265,160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6,100.36,3.64);
  border-color: rgb(132.6,100.36,3.64);
}
.list-group-item-danger {
  color: rgb(114.4,27.56,35.88);
  background-color: rgb(245.2,198.44,202.92);
}
.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4,27.56,35.88);
  background-color: hsl(354.251497006,70.4641350211%,81.9882352941%);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4,27.56,35.88);
  border-color: rgb(114.4,27.56,35.88);
}
.list-group-item-light {
  color: rgb(128.96,129.48,130);
  background-color: rgb(253.04,253.32,253.6);
}
.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96,129.48,130);
  background-color: rgb(238.165,240.57,242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96,129.48,130);
  border-color: rgb(128.96,129.48,130);
}
.list-group-item-dark {
  color: rgb(27.04,30.16,33.28);
  background-color: rgb(198.16,199.84,201.52);
}
.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04,30.16,33.28);
  background-color: hsl(210,3.0456852792%,73.368627451%);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04,30.16,33.28);
  border-color: rgb(27.04,30.16,33.28);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: rgba(0,0,0,0);
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.625rem;
  background-color: hsla(0,0%,100%,.85);
  background-clip: padding-box;
  border: 0 solid rgba(0,0,0,.1);
  box-shadow: 0 0 1rem 0 rgba(0,186,174,.1);
  opacity: 0;
  border-radius: .25rem;
}
.toast:not(:last-child) {
  margin-bottom: .75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: hsla(0,0%,100%,.85);
  background-clip: padding-box;
  border-bottom: 0 solid rgba(0,0,0,.05);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.toast-body {
  padding: .75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0,0,0,.2);
  border-radius: .25rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #00364a;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.modal-footer>* {
  margin: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: .9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0,0,0,0);
  border-style: solid;
}
.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top] {
  padding: .4rem 0;
}
.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right] {
  padding: 0 .4rem;
}
.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom] {
  padding: .4rem 0;
}
.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left] {
  padding: 0 .4rem;
}
.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}
.popover .arrow::before,.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0,0,0,0);
  border-style: solid;
}
.bs-popover-top,.bs-popover-auto[x-placement^=top] {
  margin-bottom: .5rem;
}
.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^=top]>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0,0,0,.25);
}
.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^=top]>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,.bs-popover-auto[x-placement^=right] {
  margin-left: .5rem;
}
.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow {
  left: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^=right]>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0,0,0,.25);
}
.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^=right]>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom] {
  margin-top: .5rem;
}
.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^=bottom]>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0,0,0,.25);
}
.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^=bottom]>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid hsl(0,0%,97%);
}
.bs-popover-left,.bs-popover-auto[x-placement^=left] {
  margin-right: .5rem;
}
.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow {
  right: calc(-0.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^=left]>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0,0,0,.25);
}
.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^=left]>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: hsl(0,0%,97%);
  border-bottom: 1px solid hsl(0,0%,92%);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: .5rem .75rem;
  color: #444;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,.carousel-item-next,.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid rgba(0,0,0,0);
  border-bottom: 10px solid rgba(0,0,0,0);
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: .25em solid currentcolor;
  border-right-color: rgba(0,0,0,0);
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #00baae !important;
}
a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
  background-color: rgb(0,135,126.2903225806) !important;
}
.bg-secondary {
  background-color: #00364a !important;
}
a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
  background-color: rgb(0,16.7837837838,23) !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
  background-color: rgb(30.1449275362,125.8550724638,52) !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
  background-color: rgb(17.3333333333,122.0869565217,138.6666666667) !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
  background-color: rgb(211,158.25,0) !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
  background-color: rgb(189.2151898734,32.7848101266,47.7721518987) !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
  background-color: rgb(218.25,223.5,228.75) !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
  background-color: rgb(29.1379310345,32.5,35.8620689655) !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: rgba(0,0,0,0) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #00baae !important;
}
.border-secondary {
  border-color: #00364a !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: .2rem !important;
}
.rounded {
  border-radius: .25rem !important;
}
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-lg {
  border-radius: .3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.shadow {
  box-shadow: 0 0 1rem 0 rgba(0,186,174,.1) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,.my-0 {
  margin-top: 0 !important;
}
.mr-0,.mx-0 {
  margin-right: 0 !important;
}
.mb-0,.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.mt-1,.my-1 {
  margin-top: .25rem !important;
}
.mr-1,.mx-1 {
  margin-right: .25rem !important;
}
.mb-1,.my-1 {
  margin-bottom: .25rem !important;
}
.ml-1,.mx-1 {
  margin-left: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.mt-2,.my-2 {
  margin-top: .5rem !important;
}
.mr-2,.mx-2 {
  margin-right: .5rem !important;
}
.mb-2,.my-2 {
  margin-bottom: .5rem !important;
}
.ml-2,.mx-2 {
  margin-left: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,.my-3 {
  margin-top: 1rem !important;
}
.mr-3,.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,.my-5 {
  margin-top: 3rem !important;
}
.mr-5,.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,.py-0 {
  padding-top: 0 !important;
}
.pr-0,.px-0 {
  padding-right: 0 !important;
}
.pb-0,.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.pt-1,.py-1 {
  padding-top: .25rem !important;
}
.pr-1,.px-1 {
  padding-right: .25rem !important;
}
.pb-1,.py-1 {
  padding-bottom: .25rem !important;
}
.pl-1,.px-1 {
  padding-left: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.pt-2,.py-2 {
  padding-top: .5rem !important;
}
.pr-2,.px-2 {
  padding-right: .5rem !important;
}
.pb-2,.py-2 {
  padding-bottom: .5rem !important;
}
.pl-2,.px-2 {
  padding-left: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,.py-3 {
  padding-top: 1rem !important;
}
.pr-3,.px-3 {
  padding-right: 1rem !important;
}
.pb-3,.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,.py-5 {
  padding-top: 3rem !important;
}
.pr-5,.px-5 {
  padding-right: 3rem !important;
}
.pb-5,.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,.my-auto {
  margin-top: auto !important;
}
.mr-auto,.mx-auto {
  margin-right: auto !important;
}
.mb-auto,.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .mt-sm-1,.my-sm-1 {
    margin-top: .25rem !important;
  }
  .mr-sm-1,.mx-sm-1 {
    margin-right: .25rem !important;
  }
  .mb-sm-1,.my-sm-1 {
    margin-bottom: .25rem !important;
  }
  .ml-sm-1,.mx-sm-1 {
    margin-left: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .mt-sm-2,.my-sm-2 {
    margin-top: .5rem !important;
  }
  .mr-sm-2,.mx-sm-2 {
    margin-right: .5rem !important;
  }
  .mb-sm-2,.my-sm-2 {
    margin-bottom: .5rem !important;
  }
  .ml-sm-2,.mx-sm-2 {
    margin-left: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .pt-sm-1,.py-sm-1 {
    padding-top: .25rem !important;
  }
  .pr-sm-1,.px-sm-1 {
    padding-right: .25rem !important;
  }
  .pb-sm-1,.py-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pl-sm-1,.px-sm-1 {
    padding-left: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .pt-sm-2,.py-sm-2 {
    padding-top: .5rem !important;
  }
  .pr-sm-2,.px-sm-2 {
    padding-right: .5rem !important;
  }
  .pb-sm-2,.py-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pl-sm-2,.px-sm-2 {
    padding-left: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .mt-md-1,.my-md-1 {
    margin-top: .25rem !important;
  }
  .mr-md-1,.mx-md-1 {
    margin-right: .25rem !important;
  }
  .mb-md-1,.my-md-1 {
    margin-bottom: .25rem !important;
  }
  .ml-md-1,.mx-md-1 {
    margin-left: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .mt-md-2,.my-md-2 {
    margin-top: .5rem !important;
  }
  .mr-md-2,.mx-md-2 {
    margin-right: .5rem !important;
  }
  .mb-md-2,.my-md-2 {
    margin-bottom: .5rem !important;
  }
  .ml-md-2,.mx-md-2 {
    margin-left: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .pt-md-1,.py-md-1 {
    padding-top: .25rem !important;
  }
  .pr-md-1,.px-md-1 {
    padding-right: .25rem !important;
  }
  .pb-md-1,.py-md-1 {
    padding-bottom: .25rem !important;
  }
  .pl-md-1,.px-md-1 {
    padding-left: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .pt-md-2,.py-md-2 {
    padding-top: .5rem !important;
  }
  .pr-md-2,.px-md-2 {
    padding-right: .5rem !important;
  }
  .pb-md-2,.py-md-2 {
    padding-bottom: .5rem !important;
  }
  .pl-md-2,.px-md-2 {
    padding-left: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .mt-lg-1,.my-lg-1 {
    margin-top: .25rem !important;
  }
  .mr-lg-1,.mx-lg-1 {
    margin-right: .25rem !important;
  }
  .mb-lg-1,.my-lg-1 {
    margin-bottom: .25rem !important;
  }
  .ml-lg-1,.mx-lg-1 {
    margin-left: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .mt-lg-2,.my-lg-2 {
    margin-top: .5rem !important;
  }
  .mr-lg-2,.mx-lg-2 {
    margin-right: .5rem !important;
  }
  .mb-lg-2,.my-lg-2 {
    margin-bottom: .5rem !important;
  }
  .ml-lg-2,.mx-lg-2 {
    margin-left: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .pt-lg-1,.py-lg-1 {
    padding-top: .25rem !important;
  }
  .pr-lg-1,.px-lg-1 {
    padding-right: .25rem !important;
  }
  .pb-lg-1,.py-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pl-lg-1,.px-lg-1 {
    padding-left: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .pt-lg-2,.py-lg-2 {
    padding-top: .5rem !important;
  }
  .pr-lg-2,.px-lg-2 {
    padding-right: .5rem !important;
  }
  .pb-lg-2,.py-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pl-lg-2,.px-lg-2 {
    padding-left: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .mt-xl-1,.my-xl-1 {
    margin-top: .25rem !important;
  }
  .mr-xl-1,.mx-xl-1 {
    margin-right: .25rem !important;
  }
  .mb-xl-1,.my-xl-1 {
    margin-bottom: .25rem !important;
  }
  .ml-xl-1,.mx-xl-1 {
    margin-left: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .mt-xl-2,.my-xl-2 {
    margin-top: .5rem !important;
  }
  .mr-xl-2,.mx-xl-2 {
    margin-right: .5rem !important;
  }
  .mb-xl-2,.my-xl-2 {
    margin-bottom: .5rem !important;
  }
  .ml-xl-2,.mx-xl-2 {
    margin-left: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .pt-xl-1,.py-xl-1 {
    padding-top: .25rem !important;
  }
  .pr-xl-1,.px-xl-1 {
    padding-right: .25rem !important;
  }
  .pb-xl-1,.py-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pl-xl-1,.px-xl-1 {
    padding-left: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .pt-xl-2,.py-xl-2 {
    padding-top: .5rem !important;
  }
  .pr-xl-2,.px-xl-2 {
    padding-right: .5rem !important;
  }
  .pb-xl-2,.py-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pl-xl-2,.px-xl-2 {
    padding-left: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #00baae !important;
}
a.text-primary:hover,a.text-primary:focus {
  color: rgb(0,109.5,102.435483871) !important;
}
.text-secondary {
  color: #00364a !important;
}
a.text-secondary:hover,a.text-secondary:focus {
  color: #000 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,a.text-success:focus {
  color: rgb(25.2173913043,105.2826086957,43.5) !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,a.text-info:focus {
  color: rgb(14.5,102.1304347826,116) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,a.text-warning:focus {
  color: rgb(185.5,139.125,0) !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,a.text-danger:focus {
  color: rgb(167.4810126582,29.0189873418,42.2848101266) !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,a.text-light:focus {
  color: rgb(203.375,210.75,218.125) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,a.text-dark:focus {
  color: hsl(210,10.3448275862%,7.7450980392%) !important;
}
.text-body {
  color: #444 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0,0,0,.5) !important;
}
.text-white-50 {
  color: hsla(0,0%,100%,.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: rgba(0,0,0,0);
  text-shadow: none;
  background-color: rgba(0,0,0,0);
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,*::before,*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,img {
    page-break-inside: avoid;
  }
  p,h2,h3 {
    orphans: 3;
    widows: 3;
  }
  h2,h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
:root {
  --dt-row-selected: 2, 117, 216;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "▶";
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼";
}
html.dark table.dataTable td.dt-control:before,:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}
table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc_disabled,table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: .125;
  right: 10px;
  line-height: 9px;
  font-size: .8em;
}
table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after {
  opacity: .6;
}
table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active {
  outline: none;
}
div.dataTables_scrollBody>table.dataTable>thead>tr>th:before,div.dataTables_scrollBody>table.dataTable>thead>tr>th:after,div.dataTables_scrollBody>table.dataTable>thead>tr>td:before,div.dataTables_scrollBody>table.dataTable>thead>tr>td:after {
  display: none;
}
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dataTables_processing>div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing>div:last-child>div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(2, 117, 216);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing>div:last-child>div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 .6s infinite;
}
div.dataTables_processing>div:last-child>div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 .6s infinite;
}
div.dataTables_processing>div:last-child>div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 .6s infinite;
}
div.dataTables_processing>div:last-child>div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 .6s infinite;
}
@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th,table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,table.dataTable th {
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1) {
  background-color: transparent;
}
table.dataTable>tbody>tr {
  background-color: transparent;
}
table.dataTable>tbody>tr.selected>* {
  box-shadow: inset 0 0 0 9999px rgb(2, 117, 216);
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable>tbody>tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable.table-striped>tbody>tr.odd>* {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
}
table.dataTable.table-striped>tbody>tr.odd.selected>* {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}
table.dataTable.table-hover>tbody>tr:hover>* {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075);
}
table.dataTable.table-hover>tbody>tr.selected:hover>* {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: .5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: .85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody>table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody>table>thead .sorting:before,div.dataTables_scrollBody>table>thead .sorting_asc:before,div.dataTables_scrollBody>table>thead .sorting_desc:before,div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody>table>tbody tr:first-child th,div.dataTables_scrollBody>table>tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot>.dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0;
}
div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
  padding-right: 0;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  margin-right: .5em;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "►";
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control.arrow-right::before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control.arrow-right::before {
  content: "◄";
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
  content: "▼";
}
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control {
  padding-left: .333em;
}
table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.dtr-control,table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control {
  cursor: pointer;
}
table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "►";
}
table.dataTable.dtr-column>tbody>tr>td.dtr-control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>th.dtr-control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>td.control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>th.control.arrow-right::before {
  content: "◄";
}
table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before {
  content: "▼";
}
table.dataTable>tbody>tr.child {
  padding: .5em 1em;
}
table.dataTable>tbody>tr.child:hover {
  background: transparent !important;
}
table.dataTable>tbody>tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
  border-bottom: 1px solid #efefef;
  padding: .5em 0;
}
table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
  padding-top: 0;
}
table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
table.dataTable>tbody>tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 75%;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: .5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 2.5em;
}
div.dtr-modal div.dtr-modal-content h2 {
  margin-top: 0;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
html.dark table.dataTable>tbody>tr>td.dtr-control:before {
  color: rgba(255, 255, 255, 0.5) !important;
}
html.dark table.dataTable>tbody>tr.child ul.dtr-details>li {
  border-bottom-color: #404346;
}
html.dark div.dtr-modal div.dtr-modal-display {
  background-color: #212529;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container {
  display: block;
}
.select2-container *:focus {
  outline: 0;
}
.input-group .select2-container--bootstrap4 {
  flex-grow: 1;
}
.input-group-prepend~.select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group>.select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--bootstrap4 .select2-selection {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap4 .select2-selection {
    transition: none;
  }
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: rgb(58.5,255,242.3225806452);
  box-shadow: 0 0 0 .2rem rgba(0,186,174,.25);
}
.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  box-shadow: none;
}
.select2-container--bootstrap4.select2-container--disabled .select2-search__field,.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: rgba(0,0,0,0);
}
select.is-invalid~.select2-container--bootstrap4 .select2-selection,form.was-validated select:invalid~.select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545;
}
select.is-valid~.select2-container--bootstrap4 .select2-selection,form.was-validated select:valid~.select2-container--bootstrap4 .select2-selection {
  border-color: #28a745;
}
.select2-container--bootstrap4 .select2-search {
  width: 100%;
}
.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-radius: 0;
}
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #ced4da;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  color: #212529;
  background-color: hsl(0,0%,95%);
}
.select2-container--bootstrap4 .select2-results__option--highlighted,.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  color: #fff;
  background-color: #00baae;
}
.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding-left: 1em;
}
.select2-container--bootstrap4 .select2-results__option {
  padding: .375rem .75rem;
}
.select2-container--bootstrap4 .select2-results>.select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}
.select2-container--bootstrap4 .select2-results__group {
  display: list-item;
  padding: 6px;
  color: #00364a;
}
.select2-container--bootstrap4 .select2-selection__clear {
  float: right;
  width: .9em;
  height: .9em;
  padding-left: .15em;
  margin-top: .7em;
  margin-right: .3em;
  line-height: .75em;
  color: #f8f9fa;
  background-color: #c8c8c8;
  border-radius: 100%;
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: rgb(174.5,174.5,174.5);
}
.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  line-height: calc(1.5em + 0.75rem);
  color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #343a40 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  border-style: solid;
  border-width: 5px 4px 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  padding-left: .75rem;
  line-height: calc(1.5em + 0.75rem);
  color: #495057;
}
.select2-search--dropdown .select2-search__field {
  padding: .375rem .75rem;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.select2-results__message {
  color: #00364a;
}
.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  width: 100%;
  padding: 0 .375rem;
  margin: 0;
  list-style: none;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  float: left;
  padding: 0;
  padding-right: .75rem;
  margin-top: calc(0.375rem - 2px);
  margin-right: .375rem;
  color: #495057;
  cursor: pointer;
  border: 1px solid rgb(188.5,198,207.5);
  border-radius: .2rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  color: #495057;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice+.select2-search {
  width: 0;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  float: left;
  padding-right: 3px;
  padding-left: 3px;
  margin-right: 1px;
  margin-left: 3px;
  font-weight: 700;
  color: rgb(188.5,198,207.5);
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  position: absolute !important;
  top: 0;
  right: .7em;
  float: none;
  margin-right: 0;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px;
  cursor: not-allowed;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)*/
.fa,.fas,.far,.fal,.fad,.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul>li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "";
}
.fa-abacus:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-acorn:before {
  content: "";
}
.fa-acquisitions-incorporated:before {
  content: "";
}
.fa-ad:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-adobe:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-air-conditioner:before {
  content: "";
}
.fa-air-freshener:before {
  content: "";
}
.fa-airbnb:before {
  content: "";
}
.fa-alarm-clock:before {
  content: "";
}
.fa-alarm-exclamation:before {
  content: "";
}
.fa-alarm-plus:before {
  content: "";
}
.fa-alarm-snooze:before {
  content: "";
}
.fa-album:before {
  content: "";
}
.fa-album-collection:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-alicorn:before {
  content: "";
}
.fa-alien:before {
  content: "";
}
.fa-alien-monster:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-slash:before {
  content: "";
}
.fa-alipay:before {
  content: "";
}
.fa-allergies:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-amp-guitar:before {
  content: "";
}
.fa-analytics:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-angel:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angry:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-ankh:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-apple-alt:before {
  content: "";
}
.fa-apple-crate:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-archway:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-arrow-alt-down:before {
  content: "";
}
.fa-arrow-alt-from-bottom:before {
  content: "";
}
.fa-arrow-alt-from-left:before {
  content: "";
}
.fa-arrow-alt-from-right:before {
  content: "";
}
.fa-arrow-alt-from-top:before {
  content: "";
}
.fa-arrow-alt-left:before {
  content: "";
}
.fa-arrow-alt-right:before {
  content: "";
}
.fa-arrow-alt-square-down:before {
  content: "";
}
.fa-arrow-alt-square-left:before {
  content: "";
}
.fa-arrow-alt-square-right:before {
  content: "";
}
.fa-arrow-alt-square-up:before {
  content: "";
}
.fa-arrow-alt-to-bottom:before {
  content: "";
}
.fa-arrow-alt-to-left:before {
  content: "";
}
.fa-arrow-alt-to-right:before {
  content: "";
}
.fa-arrow-alt-to-top:before {
  content: "";
}
.fa-arrow-alt-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-arrow-from-bottom:before {
  content: "";
}
.fa-arrow-from-left:before {
  content: "";
}
.fa-arrow-from-right:before {
  content: "";
}
.fa-arrow-from-top:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-square-down:before {
  content: "";
}
.fa-arrow-square-left:before {
  content: "";
}
.fa-arrow-square-right:before {
  content: "";
}
.fa-arrow-square-up:before {
  content: "";
}
.fa-arrow-to-bottom:before {
  content: "";
}
.fa-arrow-to-left:before {
  content: "";
}
.fa-arrow-to-right:before {
  content: "";
}
.fa-arrow-to-top:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-artstation:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-atlas:before {
  content: "";
}
.fa-atlassian:before {
  content: "";
}
.fa-atom:before {
  content: "";
}
.fa-atom-alt:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-award:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-axe:before {
  content: "";
}
.fa-axe-battle:before {
  content: "";
}
.fa-baby:before {
  content: "";
}
.fa-baby-carriage:before {
  content: "";
}
.fa-backpack:before {
  content: "";
}
.fa-backspace:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-bacon:before {
  content: "";
}
.fa-bacteria:before {
  content: "陵";
}
.fa-bacterium:before {
  content: "讀";
}
.fa-badge:before {
  content: "";
}
.fa-badge-check:before {
  content: "";
}
.fa-badge-dollar:before {
  content: "";
}
.fa-badge-percent:before {
  content: "";
}
.fa-badge-sheriff:before {
  content: "";
}
.fa-badger-honey:before {
  content: "";
}
.fa-bags-shopping:before {
  content: "";
}
.fa-bahai:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-balance-scale-left:before {
  content: "";
}
.fa-balance-scale-right:before {
  content: "";
}
.fa-ball-pile:before {
  content: "";
}
.fa-ballot:before {
  content: "";
}
.fa-ballot-check:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-banjo:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-barcode-alt:before {
  content: "";
}
.fa-barcode-read:before {
  content: "";
}
.fa-barcode-scan:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-basketball-hoop:before {
  content: "";
}
.fa-bat:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-bolt:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-slash:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battle-net:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-bed-alt:before {
  content: "";
}
.fa-bed-bunk:before {
  content: "";
}
.fa-bed-empty:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-bell-exclamation:before {
  content: "";
}
.fa-bell-on:before {
  content: "";
}
.fa-bell-plus:before {
  content: "";
}
.fa-bell-school:before {
  content: "";
}
.fa-bell-school-slash:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bells:before {
  content: "";
}
.fa-betamax:before {
  content: "";
}
.fa-bezier-curve:before {
  content: "";
}
.fa-bible:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-biking:before {
  content: "";
}
.fa-biking-mountain:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-biohazard:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-blanket:before {
  content: "";
}
.fa-blender:before {
  content: "";
}
.fa-blender-phone:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-blinds:before {
  content: "";
}
.fa-blinds-open:before {
  content: "";
}
.fa-blinds-raised:before {
  content: "";
}
.fa-blog:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-bone:before {
  content: "";
}
.fa-bone-break:before {
  content: "";
}
.fa-bong:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-book-alt:before {
  content: "";
}
.fa-book-dead:before {
  content: "";
}
.fa-book-heart:before {
  content: "";
}
.fa-book-medical:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-book-reader:before {
  content: "";
}
.fa-book-spells:before {
  content: "";
}
.fa-book-user:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-books:before {
  content: "";
}
.fa-books-medical:before {
  content: "";
}
.fa-boombox:before {
  content: "";
}
.fa-boot:before {
  content: "";
}
.fa-booth-curtain:before {
  content: "";
}
.fa-bootstrap:before {
  content: "";
}
.fa-border-all:before {
  content: "";
}
.fa-border-bottom:before {
  content: "";
}
.fa-border-center-h:before {
  content: "";
}
.fa-border-center-v:before {
  content: "";
}
.fa-border-inner:before {
  content: "";
}
.fa-border-left:before {
  content: "";
}
.fa-border-none:before {
  content: "";
}
.fa-border-outer:before {
  content: "";
}
.fa-border-right:before {
  content: "";
}
.fa-border-style:before {
  content: "";
}
.fa-border-style-alt:before {
  content: "";
}
.fa-border-top:before {
  content: "";
}
.fa-bow-arrow:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-bowling-pins:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-box-alt:before {
  content: "";
}
.fa-box-ballot:before {
  content: "";
}
.fa-box-check:before {
  content: "";
}
.fa-box-fragile:before {
  content: "";
}
.fa-box-full:before {
  content: "";
}
.fa-box-heart:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-box-tissue:before {
  content: "拏";
}
.fa-box-up:before {
  content: "";
}
.fa-box-usd:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-boxes-alt:before {
  content: "";
}
.fa-boxing-glove:before {
  content: "";
}
.fa-brackets:before {
  content: "";
}
.fa-brackets-curly:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-brain:before {
  content: "";
}
.fa-bread-loaf:before {
  content: "";
}
.fa-bread-slice:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-bring-forward:before {
  content: "";
}
.fa-bring-front:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-broom:before {
  content: "";
}
.fa-browser:before {
  content: "";
}
.fa-brush:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-buffer:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-bullseye-arrow:before {
  content: "";
}
.fa-bullseye-pointer:before {
  content: "";
}
.fa-burger-soda:before {
  content: "";
}
.fa-burn:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-burrito:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-bus-alt:before {
  content: "";
}
.fa-bus-school:before {
  content: "";
}
.fa-business-time:before {
  content: "";
}
.fa-buy-n-large:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-cabinet-filing:before {
  content: "";
}
.fa-cactus:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calculator-alt:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-day:before {
  content: "";
}
.fa-calendar-edit:before {
  content: "";
}
.fa-calendar-exclamation:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-star:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-calendar-week:before {
  content: "";
}
.fa-camcorder:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-alt:before {
  content: "";
}
.fa-camera-home:before {
  content: "";
}
.fa-camera-movie:before {
  content: "";
}
.fa-camera-polaroid:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-campfire:before {
  content: "";
}
.fa-campground:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-candle-holder:before {
  content: "";
}
.fa-candy-cane:before {
  content: "";
}
.fa-candy-corn:before {
  content: "";
}
.fa-cannabis:before {
  content: "";
}
.fa-capsules:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-car-alt:before {
  content: "";
}
.fa-car-battery:before {
  content: "";
}
.fa-car-building:before {
  content: "";
}
.fa-car-bump:before {
  content: "";
}
.fa-car-bus:before {
  content: "";
}
.fa-car-crash:before {
  content: "";
}
.fa-car-garage:before {
  content: "";
}
.fa-car-mechanic:before {
  content: "";
}
.fa-car-side:before {
  content: "";
}
.fa-car-tilt:before {
  content: "";
}
.fa-car-wash:before {
  content: "";
}
.fa-caravan:before {
  content: "";
}
.fa-caravan-alt:before {
  content: "豈";
}
.fa-caret-circle-down:before {
  content: "";
}
.fa-caret-circle-left:before {
  content: "";
}
.fa-caret-circle-right:before {
  content: "";
}
.fa-caret-circle-up:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-carrot:before {
  content: "";
}
.fa-cars:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cash-register:before {
  content: "";
}
.fa-cassette-tape:before {
  content: "";
}
.fa-cat:before {
  content: "";
}
.fa-cat-space:before {
  content: "更";
}
.fa-cauldron:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cctv:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-centos:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-chair:before {
  content: "";
}
.fa-chair-office:before {
  content: "";
}
.fa-chalkboard:before {
  content: "";
}
.fa-chalkboard-teacher:before {
  content: "";
}
.fa-charging-station:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-chart-line-down:before {
  content: "";
}
.fa-chart-network:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-chart-pie-alt:before {
  content: "";
}
.fa-chart-scatter:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-check-double:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-cheese:before {
  content: "";
}
.fa-cheese-swiss:before {
  content: "";
}
.fa-cheeseburger:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-bishop-alt:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-clock:before {
  content: "";
}
.fa-chess-clock-alt:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-king-alt:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-knight-alt:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-pawn-alt:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-queen-alt:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-chess-rook-alt:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-double-down:before {
  content: "";
}
.fa-chevron-double-left:before {
  content: "";
}
.fa-chevron-double-right:before {
  content: "";
}
.fa-chevron-double-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-square-down:before {
  content: "";
}
.fa-chevron-square-left:before {
  content: "";
}
.fa-chevron-square-right:before {
  content: "";
}
.fa-chevron-square-up:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-chimney:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-chromecast:before {
  content: "";
}
.fa-church:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-city:before {
  content: "";
}
.fa-clarinet:before {
  content: "";
}
.fa-claw-marks:before {
  content: "";
}
.fa-clinic-medical:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-clipboard-list-check:before {
  content: "";
}
.fa-clipboard-prescription:before {
  content: "";
}
.fa-clipboard-user:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-cloud-drizzle:before {
  content: "";
}
.fa-cloud-hail:before {
  content: "";
}
.fa-cloud-hail-mixed:before {
  content: "";
}
.fa-cloud-meatball:before {
  content: "";
}
.fa-cloud-moon:before {
  content: "";
}
.fa-cloud-moon-rain:before {
  content: "";
}
.fa-cloud-music:before {
  content: "";
}
.fa-cloud-rain:before {
  content: "";
}
.fa-cloud-rainbow:before {
  content: "";
}
.fa-cloud-showers:before {
  content: "";
}
.fa-cloud-showers-heavy:before {
  content: "";
}
.fa-cloud-sleet:before {
  content: "";
}
.fa-cloud-snow:before {
  content: "";
}
.fa-cloud-sun:before {
  content: "";
}
.fa-cloud-sun-rain:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-clouds:before {
  content: "";
}
.fa-clouds-moon:before {
  content: "";
}
.fa-clouds-sun:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-club:before {
  content: "";
}
.fa-cocktail:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-code-commit:before {
  content: "";
}
.fa-code-merge:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-coffee-pot:before {
  content: "車";
}
.fa-coffee-togo:before {
  content: "";
}
.fa-coffin:before {
  content: "";
}
.fa-coffin-cross:before {
  content: "陋";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-coin:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comet:before {
  content: "賈";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comment-alt-check:before {
  content: "";
}
.fa-comment-alt-dollar:before {
  content: "";
}
.fa-comment-alt-dots:before {
  content: "";
}
.fa-comment-alt-edit:before {
  content: "";
}
.fa-comment-alt-exclamation:before {
  content: "";
}
.fa-comment-alt-lines:before {
  content: "";
}
.fa-comment-alt-medical:before {
  content: "";
}
.fa-comment-alt-minus:before {
  content: "";
}
.fa-comment-alt-music:before {
  content: "";
}
.fa-comment-alt-plus:before {
  content: "";
}
.fa-comment-alt-slash:before {
  content: "";
}
.fa-comment-alt-smile:before {
  content: "";
}
.fa-comment-alt-times:before {
  content: "";
}
.fa-comment-check:before {
  content: "";
}
.fa-comment-dollar:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-comment-edit:before {
  content: "";
}
.fa-comment-exclamation:before {
  content: "";
}
.fa-comment-lines:before {
  content: "";
}
.fa-comment-medical:before {
  content: "";
}
.fa-comment-minus:before {
  content: "";
}
.fa-comment-music:before {
  content: "";
}
.fa-comment-plus:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-comment-smile:before {
  content: "";
}
.fa-comment-times:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-comments-alt:before {
  content: "";
}
.fa-comments-alt-dollar:before {
  content: "";
}
.fa-comments-dollar:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compass-slash:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-compress-alt:before {
  content: "";
}
.fa-compress-arrows-alt:before {
  content: "";
}
.fa-compress-wide:before {
  content: "";
}
.fa-computer-classic:before {
  content: "";
}
.fa-computer-speaker:before {
  content: "";
}
.fa-concierge-bell:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-construction:before {
  content: "";
}
.fa-container-storage:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-conveyor-belt:before {
  content: "";
}
.fa-conveyor-belt-alt:before {
  content: "";
}
.fa-cookie:before {
  content: "";
}
.fa-cookie-bite:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-corn:before {
  content: "";
}
.fa-cotton-bureau:before {
  content: "";
}
.fa-couch:before {
  content: "";
}
.fa-cow:before {
  content: "";
}
.fa-cowbell:before {
  content: "";
}
.fa-cowbell-more:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-creative-commons-zero:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-credit-card-blank:before {
  content: "";
}
.fa-credit-card-front:before {
  content: "";
}
.fa-cricket:before {
  content: "";
}
.fa-critical-role:before {
  content: "";
}
.fa-croissant:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-crop-alt:before {
  content: "";
}
.fa-cross:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-crow:before {
  content: "";
}
.fa-crown:before {
  content: "";
}
.fa-crutch:before {
  content: "";
}
.fa-crutches:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-curling:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-dagger:before {
  content: "";
}
.fa-dailymotion:before {
  content: "勒";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-debug:before {
  content: "";
}
.fa-deer:before {
  content: "";
}
.fa-deer-rudolph:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-democrat:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-desktop-alt:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-dewpoint:before {
  content: "";
}
.fa-dharmachakra:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-dice-d10:before {
  content: "";
}
.fa-dice-d12:before {
  content: "";
}
.fa-dice-d20:before {
  content: "";
}
.fa-dice-d4:before {
  content: "";
}
.fa-dice-d6:before {
  content: "";
}
.fa-dice-d8:before {
  content: "";
}
.fa-dice-five:before {
  content: "";
}
.fa-dice-four:before {
  content: "";
}
.fa-dice-one:before {
  content: "";
}
.fa-dice-six:before {
  content: "";
}
.fa-dice-three:before {
  content: "";
}
.fa-dice-two:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-digging:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-digital-tachograph:before {
  content: "";
}
.fa-diploma:before {
  content: "";
}
.fa-directions:before {
  content: "";
}
.fa-disc-drive:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-disease:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-dizzy:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-do-not-enter:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dog:before {
  content: "";
}
.fa-dog-leashed:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-empty:before {
  content: "";
}
.fa-dolly-flatbed:before {
  content: "";
}
.fa-dolly-flatbed-alt:before {
  content: "";
}
.fa-dolly-flatbed-empty:before {
  content: "";
}
.fa-donate:before {
  content: "";
}
.fa-door-closed:before {
  content: "";
}
.fa-door-open:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-dove:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-drafting-compass:before {
  content: "";
}
.fa-dragon:before {
  content: "";
}
.fa-draw-circle:before {
  content: "";
}
.fa-draw-polygon:before {
  content: "";
}
.fa-draw-square:before {
  content: "";
}
.fa-dreidel:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-drone:before {
  content: "";
}
.fa-drone-alt:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drum:before {
  content: "";
}
.fa-drum-steelpan:before {
  content: "";
}
.fa-drumstick:before {
  content: "";
}
.fa-drumstick-bite:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-dryer:before {
  content: "";
}
.fa-dryer-alt:before {
  content: "";
}
.fa-duck:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-dumpster:before {
  content: "";
}
.fa-dumpster-fire:before {
  content: "";
}
.fa-dungeon:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-ear:before {
  content: "";
}
.fa-ear-muffs:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-eclipse:before {
  content: "";
}
.fa-eclipse-alt:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-egg:before {
  content: "";
}
.fa-egg-fried:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-elephant:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-h-alt:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ellipsis-v-alt:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-empty-set:before {
  content: "";
}
.fa-engine-warning:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-dollar:before {
  content: "";
}
.fa-envelope-open-text:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-equals:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-ethernet:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-evernote:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-square:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-alt:before {
  content: "";
}
.fa-expand-arrows:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expand-wide:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-evil:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-fan:before {
  content: "";
}
.fa-fan-table:before {
  content: "滑";
}
.fa-fantasy-flight-games:before {
  content: "";
}
.fa-farm:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-faucet:before {
  content: "串";
}
.fa-faucet-drip:before {
  content: "句";
}
.fa-fax:before {
  content: "";
}
.fa-feather:before {
  content: "";
}
.fa-feather-alt:before {
  content: "";
}
.fa-fedex:before {
  content: "";
}
.fa-fedora:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-field-hockey:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-figma:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-file-certificate:before {
  content: "";
}
.fa-file-chart-line:before {
  content: "";
}
.fa-file-chart-pie:before {
  content: "";
}
.fa-file-check:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-file-contract:before {
  content: "";
}
.fa-file-csv:before {
  content: "";
}
.fa-file-download:before {
  content: "";
}
.fa-file-edit:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-exclamation:before {
  content: "";
}
.fa-file-export:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-file-import:before {
  content: "";
}
.fa-file-invoice:before {
  content: "";
}
.fa-file-invoice-dollar:before {
  content: "";
}
.fa-file-medical:before {
  content: "";
}
.fa-file-medical-alt:before {
  content: "";
}
.fa-file-minus:before {
  content: "";
}
.fa-file-music:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-file-plus:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-prescription:before {
  content: "";
}
.fa-file-search:before {
  content: "";
}
.fa-file-signature:before {
  content: "";
}
.fa-file-spreadsheet:before {
  content: "";
}
.fa-file-times:before {
  content: "";
}
.fa-file-upload:before {
  content: "";
}
.fa-file-user:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-files-medical:before {
  content: "";
}
.fa-fill:before {
  content: "";
}
.fa-fill-drip:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-film-alt:before {
  content: "";
}
.fa-film-canister:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-fingerprint:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-fire-alt:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-fire-smoke:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-firefox-browser:before {
  content: "龜";
}
.fa-fireplace:before {
  content: "";
}
.fa-first-aid:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-fish:before {
  content: "";
}
.fa-fish-cooked:before {
  content: "";
}
.fa-fist-raised:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-alt:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flag-usa:before {
  content: "";
}
.fa-flame:before {
  content: "";
}
.fa-flashlight:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flask-poison:before {
  content: "";
}
.fa-flask-potion:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-flower:before {
  content: "";
}
.fa-flower-daffodil:before {
  content: "";
}
.fa-flower-tulip:before {
  content: "";
}
.fa-flushed:before {
  content: "";
}
.fa-flute:before {
  content: "";
}
.fa-flux-capacitor:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-fog:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-download:before {
  content: "肋";
}
.fa-folder-minus:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-folder-plus:before {
  content: "";
}
.fa-folder-times:before {
  content: "";
}
.fa-folder-tree:before {
  content: "";
}
.fa-folder-upload:before {
  content: "凜";
}
.fa-folders:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-font-case:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-football-helmet:before {
  content: "";
}
.fa-forklift:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-fragile:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-french-fries:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-frosty-head:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-frown-open:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-function:before {
  content: "";
}
.fa-funnel-dollar:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-galaxy:before {
  content: "龜";
}
.fa-game-board:before {
  content: "";
}
.fa-game-board-alt:before {
  content: "";
}
.fa-game-console-handheld:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gamepad-alt:before {
  content: "";
}
.fa-garage:before {
  content: "契";
}
.fa-garage-car:before {
  content: "金";
}
.fa-garage-open:before {
  content: "喇";
}
.fa-gas-pump:before {
  content: "";
}
.fa-gas-pump-slash:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-ghost:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-gift-card:before {
  content: "";
}
.fa-gifts:before {
  content: "";
}
.fa-gingerbread-man:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-git-alt:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-glass:before {
  content: "";
}
.fa-glass-champagne:before {
  content: "";
}
.fa-glass-cheers:before {
  content: "";
}
.fa-glass-citrus:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glass-martini-alt:before {
  content: "";
}
.fa-glass-whiskey:before {
  content: "";
}
.fa-glass-whiskey-rocks:before {
  content: "";
}
.fa-glasses:before {
  content: "";
}
.fa-glasses-alt:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-globe-africa:before {
  content: "";
}
.fa-globe-americas:before {
  content: "";
}
.fa-globe-asia:before {
  content: "";
}
.fa-globe-europe:before {
  content: "";
}
.fa-globe-snow:before {
  content: "";
}
.fa-globe-stand:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-golf-club:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-gopuram:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-gramophone:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-greater-than:before {
  content: "";
}
.fa-greater-than-equal:before {
  content: "";
}
.fa-grimace:before {
  content: "";
}
.fa-grin:before {
  content: "";
}
.fa-grin-alt:before {
  content: "";
}
.fa-grin-beam:before {
  content: "";
}
.fa-grin-beam-sweat:before {
  content: "";
}
.fa-grin-hearts:before {
  content: "";
}
.fa-grin-squint:before {
  content: "";
}
.fa-grin-squint-tears:before {
  content: "";
}
.fa-grin-stars:before {
  content: "";
}
.fa-grin-tears:before {
  content: "";
}
.fa-grin-tongue:before {
  content: "";
}
.fa-grin-tongue-squint:before {
  content: "";
}
.fa-grin-tongue-wink:before {
  content: "";
}
.fa-grin-wink:before {
  content: "";
}
.fa-grip-horizontal:before {
  content: "";
}
.fa-grip-lines:before {
  content: "";
}
.fa-grip-lines-vertical:before {
  content: "";
}
.fa-grip-vertical:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-guitar:before {
  content: "";
}
.fa-guitar-electric:before {
  content: "";
}
.fa-guitars:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-h1:before {
  content: "";
}
.fa-h2:before {
  content: "";
}
.fa-h3:before {
  content: "";
}
.fa-h4:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-hamburger:before {
  content: "";
}
.fa-hammer:before {
  content: "";
}
.fa-hammer-war:before {
  content: "";
}
.fa-hamsa:before {
  content: "";
}
.fa-hand-heart:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-hand-holding-box:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-hand-holding-magic:before {
  content: "";
}
.fa-hand-holding-medical:before {
  content: "樂";
}
.fa-hand-holding-seedling:before {
  content: "";
}
.fa-hand-holding-usd:before {
  content: "";
}
.fa-hand-holding-water:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-hand-middle-finger:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-hand-receiving:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-sparkles:before {
  content: "諾";
}
.fa-hand-spock:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-hands-heart:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-hands-usd:before {
  content: "";
}
.fa-hands-wash:before {
  content: "丹";
}
.fa-handshake:before {
  content: "";
}
.fa-handshake-alt:before {
  content: "";
}
.fa-handshake-alt-slash:before {
  content: "寧";
}
.fa-handshake-slash:before {
  content: "怒";
}
.fa-hanukiah:before {
  content: "";
}
.fa-hard-hat:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hat-chef:before {
  content: "";
}
.fa-hat-cowboy:before {
  content: "";
}
.fa-hat-cowboy-side:before {
  content: "";
}
.fa-hat-santa:before {
  content: "";
}
.fa-hat-winter:before {
  content: "";
}
.fa-hat-witch:before {
  content: "";
}
.fa-hat-wizard:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-head-side:before {
  content: "";
}
.fa-head-side-brain:before {
  content: "";
}
.fa-head-side-cough:before {
  content: "率";
}
.fa-head-side-cough-slash:before {
  content: "異";
}
.fa-head-side-headphones:before {
  content: "";
}
.fa-head-side-mask:before {
  content: "北";
}
.fa-head-side-medical:before {
  content: "";
}
.fa-head-side-virus:before {
  content: "磻";
}
.fa-head-vr:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-headphones-alt:before {
  content: "";
}
.fa-headset:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-heart-broken:before {
  content: "";
}
.fa-heart-circle:before {
  content: "";
}
.fa-heart-rate:before {
  content: "";
}
.fa-heart-square:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-heat:before {
  content: "奈";
}
.fa-helicopter:before {
  content: "";
}
.fa-helmet-battle:before {
  content: "";
}
.fa-hexagon:before {
  content: "";
}
.fa-highlighter:before {
  content: "";
}
.fa-hiking:before {
  content: "";
}
.fa-hippo:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-hockey-mask:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-hockey-sticks:before {
  content: "";
}
.fa-holly-berry:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-home-alt:before {
  content: "";
}
.fa-home-heart:before {
  content: "";
}
.fa-home-lg:before {
  content: "";
}
.fa-home-lg-alt:before {
  content: "";
}
.fa-hood-cloak:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-horizontal-rule:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-horse:before {
  content: "";
}
.fa-horse-head:before {
  content: "";
}
.fa-horse-saddle:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hospital-alt:before {
  content: "";
}
.fa-hospital-symbol:before {
  content: "";
}
.fa-hospital-user:before {
  content: "";
}
.fa-hospitals:before {
  content: "";
}
.fa-hot-tub:before {
  content: "";
}
.fa-hotdog:before {
  content: "";
}
.fa-hotel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-house:before {
  content: "懶";
}
.fa-house-damage:before {
  content: "";
}
.fa-house-day:before {
  content: "癩";
}
.fa-house-flood:before {
  content: "";
}
.fa-house-leave:before {
  content: "羅";
}
.fa-house-night:before {
  content: "蘿";
}
.fa-house-return:before {
  content: "螺";
}
.fa-house-signal:before {
  content: "裸";
}
.fa-house-user:before {
  content: "便";
}
.fa-houzz:before {
  content: "";
}
.fa-hryvnia:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-humidity:before {
  content: "";
}
.fa-hurricane:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-ice-cream:before {
  content: "";
}
.fa-ice-skate:before {
  content: "";
}
.fa-icicles:before {
  content: "";
}
.fa-icons:before {
  content: "";
}
.fa-icons-alt:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-id-card-alt:before {
  content: "";
}
.fa-ideal:before {
  content: "邏";
}
.fa-igloo:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-image-polaroid:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-inbox-in:before {
  content: "";
}
.fa-inbox-out:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-industry-alt:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-info-square:before {
  content: "";
}
.fa-inhaler:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-instagram-square:before {
  content: "凌";
}
.fa-integral:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-intersection:before {
  content: "";
}
.fa-inventory:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-island-tropical:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itch-io:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-jack-o-lantern:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-jedi:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-jira:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-joint:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-journal-whills:before {
  content: "";
}
.fa-joystick:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-jug:before {
  content: "";
}
.fa-kaaba:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-kazoo:before {
  content: "";
}
.fa-kerning:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-key-skeleton:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-keynote:before {
  content: "";
}
.fa-khanda:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-kidneys:before {
  content: "";
}
.fa-kiss:before {
  content: "";
}
.fa-kiss-beam:before {
  content: "";
}
.fa-kiss-wink-heart:before {
  content: "";
}
.fa-kite:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-knife-kitchen:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-lambda:before {
  content: "";
}
.fa-lamp:before {
  content: "";
}
.fa-lamp-desk:before {
  content: "樂";
}
.fa-lamp-floor:before {
  content: "洛";
}
.fa-landmark:before {
  content: "";
}
.fa-landmark-alt:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-laptop-code:before {
  content: "";
}
.fa-laptop-house:before {
  content: "復";
}
.fa-laptop-medical:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-lasso:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-laugh:before {
  content: "";
}
.fa-laugh-beam:before {
  content: "";
}
.fa-laugh-squint:before {
  content: "";
}
.fa-laugh-wink:before {
  content: "";
}
.fa-layer-group:before {
  content: "";
}
.fa-layer-minus:before {
  content: "";
}
.fa-layer-plus:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-leaf-heart:before {
  content: "";
}
.fa-leaf-maple:before {
  content: "";
}
.fa-leaf-oak:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-less-than:before {
  content: "";
}
.fa-less-than-equal:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-light-ceiling:before {
  content: "烙";
}
.fa-light-switch:before {
  content: "珞";
}
.fa-light-switch-off:before {
  content: "落";
}
.fa-light-switch-on:before {
  content: "酪";
}
.fa-lightbulb:before {
  content: "";
}
.fa-lightbulb-dollar:before {
  content: "";
}
.fa-lightbulb-exclamation:before {
  content: "";
}
.fa-lightbulb-on:before {
  content: "";
}
.fa-lightbulb-slash:before {
  content: "";
}
.fa-lights-holiday:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-line-columns:before {
  content: "";
}
.fa-line-height:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-lips:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-list-music:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-location:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-location-circle:before {
  content: "";
}
.fa-location-slash:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-alt:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-lock-open-alt:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-loveseat:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-luchador:before {
  content: "";
}
.fa-luggage-cart:before {
  content: "";
}
.fa-lungs:before {
  content: "";
}
.fa-lungs-virus:before {
  content: "不";
}
.fa-lyft:before {
  content: "";
}
.fa-mace:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-mail-bulk:before {
  content: "";
}
.fa-mailbox:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-mandolin:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-map-marked:before {
  content: "";
}
.fa-map-marked-alt:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-map-marker-alt-slash:before {
  content: "";
}
.fa-map-marker-check:before {
  content: "";
}
.fa-map-marker-edit:before {
  content: "";
}
.fa-map-marker-exclamation:before {
  content: "";
}
.fa-map-marker-minus:before {
  content: "";
}
.fa-map-marker-plus:before {
  content: "";
}
.fa-map-marker-question:before {
  content: "";
}
.fa-map-marker-slash:before {
  content: "";
}
.fa-map-marker-smile:before {
  content: "";
}
.fa-map-marker-times:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-marker:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mask:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-mdb:before {
  content: "";
}
.fa-meat:before {
  content: "";
}
.fa-medal:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-megaphone:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-meh-blank:before {
  content: "";
}
.fa-meh-rolling-eyes:before {
  content: "";
}
.fa-memory:before {
  content: "";
}
.fa-mendeley:before {
  content: "";
}
.fa-menorah:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-meteor:before {
  content: "";
}
.fa-microblog:before {
  content: "駱";
}
.fa-microchip:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-alt:before {
  content: "";
}
.fa-microphone-alt-slash:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-microphone-stand:before {
  content: "";
}
.fa-microscope:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-microwave:before {
  content: "亂";
}
.fa-mind-share:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-hexagon:before {
  content: "";
}
.fa-minus-octagon:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-mistletoe:before {
  content: "";
}
.fa-mitten:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-mixer:before {
  content: "稜";
}
.fa-mizuni:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-mobile-android:before {
  content: "";
}
.fa-mobile-android-alt:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-monero:before {
  content: "";
}
.fa-money-bill:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-money-bill-wave:before {
  content: "";
}
.fa-money-bill-wave-alt:before {
  content: "";
}
.fa-money-check:before {
  content: "";
}
.fa-money-check-alt:before {
  content: "";
}
.fa-money-check-edit:before {
  content: "";
}
.fa-money-check-edit-alt:before {
  content: "";
}
.fa-monitor-heart-rate:before {
  content: "";
}
.fa-monkey:before {
  content: "";
}
.fa-monument:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-moon-cloud:before {
  content: "";
}
.fa-moon-stars:before {
  content: "";
}
.fa-mortar-pestle:before {
  content: "";
}
.fa-mosque:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mountain:before {
  content: "";
}
.fa-mountains:before {
  content: "";
}
.fa-mouse:before {
  content: "";
}
.fa-mouse-alt:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-mp3-player:before {
  content: "";
}
.fa-mug:before {
  content: "";
}
.fa-mug-hot:before {
  content: "";
}
.fa-mug-marshmallows:before {
  content: "";
}
.fa-mug-tea:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-music-alt:before {
  content: "";
}
.fa-music-alt-slash:before {
  content: "";
}
.fa-music-slash:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-narwhal:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-network-wired:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-not-equal:before {
  content: "";
}
.fa-notes-medical:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-octagon:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-oil-can:before {
  content: "";
}
.fa-oil-temp:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-om:before {
  content: "";
}
.fa-omega:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-orcid:before {
  content: "";
}
.fa-ornament:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-otter:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-outlet:before {
  content: "卵";
}
.fa-oven:before {
  content: "欄";
}
.fa-overline:before {
  content: "";
}
.fa-page-break:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-pager:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-paint-brush-alt:before {
  content: "";
}
.fa-paint-roller:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-pallet-alt:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-paragraph-rtl:before {
  content: "";
}
.fa-parking:before {
  content: "";
}
.fa-parking-circle:before {
  content: "";
}
.fa-parking-circle-slash:before {
  content: "";
}
.fa-parking-slash:before {
  content: "";
}
.fa-passport:before {
  content: "";
}
.fa-pastafarianism:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-paw-alt:before {
  content: "";
}
.fa-paw-claws:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-peace:before {
  content: "";
}
.fa-pegasus:before {
  content: "";
}
.fa-pen:before {
  content: "";
}
.fa-pen-alt:before {
  content: "";
}
.fa-pen-fancy:before {
  content: "";
}
.fa-pen-nib:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-pencil-paintbrush:before {
  content: "";
}
.fa-pencil-ruler:before {
  content: "";
}
.fa-pennant:before {
  content: "";
}
.fa-penny-arcade:before {
  content: "";
}
.fa-people-arrows:before {
  content: "泌";
}
.fa-people-carry:before {
  content: "";
}
.fa-pepper-hot:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-percentage:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-person-booth:before {
  content: "";
}
.fa-person-carry:before {
  content: "";
}
.fa-person-dolly:before {
  content: "";
}
.fa-person-dolly-empty:before {
  content: "";
}
.fa-person-sign:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-alt:before {
  content: "";
}
.fa-phone-laptop:before {
  content: "";
}
.fa-phone-office:before {
  content: "";
}
.fa-phone-plus:before {
  content: "";
}
.fa-phone-rotary:before {
  content: "";
}
.fa-phone-slash:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-phone-square-alt:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-photo-video:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-pi:before {
  content: "";
}
.fa-piano:before {
  content: "";
}
.fa-piano-keyboard:before {
  content: "";
}
.fa-pie:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-square:before {
  content: "爛";
}
.fa-pig:before {
  content: "";
}
.fa-piggy-bank:before {
  content: "";
}
.fa-pills:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-pizza:before {
  content: "";
}
.fa-pizza-slice:before {
  content: "";
}
.fa-place-of-worship:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-plane-alt:before {
  content: "";
}
.fa-plane-arrival:before {
  content: "";
}
.fa-plane-departure:before {
  content: "";
}
.fa-plane-slash:before {
  content: "數";
}
.fa-planet-moon:before {
  content: "蘭";
}
.fa-planet-ringed:before {
  content: "鸞";
}
.fa-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-plus-hexagon:before {
  content: "";
}
.fa-plus-octagon:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-podium:before {
  content: "";
}
.fa-podium-star:before {
  content: "";
}
.fa-police-box:before {
  content: "嵐";
}
.fa-poll:before {
  content: "";
}
.fa-poll-h:before {
  content: "";
}
.fa-poll-people:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-poo-storm:before {
  content: "";
}
.fa-poop:before {
  content: "";
}
.fa-popcorn:before {
  content: "";
}
.fa-portal-enter:before {
  content: "濫";
}
.fa-portal-exit:before {
  content: "藍";
}
.fa-portrait:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-pray:before {
  content: "";
}
.fa-praying-hands:before {
  content: "";
}
.fa-prescription:before {
  content: "";
}
.fa-prescription-bottle:before {
  content: "";
}
.fa-prescription-bottle-alt:before {
  content: "";
}
.fa-presentation:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-print-search:before {
  content: "";
}
.fa-print-slash:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-project-diagram:before {
  content: "";
}
.fa-projector:before {
  content: "";
}
.fa-pump-medical:before {
  content: "索";
}
.fa-pump-soap:before {
  content: "參";
}
.fa-pumpkin:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-question-square:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-quran:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-rabbit:before {
  content: "";
}
.fa-rabbit-fast:before {
  content: "";
}
.fa-racquet:before {
  content: "";
}
.fa-radar:before {
  content: "襤";
}
.fa-radiation:before {
  content: "";
}
.fa-radiation-alt:before {
  content: "";
}
.fa-radio:before {
  content: "";
}
.fa-radio-alt:before {
  content: "";
}
.fa-rainbow:before {
  content: "";
}
.fa-raindrops:before {
  content: "";
}
.fa-ram:before {
  content: "";
}
.fa-ramp-loading:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-raspberry-pi:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-raygun:before {
  content: "拉";
}
.fa-react:before {
  content: "";
}
.fa-reacteurope:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-receipt:before {
  content: "";
}
.fa-record-vinyl:before {
  content: "";
}
.fa-rectangle-landscape:before {
  content: "";
}
.fa-rectangle-portrait:before {
  content: "";
}
.fa-rectangle-wide:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-redhat:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-refrigerator:before {
  content: "臘";
}
.fa-registered:before {
  content: "";
}
.fa-remove-format:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-repeat:before {
  content: "";
}
.fa-repeat-1:before {
  content: "";
}
.fa-repeat-1-alt:before {
  content: "";
}
.fa-repeat-alt:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-republican:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-restroom:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-retweet-alt:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-ring:before {
  content: "";
}
.fa-rings-wedding:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-robot:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-rocket-launch:before {
  content: "蠟";
}
.fa-rocketchat:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-route:before {
  content: "";
}
.fa-route-highway:before {
  content: "";
}
.fa-route-interstate:before {
  content: "";
}
.fa-router:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-ruler:before {
  content: "";
}
.fa-ruler-combined:before {
  content: "";
}
.fa-ruler-horizontal:before {
  content: "";
}
.fa-ruler-triangle:before {
  content: "";
}
.fa-ruler-vertical:before {
  content: "";
}
.fa-running:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-rv:before {
  content: "";
}
.fa-sack:before {
  content: "";
}
.fa-sack-dollar:before {
  content: "";
}
.fa-sad-cry:before {
  content: "";
}
.fa-sad-tear:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-salad:before {
  content: "";
}
.fa-salesforce:before {
  content: "";
}
.fa-sandwich:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-satellite:before {
  content: "";
}
.fa-satellite-dish:before {
  content: "";
}
.fa-sausage:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-sax-hot:before {
  content: "";
}
.fa-saxophone:before {
  content: "";
}
.fa-scalpel:before {
  content: "";
}
.fa-scalpel-path:before {
  content: "";
}
.fa-scanner:before {
  content: "";
}
.fa-scanner-image:before {
  content: "";
}
.fa-scanner-keyboard:before {
  content: "";
}
.fa-scanner-touchscreen:before {
  content: "";
}
.fa-scarecrow:before {
  content: "";
}
.fa-scarf:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-scroll:before {
  content: "";
}
.fa-scroll-old:before {
  content: "";
}
.fa-scrubber:before {
  content: "";
}
.fa-scythe:before {
  content: "";
}
.fa-sd-card:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-search-dollar:before {
  content: "";
}
.fa-search-location:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-seedling:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-send-back:before {
  content: "";
}
.fa-send-backward:before {
  content: "";
}
.fa-sensor:before {
  content: "廊";
}
.fa-sensor-alert:before {
  content: "朗";
}
.fa-sensor-fire:before {
  content: "浪";
}
.fa-sensor-on:before {
  content: "狼";
}
.fa-sensor-smoke:before {
  content: "郎";
}
.fa-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-shapes:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-all:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-sheep:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-shield-check:before {
  content: "";
}
.fa-shield-cross:before {
  content: "";
}
.fa-shield-virus:before {
  content: "塞";
}
.fa-ship:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-shipping-timed:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-shish-kebab:before {
  content: "";
}
.fa-shoe-prints:before {
  content: "";
}
.fa-shopify:before {
  content: "綾";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-shovel:before {
  content: "";
}
.fa-shovel-snow:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-shredder:before {
  content: "";
}
.fa-shuttle-van:before {
  content: "";
}
.fa-shuttlecock:before {
  content: "";
}
.fa-sickle:before {
  content: "";
}
.fa-sigma:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-signal-1:before {
  content: "";
}
.fa-signal-2:before {
  content: "";
}
.fa-signal-3:before {
  content: "";
}
.fa-signal-4:before {
  content: "";
}
.fa-signal-alt:before {
  content: "";
}
.fa-signal-alt-1:before {
  content: "";
}
.fa-signal-alt-2:before {
  content: "";
}
.fa-signal-alt-3:before {
  content: "";
}
.fa-signal-alt-slash:before {
  content: "";
}
.fa-signal-slash:before {
  content: "";
}
.fa-signal-stream:before {
  content: "";
}
.fa-signature:before {
  content: "";
}
.fa-sim-card:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-sink:before {
  content: "省";
}
.fa-siren:before {
  content: "來";
}
.fa-siren-on:before {
  content: "冷";
}
.fa-sistrix:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-skating:before {
  content: "";
}
.fa-skeleton:before {
  content: "";
}
.fa-sketch:before {
  content: "";
}
.fa-ski-jump:before {
  content: "";
}
.fa-ski-lift:before {
  content: "";
}
.fa-skiing:before {
  content: "";
}
.fa-skiing-nordic:before {
  content: "";
}
.fa-skull:before {
  content: "";
}
.fa-skull-cow:before {
  content: "";
}
.fa-skull-crossbones:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-slash:before {
  content: "";
}
.fa-sledding:before {
  content: "";
}
.fa-sleigh:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-sliders-h-square:before {
  content: "";
}
.fa-sliders-v:before {
  content: "";
}
.fa-sliders-v-square:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-smile-beam:before {
  content: "";
}
.fa-smile-plus:before {
  content: "";
}
.fa-smile-wink:before {
  content: "";
}
.fa-smog:before {
  content: "";
}
.fa-smoke:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-sms:before {
  content: "";
}
.fa-snake:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snooze:before {
  content: "";
}
.fa-snow-blowing:before {
  content: "";
}
.fa-snowboarding:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-snowflakes:before {
  content: "";
}
.fa-snowman:before {
  content: "";
}
.fa-snowmobile:before {
  content: "";
}
.fa-snowplow:before {
  content: "";
}
.fa-soap:before {
  content: "葉";
}
.fa-socks:before {
  content: "";
}
.fa-solar-panel:before {
  content: "";
}
.fa-solar-system:before {
  content: "勞";
}
.fa-sort:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-sort-alpha-down-alt:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-sort-alpha-up-alt:before {
  content: "";
}
.fa-sort-alt:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-sort-amount-down-alt:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-sort-amount-up-alt:before {
  content: "";
}
.fa-sort-circle:before {
  content: "擄";
}
.fa-sort-circle-down:before {
  content: "櫓";
}
.fa-sort-circle-up:before {
  content: "爐";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-sort-numeric-down-alt:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-sort-numeric-up-alt:before {
  content: "";
}
.fa-sort-shapes-down:before {
  content: "";
}
.fa-sort-shapes-down-alt:before {
  content: "";
}
.fa-sort-shapes-up:before {
  content: "";
}
.fa-sort-shapes-up-alt:before {
  content: "";
}
.fa-sort-size-down:before {
  content: "";
}
.fa-sort-size-down-alt:before {
  content: "";
}
.fa-sort-size-up:before {
  content: "";
}
.fa-sort-size-up-alt:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-soup:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-spa:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-space-station-moon:before {
  content: "盧";
}
.fa-space-station-moon-alt:before {
  content: "老";
}
.fa-spade:before {
  content: "";
}
.fa-sparkles:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-speaker:before {
  content: "";
}
.fa-speaker-deck:before {
  content: "";
}
.fa-speakers:before {
  content: "";
}
.fa-spell-check:before {
  content: "";
}
.fa-spider:before {
  content: "";
}
.fa-spider-black-widow:before {
  content: "";
}
.fa-spider-web:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-spinner-third:before {
  content: "";
}
.fa-splotch:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-spray-can:before {
  content: "";
}
.fa-sprinkler:before {
  content: "蘆";
}
.fa-square:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-square-root:before {
  content: "";
}
.fa-square-root-alt:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-squirrel:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-stackpath:before {
  content: "";
}
.fa-staff:before {
  content: "";
}
.fa-stamp:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-and-crescent:before {
  content: "";
}
.fa-star-christmas:before {
  content: "";
}
.fa-star-exclamation:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-star-half-alt:before {
  content: "";
}
.fa-star-of-david:before {
  content: "";
}
.fa-star-of-life:before {
  content: "";
}
.fa-star-shooting:before {
  content: "虜";
}
.fa-starfighter:before {
  content: "路";
}
.fa-starfighter-alt:before {
  content: "露";
}
.fa-stars:before {
  content: "";
}
.fa-starship:before {
  content: "魯";
}
.fa-starship-freighter:before {
  content: "鷺";
}
.fa-staylinked:before {
  content: "";
}
.fa-steak:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
.fa-steering-wheel:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-stocking:before {
  content: "";
}
.fa-stomach:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-stopwatch-20:before {
  content: "說";
}
.fa-store:before {
  content: "";
}
.fa-store-alt:before {
  content: "";
}
.fa-store-alt-slash:before {
  content: "殺";
}
.fa-store-slash:before {
  content: "辰";
}
.fa-strava:before {
  content: "";
}
.fa-stream:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-stretcher:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-stroopwafel:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-suitcase-rolling:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-sun-cloud:before {
  content: "";
}
.fa-sun-dust:before {
  content: "";
}
.fa-sun-haze:before {
  content: "";
}
.fa-sunglasses:before {
  content: "";
}
.fa-sunrise:before {
  content: "";
}
.fa-sunset:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-surprise:before {
  content: "";
}
.fa-suse:before {
  content: "";
}
.fa-swatchbook:before {
  content: "";
}
.fa-swift:before {
  content: "";
}
.fa-swimmer:before {
  content: "";
}
.fa-swimming-pool:before {
  content: "";
}
.fa-sword:before {
  content: "";
}
.fa-sword-laser:before {
  content: "碌";
}
.fa-sword-laser-alt:before {
  content: "祿";
}
.fa-swords:before {
  content: "";
}
.fa-swords-laser:before {
  content: "綠";
}
.fa-symfony:before {
  content: "";
}
.fa-synagogue:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-syringe:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-tablet-android:before {
  content: "";
}
.fa-tablet-android-alt:before {
  content: "";
}
.fa-tablet-rugged:before {
  content: "";
}
.fa-tablets:before {
  content: "";
}
.fa-tachometer:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tachometer-alt-average:before {
  content: "";
}
.fa-tachometer-alt-fast:before {
  content: "";
}
.fa-tachometer-alt-fastest:before {
  content: "";
}
.fa-tachometer-alt-slow:before {
  content: "";
}
.fa-tachometer-alt-slowest:before {
  content: "";
}
.fa-tachometer-average:before {
  content: "";
}
.fa-tachometer-fast:before {
  content: "";
}
.fa-tachometer-fastest:before {
  content: "";
}
.fa-tachometer-slow:before {
  content: "";
}
.fa-tachometer-slowest:before {
  content: "";
}
.fa-taco:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tally:before {
  content: "";
}
.fa-tanakh:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-tasks-alt:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-teeth:before {
  content: "";
}
.fa-teeth-open:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-telescope:before {
  content: "菉";
}
.fa-temperature-down:before {
  content: "錄";
}
.fa-temperature-frigid:before {
  content: "";
}
.fa-temperature-high:before {
  content: "";
}
.fa-temperature-hot:before {
  content: "";
}
.fa-temperature-low:before {
  content: "";
}
.fa-temperature-up:before {
  content: "鹿";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-tenge:before {
  content: "";
}
.fa-tennis-ball:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-size:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-the-red-yeti:before {
  content: "";
}
.fa-theater-masks:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-theta:before {
  content: "";
}
.fa-think-peaks:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-thunderstorm:before {
  content: "";
}
.fa-thunderstorm-moon:before {
  content: "";
}
.fa-thunderstorm-sun:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-tilde:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-times-hexagon:before {
  content: "";
}
.fa-times-octagon:before {
  content: "";
}
.fa-times-square:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-tint-slash:before {
  content: "";
}
.fa-tire:before {
  content: "";
}
.fa-tire-flat:before {
  content: "";
}
.fa-tire-pressure-warning:before {
  content: "";
}
.fa-tire-rugged:before {
  content: "";
}
.fa-tired:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-toilet:before {
  content: "";
}
.fa-toilet-paper:before {
  content: "";
}
.fa-toilet-paper-alt:before {
  content: "";
}
.fa-toilet-paper-slash:before {
  content: "沈";
}
.fa-tombstone:before {
  content: "";
}
.fa-tombstone-alt:before {
  content: "";
}
.fa-toolbox:before {
  content: "";
}
.fa-tools:before {
  content: "";
}
.fa-tooth:before {
  content: "";
}
.fa-toothbrush:before {
  content: "";
}
.fa-torah:before {
  content: "";
}
.fa-torii-gate:before {
  content: "";
}
.fa-tornado:before {
  content: "";
}
.fa-tractor:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-traffic-cone:before {
  content: "";
}
.fa-traffic-light:before {
  content: "";
}
.fa-traffic-light-go:before {
  content: "";
}
.fa-traffic-light-slow:before {
  content: "";
}
.fa-traffic-light-stop:before {
  content: "";
}
.fa-trailer:before {
  content: "論";
}
.fa-train:before {
  content: "";
}
.fa-tram:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-transporter:before {
  content: "壟";
}
.fa-transporter-1:before {
  content: "弄";
}
.fa-transporter-2:before {
  content: "籠";
}
.fa-transporter-3:before {
  content: "聾";
}
.fa-transporter-empty:before {
  content: "牢";
}
.fa-trash:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-trash-restore:before {
  content: "";
}
.fa-trash-restore-alt:before {
  content: "";
}
.fa-trash-undo:before {
  content: "";
}
.fa-trash-undo-alt:before {
  content: "";
}
.fa-treasure-chest:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-tree-alt:before {
  content: "";
}
.fa-tree-christmas:before {
  content: "";
}
.fa-tree-decorated:before {
  content: "";
}
.fa-tree-large:before {
  content: "";
}
.fa-tree-palm:before {
  content: "";
}
.fa-trees:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-triangle:before {
  content: "";
}
.fa-triangle-music:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-trophy-alt:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-truck-container:before {
  content: "";
}
.fa-truck-couch:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-truck-monster:before {
  content: "";
}
.fa-truck-moving:before {
  content: "";
}
.fa-truck-pickup:before {
  content: "";
}
.fa-truck-plow:before {
  content: "";
}
.fa-truck-ramp:before {
  content: "";
}
.fa-trumpet:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-turkey:before {
  content: "";
}
.fa-turntable:before {
  content: "";
}
.fa-turtle:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-tv-alt:before {
  content: "";
}
.fa-tv-music:before {
  content: "";
}
.fa-tv-retro:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-typewriter:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-ubuntu:before {
  content: "";
}
.fa-ufo:before {
  content: "磊";
}
.fa-ufo-beam:before {
  content: "賂";
}
.fa-uikit:before {
  content: "";
}
.fa-umbraco:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-umbrella-beach:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-unicorn:before {
  content: "";
}
.fa-union:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-unity:before {
  content: "雷";
}
.fa-universal-access:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-ups:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-usb-drive:before {
  content: "";
}
.fa-usd-circle:before {
  content: "";
}
.fa-usd-square:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-alien:before {
  content: "壘";
}
.fa-user-alt:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-user-chart:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-user-cowboy:before {
  content: "";
}
.fa-user-crown:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-user-hard-hat:before {
  content: "";
}
.fa-user-headset:before {
  content: "";
}
.fa-user-injured:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-user-md-chat:before {
  content: "";
}
.fa-user-minus:before {
  content: "";
}
.fa-user-music:before {
  content: "";
}
.fa-user-ninja:before {
  content: "";
}
.fa-user-nurse:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-robot:before {
  content: "屢";
}
.fa-user-secret:before {
  content: "";
}
.fa-user-shield:before {
  content: "";
}
.fa-user-slash:before {
  content: "";
}
.fa-user-tag:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-user-unlock:before {
  content: "菱";
}
.fa-user-visor:before {
  content: "樓";
}
.fa-users:before {
  content: "";
}
.fa-users-class:before {
  content: "";
}
.fa-users-cog:before {
  content: "";
}
.fa-users-crown:before {
  content: "";
}
.fa-users-medical:before {
  content: "";
}
.fa-users-slash:before {
  content: "拾";
}
.fa-usps:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-fork:before {
  content: "";
}
.fa-utensil-knife:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-utensils-alt:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-vacuum:before {
  content: "淚";
}
.fa-vacuum-robot:before {
  content: "漏";
}
.fa-value-absolute:before {
  content: "";
}
.fa-vector-square:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-vhs:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-vial:before {
  content: "";
}
.fa-vials:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-video-plus:before {
  content: "";
}
.fa-video-slash:before {
  content: "";
}
.fa-vihara:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-violin:before {
  content: "";
}
.fa-virus:before {
  content: "若";
}
.fa-virus-slash:before {
  content: "掠";
}
.fa-viruses:before {
  content: "略";
}
.fa-vk:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-voicemail:before {
  content: "";
}
.fa-volcano:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-volume:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-mute:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-slash:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vote-nay:before {
  content: "";
}
.fa-vote-yea:before {
  content: "";
}
.fa-vr-cardboard:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-wagon-covered:before {
  content: "";
}
.fa-walker:before {
  content: "";
}
.fa-walkie-talkie:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-wand:before {
  content: "";
}
.fa-wand-magic:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-warehouse-alt:before {
  content: "";
}
.fa-washer:before {
  content: "";
}
.fa-watch:before {
  content: "";
}
.fa-watch-calculator:before {
  content: "";
}
.fa-watch-fitness:before {
  content: "";
}
.fa-water:before {
  content: "";
}
.fa-water-lower:before {
  content: "";
}
.fa-water-rise:before {
  content: "";
}
.fa-wave-sine:before {
  content: "";
}
.fa-wave-square:before {
  content: "";
}
.fa-wave-triangle:before {
  content: "";
}
.fa-waveform:before {
  content: "";
}
.fa-waveform-path:before {
  content: "";
}
.fa-waze:before {
  content: "";
}
.fa-webcam:before {
  content: "";
}
.fa-webcam-slash:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-weight-hanging:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whale:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheat:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whistle:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wifi-1:before {
  content: "";
}
.fa-wifi-2:before {
  content: "";
}
.fa-wifi-slash:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wind:before {
  content: "";
}
.fa-wind-turbine:before {
  content: "";
}
.fa-wind-warning:before {
  content: "";
}
.fa-window:before {
  content: "";
}
.fa-window-alt:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-window-frame:before {
  content: "累";
}
.fa-window-frame-open:before {
  content: "縷";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-windsock:before {
  content: "";
}
.fa-wine-bottle:before {
  content: "";
}
.fa-wine-glass:before {
  content: "";
}
.fa-wine-glass-alt:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-wizards-of-the-coast:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-wpressr:before {
  content: "";
}
.fa-wreath:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yammer:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yin-yang:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)*/
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fontawesome/webfonts/fa-light-300.eot");
  src: url("../fonts/fontawesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../fonts/fontawesome/webfonts/fa-light-300.woff2") format("woff2"),url("../fonts/fontawesome/webfonts/fa-light-300.woff") format("woff"),url("../fonts/fontawesome/webfonts/fa-light-300.ttf") format("truetype"),url("../fonts/fontawesome/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)*/
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/webfonts/fa-regular-400.eot");
  src: url("../fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../fonts/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"),url("../fonts/fontawesome/webfonts/fa-regular-400.woff") format("woff"),url("../fonts/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"),url("../fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)*/
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("../fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),url("../fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"),url("../fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"),url("../fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)*/
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/webfonts/fa-brands-400.eot");
  src: url("../fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"),url("../fonts/fontawesome/webfonts/fa-brands-400.woff") format("woff"),url("../fonts/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"),url("../fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
html {
  min-height: 100%;
  overflow-y: scroll;
}
body {
  overflow-x: hidden;
}
a {
  cursor: pointer;
}
a:active,a:hover,a:focus {
  color: inherit;
}
a.btn-primary:not(:disabled):not(.disabled):active,a.btn-primary:not(:disabled):not(.disabled).active {
  color: inherit;
  background-color: inherit;
}
.m-m05 {
  margin: .5rem !important;
}
.mt-m05 {
  margin-top: .5rem !important;
}
.ml-m05 {
  margin-left: .5rem !important;
}
.mr-m05 {
  margin-right: .5rem !important;
}
.mb-m05 {
  margin-bottom: .5rem !important;
}
.mb-m-05 {
  margin-bottom: -0.5rem !important;
}
.m-m0 {
  margin: 0rem !important;
}
.mt-m0 {
  margin-top: 0rem !important;
}
.mt-m-0 {
  margin-top: 0rem !important;
}
.ml-m0 {
  margin-left: 0rem !important;
}
.ml-m-0 {
  margin-left: 0rem !important;
}
.mr-m0 {
  margin-right: 0rem !important;
}
.mr-m-0 {
  margin-right: 0rem !important;
}
.mb-m0 {
  margin-bottom: 0rem !important;
}
.mb-m-0 {
  margin-bottom: 0rem !important;
}
.p-p0 {
  padding: 0rem !important;
}
.pt-p0 {
  padding-top: 0rem !important;
}
.pl-p0 {
  padding-left: 0rem !important;
}
.pr-p0 {
  padding-right: 0rem !important;
}
.pb-p0 {
  padding-bottom: 0rem !important;
}
.m-m1 {
  margin: 1rem !important;
}
.mt-m1 {
  margin-top: 1rem !important;
}
.mt-m-1 {
  margin-top: -1rem !important;
}
.ml-m1 {
  margin-left: 1rem !important;
}
.ml-m-1 {
  margin-left: -1rem !important;
}
.mr-m1 {
  margin-right: 1rem !important;
}
.mr-m-1 {
  margin-right: -1rem !important;
}
.mb-m1 {
  margin-bottom: 1rem !important;
}
.mb-m-1 {
  margin-bottom: -1rem !important;
}
.p-p1 {
  padding: 1rem !important;
}
.pt-p1 {
  padding-top: 1rem !important;
}
.pl-p1 {
  padding-left: 1rem !important;
}
.pr-p1 {
  padding-right: 1rem !important;
}
.pb-p1 {
  padding-bottom: 1rem !important;
}
.m-m2 {
  margin: 2rem !important;
}
.mt-m2 {
  margin-top: 2rem !important;
}
.mt-m-2 {
  margin-top: -2rem !important;
}
.ml-m2 {
  margin-left: 2rem !important;
}
.ml-m-2 {
  margin-left: -2rem !important;
}
.mr-m2 {
  margin-right: 2rem !important;
}
.mr-m-2 {
  margin-right: -2rem !important;
}
.mb-m2 {
  margin-bottom: 2rem !important;
}
.mb-m-2 {
  margin-bottom: -2rem !important;
}
.p-p2 {
  padding: 2rem !important;
}
.pt-p2 {
  padding-top: 2rem !important;
}
.pl-p2 {
  padding-left: 2rem !important;
}
.pr-p2 {
  padding-right: 2rem !important;
}
.pb-p2 {
  padding-bottom: 2rem !important;
}
.m-m3 {
  margin: 3rem !important;
}
.mt-m3 {
  margin-top: 3rem !important;
}
.mt-m-3 {
  margin-top: -3rem !important;
}
.ml-m3 {
  margin-left: 3rem !important;
}
.ml-m-3 {
  margin-left: -3rem !important;
}
.mr-m3 {
  margin-right: 3rem !important;
}
.mr-m-3 {
  margin-right: -3rem !important;
}
.mb-m3 {
  margin-bottom: 3rem !important;
}
.mb-m-3 {
  margin-bottom: -3rem !important;
}
.p-p3 {
  padding: 3rem !important;
}
.pt-p3 {
  padding-top: 3rem !important;
}
.pl-p3 {
  padding-left: 3rem !important;
}
.pr-p3 {
  padding-right: 3rem !important;
}
.pb-p3 {
  padding-bottom: 3rem !important;
}
.m-m4 {
  margin: 4rem !important;
}
.mt-m4 {
  margin-top: 4rem !important;
}
.mt-m-4 {
  margin-top: -4rem !important;
}
.ml-m4 {
  margin-left: 4rem !important;
}
.ml-m-4 {
  margin-left: -4rem !important;
}
.mr-m4 {
  margin-right: 4rem !important;
}
.mr-m-4 {
  margin-right: -4rem !important;
}
.mb-m4 {
  margin-bottom: 4rem !important;
}
.mb-m-4 {
  margin-bottom: -4rem !important;
}
.p-p4 {
  padding: 4rem !important;
}
.pt-p4 {
  padding-top: 4rem !important;
}
.pl-p4 {
  padding-left: 4rem !important;
}
.pr-p4 {
  padding-right: 4rem !important;
}
.pb-p4 {
  padding-bottom: 4rem !important;
}
.m-m5 {
  margin: 5rem !important;
}
.mt-m5 {
  margin-top: 5rem !important;
}
.mt-m-5 {
  margin-top: -5rem !important;
}
.ml-m5 {
  margin-left: 5rem !important;
}
.ml-m-5 {
  margin-left: -5rem !important;
}
.mr-m5 {
  margin-right: 5rem !important;
}
.mr-m-5 {
  margin-right: -5rem !important;
}
.mb-m5 {
  margin-bottom: 5rem !important;
}
.mb-m-5 {
  margin-bottom: -5rem !important;
}
.p-p5 {
  padding: 5rem !important;
}
.pt-p5 {
  padding-top: 5rem !important;
}
.pl-p5 {
  padding-left: 5rem !important;
}
.pr-p5 {
  padding-right: 5rem !important;
}
.pb-p5 {
  padding-bottom: 5rem !important;
}
.m-m6 {
  margin: 6rem !important;
}
.mt-m6 {
  margin-top: 6rem !important;
}
.mt-m-6 {
  margin-top: -6rem !important;
}
.ml-m6 {
  margin-left: 6rem !important;
}
.ml-m-6 {
  margin-left: -6rem !important;
}
.mr-m6 {
  margin-right: 6rem !important;
}
.mr-m-6 {
  margin-right: -6rem !important;
}
.mb-m6 {
  margin-bottom: 6rem !important;
}
.mb-m-6 {
  margin-bottom: -6rem !important;
}
.p-p6 {
  padding: 6rem !important;
}
.pt-p6 {
  padding-top: 6rem !important;
}
.pl-p6 {
  padding-left: 6rem !important;
}
.pr-p6 {
  padding-right: 6rem !important;
}
.pb-p6 {
  padding-bottom: 6rem !important;
}
.m-m7 {
  margin: 7rem !important;
}
.mt-m7 {
  margin-top: 7rem !important;
}
.mt-m-7 {
  margin-top: -7rem !important;
}
.ml-m7 {
  margin-left: 7rem !important;
}
.ml-m-7 {
  margin-left: -7rem !important;
}
.mr-m7 {
  margin-right: 7rem !important;
}
.mr-m-7 {
  margin-right: -7rem !important;
}
.mb-m7 {
  margin-bottom: 7rem !important;
}
.mb-m-7 {
  margin-bottom: -7rem !important;
}
.p-p7 {
  padding: 7rem !important;
}
.pt-p7 {
  padding-top: 7rem !important;
}
.pl-p7 {
  padding-left: 7rem !important;
}
.pr-p7 {
  padding-right: 7rem !important;
}
.pb-p7 {
  padding-bottom: 7rem !important;
}
.m-m8 {
  margin: 8rem !important;
}
.mt-m8 {
  margin-top: 8rem !important;
}
.mt-m-8 {
  margin-top: -8rem !important;
}
.ml-m8 {
  margin-left: 8rem !important;
}
.ml-m-8 {
  margin-left: -8rem !important;
}
.mr-m8 {
  margin-right: 8rem !important;
}
.mr-m-8 {
  margin-right: -8rem !important;
}
.mb-m8 {
  margin-bottom: 8rem !important;
}
.mb-m-8 {
  margin-bottom: -8rem !important;
}
.p-p8 {
  padding: 8rem !important;
}
.pt-p8 {
  padding-top: 8rem !important;
}
.pl-p8 {
  padding-left: 8rem !important;
}
.pr-p8 {
  padding-right: 8rem !important;
}
.pb-p8 {
  padding-bottom: 8rem !important;
}
.m-m9 {
  margin: 9rem !important;
}
.mt-m9 {
  margin-top: 9rem !important;
}
.mt-m-9 {
  margin-top: -9rem !important;
}
.ml-m9 {
  margin-left: 9rem !important;
}
.ml-m-9 {
  margin-left: -9rem !important;
}
.mr-m9 {
  margin-right: 9rem !important;
}
.mr-m-9 {
  margin-right: -9rem !important;
}
.mb-m9 {
  margin-bottom: 9rem !important;
}
.mb-m-9 {
  margin-bottom: -9rem !important;
}
.p-p9 {
  padding: 9rem !important;
}
.pt-p9 {
  padding-top: 9rem !important;
}
.pl-p9 {
  padding-left: 9rem !important;
}
.pr-p9 {
  padding-right: 9rem !important;
}
.pb-p9 {
  padding-bottom: 9rem !important;
}
.m-m10 {
  margin: 10rem !important;
}
.mt-m10 {
  margin-top: 10rem !important;
}
.mt-m-10 {
  margin-top: -10rem !important;
}
.ml-m10 {
  margin-left: 10rem !important;
}
.ml-m-10 {
  margin-left: -10rem !important;
}
.mr-m10 {
  margin-right: 10rem !important;
}
.mr-m-10 {
  margin-right: -10rem !important;
}
.mb-m10 {
  margin-bottom: 10rem !important;
}
.mb-m-10 {
  margin-bottom: -10rem !important;
}
.p-p10 {
  padding: 10rem !important;
}
.pt-p10 {
  padding-top: 10rem !important;
}
.pl-p10 {
  padding-left: 10rem !important;
}
.pr-p10 {
  padding-right: 10rem !important;
}
.pb-p10 {
  padding-bottom: 10rem !important;
}
.m-m11 {
  margin: 11rem !important;
}
.mt-m11 {
  margin-top: 11rem !important;
}
.mt-m-11 {
  margin-top: -11rem !important;
}
.ml-m11 {
  margin-left: 11rem !important;
}
.ml-m-11 {
  margin-left: -11rem !important;
}
.mr-m11 {
  margin-right: 11rem !important;
}
.mr-m-11 {
  margin-right: -11rem !important;
}
.mb-m11 {
  margin-bottom: 11rem !important;
}
.mb-m-11 {
  margin-bottom: -11rem !important;
}
.p-p11 {
  padding: 11rem !important;
}
.pt-p11 {
  padding-top: 11rem !important;
}
.pl-p11 {
  padding-left: 11rem !important;
}
.pr-p11 {
  padding-right: 11rem !important;
}
.pb-p11 {
  padding-bottom: 11rem !important;
}
.m-m12 {
  margin: 12rem !important;
}
.mt-m12 {
  margin-top: 12rem !important;
}
.mt-m-12 {
  margin-top: -12rem !important;
}
.ml-m12 {
  margin-left: 12rem !important;
}
.ml-m-12 {
  margin-left: -12rem !important;
}
.mr-m12 {
  margin-right: 12rem !important;
}
.mr-m-12 {
  margin-right: -12rem !important;
}
.mb-m12 {
  margin-bottom: 12rem !important;
}
.mb-m-12 {
  margin-bottom: -12rem !important;
}
.p-p12 {
  padding: 12rem !important;
}
.pt-p12 {
  padding-top: 12rem !important;
}
.pl-p12 {
  padding-left: 12rem !important;
}
.pr-p12 {
  padding-right: 12rem !important;
}
.pb-p12 {
  padding-bottom: 12rem !important;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav ul a {
  text-decoration: none;
}
nav ul a:active,nav ul a:hover,nav ul a:focus {
  text-decoration: none;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.col-center {
  margin: auto;
}
.h-50vh {
  height: 50vh;
}
.h-75vh {
  height: 75vh;
}
.h-100vh {
  height: 100vh;
}
.mh-50vh {
  min-height: 50vh;
}
.mh-75vh {
  min-height: 75vh;
}
.mh-100vh {
  min-height: 100vh;
}
.text-decoration-none {
  text-decoration: none;
}
.m-xs-m05 {
  margin: .5rem !important;
}
.mt-xs-m05 {
  margin-top: .5rem !important;
}
.ml-xs-m05 {
  margin-left: .5rem !important;
}
.mr-xs-m05 {
  margin-right: .5rem !important;
}
.mb-xs-m05 {
  margin-bottom: .5rem !important;
}
.m-xs-m0 {
  margin: 0rem !important;
}
.mt-xs-m0 {
  margin-top: 0rem !important;
}
.mt-xs-m-0 {
  margin-top: 0rem !important;
}
.ml-xs-m0 {
  margin-left: 0rem !important;
}
.ml-xs-m-0 {
  margin-left: 0rem !important;
}
.mr-xs-m0 {
  margin-right: 0rem !important;
}
.mr-xs-m-0 {
  margin-right: 0rem !important;
}
.mb-xs-m0 {
  margin-bottom: 0rem !important;
}
.mb-xs-m-0 {
  margin-bottom: 0rem !important;
}
.p-xs-p0 {
  padding: 0rem !important;
}
.pt-xs-p0 {
  padding-top: 0rem !important;
}
.pl-xs-p0 {
  padding-left: 0rem !important;
}
.pr-xs-p0 {
  padding-right: 0rem !important;
}
.pb-xs-p0 {
  padding-bottom: 0rem !important;
}
.m-xs-m1 {
  margin: 1rem !important;
}
.mt-xs-m1 {
  margin-top: 1rem !important;
}
.mt-xs-m-1 {
  margin-top: -1rem !important;
}
.ml-xs-m1 {
  margin-left: 1rem !important;
}
.ml-xs-m-1 {
  margin-left: -1rem !important;
}
.mr-xs-m1 {
  margin-right: 1rem !important;
}
.mr-xs-m-1 {
  margin-right: -1rem !important;
}
.mb-xs-m1 {
  margin-bottom: 1rem !important;
}
.mb-xs-m-1 {
  margin-bottom: -1rem !important;
}
.p-xs-p1 {
  padding: 1rem !important;
}
.pt-xs-p1 {
  padding-top: 1rem !important;
}
.pl-xs-p1 {
  padding-left: 1rem !important;
}
.pr-xs-p1 {
  padding-right: 1rem !important;
}
.pb-xs-p1 {
  padding-bottom: 1rem !important;
}
.m-xs-m2 {
  margin: 2rem !important;
}
.mt-xs-m2 {
  margin-top: 2rem !important;
}
.mt-xs-m-2 {
  margin-top: -2rem !important;
}
.ml-xs-m2 {
  margin-left: 2rem !important;
}
.ml-xs-m-2 {
  margin-left: -2rem !important;
}
.mr-xs-m2 {
  margin-right: 2rem !important;
}
.mr-xs-m-2 {
  margin-right: -2rem !important;
}
.mb-xs-m2 {
  margin-bottom: 2rem !important;
}
.mb-xs-m-2 {
  margin-bottom: -2rem !important;
}
.p-xs-p2 {
  padding: 2rem !important;
}
.pt-xs-p2 {
  padding-top: 2rem !important;
}
.pl-xs-p2 {
  padding-left: 2rem !important;
}
.pr-xs-p2 {
  padding-right: 2rem !important;
}
.pb-xs-p2 {
  padding-bottom: 2rem !important;
}
.m-xs-m3 {
  margin: 3rem !important;
}
.mt-xs-m3 {
  margin-top: 3rem !important;
}
.mt-xs-m-3 {
  margin-top: -3rem !important;
}
.ml-xs-m3 {
  margin-left: 3rem !important;
}
.ml-xs-m-3 {
  margin-left: -3rem !important;
}
.mr-xs-m3 {
  margin-right: 3rem !important;
}
.mr-xs-m-3 {
  margin-right: -3rem !important;
}
.mb-xs-m3 {
  margin-bottom: 3rem !important;
}
.mb-xs-m-3 {
  margin-bottom: -3rem !important;
}
.p-xs-p3 {
  padding: 3rem !important;
}
.pt-xs-p3 {
  padding-top: 3rem !important;
}
.pl-xs-p3 {
  padding-left: 3rem !important;
}
.pr-xs-p3 {
  padding-right: 3rem !important;
}
.pb-xs-p3 {
  padding-bottom: 3rem !important;
}
.m-xs-m4 {
  margin: 4rem !important;
}
.mt-xs-m4 {
  margin-top: 4rem !important;
}
.mt-xs-m-4 {
  margin-top: -4rem !important;
}
.ml-xs-m4 {
  margin-left: 4rem !important;
}
.ml-xs-m-4 {
  margin-left: -4rem !important;
}
.mr-xs-m4 {
  margin-right: 4rem !important;
}
.mr-xs-m-4 {
  margin-right: -4rem !important;
}
.mb-xs-m4 {
  margin-bottom: 4rem !important;
}
.mb-xs-m-4 {
  margin-bottom: -4rem !important;
}
.p-xs-p4 {
  padding: 4rem !important;
}
.pt-xs-p4 {
  padding-top: 4rem !important;
}
.pl-xs-p4 {
  padding-left: 4rem !important;
}
.pr-xs-p4 {
  padding-right: 4rem !important;
}
.pb-xs-p4 {
  padding-bottom: 4rem !important;
}
.m-xs-m5 {
  margin: 5rem !important;
}
.mt-xs-m5 {
  margin-top: 5rem !important;
}
.mt-xs-m-5 {
  margin-top: -5rem !important;
}
.ml-xs-m5 {
  margin-left: 5rem !important;
}
.ml-xs-m-5 {
  margin-left: -5rem !important;
}
.mr-xs-m5 {
  margin-right: 5rem !important;
}
.mr-xs-m-5 {
  margin-right: -5rem !important;
}
.mb-xs-m5 {
  margin-bottom: 5rem !important;
}
.mb-xs-m-5 {
  margin-bottom: -5rem !important;
}
.p-xs-p5 {
  padding: 5rem !important;
}
.pt-xs-p5 {
  padding-top: 5rem !important;
}
.pl-xs-p5 {
  padding-left: 5rem !important;
}
.pr-xs-p5 {
  padding-right: 5rem !important;
}
.pb-xs-p5 {
  padding-bottom: 5rem !important;
}
.m-xs-m6 {
  margin: 6rem !important;
}
.mt-xs-m6 {
  margin-top: 6rem !important;
}
.mt-xs-m-6 {
  margin-top: -6rem !important;
}
.ml-xs-m6 {
  margin-left: 6rem !important;
}
.ml-xs-m-6 {
  margin-left: -6rem !important;
}
.mr-xs-m6 {
  margin-right: 6rem !important;
}
.mr-xs-m-6 {
  margin-right: -6rem !important;
}
.mb-xs-m6 {
  margin-bottom: 6rem !important;
}
.mb-xs-m-6 {
  margin-bottom: -6rem !important;
}
.p-xs-p6 {
  padding: 6rem !important;
}
.pt-xs-p6 {
  padding-top: 6rem !important;
}
.pl-xs-p6 {
  padding-left: 6rem !important;
}
.pr-xs-p6 {
  padding-right: 6rem !important;
}
.pb-xs-p6 {
  padding-bottom: 6rem !important;
}
.m-xs-m7 {
  margin: 7rem !important;
}
.mt-xs-m7 {
  margin-top: 7rem !important;
}
.mt-xs-m-7 {
  margin-top: -7rem !important;
}
.ml-xs-m7 {
  margin-left: 7rem !important;
}
.ml-xs-m-7 {
  margin-left: -7rem !important;
}
.mr-xs-m7 {
  margin-right: 7rem !important;
}
.mr-xs-m-7 {
  margin-right: -7rem !important;
}
.mb-xs-m7 {
  margin-bottom: 7rem !important;
}
.mb-xs-m-7 {
  margin-bottom: -7rem !important;
}
.p-xs-p7 {
  padding: 7rem !important;
}
.pt-xs-p7 {
  padding-top: 7rem !important;
}
.pl-xs-p7 {
  padding-left: 7rem !important;
}
.pr-xs-p7 {
  padding-right: 7rem !important;
}
.pb-xs-p7 {
  padding-bottom: 7rem !important;
}
.m-xs-m8 {
  margin: 8rem !important;
}
.mt-xs-m8 {
  margin-top: 8rem !important;
}
.mt-xs-m-8 {
  margin-top: -8rem !important;
}
.ml-xs-m8 {
  margin-left: 8rem !important;
}
.ml-xs-m-8 {
  margin-left: -8rem !important;
}
.mr-xs-m8 {
  margin-right: 8rem !important;
}
.mr-xs-m-8 {
  margin-right: -8rem !important;
}
.mb-xs-m8 {
  margin-bottom: 8rem !important;
}
.mb-xs-m-8 {
  margin-bottom: -8rem !important;
}
.p-xs-p8 {
  padding: 8rem !important;
}
.pt-xs-p8 {
  padding-top: 8rem !important;
}
.pl-xs-p8 {
  padding-left: 8rem !important;
}
.pr-xs-p8 {
  padding-right: 8rem !important;
}
.pb-xs-p8 {
  padding-bottom: 8rem !important;
}
.m-xs-m9 {
  margin: 9rem !important;
}
.mt-xs-m9 {
  margin-top: 9rem !important;
}
.mt-xs-m-9 {
  margin-top: -9rem !important;
}
.ml-xs-m9 {
  margin-left: 9rem !important;
}
.ml-xs-m-9 {
  margin-left: -9rem !important;
}
.mr-xs-m9 {
  margin-right: 9rem !important;
}
.mr-xs-m-9 {
  margin-right: -9rem !important;
}
.mb-xs-m9 {
  margin-bottom: 9rem !important;
}
.mb-xs-m-9 {
  margin-bottom: -9rem !important;
}
.p-xs-p9 {
  padding: 9rem !important;
}
.pt-xs-p9 {
  padding-top: 9rem !important;
}
.pl-xs-p9 {
  padding-left: 9rem !important;
}
.pr-xs-p9 {
  padding-right: 9rem !important;
}
.pb-xs-p9 {
  padding-bottom: 9rem !important;
}
.m-xs-m10 {
  margin: 10rem !important;
}
.mt-xs-m10 {
  margin-top: 10rem !important;
}
.mt-xs-m-10 {
  margin-top: -10rem !important;
}
.ml-xs-m10 {
  margin-left: 10rem !important;
}
.ml-xs-m-10 {
  margin-left: -10rem !important;
}
.mr-xs-m10 {
  margin-right: 10rem !important;
}
.mr-xs-m-10 {
  margin-right: -10rem !important;
}
.mb-xs-m10 {
  margin-bottom: 10rem !important;
}
.mb-xs-m-10 {
  margin-bottom: -10rem !important;
}
.p-xs-p10 {
  padding: 10rem !important;
}
.pt-xs-p10 {
  padding-top: 10rem !important;
}
.pl-xs-p10 {
  padding-left: 10rem !important;
}
.pr-xs-p10 {
  padding-right: 10rem !important;
}
.pb-xs-p10 {
  padding-bottom: 10rem !important;
}
.m-xs-m11 {
  margin: 11rem !important;
}
.mt-xs-m11 {
  margin-top: 11rem !important;
}
.mt-xs-m-11 {
  margin-top: -11rem !important;
}
.ml-xs-m11 {
  margin-left: 11rem !important;
}
.ml-xs-m-11 {
  margin-left: -11rem !important;
}
.mr-xs-m11 {
  margin-right: 11rem !important;
}
.mr-xs-m-11 {
  margin-right: -11rem !important;
}
.mb-xs-m11 {
  margin-bottom: 11rem !important;
}
.mb-xs-m-11 {
  margin-bottom: -11rem !important;
}
.p-xs-p11 {
  padding: 11rem !important;
}
.pt-xs-p11 {
  padding-top: 11rem !important;
}
.pl-xs-p11 {
  padding-left: 11rem !important;
}
.pr-xs-p11 {
  padding-right: 11rem !important;
}
.pb-xs-p11 {
  padding-bottom: 11rem !important;
}
.m-xs-m12 {
  margin: 12rem !important;
}
.mt-xs-m12 {
  margin-top: 12rem !important;
}
.mt-xs-m-12 {
  margin-top: -12rem !important;
}
.ml-xs-m12 {
  margin-left: 12rem !important;
}
.ml-xs-m-12 {
  margin-left: -12rem !important;
}
.mr-xs-m12 {
  margin-right: 12rem !important;
}
.mr-xs-m-12 {
  margin-right: -12rem !important;
}
.mb-xs-m12 {
  margin-bottom: 12rem !important;
}
.mb-xs-m-12 {
  margin-bottom: -12rem !important;
}
.p-xs-p12 {
  padding: 12rem !important;
}
.pt-xs-p12 {
  padding-top: 12rem !important;
}
.pl-xs-p12 {
  padding-left: 12rem !important;
}
.pr-xs-p12 {
  padding-right: 12rem !important;
}
.pb-xs-p12 {
  padding-bottom: 12rem !important;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 576px) {
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xs-m0 {
    margin: 0rem !important;
  }
  .mt-xs-m0 {
    margin-top: 0rem !important;
  }
  .mt-xs-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xs-m0 {
    margin-left: 0rem !important;
  }
  .ml-xs-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xs-m0 {
    margin-right: 0rem !important;
  }
  .mr-xs-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xs-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xs-p0 {
    padding: 0rem !important;
  }
  .pt-xs-p0 {
    padding-top: 0rem !important;
  }
  .pl-xs-p0 {
    padding-left: 0rem !important;
  }
  .pr-xs-p0 {
    padding-right: 0rem !important;
  }
  .pb-xs-p0 {
    padding-bottom: 0rem !important;
  }
  .m-sm-m0 {
    margin: 0rem !important;
  }
  .mt-sm-m0 {
    margin-top: 0rem !important;
  }
  .mt-sm-m-0 {
    margin-top: 0rem !important;
  }
  .ml-sm-m0 {
    margin-left: 0rem !important;
  }
  .ml-sm-m-0 {
    margin-left: 0rem !important;
  }
  .mr-sm-m0 {
    margin-right: 0rem !important;
  }
  .mr-sm-m-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-sm-p0 {
    padding: 0rem !important;
  }
  .pt-sm-p0 {
    padding-top: 0rem !important;
  }
  .pl-sm-p0 {
    padding-left: 0rem !important;
  }
  .pr-sm-p0 {
    padding-right: 0rem !important;
  }
  .pb-sm-p0 {
    padding-bottom: 0rem !important;
  }
  .m-sm-m1 {
    margin: 1rem !important;
  }
  .mt-sm-m1 {
    margin-top: 1rem !important;
  }
  .mt-sm-m-1 {
    margin-top: -1rem !important;
  }
  .ml-sm-m1 {
    margin-left: 1rem !important;
  }
  .ml-sm-m-1 {
    margin-left: -1rem !important;
  }
  .mr-sm-m1 {
    margin-right: 1rem !important;
  }
  .mr-sm-m-1 {
    margin-right: -1rem !important;
  }
  .mb-sm-m1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-m-1 {
    margin-bottom: -1rem !important;
  }
  .p-sm-p1 {
    padding: 1rem !important;
  }
  .pt-sm-p1 {
    padding-top: 1rem !important;
  }
  .pl-sm-p1 {
    padding-left: 1rem !important;
  }
  .pr-sm-p1 {
    padding-right: 1rem !important;
  }
  .pb-sm-p1 {
    padding-bottom: 1rem !important;
  }
  .m-sm-m2 {
    margin: 2rem !important;
  }
  .mt-sm-m2 {
    margin-top: 2rem !important;
  }
  .mt-sm-m-2 {
    margin-top: -2rem !important;
  }
  .ml-sm-m2 {
    margin-left: 2rem !important;
  }
  .ml-sm-m-2 {
    margin-left: -2rem !important;
  }
  .mr-sm-m2 {
    margin-right: 2rem !important;
  }
  .mr-sm-m-2 {
    margin-right: -2rem !important;
  }
  .mb-sm-m2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-m-2 {
    margin-bottom: -2rem !important;
  }
  .p-sm-p2 {
    padding: 2rem !important;
  }
  .pt-sm-p2 {
    padding-top: 2rem !important;
  }
  .pl-sm-p2 {
    padding-left: 2rem !important;
  }
  .pr-sm-p2 {
    padding-right: 2rem !important;
  }
  .pb-sm-p2 {
    padding-bottom: 2rem !important;
  }
  .m-sm-m3 {
    margin: 3rem !important;
  }
  .mt-sm-m3 {
    margin-top: 3rem !important;
  }
  .mt-sm-m-3 {
    margin-top: -3rem !important;
  }
  .ml-sm-m3 {
    margin-left: 3rem !important;
  }
  .ml-sm-m-3 {
    margin-left: -3rem !important;
  }
  .mr-sm-m3 {
    margin-right: 3rem !important;
  }
  .mr-sm-m-3 {
    margin-right: -3rem !important;
  }
  .mb-sm-m3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-m-3 {
    margin-bottom: -3rem !important;
  }
  .p-sm-p3 {
    padding: 3rem !important;
  }
  .pt-sm-p3 {
    padding-top: 3rem !important;
  }
  .pl-sm-p3 {
    padding-left: 3rem !important;
  }
  .pr-sm-p3 {
    padding-right: 3rem !important;
  }
  .pb-sm-p3 {
    padding-bottom: 3rem !important;
  }
  .m-sm-m4 {
    margin: 4rem !important;
  }
  .mt-sm-m4 {
    margin-top: 4rem !important;
  }
  .mt-sm-m-4 {
    margin-top: -4rem !important;
  }
  .ml-sm-m4 {
    margin-left: 4rem !important;
  }
  .ml-sm-m-4 {
    margin-left: -4rem !important;
  }
  .mr-sm-m4 {
    margin-right: 4rem !important;
  }
  .mr-sm-m-4 {
    margin-right: -4rem !important;
  }
  .mb-sm-m4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-m-4 {
    margin-bottom: -4rem !important;
  }
  .p-sm-p4 {
    padding: 4rem !important;
  }
  .pt-sm-p4 {
    padding-top: 4rem !important;
  }
  .pl-sm-p4 {
    padding-left: 4rem !important;
  }
  .pr-sm-p4 {
    padding-right: 4rem !important;
  }
  .pb-sm-p4 {
    padding-bottom: 4rem !important;
  }
  .m-sm-m5 {
    margin: 5rem !important;
  }
  .mt-sm-m5 {
    margin-top: 5rem !important;
  }
  .mt-sm-m-5 {
    margin-top: -5rem !important;
  }
  .ml-sm-m5 {
    margin-left: 5rem !important;
  }
  .ml-sm-m-5 {
    margin-left: -5rem !important;
  }
  .mr-sm-m5 {
    margin-right: 5rem !important;
  }
  .mr-sm-m-5 {
    margin-right: -5rem !important;
  }
  .mb-sm-m5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-m-5 {
    margin-bottom: -5rem !important;
  }
  .p-sm-p5 {
    padding: 5rem !important;
  }
  .pt-sm-p5 {
    padding-top: 5rem !important;
  }
  .pl-sm-p5 {
    padding-left: 5rem !important;
  }
  .pr-sm-p5 {
    padding-right: 5rem !important;
  }
  .pb-sm-p5 {
    padding-bottom: 5rem !important;
  }
  .m-sm-m6 {
    margin: 6rem !important;
  }
  .mt-sm-m6 {
    margin-top: 6rem !important;
  }
  .mt-sm-m-6 {
    margin-top: -6rem !important;
  }
  .ml-sm-m6 {
    margin-left: 6rem !important;
  }
  .ml-sm-m-6 {
    margin-left: -6rem !important;
  }
  .mr-sm-m6 {
    margin-right: 6rem !important;
  }
  .mr-sm-m-6 {
    margin-right: -6rem !important;
  }
  .mb-sm-m6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-m-6 {
    margin-bottom: -6rem !important;
  }
  .p-sm-p6 {
    padding: 6rem !important;
  }
  .pt-sm-p6 {
    padding-top: 6rem !important;
  }
  .pl-sm-p6 {
    padding-left: 6rem !important;
  }
  .pr-sm-p6 {
    padding-right: 6rem !important;
  }
  .pb-sm-p6 {
    padding-bottom: 6rem !important;
  }
  .m-sm-m7 {
    margin: 7rem !important;
  }
  .mt-sm-m7 {
    margin-top: 7rem !important;
  }
  .mt-sm-m-7 {
    margin-top: -7rem !important;
  }
  .ml-sm-m7 {
    margin-left: 7rem !important;
  }
  .ml-sm-m-7 {
    margin-left: -7rem !important;
  }
  .mr-sm-m7 {
    margin-right: 7rem !important;
  }
  .mr-sm-m-7 {
    margin-right: -7rem !important;
  }
  .mb-sm-m7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-m-7 {
    margin-bottom: -7rem !important;
  }
  .p-sm-p7 {
    padding: 7rem !important;
  }
  .pt-sm-p7 {
    padding-top: 7rem !important;
  }
  .pl-sm-p7 {
    padding-left: 7rem !important;
  }
  .pr-sm-p7 {
    padding-right: 7rem !important;
  }
  .pb-sm-p7 {
    padding-bottom: 7rem !important;
  }
  .m-sm-m8 {
    margin: 8rem !important;
  }
  .mt-sm-m8 {
    margin-top: 8rem !important;
  }
  .mt-sm-m-8 {
    margin-top: -8rem !important;
  }
  .ml-sm-m8 {
    margin-left: 8rem !important;
  }
  .ml-sm-m-8 {
    margin-left: -8rem !important;
  }
  .mr-sm-m8 {
    margin-right: 8rem !important;
  }
  .mr-sm-m-8 {
    margin-right: -8rem !important;
  }
  .mb-sm-m8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-m-8 {
    margin-bottom: -8rem !important;
  }
  .p-sm-p8 {
    padding: 8rem !important;
  }
  .pt-sm-p8 {
    padding-top: 8rem !important;
  }
  .pl-sm-p8 {
    padding-left: 8rem !important;
  }
  .pr-sm-p8 {
    padding-right: 8rem !important;
  }
  .pb-sm-p8 {
    padding-bottom: 8rem !important;
  }
  .m-sm-m9 {
    margin: 9rem !important;
  }
  .mt-sm-m9 {
    margin-top: 9rem !important;
  }
  .mt-sm-m-9 {
    margin-top: -9rem !important;
  }
  .ml-sm-m9 {
    margin-left: 9rem !important;
  }
  .ml-sm-m-9 {
    margin-left: -9rem !important;
  }
  .mr-sm-m9 {
    margin-right: 9rem !important;
  }
  .mr-sm-m-9 {
    margin-right: -9rem !important;
  }
  .mb-sm-m9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-m-9 {
    margin-bottom: -9rem !important;
  }
  .p-sm-p9 {
    padding: 9rem !important;
  }
  .pt-sm-p9 {
    padding-top: 9rem !important;
  }
  .pl-sm-p9 {
    padding-left: 9rem !important;
  }
  .pr-sm-p9 {
    padding-right: 9rem !important;
  }
  .pb-sm-p9 {
    padding-bottom: 9rem !important;
  }
  .m-sm-m10 {
    margin: 10rem !important;
  }
  .mt-sm-m10 {
    margin-top: 10rem !important;
  }
  .mt-sm-m-10 {
    margin-top: -10rem !important;
  }
  .ml-sm-m10 {
    margin-left: 10rem !important;
  }
  .ml-sm-m-10 {
    margin-left: -10rem !important;
  }
  .mr-sm-m10 {
    margin-right: 10rem !important;
  }
  .mr-sm-m-10 {
    margin-right: -10rem !important;
  }
  .mb-sm-m10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-m-10 {
    margin-bottom: -10rem !important;
  }
  .p-sm-p10 {
    padding: 10rem !important;
  }
  .pt-sm-p10 {
    padding-top: 10rem !important;
  }
  .pl-sm-p10 {
    padding-left: 10rem !important;
  }
  .pr-sm-p10 {
    padding-right: 10rem !important;
  }
  .pb-sm-p10 {
    padding-bottom: 10rem !important;
  }
  .m-sm-m11 {
    margin: 11rem !important;
  }
  .mt-sm-m11 {
    margin-top: 11rem !important;
  }
  .mt-sm-m-11 {
    margin-top: -11rem !important;
  }
  .ml-sm-m11 {
    margin-left: 11rem !important;
  }
  .ml-sm-m-11 {
    margin-left: -11rem !important;
  }
  .mr-sm-m11 {
    margin-right: 11rem !important;
  }
  .mr-sm-m-11 {
    margin-right: -11rem !important;
  }
  .mb-sm-m11 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-m-11 {
    margin-bottom: -11rem !important;
  }
  .p-sm-p11 {
    padding: 11rem !important;
  }
  .pt-sm-p11 {
    padding-top: 11rem !important;
  }
  .pl-sm-p11 {
    padding-left: 11rem !important;
  }
  .pr-sm-p11 {
    padding-right: 11rem !important;
  }
  .pb-sm-p11 {
    padding-bottom: 11rem !important;
  }
  .m-sm-m12 {
    margin: 12rem !important;
  }
  .mt-sm-m12 {
    margin-top: 12rem !important;
  }
  .mt-sm-m-12 {
    margin-top: -12rem !important;
  }
  .ml-sm-m12 {
    margin-left: 12rem !important;
  }
  .ml-sm-m-12 {
    margin-left: -12rem !important;
  }
  .mr-sm-m12 {
    margin-right: 12rem !important;
  }
  .mr-sm-m-12 {
    margin-right: -12rem !important;
  }
  .mb-sm-m12 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-m-12 {
    margin-bottom: -12rem !important;
  }
  .p-sm-p12 {
    padding: 12rem !important;
  }
  .pt-sm-p12 {
    padding-top: 12rem !important;
  }
  .pl-sm-p12 {
    padding-left: 12rem !important;
  }
  .pr-sm-p12 {
    padding-right: 12rem !important;
  }
  .pb-sm-p12 {
    padding-bottom: 12rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-m0 {
    margin: 0rem !important;
  }
  .mt-md-m0 {
    margin-top: 0rem !important;
  }
  .mt-md-m-0 {
    margin-top: 0rem !important;
  }
  .ml-md-m0 {
    margin-left: 0rem !important;
  }
  .ml-md-m-0 {
    margin-left: 0rem !important;
  }
  .mr-md-m0 {
    margin-right: 0rem !important;
  }
  .mr-md-m-0 {
    margin-right: 0rem !important;
  }
  .mb-md-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-md-p0 {
    padding: 0rem !important;
  }
  .pt-md-p0 {
    padding-top: 0rem !important;
  }
  .pl-md-p0 {
    padding-left: 0rem !important;
  }
  .pr-md-p0 {
    padding-right: 0rem !important;
  }
  .pb-md-p0 {
    padding-bottom: 0rem !important;
  }
  .m-md-m1 {
    margin: 1rem !important;
  }
  .mt-md-m1 {
    margin-top: 1rem !important;
  }
  .mt-md-m-1 {
    margin-top: -1rem !important;
  }
  .ml-md-m1 {
    margin-left: 1rem !important;
  }
  .ml-md-m-1 {
    margin-left: -1rem !important;
  }
  .mr-md-m1 {
    margin-right: 1rem !important;
  }
  .mr-md-m-1 {
    margin-right: -1rem !important;
  }
  .mb-md-m1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-m-1 {
    margin-bottom: -1rem !important;
  }
  .p-md-p1 {
    padding: 1rem !important;
  }
  .pt-md-p1 {
    padding-top: 1rem !important;
  }
  .pl-md-p1 {
    padding-left: 1rem !important;
  }
  .pr-md-p1 {
    padding-right: 1rem !important;
  }
  .pb-md-p1 {
    padding-bottom: 1rem !important;
  }
  .m-md-m2 {
    margin: 2rem !important;
  }
  .mt-md-m2 {
    margin-top: 2rem !important;
  }
  .mt-md-m-2 {
    margin-top: -2rem !important;
  }
  .ml-md-m2 {
    margin-left: 2rem !important;
  }
  .ml-md-m-2 {
    margin-left: -2rem !important;
  }
  .mr-md-m2 {
    margin-right: 2rem !important;
  }
  .mr-md-m-2 {
    margin-right: -2rem !important;
  }
  .mb-md-m2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-m-2 {
    margin-bottom: -2rem !important;
  }
  .p-md-p2 {
    padding: 2rem !important;
  }
  .pt-md-p2 {
    padding-top: 2rem !important;
  }
  .pl-md-p2 {
    padding-left: 2rem !important;
  }
  .pr-md-p2 {
    padding-right: 2rem !important;
  }
  .pb-md-p2 {
    padding-bottom: 2rem !important;
  }
  .m-md-m3 {
    margin: 3rem !important;
  }
  .mt-md-m3 {
    margin-top: 3rem !important;
  }
  .mt-md-m-3 {
    margin-top: -3rem !important;
  }
  .ml-md-m3 {
    margin-left: 3rem !important;
  }
  .ml-md-m-3 {
    margin-left: -3rem !important;
  }
  .mr-md-m3 {
    margin-right: 3rem !important;
  }
  .mr-md-m-3 {
    margin-right: -3rem !important;
  }
  .mb-md-m3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-m-3 {
    margin-bottom: -3rem !important;
  }
  .p-md-p3 {
    padding: 3rem !important;
  }
  .pt-md-p3 {
    padding-top: 3rem !important;
  }
  .pl-md-p3 {
    padding-left: 3rem !important;
  }
  .pr-md-p3 {
    padding-right: 3rem !important;
  }
  .pb-md-p3 {
    padding-bottom: 3rem !important;
  }
  .m-md-m4 {
    margin: 4rem !important;
  }
  .mt-md-m4 {
    margin-top: 4rem !important;
  }
  .mt-md-m-4 {
    margin-top: -4rem !important;
  }
  .ml-md-m4 {
    margin-left: 4rem !important;
  }
  .ml-md-m-4 {
    margin-left: -4rem !important;
  }
  .mr-md-m4 {
    margin-right: 4rem !important;
  }
  .mr-md-m-4 {
    margin-right: -4rem !important;
  }
  .mb-md-m4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-m-4 {
    margin-bottom: -4rem !important;
  }
  .p-md-p4 {
    padding: 4rem !important;
  }
  .pt-md-p4 {
    padding-top: 4rem !important;
  }
  .pl-md-p4 {
    padding-left: 4rem !important;
  }
  .pr-md-p4 {
    padding-right: 4rem !important;
  }
  .pb-md-p4 {
    padding-bottom: 4rem !important;
  }
  .m-md-m5 {
    margin: 5rem !important;
  }
  .mt-md-m5 {
    margin-top: 5rem !important;
  }
  .mt-md-m-5 {
    margin-top: -5rem !important;
  }
  .ml-md-m5 {
    margin-left: 5rem !important;
  }
  .ml-md-m-5 {
    margin-left: -5rem !important;
  }
  .mr-md-m5 {
    margin-right: 5rem !important;
  }
  .mr-md-m-5 {
    margin-right: -5rem !important;
  }
  .mb-md-m5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-m-5 {
    margin-bottom: -5rem !important;
  }
  .p-md-p5 {
    padding: 5rem !important;
  }
  .pt-md-p5 {
    padding-top: 5rem !important;
  }
  .pl-md-p5 {
    padding-left: 5rem !important;
  }
  .pr-md-p5 {
    padding-right: 5rem !important;
  }
  .pb-md-p5 {
    padding-bottom: 5rem !important;
  }
  .m-md-m6 {
    margin: 6rem !important;
  }
  .mt-md-m6 {
    margin-top: 6rem !important;
  }
  .mt-md-m-6 {
    margin-top: -6rem !important;
  }
  .ml-md-m6 {
    margin-left: 6rem !important;
  }
  .ml-md-m-6 {
    margin-left: -6rem !important;
  }
  .mr-md-m6 {
    margin-right: 6rem !important;
  }
  .mr-md-m-6 {
    margin-right: -6rem !important;
  }
  .mb-md-m6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-m-6 {
    margin-bottom: -6rem !important;
  }
  .p-md-p6 {
    padding: 6rem !important;
  }
  .pt-md-p6 {
    padding-top: 6rem !important;
  }
  .pl-md-p6 {
    padding-left: 6rem !important;
  }
  .pr-md-p6 {
    padding-right: 6rem !important;
  }
  .pb-md-p6 {
    padding-bottom: 6rem !important;
  }
  .m-md-m7 {
    margin: 7rem !important;
  }
  .mt-md-m7 {
    margin-top: 7rem !important;
  }
  .mt-md-m-7 {
    margin-top: -7rem !important;
  }
  .ml-md-m7 {
    margin-left: 7rem !important;
  }
  .ml-md-m-7 {
    margin-left: -7rem !important;
  }
  .mr-md-m7 {
    margin-right: 7rem !important;
  }
  .mr-md-m-7 {
    margin-right: -7rem !important;
  }
  .mb-md-m7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-m-7 {
    margin-bottom: -7rem !important;
  }
  .p-md-p7 {
    padding: 7rem !important;
  }
  .pt-md-p7 {
    padding-top: 7rem !important;
  }
  .pl-md-p7 {
    padding-left: 7rem !important;
  }
  .pr-md-p7 {
    padding-right: 7rem !important;
  }
  .pb-md-p7 {
    padding-bottom: 7rem !important;
  }
  .m-md-m8 {
    margin: 8rem !important;
  }
  .mt-md-m8 {
    margin-top: 8rem !important;
  }
  .mt-md-m-8 {
    margin-top: -8rem !important;
  }
  .ml-md-m8 {
    margin-left: 8rem !important;
  }
  .ml-md-m-8 {
    margin-left: -8rem !important;
  }
  .mr-md-m8 {
    margin-right: 8rem !important;
  }
  .mr-md-m-8 {
    margin-right: -8rem !important;
  }
  .mb-md-m8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-m-8 {
    margin-bottom: -8rem !important;
  }
  .p-md-p8 {
    padding: 8rem !important;
  }
  .pt-md-p8 {
    padding-top: 8rem !important;
  }
  .pl-md-p8 {
    padding-left: 8rem !important;
  }
  .pr-md-p8 {
    padding-right: 8rem !important;
  }
  .pb-md-p8 {
    padding-bottom: 8rem !important;
  }
  .m-md-m9 {
    margin: 9rem !important;
  }
  .mt-md-m9 {
    margin-top: 9rem !important;
  }
  .mt-md-m-9 {
    margin-top: -9rem !important;
  }
  .ml-md-m9 {
    margin-left: 9rem !important;
  }
  .ml-md-m-9 {
    margin-left: -9rem !important;
  }
  .mr-md-m9 {
    margin-right: 9rem !important;
  }
  .mr-md-m-9 {
    margin-right: -9rem !important;
  }
  .mb-md-m9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-m-9 {
    margin-bottom: -9rem !important;
  }
  .p-md-p9 {
    padding: 9rem !important;
  }
  .pt-md-p9 {
    padding-top: 9rem !important;
  }
  .pl-md-p9 {
    padding-left: 9rem !important;
  }
  .pr-md-p9 {
    padding-right: 9rem !important;
  }
  .pb-md-p9 {
    padding-bottom: 9rem !important;
  }
  .m-md-m10 {
    margin: 10rem !important;
  }
  .mt-md-m10 {
    margin-top: 10rem !important;
  }
  .mt-md-m-10 {
    margin-top: -10rem !important;
  }
  .ml-md-m10 {
    margin-left: 10rem !important;
  }
  .ml-md-m-10 {
    margin-left: -10rem !important;
  }
  .mr-md-m10 {
    margin-right: 10rem !important;
  }
  .mr-md-m-10 {
    margin-right: -10rem !important;
  }
  .mb-md-m10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-m-10 {
    margin-bottom: -10rem !important;
  }
  .p-md-p10 {
    padding: 10rem !important;
  }
  .pt-md-p10 {
    padding-top: 10rem !important;
  }
  .pl-md-p10 {
    padding-left: 10rem !important;
  }
  .pr-md-p10 {
    padding-right: 10rem !important;
  }
  .pb-md-p10 {
    padding-bottom: 10rem !important;
  }
  .m-md-m11 {
    margin: 11rem !important;
  }
  .mt-md-m11 {
    margin-top: 11rem !important;
  }
  .mt-md-m-11 {
    margin-top: -11rem !important;
  }
  .ml-md-m11 {
    margin-left: 11rem !important;
  }
  .ml-md-m-11 {
    margin-left: -11rem !important;
  }
  .mr-md-m11 {
    margin-right: 11rem !important;
  }
  .mr-md-m-11 {
    margin-right: -11rem !important;
  }
  .mb-md-m11 {
    margin-bottom: 11rem !important;
  }
  .mb-md-m-11 {
    margin-bottom: -11rem !important;
  }
  .p-md-p11 {
    padding: 11rem !important;
  }
  .pt-md-p11 {
    padding-top: 11rem !important;
  }
  .pl-md-p11 {
    padding-left: 11rem !important;
  }
  .pr-md-p11 {
    padding-right: 11rem !important;
  }
  .pb-md-p11 {
    padding-bottom: 11rem !important;
  }
  .m-md-m12 {
    margin: 12rem !important;
  }
  .mt-md-m12 {
    margin-top: 12rem !important;
  }
  .mt-md-m-12 {
    margin-top: -12rem !important;
  }
  .ml-md-m12 {
    margin-left: 12rem !important;
  }
  .ml-md-m-12 {
    margin-left: -12rem !important;
  }
  .mr-md-m12 {
    margin-right: 12rem !important;
  }
  .mr-md-m-12 {
    margin-right: -12rem !important;
  }
  .mb-md-m12 {
    margin-bottom: 12rem !important;
  }
  .mb-md-m-12 {
    margin-bottom: -12rem !important;
  }
  .p-md-p12 {
    padding: 12rem !important;
  }
  .pt-md-p12 {
    padding-top: 12rem !important;
  }
  .pl-md-p12 {
    padding-left: 12rem !important;
  }
  .pr-md-p12 {
    padding-right: 12rem !important;
  }
  .pb-md-p12 {
    padding-bottom: 12rem !important;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .col-md-center {
    margin: auto;
  }
  .h-md-50vh {
    height: 50vh;
  }
  .h-md-75vh {
    height: 75vh;
  }
  .h-md-100vh {
    height: 100vh;
  }
  .mh-md-50vh {
    min-height: 50vh;
  }
  .mh-md-75vh {
    min-height: 75vh;
  }
  .mh-md-100vh {
    min-height: 100vh;
  }
}
@media (min-width: 992px) {
  .m-lg-m0 {
    margin: 0rem !important;
  }
  .mt-lg-m0 {
    margin-top: 0rem !important;
  }
  .mt-lg-m-0 {
    margin-top: 0rem !important;
  }
  .ml-lg-m0 {
    margin-left: 0rem !important;
  }
  .ml-lg-m-0 {
    margin-left: 0rem !important;
  }
  .mr-lg-m0 {
    margin-right: 0rem !important;
  }
  .mr-lg-m-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-lg-p0 {
    padding: 0rem !important;
  }
  .pt-lg-p0 {
    padding-top: 0rem !important;
  }
  .pl-lg-p0 {
    padding-left: 0rem !important;
  }
  .pr-lg-p0 {
    padding-right: 0rem !important;
  }
  .pb-lg-p0 {
    padding-bottom: 0rem !important;
  }
  .m-lg-m1 {
    margin: 1rem !important;
  }
  .mt-lg-m1 {
    margin-top: 1rem !important;
  }
  .mt-lg-m-1 {
    margin-top: -1rem !important;
  }
  .ml-lg-m1 {
    margin-left: 1rem !important;
  }
  .ml-lg-m-1 {
    margin-left: -1rem !important;
  }
  .mr-lg-m1 {
    margin-right: 1rem !important;
  }
  .mr-lg-m-1 {
    margin-right: -1rem !important;
  }
  .mb-lg-m1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-m-1 {
    margin-bottom: -1rem !important;
  }
  .p-lg-p1 {
    padding: 1rem !important;
  }
  .pt-lg-p1 {
    padding-top: 1rem !important;
  }
  .pl-lg-p1 {
    padding-left: 1rem !important;
  }
  .pr-lg-p1 {
    padding-right: 1rem !important;
  }
  .pb-lg-p1 {
    padding-bottom: 1rem !important;
  }
  .m-lg-m2 {
    margin: 2rem !important;
  }
  .mt-lg-m2 {
    margin-top: 2rem !important;
  }
  .mt-lg-m-2 {
    margin-top: -2rem !important;
  }
  .ml-lg-m2 {
    margin-left: 2rem !important;
  }
  .ml-lg-m-2 {
    margin-left: -2rem !important;
  }
  .mr-lg-m2 {
    margin-right: 2rem !important;
  }
  .mr-lg-m-2 {
    margin-right: -2rem !important;
  }
  .mb-lg-m2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-m-2 {
    margin-bottom: -2rem !important;
  }
  .p-lg-p2 {
    padding: 2rem !important;
  }
  .pt-lg-p2 {
    padding-top: 2rem !important;
  }
  .pl-lg-p2 {
    padding-left: 2rem !important;
  }
  .pr-lg-p2 {
    padding-right: 2rem !important;
  }
  .pb-lg-p2 {
    padding-bottom: 2rem !important;
  }
  .m-lg-m3 {
    margin: 3rem !important;
  }
  .mt-lg-m3 {
    margin-top: 3rem !important;
  }
  .mt-lg-m-3 {
    margin-top: -3rem !important;
  }
  .ml-lg-m3 {
    margin-left: 3rem !important;
  }
  .ml-lg-m-3 {
    margin-left: -3rem !important;
  }
  .mr-lg-m3 {
    margin-right: 3rem !important;
  }
  .mr-lg-m-3 {
    margin-right: -3rem !important;
  }
  .mb-lg-m3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-m-3 {
    margin-bottom: -3rem !important;
  }
  .p-lg-p3 {
    padding: 3rem !important;
  }
  .pt-lg-p3 {
    padding-top: 3rem !important;
  }
  .pl-lg-p3 {
    padding-left: 3rem !important;
  }
  .pr-lg-p3 {
    padding-right: 3rem !important;
  }
  .pb-lg-p3 {
    padding-bottom: 3rem !important;
  }
  .m-lg-m4 {
    margin: 4rem !important;
  }
  .mt-lg-m4 {
    margin-top: 4rem !important;
  }
  .mt-lg-m-4 {
    margin-top: -4rem !important;
  }
  .ml-lg-m4 {
    margin-left: 4rem !important;
  }
  .ml-lg-m-4 {
    margin-left: -4rem !important;
  }
  .mr-lg-m4 {
    margin-right: 4rem !important;
  }
  .mr-lg-m-4 {
    margin-right: -4rem !important;
  }
  .mb-lg-m4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-m-4 {
    margin-bottom: -4rem !important;
  }
  .p-lg-p4 {
    padding: 4rem !important;
  }
  .pt-lg-p4 {
    padding-top: 4rem !important;
  }
  .pl-lg-p4 {
    padding-left: 4rem !important;
  }
  .pr-lg-p4 {
    padding-right: 4rem !important;
  }
  .pb-lg-p4 {
    padding-bottom: 4rem !important;
  }
  .m-lg-m5 {
    margin: 5rem !important;
  }
  .mt-lg-m5 {
    margin-top: 5rem !important;
  }
  .mt-lg-m-5 {
    margin-top: -5rem !important;
  }
  .ml-lg-m5 {
    margin-left: 5rem !important;
  }
  .ml-lg-m-5 {
    margin-left: -5rem !important;
  }
  .mr-lg-m5 {
    margin-right: 5rem !important;
  }
  .mr-lg-m-5 {
    margin-right: -5rem !important;
  }
  .mb-lg-m5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-m-5 {
    margin-bottom: -5rem !important;
  }
  .p-lg-p5 {
    padding: 5rem !important;
  }
  .pt-lg-p5 {
    padding-top: 5rem !important;
  }
  .pl-lg-p5 {
    padding-left: 5rem !important;
  }
  .pr-lg-p5 {
    padding-right: 5rem !important;
  }
  .pb-lg-p5 {
    padding-bottom: 5rem !important;
  }
  .m-lg-m6 {
    margin: 6rem !important;
  }
  .mt-lg-m6 {
    margin-top: 6rem !important;
  }
  .mt-lg-m-6 {
    margin-top: -6rem !important;
  }
  .ml-lg-m6 {
    margin-left: 6rem !important;
  }
  .ml-lg-m-6 {
    margin-left: -6rem !important;
  }
  .mr-lg-m6 {
    margin-right: 6rem !important;
  }
  .mr-lg-m-6 {
    margin-right: -6rem !important;
  }
  .mb-lg-m6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-m-6 {
    margin-bottom: -6rem !important;
  }
  .p-lg-p6 {
    padding: 6rem !important;
  }
  .pt-lg-p6 {
    padding-top: 6rem !important;
  }
  .pl-lg-p6 {
    padding-left: 6rem !important;
  }
  .pr-lg-p6 {
    padding-right: 6rem !important;
  }
  .pb-lg-p6 {
    padding-bottom: 6rem !important;
  }
  .m-lg-m7 {
    margin: 7rem !important;
  }
  .mt-lg-m7 {
    margin-top: 7rem !important;
  }
  .mt-lg-m-7 {
    margin-top: -7rem !important;
  }
  .ml-lg-m7 {
    margin-left: 7rem !important;
  }
  .ml-lg-m-7 {
    margin-left: -7rem !important;
  }
  .mr-lg-m7 {
    margin-right: 7rem !important;
  }
  .mr-lg-m-7 {
    margin-right: -7rem !important;
  }
  .mb-lg-m7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-m-7 {
    margin-bottom: -7rem !important;
  }
  .p-lg-p7 {
    padding: 7rem !important;
  }
  .pt-lg-p7 {
    padding-top: 7rem !important;
  }
  .pl-lg-p7 {
    padding-left: 7rem !important;
  }
  .pr-lg-p7 {
    padding-right: 7rem !important;
  }
  .pb-lg-p7 {
    padding-bottom: 7rem !important;
  }
  .m-lg-m8 {
    margin: 8rem !important;
  }
  .mt-lg-m8 {
    margin-top: 8rem !important;
  }
  .mt-lg-m-8 {
    margin-top: -8rem !important;
  }
  .ml-lg-m8 {
    margin-left: 8rem !important;
  }
  .ml-lg-m-8 {
    margin-left: -8rem !important;
  }
  .mr-lg-m8 {
    margin-right: 8rem !important;
  }
  .mr-lg-m-8 {
    margin-right: -8rem !important;
  }
  .mb-lg-m8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-m-8 {
    margin-bottom: -8rem !important;
  }
  .p-lg-p8 {
    padding: 8rem !important;
  }
  .pt-lg-p8 {
    padding-top: 8rem !important;
  }
  .pl-lg-p8 {
    padding-left: 8rem !important;
  }
  .pr-lg-p8 {
    padding-right: 8rem !important;
  }
  .pb-lg-p8 {
    padding-bottom: 8rem !important;
  }
  .m-lg-m9 {
    margin: 9rem !important;
  }
  .mt-lg-m9 {
    margin-top: 9rem !important;
  }
  .mt-lg-m-9 {
    margin-top: -9rem !important;
  }
  .ml-lg-m9 {
    margin-left: 9rem !important;
  }
  .ml-lg-m-9 {
    margin-left: -9rem !important;
  }
  .mr-lg-m9 {
    margin-right: 9rem !important;
  }
  .mr-lg-m-9 {
    margin-right: -9rem !important;
  }
  .mb-lg-m9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-m-9 {
    margin-bottom: -9rem !important;
  }
  .p-lg-p9 {
    padding: 9rem !important;
  }
  .pt-lg-p9 {
    padding-top: 9rem !important;
  }
  .pl-lg-p9 {
    padding-left: 9rem !important;
  }
  .pr-lg-p9 {
    padding-right: 9rem !important;
  }
  .pb-lg-p9 {
    padding-bottom: 9rem !important;
  }
  .m-lg-m10 {
    margin: 10rem !important;
  }
  .mt-lg-m10 {
    margin-top: 10rem !important;
  }
  .mt-lg-m-10 {
    margin-top: -10rem !important;
  }
  .ml-lg-m10 {
    margin-left: 10rem !important;
  }
  .ml-lg-m-10 {
    margin-left: -10rem !important;
  }
  .mr-lg-m10 {
    margin-right: 10rem !important;
  }
  .mr-lg-m-10 {
    margin-right: -10rem !important;
  }
  .mb-lg-m10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-m-10 {
    margin-bottom: -10rem !important;
  }
  .p-lg-p10 {
    padding: 10rem !important;
  }
  .pt-lg-p10 {
    padding-top: 10rem !important;
  }
  .pl-lg-p10 {
    padding-left: 10rem !important;
  }
  .pr-lg-p10 {
    padding-right: 10rem !important;
  }
  .pb-lg-p10 {
    padding-bottom: 10rem !important;
  }
  .m-lg-m11 {
    margin: 11rem !important;
  }
  .mt-lg-m11 {
    margin-top: 11rem !important;
  }
  .mt-lg-m-11 {
    margin-top: -11rem !important;
  }
  .ml-lg-m11 {
    margin-left: 11rem !important;
  }
  .ml-lg-m-11 {
    margin-left: -11rem !important;
  }
  .mr-lg-m11 {
    margin-right: 11rem !important;
  }
  .mr-lg-m-11 {
    margin-right: -11rem !important;
  }
  .mb-lg-m11 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-m-11 {
    margin-bottom: -11rem !important;
  }
  .p-lg-p11 {
    padding: 11rem !important;
  }
  .pt-lg-p11 {
    padding-top: 11rem !important;
  }
  .pl-lg-p11 {
    padding-left: 11rem !important;
  }
  .pr-lg-p11 {
    padding-right: 11rem !important;
  }
  .pb-lg-p11 {
    padding-bottom: 11rem !important;
  }
  .m-lg-m12 {
    margin: 12rem !important;
  }
  .mt-lg-m12 {
    margin-top: 12rem !important;
  }
  .mt-lg-m-12 {
    margin-top: -12rem !important;
  }
  .ml-lg-m12 {
    margin-left: 12rem !important;
  }
  .ml-lg-m-12 {
    margin-left: -12rem !important;
  }
  .mr-lg-m12 {
    margin-right: 12rem !important;
  }
  .mr-lg-m-12 {
    margin-right: -12rem !important;
  }
  .mb-lg-m12 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-m-12 {
    margin-bottom: -12rem !important;
  }
  .p-lg-p12 {
    padding: 12rem !important;
  }
  .pt-lg-p12 {
    padding-top: 12rem !important;
  }
  .pl-lg-p12 {
    padding-left: 12rem !important;
  }
  .pr-lg-p12 {
    padding-right: 12rem !important;
  }
  .pb-lg-p12 {
    padding-bottom: 12rem !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .col-lg-center {
    margin: auto;
  }
  .h-lg-50vh {
    height: 50vh;
  }
  .h-lg-75vh {
    height: 75vh;
  }
  .h-lg-100vh {
    height: 100vh;
  }
  .mh-lg-50vh {
    min-height: 50vh;
  }
  .mh-lg-75vh {
    min-height: 75vh;
  }
  .mh-lg-100vh {
    min-height: 100vh;
  }
}
@media (min-width: 1200px) {
  .m-xl-m0 {
    margin: 0rem !important;
  }
  .mt-xl-m0 {
    margin-top: 0rem !important;
  }
  .mt-xl-m-0 {
    margin-top: 0rem !important;
  }
  .ml-xl-m0 {
    margin-left: 0rem !important;
  }
  .ml-xl-m-0 {
    margin-left: 0rem !important;
  }
  .mr-xl-m0 {
    margin-right: 0rem !important;
  }
  .mr-xl-m-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-m0 {
    margin-bottom: 0rem !important;
  }
  .mb-xl-m-0 {
    margin-bottom: 0rem !important;
  }
  .p-xl-p0 {
    padding: 0rem !important;
  }
  .pt-xl-p0 {
    padding-top: 0rem !important;
  }
  .pl-xl-p0 {
    padding-left: 0rem !important;
  }
  .pr-xl-p0 {
    padding-right: 0rem !important;
  }
  .pb-xl-p0 {
    padding-bottom: 0rem !important;
  }
  .m-xl-m1 {
    margin: 1rem !important;
  }
  .mt-xl-m1 {
    margin-top: 1rem !important;
  }
  .mt-xl-m-1 {
    margin-top: -1rem !important;
  }
  .ml-xl-m1 {
    margin-left: 1rem !important;
  }
  .ml-xl-m-1 {
    margin-left: -1rem !important;
  }
  .mr-xl-m1 {
    margin-right: 1rem !important;
  }
  .mr-xl-m-1 {
    margin-right: -1rem !important;
  }
  .mb-xl-m1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-m-1 {
    margin-bottom: -1rem !important;
  }
  .p-xl-p1 {
    padding: 1rem !important;
  }
  .pt-xl-p1 {
    padding-top: 1rem !important;
  }
  .pl-xl-p1 {
    padding-left: 1rem !important;
  }
  .pr-xl-p1 {
    padding-right: 1rem !important;
  }
  .pb-xl-p1 {
    padding-bottom: 1rem !important;
  }
  .m-xl-m2 {
    margin: 2rem !important;
  }
  .mt-xl-m2 {
    margin-top: 2rem !important;
  }
  .mt-xl-m-2 {
    margin-top: -2rem !important;
  }
  .ml-xl-m2 {
    margin-left: 2rem !important;
  }
  .ml-xl-m-2 {
    margin-left: -2rem !important;
  }
  .mr-xl-m2 {
    margin-right: 2rem !important;
  }
  .mr-xl-m-2 {
    margin-right: -2rem !important;
  }
  .mb-xl-m2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-m-2 {
    margin-bottom: -2rem !important;
  }
  .p-xl-p2 {
    padding: 2rem !important;
  }
  .pt-xl-p2 {
    padding-top: 2rem !important;
  }
  .pl-xl-p2 {
    padding-left: 2rem !important;
  }
  .pr-xl-p2 {
    padding-right: 2rem !important;
  }
  .pb-xl-p2 {
    padding-bottom: 2rem !important;
  }
  .m-xl-m3 {
    margin: 3rem !important;
  }
  .mt-xl-m3 {
    margin-top: 3rem !important;
  }
  .mt-xl-m-3 {
    margin-top: -3rem !important;
  }
  .ml-xl-m3 {
    margin-left: 3rem !important;
  }
  .ml-xl-m-3 {
    margin-left: -3rem !important;
  }
  .mr-xl-m3 {
    margin-right: 3rem !important;
  }
  .mr-xl-m-3 {
    margin-right: -3rem !important;
  }
  .mb-xl-m3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-m-3 {
    margin-bottom: -3rem !important;
  }
  .p-xl-p3 {
    padding: 3rem !important;
  }
  .pt-xl-p3 {
    padding-top: 3rem !important;
  }
  .pl-xl-p3 {
    padding-left: 3rem !important;
  }
  .pr-xl-p3 {
    padding-right: 3rem !important;
  }
  .pb-xl-p3 {
    padding-bottom: 3rem !important;
  }
  .m-xl-m4 {
    margin: 4rem !important;
  }
  .mt-xl-m4 {
    margin-top: 4rem !important;
  }
  .mt-xl-m-4 {
    margin-top: -4rem !important;
  }
  .ml-xl-m4 {
    margin-left: 4rem !important;
  }
  .ml-xl-m-4 {
    margin-left: -4rem !important;
  }
  .mr-xl-m4 {
    margin-right: 4rem !important;
  }
  .mr-xl-m-4 {
    margin-right: -4rem !important;
  }
  .mb-xl-m4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-m-4 {
    margin-bottom: -4rem !important;
  }
  .p-xl-p4 {
    padding: 4rem !important;
  }
  .pt-xl-p4 {
    padding-top: 4rem !important;
  }
  .pl-xl-p4 {
    padding-left: 4rem !important;
  }
  .pr-xl-p4 {
    padding-right: 4rem !important;
  }
  .pb-xl-p4 {
    padding-bottom: 4rem !important;
  }
  .m-xl-m5 {
    margin: 5rem !important;
  }
  .mt-xl-m5 {
    margin-top: 5rem !important;
  }
  .mt-xl-m-5 {
    margin-top: -5rem !important;
  }
  .ml-xl-m5 {
    margin-left: 5rem !important;
  }
  .ml-xl-m-5 {
    margin-left: -5rem !important;
  }
  .mr-xl-m5 {
    margin-right: 5rem !important;
  }
  .mr-xl-m-5 {
    margin-right: -5rem !important;
  }
  .mb-xl-m5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-m-5 {
    margin-bottom: -5rem !important;
  }
  .p-xl-p5 {
    padding: 5rem !important;
  }
  .pt-xl-p5 {
    padding-top: 5rem !important;
  }
  .pl-xl-p5 {
    padding-left: 5rem !important;
  }
  .pr-xl-p5 {
    padding-right: 5rem !important;
  }
  .pb-xl-p5 {
    padding-bottom: 5rem !important;
  }
  .m-xl-m6 {
    margin: 6rem !important;
  }
  .mt-xl-m6 {
    margin-top: 6rem !important;
  }
  .mt-xl-m-6 {
    margin-top: -6rem !important;
  }
  .ml-xl-m6 {
    margin-left: 6rem !important;
  }
  .ml-xl-m-6 {
    margin-left: -6rem !important;
  }
  .mr-xl-m6 {
    margin-right: 6rem !important;
  }
  .mr-xl-m-6 {
    margin-right: -6rem !important;
  }
  .mb-xl-m6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-m-6 {
    margin-bottom: -6rem !important;
  }
  .p-xl-p6 {
    padding: 6rem !important;
  }
  .pt-xl-p6 {
    padding-top: 6rem !important;
  }
  .pl-xl-p6 {
    padding-left: 6rem !important;
  }
  .pr-xl-p6 {
    padding-right: 6rem !important;
  }
  .pb-xl-p6 {
    padding-bottom: 6rem !important;
  }
  .m-xl-m7 {
    margin: 7rem !important;
  }
  .mt-xl-m7 {
    margin-top: 7rem !important;
  }
  .mt-xl-m-7 {
    margin-top: -7rem !important;
  }
  .ml-xl-m7 {
    margin-left: 7rem !important;
  }
  .ml-xl-m-7 {
    margin-left: -7rem !important;
  }
  .mr-xl-m7 {
    margin-right: 7rem !important;
  }
  .mr-xl-m-7 {
    margin-right: -7rem !important;
  }
  .mb-xl-m7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-m-7 {
    margin-bottom: -7rem !important;
  }
  .p-xl-p7 {
    padding: 7rem !important;
  }
  .pt-xl-p7 {
    padding-top: 7rem !important;
  }
  .pl-xl-p7 {
    padding-left: 7rem !important;
  }
  .pr-xl-p7 {
    padding-right: 7rem !important;
  }
  .pb-xl-p7 {
    padding-bottom: 7rem !important;
  }
  .m-xl-m8 {
    margin: 8rem !important;
  }
  .mt-xl-m8 {
    margin-top: 8rem !important;
  }
  .mt-xl-m-8 {
    margin-top: -8rem !important;
  }
  .ml-xl-m8 {
    margin-left: 8rem !important;
  }
  .ml-xl-m-8 {
    margin-left: -8rem !important;
  }
  .mr-xl-m8 {
    margin-right: 8rem !important;
  }
  .mr-xl-m-8 {
    margin-right: -8rem !important;
  }
  .mb-xl-m8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-m-8 {
    margin-bottom: -8rem !important;
  }
  .p-xl-p8 {
    padding: 8rem !important;
  }
  .pt-xl-p8 {
    padding-top: 8rem !important;
  }
  .pl-xl-p8 {
    padding-left: 8rem !important;
  }
  .pr-xl-p8 {
    padding-right: 8rem !important;
  }
  .pb-xl-p8 {
    padding-bottom: 8rem !important;
  }
  .m-xl-m9 {
    margin: 9rem !important;
  }
  .mt-xl-m9 {
    margin-top: 9rem !important;
  }
  .mt-xl-m-9 {
    margin-top: -9rem !important;
  }
  .ml-xl-m9 {
    margin-left: 9rem !important;
  }
  .ml-xl-m-9 {
    margin-left: -9rem !important;
  }
  .mr-xl-m9 {
    margin-right: 9rem !important;
  }
  .mr-xl-m-9 {
    margin-right: -9rem !important;
  }
  .mb-xl-m9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-m-9 {
    margin-bottom: -9rem !important;
  }
  .p-xl-p9 {
    padding: 9rem !important;
  }
  .pt-xl-p9 {
    padding-top: 9rem !important;
  }
  .pl-xl-p9 {
    padding-left: 9rem !important;
  }
  .pr-xl-p9 {
    padding-right: 9rem !important;
  }
  .pb-xl-p9 {
    padding-bottom: 9rem !important;
  }
  .m-xl-m10 {
    margin: 10rem !important;
  }
  .mt-xl-m10 {
    margin-top: 10rem !important;
  }
  .mt-xl-m-10 {
    margin-top: -10rem !important;
  }
  .ml-xl-m10 {
    margin-left: 10rem !important;
  }
  .ml-xl-m-10 {
    margin-left: -10rem !important;
  }
  .mr-xl-m10 {
    margin-right: 10rem !important;
  }
  .mr-xl-m-10 {
    margin-right: -10rem !important;
  }
  .mb-xl-m10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-m-10 {
    margin-bottom: -10rem !important;
  }
  .p-xl-p10 {
    padding: 10rem !important;
  }
  .pt-xl-p10 {
    padding-top: 10rem !important;
  }
  .pl-xl-p10 {
    padding-left: 10rem !important;
  }
  .pr-xl-p10 {
    padding-right: 10rem !important;
  }
  .pb-xl-p10 {
    padding-bottom: 10rem !important;
  }
  .m-xl-m11 {
    margin: 11rem !important;
  }
  .mt-xl-m11 {
    margin-top: 11rem !important;
  }
  .mt-xl-m-11 {
    margin-top: -11rem !important;
  }
  .ml-xl-m11 {
    margin-left: 11rem !important;
  }
  .ml-xl-m-11 {
    margin-left: -11rem !important;
  }
  .mr-xl-m11 {
    margin-right: 11rem !important;
  }
  .mr-xl-m-11 {
    margin-right: -11rem !important;
  }
  .mb-xl-m11 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-m-11 {
    margin-bottom: -11rem !important;
  }
  .p-xl-p11 {
    padding: 11rem !important;
  }
  .pt-xl-p11 {
    padding-top: 11rem !important;
  }
  .pl-xl-p11 {
    padding-left: 11rem !important;
  }
  .pr-xl-p11 {
    padding-right: 11rem !important;
  }
  .pb-xl-p11 {
    padding-bottom: 11rem !important;
  }
  .m-xl-m12 {
    margin: 12rem !important;
  }
  .mt-xl-m12 {
    margin-top: 12rem !important;
  }
  .mt-xl-m-12 {
    margin-top: -12rem !important;
  }
  .ml-xl-m12 {
    margin-left: 12rem !important;
  }
  .ml-xl-m-12 {
    margin-left: -12rem !important;
  }
  .mr-xl-m12 {
    margin-right: 12rem !important;
  }
  .mr-xl-m-12 {
    margin-right: -12rem !important;
  }
  .mb-xl-m12 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-m-12 {
    margin-bottom: -12rem !important;
  }
  .p-xl-p12 {
    padding: 12rem !important;
  }
  .pt-xl-p12 {
    padding-top: 12rem !important;
  }
  .pl-xl-p12 {
    padding-left: 12rem !important;
  }
  .pr-xl-p12 {
    padding-right: 12rem !important;
  }
  .pb-xl-p12 {
    padding-bottom: 12rem !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
}
.is-hidden {
  display: none;
}
#loadingInline {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  opacity: 0;
  color: #00baae;
}
#loadingInline.active {
  opacity: 1;
}
.all {
  min-height: 100vh;
}
.all>header {
  position: relative;
  z-index: 1020;
  height: 6rem;
  background-color: #00364a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all>header>strong.logo {
  display: block;
  height: inherit;
  aspect-ratio: 1/1;
  background-image: url(/assets/images/icon.svg);
  background-repeat: no-repeat;
}
.all>header>.is-nav-toggle {
  width: 1.5rem;
  height: 1rem;
  cursor: pointer;
  margin-right: 1rem;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .all>header>.is-nav-toggle {
    display: none;
  }
}
.all>header>.is-nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .15s ease-in-out;
}
.all>header>.is-nav-toggle span:nth-child(1) {
  top: 0px;
}
.all>header>.is-nav-toggle span:nth-child(2),.all>header>.is-nav-toggle span:nth-child(3) {
  top: 9px;
}
.all>header>.is-nav-toggle span:nth-child(4) {
  top: 18px;
}
.all>header>.is-nav-toggle.active span {
  background-color: #fff;
  height: 2px;
}
.all>header>.is-nav-toggle.active span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.all>header>.is-nav-toggle.active span:nth-child(2) {
  transform: rotate(45deg);
}
.all>header>.is-nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.all>header>.is-nav-toggle.active span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.all>header>nav {
  position: absolute;
  top: 6rem;
  left: 0;
  background-color: #00364a;
  height: 100vh;
  display: none;
}
body.nav-active .all>header>nav {
  display: block;
}
.all>header>nav {
  width: 100%;
}
@media (min-width: 768px) {
  .all>header>nav {
    position: unset;
    background-color: unset;
    height: inherit;
    display: flex;
    justify-content: space-between;
    padding-left: 2rem;
  }
}
.all>header>nav a,.all>header>nav form button.btn-link {
  color: #fff;
  transition: all .15s ease-in-out;
  white-space: nowrap;
}
.all>header>nav ul li.disabled a {
  cursor: unset;
  color: hsla(0,0%,100%,.5);
}
.all>header>nav ul li.disabled a:hover {
  color: hsla(0,0%,100%,.5);
}
.all>header>nav ul li.disabled a span {
  color: inherit !important;
}
.all>header>nav>ul {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .all>header>nav>ul {
    font-size: .825rem;
    display: flex;
    height: inherit;
    align-items: center;
  }
}
.all>header>nav>ul>li {
  border-top: solid 1px #335e6e;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.all>header>nav>ul>li:first-child {
  border-top: none;
}
@media (min-width: 768px) {
  .all>header>nav>ul>li {
    border: unset;
    padding: unset;
  }
}
.all>header>nav>ul>li {
  position: relative;
  display: flex;
  height: inherit;
  align-items: center;
}
.all>header>nav>ul>li>a span {
  width: 100%;
  display: block;
  white-space: nowrap;
}
.all>header>nav>ul>li>a>span:nth-child(2) {
  color: #ccd7db;
  font-size: .625rem;
  font-weight: 200;
}
.all>header>nav>ul>li>a>i {
  color: hsla(0,0%,100%,.4);
  margin-left: .5rem;
}
.all>header>nav>ul>li>nav {
  display: none;
  position: absolute;
  top: 5rem;
  left: -1rem;
  padding: 1rem;
  min-width: 12rem;
  background-color: #00364a;
}
@media (min-width: 768px) {
  .all>header>nav>ul>li:hover:not(.disabled)>nav {
    display: block;
  }
}
.all>header>nav>ul.primary {
  font-weight: 600;
  width: 100%;
  justify-content: center;
}
.all>header>nav>ul.primary>li ul {
  font-weight: 400;
}
.all>header>nav>ul.primary>li ul li {
  border-top: solid 1px #335e6e;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.all>header>nav>ul.primary>li ul li:first-child {
  border-top: none;
}
.all>header>nav>ul.user>li a,.all>header>nav>ul.user>li form,.all>header>nav>ul.user>li button.btn-link {
  display: contents;
}
.all>header>nav>ul.user>li button.btn-link {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}
.all>main,.all>main>form {
  min-height: calc(100vh - 12rem);
}
.all>main>header,.all>main>form>header {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .all>main>header,.all>main>form>header {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.all>main>header,.all>main>form>header {
  border-bottom: solid 1px #ccd7db;
  background-image: url("../images/bg-1.png");
  background-size: cover;
  background-position: right;
  margin-bottom: 2rem;
}
.all>main>header .btn-group,.all>main>form>header .btn-group {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .all>main>header .btn-group,.all>main>form>header .btn-group {
    margin-right: unset;
    margin-left: 1rem;
  }
}
.all>main section,.all>main>form section {
  margin-bottom: 1rem;
}
.all>main section header,.all>main>form section header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.all>main section header h2,.all>main>form section header h2 {
  margin-bottom: 0;
}
.all>main section .body,.all>main>form section .body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.all>main section footer,.all>main>form section footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.all>main section footer a,.all>main>form section footer a {
  font-size: .75rem;
}
.all>main section footer a:hover,.all>main>form section footer a:hover {
  color: currentColor;
}
.all>footer {
  background-color: #000f15;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: hsla(0,0%,100%,.5);
}
.has-h {
  width: 100%;
}
@media (min-width: 768px) {
  .has-h {
    width: unset;
  }
}
.has-tools {
  display: flex;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .has-tools {
    margin-bottom: 0;
    align-items: center;
    justify-content: flex-end;
  }
}
.has-tools nav .btn-toolbar {
  flex-wrap: nowrap;
  align-items: center;
}
.has-tools nav .btn-toolbar .btn-group {
  margin-left: .5rem;
}
table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group.is-error label {
  color: #dc3545;
}
.form-group.is-error .field input {
  border-color: #dc3545;
}
.form-group .error-feedback {
  display: block;
}
.form-group .error-feedback a {
  color: #dc3545;
}
.form-group.row .error-feedback {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .form-group.row label.label {
    margin-bottom: 0;
  }
}
.form-group div.description {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .625rem;
}
.co {
  position: absolute;
  left: 0;
  z-index: 2;
}
.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg img {
  max-width: 100%;
  height: auto;
}
.is-signature {
  position: relative;
  border-radius: 1rem;
  background-color: #e9ecef;
  margin-bottom: 2rem;
}
.is-signature .co {
  position: relative;
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.is-card {
  padding-top: 65%;
  position: relative;
  border: solid 2px #e9ecef;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.is-card .co {
  width: 100%;
  padding: 1rem;
  min-height: 50%;
  bottom: 0;
  text-align: center;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.is-card .bg {
  overflow: hidden;
  padding: .5rem;
}
.is-card .bg img {
  border-radius: .5rem;
  width: 100%;
  height: auto;
}
.preview {
  box-shadow: 0 0 2rem 0 #ccd7db;
  border-radius: 1rem;
  overflow: hidden;
  font-size: .5rem;
  color: #999;
}
.preview .spinner-border,div[data-replace-endpoint] .spinner-border {
  width: 1rem;
  height: 1rem;
  position: relative;
  left: 50%;
  margin-left: -1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-color: #ccd7db;
  border-right-color: #fff;
}
.is-dir {
  display: block;
  position: relative;
  border-radius: 1rem;
  background-color: #e9ecef;
  margin-bottom: 2rem;
}
.is-dir .co {
  position: relative;
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.is-photo {
  padding-top: 100%;
  position: relative;
  border: solid 2px #e9ecef;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.is-photo .co {
  width: 100%;
  padding: 1rem;
  min-height: 25%;
  bottom: 0;
  text-align: center;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all .15s ease-in-out;
}
.is-photo:hover .co {
  background: #fff;
}
.is-photo .bg {
  overflow: hidden;
  padding: .5rem;
}
.is-photo .bg img {
  border-radius: .5rem;
  width: 100%;
  height: auto;
}
.modal-content {
  box-shadow: 0 0 2rem 0 rgba(0,54,74,.8);
}
select[data-name=contacts] option {
  display: none;
}
table tbody tr:nth-child(even) td {
  background-color: rgba(0,54,74,.05);
}
table tbody td {
  vertical-align: middle;
}
@media (min-width: 992px) {
  body.home .all>main>header {
    height: 60vh;
  }
}
body.home .all>main>header {
  animation: animatedBackground 120s linear infinite alternate;
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -50vw 0;
  }
}
body.home .all>main>header .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 992px) {
  body.home .all>main>header .container p {
    width: 66%;
  }
}
body.log-in {
  background-color: #00364a;
  background-image: url("../images/bg-h.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
body.log-in .all>header,body.log-in .all>footer {
  display: none;
}
body.log-in .all>main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
body.log-in .all>main>form {
  width: 100%;
  max-width: 520px;
  transition: all .15s ease-in-out;
}
body.log-in .all>main>form>header {
  border-bottom: none;
  background-image: none;
}
body.log-in .all>main>form>header>strong {
  display: block;
}
body.log-in .all>main>form label {
  color: #fff;
}
body.log-in .all>main>form .form-control {
  color: #fff;
  border-color: #fff;
  background-color: rgba(0,0,0,0);
}
body.log-in .all>main>form .form-control:last-child {
  margin-bottom: 0;
}
.logo-file .img {
  display: flex;
  border: solid 1px #ccd7db;
  background-image: url("../images/tr-bg.png");
  min-height: 12rem;
  align-items: center;
  padding: 1rem;
}
.logo-file .img img {
  max-width: 100%;
}
.colour-example .is-colour-bulb {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.co-blue {
  color: #007bff;
}
.co-indigo {
  color: #6610f2;
}
.co-purple {
  color: #6f42c1;
}
.co-pink {
  color: #e83e8c;
}
.co-red {
  color: #dc3545;
}
.co-orange {
  color: #fd7e14;
}
.co-yellow {
  color: #ffc107;
}
.co-green {
  color: #28a745;
}
.co-teal {
  color: #20c997;
}
.co-cyan {
  color: #17a2b8;
}
.co-white {
  color: #fff;
}
.co-gray {
  color: #6c757d;
}
.co-gray-dark {
  color: #343a40;
}
.co-prussian-blue {
  color: #00364a;
}
.co-verdigris {
  color: #00baae;
}
.co-cultured {
  color: #eee;
}
.co-spanish-gray {
  color: #999;
}
.co-onyx {
  color: #444;
}
.co-primary-10 {
  color: #e6ebed;
}
.co-primary-20 {
  color: #ccd7db;
}
.co-primary-80 {
  color: #335e6e;
}
.co-sapphire {
  color: #0050ae;
}
.co-golden {
  color: #ffd91d;
}
.co-blaze-orange {
  color: #f60;
}
.co-yale-blue {
  color: #003882;
}
.co-blue-important {
  color: #007bff !important;
}
.co-indigo-important {
  color: #6610f2 !important;
}
.co-purple-important {
  color: #6f42c1 !important;
}
.co-pink-important {
  color: #e83e8c !important;
}
.co-red-important {
  color: #dc3545 !important;
}
.co-orange-important {
  color: #fd7e14 !important;
}
.co-yellow-important {
  color: #ffc107 !important;
}
.co-green-important {
  color: #28a745 !important;
}
.co-teal-important {
  color: #20c997 !important;
}
.co-cyan-important {
  color: #17a2b8 !important;
}
.co-white-important {
  color: #fff !important;
}
.co-gray-important {
  color: #6c757d !important;
}
.co-gray-dark-important {
  color: #343a40 !important;
}
.co-prussian-blue-important {
  color: #00364a !important;
}
.co-verdigris-important {
  color: #00baae !important;
}
.co-cultured-important {
  color: #eee !important;
}
.co-spanish-gray-important {
  color: #999 !important;
}
.co-onyx-important {
  color: #444 !important;
}
.co-primary-10-important {
  color: #e6ebed !important;
}
.co-primary-20-important {
  color: #ccd7db !important;
}
.co-primary-80-important {
  color: #335e6e !important;
}
.co-sapphire-important {
  color: #0050ae !important;
}
.co-golden-important {
  color: #ffd91d !important;
}
.co-blaze-orange-important {
  color: #f60 !important;
}
.co-yale-blue-important {
  color: #003882 !important;
}
.co-a-blue * {
  color: #007bff;
}
.co-a-indigo * {
  color: #6610f2;
}
.co-a-purple * {
  color: #6f42c1;
}
.co-a-pink * {
  color: #e83e8c;
}
.co-a-red * {
  color: #dc3545;
}
.co-a-orange * {
  color: #fd7e14;
}
.co-a-yellow * {
  color: #ffc107;
}
.co-a-green * {
  color: #28a745;
}
.co-a-teal * {
  color: #20c997;
}
.co-a-cyan * {
  color: #17a2b8;
}
.co-a-white * {
  color: #fff;
}
.co-a-gray * {
  color: #6c757d;
}
.co-a-gray-dark * {
  color: #343a40;
}
.co-a-prussian-blue * {
  color: #00364a;
}
.co-a-verdigris * {
  color: #00baae;
}
.co-a-cultured * {
  color: #eee;
}
.co-a-spanish-gray * {
  color: #999;
}
.co-a-onyx * {
  color: #444;
}
.co-a-primary-10 * {
  color: #e6ebed;
}
.co-a-primary-20 * {
  color: #ccd7db;
}
.co-a-primary-80 * {
  color: #335e6e;
}
.co-a-sapphire * {
  color: #0050ae;
}
.co-a-golden * {
  color: #ffd91d;
}
.co-a-blaze-orange * {
  color: #f60;
}
.co-a-yale-blue * {
  color: #003882;
}
.co-a-blue-important * {
  color: #007bff !important;
}
.co-a-indigo-important * {
  color: #6610f2 !important;
}
.co-a-purple-important * {
  color: #6f42c1 !important;
}
.co-a-pink-important * {
  color: #e83e8c !important;
}
.co-a-red-important * {
  color: #dc3545 !important;
}
.co-a-orange-important * {
  color: #fd7e14 !important;
}
.co-a-yellow-important * {
  color: #ffc107 !important;
}
.co-a-green-important * {
  color: #28a745 !important;
}
.co-a-teal-important * {
  color: #20c997 !important;
}
.co-a-cyan-important * {
  color: #17a2b8 !important;
}
.co-a-white-important * {
  color: #fff !important;
}
.co-a-gray-important * {
  color: #6c757d !important;
}
.co-a-gray-dark-important * {
  color: #343a40 !important;
}
.co-a-prussian-blue-important * {
  color: #00364a !important;
}
.co-a-verdigris-important * {
  color: #00baae !important;
}
.co-a-cultured-important * {
  color: #eee !important;
}
.co-a-spanish-gray-important * {
  color: #999 !important;
}
.co-a-onyx-important * {
  color: #444 !important;
}
.co-a-primary-10-important * {
  color: #e6ebed !important;
}
.co-a-primary-20-important * {
  color: #ccd7db !important;
}
.co-a-primary-80-important * {
  color: #335e6e !important;
}
.co-a-sapphire-important * {
  color: #0050ae !important;
}
.co-a-golden-important * {
  color: #ffd91d !important;
}
.co-a-blaze-orange-important * {
  color: #f60 !important;
}
.co-a-yale-blue-important * {
  color: #003882 !important;
}
.color-blue {
  color: #007bff;
}
.color-indigo {
  color: #6610f2;
}
.color-purple {
  color: #6f42c1;
}
.color-pink {
  color: #e83e8c;
}
.color-red {
  color: #dc3545;
}
.color-orange {
  color: #fd7e14;
}
.color-yellow {
  color: #ffc107;
}
.color-green {
  color: #28a745;
}
.color-teal {
  color: #20c997;
}
.color-cyan {
  color: #17a2b8;
}
.color-white {
  color: #fff;
}
.color-gray {
  color: #6c757d;
}
.color-gray-dark {
  color: #343a40;
}
.color-prussian-blue {
  color: #00364a;
}
.color-verdigris {
  color: #00baae;
}
.color-cultured {
  color: #eee;
}
.color-spanish-gray {
  color: #999;
}
.color-onyx {
  color: #444;
}
.color-primary-10 {
  color: #e6ebed;
}
.color-primary-20 {
  color: #ccd7db;
}
.color-primary-80 {
  color: #335e6e;
}
.color-sapphire {
  color: #0050ae;
}
.color-golden {
  color: #ffd91d;
}
.color-blaze-orange {
  color: #f60;
}
.color-yale-blue {
  color: #003882;
}
.color-blue-important {
  color: #007bff !important;
}
.color-indigo-important {
  color: #6610f2 !important;
}
.color-purple-important {
  color: #6f42c1 !important;
}
.color-pink-important {
  color: #e83e8c !important;
}
.color-red-important {
  color: #dc3545 !important;
}
.color-orange-important {
  color: #fd7e14 !important;
}
.color-yellow-important {
  color: #ffc107 !important;
}
.color-green-important {
  color: #28a745 !important;
}
.color-teal-important {
  color: #20c997 !important;
}
.color-cyan-important {
  color: #17a2b8 !important;
}
.color-white-important {
  color: #fff !important;
}
.color-gray-important {
  color: #6c757d !important;
}
.color-gray-dark-important {
  color: #343a40 !important;
}
.color-prussian-blue-important {
  color: #00364a !important;
}
.color-verdigris-important {
  color: #00baae !important;
}
.color-cultured-important {
  color: #eee !important;
}
.color-spanish-gray-important {
  color: #999 !important;
}
.color-onyx-important {
  color: #444 !important;
}
.color-primary-10-important {
  color: #e6ebed !important;
}
.color-primary-20-important {
  color: #ccd7db !important;
}
.color-primary-80-important {
  color: #335e6e !important;
}
.color-sapphire-important {
  color: #0050ae !important;
}
.color-golden-important {
  color: #ffd91d !important;
}
.color-blaze-orange-important {
  color: #f60 !important;
}
.color-yale-blue-important {
  color: #003882 !important;
}
.color-a-blue * {
  color: #007bff;
}
.color-a-indigo * {
  color: #6610f2;
}
.color-a-purple * {
  color: #6f42c1;
}
.color-a-pink * {
  color: #e83e8c;
}
.color-a-red * {
  color: #dc3545;
}
.color-a-orange * {
  color: #fd7e14;
}
.color-a-yellow * {
  color: #ffc107;
}
.color-a-green * {
  color: #28a745;
}
.color-a-teal * {
  color: #20c997;
}
.color-a-cyan * {
  color: #17a2b8;
}
.color-a-white * {
  color: #fff;
}
.color-a-gray * {
  color: #6c757d;
}
.color-a-gray-dark * {
  color: #343a40;
}
.color-a-prussian-blue * {
  color: #00364a;
}
.color-a-verdigris * {
  color: #00baae;
}
.color-a-cultured * {
  color: #eee;
}
.color-a-spanish-gray * {
  color: #999;
}
.color-a-onyx * {
  color: #444;
}
.color-a-primary-10 * {
  color: #e6ebed;
}
.color-a-primary-20 * {
  color: #ccd7db;
}
.color-a-primary-80 * {
  color: #335e6e;
}
.color-a-sapphire * {
  color: #0050ae;
}
.color-a-golden * {
  color: #ffd91d;
}
.color-a-blaze-orange * {
  color: #f60;
}
.color-a-yale-blue * {
  color: #003882;
}
.color-a-blue-important * {
  color: #007bff !important;
}
.color-a-indigo-important * {
  color: #6610f2 !important;
}
.color-a-purple-important * {
  color: #6f42c1 !important;
}
.color-a-pink-important * {
  color: #e83e8c !important;
}
.color-a-red-important * {
  color: #dc3545 !important;
}
.color-a-orange-important * {
  color: #fd7e14 !important;
}
.color-a-yellow-important * {
  color: #ffc107 !important;
}
.color-a-green-important * {
  color: #28a745 !important;
}
.color-a-teal-important * {
  color: #20c997 !important;
}
.color-a-cyan-important * {
  color: #17a2b8 !important;
}
.color-a-white-important * {
  color: #fff !important;
}
.color-a-gray-important * {
  color: #6c757d !important;
}
.color-a-gray-dark-important * {
  color: #343a40 !important;
}
.color-a-prussian-blue-important * {
  color: #00364a !important;
}
.color-a-verdigris-important * {
  color: #00baae !important;
}
.color-a-cultured-important * {
  color: #eee !important;
}
.color-a-spanish-gray-important * {
  color: #999 !important;
}
.color-a-onyx-important * {
  color: #444 !important;
}
.color-a-primary-10-important * {
  color: #e6ebed !important;
}
.color-a-primary-20-important * {
  color: #ccd7db !important;
}
.color-a-primary-80-important * {
  color: #335e6e !important;
}
.color-a-sapphire-important * {
  color: #0050ae !important;
}
.color-a-golden-important * {
  color: #ffd91d !important;
}
.color-a-blaze-orange-important * {
  color: #f60 !important;
}
.color-a-yale-blue-important * {
  color: #003882 !important;
}
.bg-blue {
  background-color: #007bff;
}
.bg-indigo {
  background-color: #6610f2;
}
.bg-purple {
  background-color: #6f42c1;
}
.bg-pink {
  background-color: #e83e8c;
}
.bg-red {
  background-color: #dc3545;
}
.bg-orange {
  background-color: #fd7e14;
}
.bg-yellow {
  background-color: #ffc107;
}
.bg-green {
  background-color: #28a745;
}
.bg-teal {
  background-color: #20c997;
}
.bg-cyan {
  background-color: #17a2b8;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #6c757d;
}
.bg-gray-dark {
  background-color: #343a40;
}
.bg-prussian-blue {
  background-color: #00364a;
}
.bg-verdigris {
  background-color: #00baae;
}
.bg-cultured {
  background-color: #eee;
}
.bg-spanish-gray {
  background-color: #999;
}
.bg-onyx {
  background-color: #444;
}
.bg-primary-10 {
  background-color: #e6ebed;
}
.bg-primary-20 {
  background-color: #ccd7db;
}
.bg-primary-80 {
  background-color: #335e6e;
}
.bg-sapphire {
  background-color: #0050ae;
}
.bg-golden {
  background-color: #ffd91d;
}
.bg-blaze-orange {
  background-color: #f60;
}
.bg-yale-blue {
  background-color: #003882;
}
.background-blue {
  background-color: #007bff;
}
.background-indigo {
  background-color: #6610f2;
}
.background-purple {
  background-color: #6f42c1;
}
.background-pink {
  background-color: #e83e8c;
}
.background-red {
  background-color: #dc3545;
}
.background-orange {
  background-color: #fd7e14;
}
.background-yellow {
  background-color: #ffc107;
}
.background-green {
  background-color: #28a745;
}
.background-teal {
  background-color: #20c997;
}
.background-cyan {
  background-color: #17a2b8;
}
.background-white {
  background-color: #fff;
}
.background-gray {
  background-color: #6c757d;
}
.background-gray-dark {
  background-color: #343a40;
}
.background-prussian-blue {
  background-color: #00364a;
}
.background-verdigris {
  background-color: #00baae;
}
.background-cultured {
  background-color: #eee;
}
.background-spanish-gray {
  background-color: #999;
}
.background-onyx {
  background-color: #444;
}
.background-primary-10 {
  background-color: #e6ebed;
}
.background-primary-20 {
  background-color: #ccd7db;
}
.background-primary-80 {
  background-color: #335e6e;
}
.background-sapphire {
  background-color: #0050ae;
}
.background-golden {
  background-color: #ffd91d;
}
.background-blaze-orange {
  background-color: #f60;
}
.background-yale-blue {
  background-color: #003882;
}
.bg-10op.bg-blue {
  background-color: rgba(0,123,255,.1);
}
.bg-10op.bg-indigo {
  background-color: rgba(102,16,242,.1);
}
.bg-10op.bg-purple {
  background-color: rgba(111,66,193,.1);
}
.bg-10op.bg-pink {
  background-color: rgba(232,62,140,.1);
}
.bg-10op.bg-red {
  background-color: rgba(220,53,69,.1);
}
.bg-10op.bg-orange {
  background-color: rgba(253,126,20,.1);
}
.bg-10op.bg-yellow {
  background-color: rgba(255,193,7,.1);
}
.bg-10op.bg-green {
  background-color: rgba(40,167,69,.1);
}
.bg-10op.bg-teal {
  background-color: rgba(32,201,151,.1);
}
.bg-10op.bg-cyan {
  background-color: rgba(23,162,184,.1);
}
.bg-10op.bg-white {
  background-color: hsla(0,0%,100%,.1);
}
.bg-10op.bg-gray {
  background-color: rgba(108,117,125,.1);
}
.bg-10op.bg-gray-dark {
  background-color: rgba(52,58,64,.1);
}
.bg-10op.bg-prussian-blue {
  background-color: rgba(0,54,74,.1);
}
.bg-10op.bg-verdigris {
  background-color: rgba(0,186,174,.1);
}
.bg-10op.bg-cultured {
  background-color: rgba(238,238,238,.1);
}
.bg-10op.bg-spanish-gray {
  background-color: hsla(0,0%,60%,.1);
}
.bg-10op.bg-onyx {
  background-color: rgba(68,68,68,.1);
}
.bg-10op.bg-primary-10 {
  background-color: rgba(230,235,237,.1);
}
.bg-10op.bg-primary-20 {
  background-color: rgba(204,215,219,.1);
}
.bg-10op.bg-primary-80 {
  background-color: rgba(51,94,110,.1);
}
.bg-10op.bg-sapphire {
  background-color: rgba(0,80,174,.1);
}
.bg-10op.bg-golden {
  background-color: rgba(255,217,29,.1);
}
.bg-10op.bg-blaze-orange {
  background-color: rgba(255,102,0,.1);
}
.bg-10op.bg-yale-blue {
  background-color: rgba(0,56,130,.1);
}
.bg-25op.bg-blue {
  background-color: rgba(0,123,255,.25);
}
.bg-25op.bg-indigo {
  background-color: rgba(102,16,242,.25);
}
.bg-25op.bg-purple {
  background-color: rgba(111,66,193,.25);
}
.bg-25op.bg-pink {
  background-color: rgba(232,62,140,.25);
}
.bg-25op.bg-red {
  background-color: rgba(220,53,69,.25);
}
.bg-25op.bg-orange {
  background-color: rgba(253,126,20,.25);
}
.bg-25op.bg-yellow {
  background-color: rgba(255,193,7,.25);
}
.bg-25op.bg-green {
  background-color: rgba(40,167,69,.25);
}
.bg-25op.bg-teal {
  background-color: rgba(32,201,151,.25);
}
.bg-25op.bg-cyan {
  background-color: rgba(23,162,184,.25);
}
.bg-25op.bg-white {
  background-color: hsla(0,0%,100%,.25);
}
.bg-25op.bg-gray {
  background-color: rgba(108,117,125,.25);
}
.bg-25op.bg-gray-dark {
  background-color: rgba(52,58,64,.25);
}
.bg-25op.bg-prussian-blue {
  background-color: rgba(0,54,74,.25);
}
.bg-25op.bg-verdigris {
  background-color: rgba(0,186,174,.25);
}
.bg-25op.bg-cultured {
  background-color: rgba(238,238,238,.25);
}
.bg-25op.bg-spanish-gray {
  background-color: hsla(0,0%,60%,.25);
}
.bg-25op.bg-onyx {
  background-color: rgba(68,68,68,.25);
}
.bg-25op.bg-primary-10 {
  background-color: rgba(230,235,237,.25);
}
.bg-25op.bg-primary-20 {
  background-color: rgba(204,215,219,.25);
}
.bg-25op.bg-primary-80 {
  background-color: rgba(51,94,110,.25);
}
.bg-25op.bg-sapphire {
  background-color: rgba(0,80,174,.25);
}
.bg-25op.bg-golden {
  background-color: rgba(255,217,29,.25);
}
.bg-25op.bg-blaze-orange {
  background-color: rgba(255,102,0,.25);
}
.bg-25op.bg-yale-blue {
  background-color: rgba(0,56,130,.25);
}
.bg-50op.bg-blue {
  background-color: rgba(0,123,255,.5);
}
.bg-50op.bg-indigo {
  background-color: rgba(102,16,242,.5);
}
.bg-50op.bg-purple {
  background-color: rgba(111,66,193,.5);
}
.bg-50op.bg-pink {
  background-color: rgba(232,62,140,.5);
}
.bg-50op.bg-red {
  background-color: rgba(220,53,69,.5);
}
.bg-50op.bg-orange {
  background-color: rgba(253,126,20,.5);
}
.bg-50op.bg-yellow {
  background-color: rgba(255,193,7,.5);
}
.bg-50op.bg-green {
  background-color: rgba(40,167,69,.5);
}
.bg-50op.bg-teal {
  background-color: rgba(32,201,151,.5);
}
.bg-50op.bg-cyan {
  background-color: rgba(23,162,184,.5);
}
.bg-50op.bg-white {
  background-color: hsla(0,0%,100%,.5);
}
.bg-50op.bg-gray {
  background-color: rgba(108,117,125,.5);
}
.bg-50op.bg-gray-dark {
  background-color: rgba(52,58,64,.5);
}
.bg-50op.bg-prussian-blue {
  background-color: rgba(0,54,74,.5);
}
.bg-50op.bg-verdigris {
  background-color: rgba(0,186,174,.5);
}
.bg-50op.bg-cultured {
  background-color: rgba(238,238,238,.5);
}
.bg-50op.bg-spanish-gray {
  background-color: hsla(0,0%,60%,.5);
}
.bg-50op.bg-onyx {
  background-color: rgba(68,68,68,.5);
}
.bg-50op.bg-primary-10 {
  background-color: rgba(230,235,237,.5);
}
.bg-50op.bg-primary-20 {
  background-color: rgba(204,215,219,.5);
}
.bg-50op.bg-primary-80 {
  background-color: rgba(51,94,110,.5);
}
.bg-50op.bg-sapphire {
  background-color: rgba(0,80,174,.5);
}
.bg-50op.bg-golden {
  background-color: rgba(255,217,29,.5);
}
.bg-50op.bg-blaze-orange {
  background-color: rgba(255,102,0,.5);
}
.bg-50op.bg-yale-blue {
  background-color: rgba(0,56,130,.5);
}
.bg-75op.bg-blue {
  background-color: rgba(0,123,255,.75);
}
.bg-75op.bg-indigo {
  background-color: rgba(102,16,242,.75);
}
.bg-75op.bg-purple {
  background-color: rgba(111,66,193,.75);
}
.bg-75op.bg-pink {
  background-color: rgba(232,62,140,.75);
}
.bg-75op.bg-red {
  background-color: rgba(220,53,69,.75);
}
.bg-75op.bg-orange {
  background-color: rgba(253,126,20,.75);
}
.bg-75op.bg-yellow {
  background-color: rgba(255,193,7,.75);
}
.bg-75op.bg-green {
  background-color: rgba(40,167,69,.75);
}
.bg-75op.bg-teal {
  background-color: rgba(32,201,151,.75);
}
.bg-75op.bg-cyan {
  background-color: rgba(23,162,184,.75);
}
.bg-75op.bg-white {
  background-color: hsla(0,0%,100%,.75);
}
.bg-75op.bg-gray {
  background-color: rgba(108,117,125,.75);
}
.bg-75op.bg-gray-dark {
  background-color: rgba(52,58,64,.75);
}
.bg-75op.bg-prussian-blue {
  background-color: rgba(0,54,74,.75);
}
.bg-75op.bg-verdigris {
  background-color: rgba(0,186,174,.75);
}
.bg-75op.bg-cultured {
  background-color: rgba(238,238,238,.75);
}
.bg-75op.bg-spanish-gray {
  background-color: hsla(0,0%,60%,.75);
}
.bg-75op.bg-onyx {
  background-color: rgba(68,68,68,.75);
}
.bg-75op.bg-primary-10 {
  background-color: rgba(230,235,237,.75);
}
.bg-75op.bg-primary-20 {
  background-color: rgba(204,215,219,.75);
}
.bg-75op.bg-primary-80 {
  background-color: rgba(51,94,110,.75);
}
.bg-75op.bg-sapphire {
  background-color: rgba(0,80,174,.75);
}
.bg-75op.bg-golden {
  background-color: rgba(255,217,29,.75);
}
.bg-75op.bg-blaze-orange {
  background-color: rgba(255,102,0,.75);
}
.bg-75op.bg-yale-blue {
  background-color: rgba(0,56,130,.75);
}
.bg-90op.bg-blue {
  background-color: rgba(0,123,255,.9);
}
.bg-90op.bg-indigo {
  background-color: rgba(102,16,242,.9);
}
.bg-90op.bg-purple {
  background-color: rgba(111,66,193,.9);
}
.bg-90op.bg-pink {
  background-color: rgba(232,62,140,.9);
}
.bg-90op.bg-red {
  background-color: rgba(220,53,69,.9);
}
.bg-90op.bg-orange {
  background-color: rgba(253,126,20,.9);
}
.bg-90op.bg-yellow {
  background-color: rgba(255,193,7,.9);
}
.bg-90op.bg-green {
  background-color: rgba(40,167,69,.9);
}
.bg-90op.bg-teal {
  background-color: rgba(32,201,151,.9);
}
.bg-90op.bg-cyan {
  background-color: rgba(23,162,184,.9);
}
.bg-90op.bg-white {
  background-color: hsla(0,0%,100%,.9);
}
.bg-90op.bg-gray {
  background-color: rgba(108,117,125,.9);
}
.bg-90op.bg-gray-dark {
  background-color: rgba(52,58,64,.9);
}
.bg-90op.bg-prussian-blue {
  background-color: rgba(0,54,74,.9);
}
.bg-90op.bg-verdigris {
  background-color: rgba(0,186,174,.9);
}
.bg-90op.bg-cultured {
  background-color: rgba(238,238,238,.9);
}
.bg-90op.bg-spanish-gray {
  background-color: hsla(0,0%,60%,.9);
}
.bg-90op.bg-onyx {
  background-color: rgba(68,68,68,.9);
}
.bg-90op.bg-primary-10 {
  background-color: rgba(230,235,237,.9);
}
.bg-90op.bg-primary-20 {
  background-color: rgba(204,215,219,.9);
}
.bg-90op.bg-primary-80 {
  background-color: rgba(51,94,110,.9);
}
.bg-90op.bg-sapphire {
  background-color: rgba(0,80,174,.9);
}
.bg-90op.bg-golden {
  background-color: rgba(255,217,29,.9);
}
.bg-90op.bg-blaze-orange {
  background-color: rgba(255,102,0,.9);
}
.bg-90op.bg-yale-blue {
  background-color: rgba(0,56,130,.9);
}
html {
  font-size: 20px;
}
.btn {
  font-size: .75rem;
  line-height: 1;
  white-space: nowrap;
}
.btn>span {
  font-weight: 600;
}
.btn.btn-outline-primary {
  background-color: hsla(0,0%,100%,.5);
}
.btn.btn-outline-primary:hover {
  color: #00baae;
}
.btn:not(.btn-icon)>i {
  margin-right: .375rem;
}
.btn.btn-icon {
  min-width: 3rem;
}
.btn.btn-lg,.btn-group-lg>.btn {
  font-size: 1rem;
}
.all>main h1 {
  font-weight: 800;
  color: #00364a;
  margin: 0;
  letter-spacing: -0.125rem;
}
.all>main h2 {
  font-weight: 800;
  color: #668692;
  margin: 0;
  margin-bottom: .75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all>main h2 i.fas {
  display: block;
  border-radius: 1rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 75%;
  transition: all .15s ease-in-out;
}
.all>main h2:hover i.fas {
  color: #00baae;
  background-color: #fff;
}
.all>main h3 {
  color: #00baae;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.all>main h4 {
  font-size: .75rem;
  font-weight: 600;
  color: #00364a;
}
.all>main h6 {
  color: #444;
}
.all>main label.label,.all>main ul,.all>main ol,.all>main p {
  font-size: .825rem;
}
.all>main .field-info {
  font-size: .625rem;
  color: #999;
}
.all>main p.lead {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.25;
}
.all>footer label.label,.all>footer ul,.all>footer ol,.all>footer p {
  font-size: .825rem;
}
legend {
  font-size: .75rem;
  letter-spacing: .075rem;
  color: #999;
  text-transform: uppercase;
}
.table th,.table td {
  vertical-align: middle;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
