@charset "UTF-8";
/*!
  Ionicons, v4.6.3
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fad,
.fal,
.far,
.fas {
    -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,
.fas {
    font-weight: 900;
}
*,
:after,
:before {
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
}
body,
html {
    width: 100%;
    direction: ltr;
}
body,
html {
    margin: 0;
    box-sizing: border-box;
}
article,
aside,
details,
figure,
footer,
header,
main,
menu,
nav,
section{
    display: block;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {

    font-size: 1em;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    font-family: inherit;
    margin: 0;
}
optgroup {
    font-weight: 700;
}
button,
input,
select {
    overflow: visible;
    text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
    /*outline: 1px dotted ButtonText;*/
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.flex,
.row {
    display: flex;
    flex-wrap: wrap;
}
.column.inline,
.flex.inline,
.row.inline {
    display: inline-flex;
}
.wrap {
    flex-wrap: wrap;
}
.items-center { /* found */
    align-items: center;
}
@media (min-width: 0) {
    .flex > .col,
    .row > .col{
        width: auto;
        min-width: 0;
        max-width: 100%;
    }
    .flex > .col{
        height: auto;
        min-height: 0;
        max-height: 100%;
    }
    .col{
        flex: 10000 1 0%;
    }
}
.scroll {
    overflow: auto;
}
.scroll{
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}
.cursor-pointer { /* found */
    cursor: pointer !important;
}
[aria-busy="true"] {
    cursor: progress;
}
[aria-controls]{
    cursor: pointer;
}
[aria-disabled] {
    cursor: default;
}
.relative-position { /* found */
    position: relative;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.fit {
    width: 100% !important;
}
.fit{
    height: 100% !important;
}
.block {
    display: block !important;
}
.inline-block {
    display: inline-block !important;
}
body {
    min-width: 100px;
    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
}
h1 {
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: -0.01562em;
}
h1,
h2 {
    font-weight: 300;
}
h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    letter-spacing: -0.00833em;
}
h3 {
    font-size: 3rem;
    line-height: 3.125rem;
    letter-spacing: normal;
}
h3,
h4 {
    font-weight: 400;
}
h4 {
    font-size: 2.125rem;
    line-height: 2.5rem;
    letter-spacing: 0.00735em;
}
h5 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: normal;
}
h5,
h6 {
    line-height: 2rem;
}
h6 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.0125em;
}
p {
    margin: 0 0 16px;
}
small {
    font-size: 80%;
}
big {
    font-size: 170%;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
.disabled,
.disabled *,
[disabled],
[disabled] * {
    outline: 0 !important;
    cursor: not-allowed !important;
}
.disabled,
[disabled] {
    opacity: 0.6 !important;
}
.hidden {
    display: none !important;
}
.transparent {
    background: transparent !important;
}
body:not(.touch) .touch-only {
    display: none !important;
}
@media screen {
    .print-only {
        display: none !important;
    }
}
@media (max-width: 599px) {
    .lg,
    .md,
    .sm,
    .xl{
        display: none !important;
    }
}
@media (min-width: 600px) and (max-width: 1023px) {
    .lg,
    .md,
    .xl,
    .xs {
        display: none !important;
    }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .lg,
    .sm,
    .xl,
    .xs {
        display: none !important;
    }
}
@media (min-width: 1440px) and (max-width: 1919px) {
    .md,
    .sm,
    .xl,
    .xs {
        display: none !important;
    }
}
@media (min-width: 1920px) {
    .lg,
    .md,
    .sm,
    .xs {
        display: none !important;
    }
}
@media (-ms-high-contrast: none) and (min-width: 0), screen and (-ms-high-contrast: active) and (min-width: 0) {
    .flex > .col,
    .row > .col {
        flex-basis: auto;
        min-width: 0%;
    }
}
@supports (-ms-ime-align: auto) {
    @media (-ms-high-contrast: none) and (min-width: 0), screen and (-ms-high-contrast: active) and (min-width: 0) {
        .flex > .col,
        .row > .col {
            flex-basis: auto;
            min-width: 0%;
        }
    }
}
