@charset "UTF-8";

:root {
    --sso-background: #f3f4f5;
    --sso-default-color: #0c1e15;
    --sso-muted-font-color: #707070;
    --sso-muted-border-color: var(--sso-muted-font-color);
    --sso-primary-color: #00783e;
    --sso-primary-box-shadow-color: #00783e40;
    --sso-primary-box-shadow: 0 4px 4px 0 var(--sso-primary-box-shadow-color);
    --sso-primary-border: 1px solid var(--sso-primary-color);
    --sso-primary-contrast-font-color: #fff;
    --sso-secondary-background-color: var(--sso-primary-contrast-font-color);
    --sso-secondary-border: var(--sso-primary-border);
    --sso-secondary-font-color: var(--sso-primary-color);
    --sso-disabled-background-color: #fff;
    --sso-disabled-border: 1px solid #000;
    --sso-disabled-font-color: #000;
    --sso-company-logo: "";
    --sso-company-logo-background-size: contain;
    --sso-tagline-size: 32px;
    --sso-font-family: "Source Sans Pro", Sans-Serif;
    --sso-font-size: 14px;
    --code-font-family: "oxygen_digits", monospace;
    --sso-svg-fill: var(--sso-primary-color);
    --sso-error-color: #dc0c32
}

body {
    margin: 0;
    background: #f3f4f5;
    background: var(--sso-background);
    color: #0c1e15;
    color: var(--sso-default-color)
}

body * {
    box-sizing: border-box
}

@font-face {
    font-family: oxygen_digits;
    src: url(oxygenmono-digits.79b6653a3f38fc3ce12c.woff2) format("woff2"), url(oxygenmono-digits.ee037c30e59f307040b9.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.upper {
    text-transform: uppercase
}

.muted {
    color: var(--neutral-gray-2)
}

.bold-900 {
    font-weight: 900
}

.center {
    text-align: center;
    margin: 0 auto
}

sso-shell a,
sso-shell a:visited {
    color: #00783e;
    color: var(--sso-primary-color);
    font-weight: 500
}

sso-shell picture.sso-inner-content>* {
    margin-top: 50px
}

sso-shell .sso-form {
    width: 310px;
    margin: 1em auto
}

sso-shell .sso-form,
sso-shell .sso-form * {
    box-sizing: border-box
}

sso-shell .sso-form.tight {
    margin: 0 auto
}

sso-shell .small {
    font-size: .8571428571em
}

sso-shell .muted-box {
    background: #f8f8f8
}

sso-shell .muted-box>div {
    display: inline-block;
    vertical-align: middle
}

sso-shell .muted-box .icon {
    font-size: 20px;
    width: 60px
}

sso-shell .muted-box .text {
    text-align: left;
    width: calc(100% - 60px)
}

sso-shell div.infoPane {
    font-size: 24px;
    font-weight: 500
}

.error-text {
    color: #dc0c32;
    color: var(--sso-error-color);
    font-weight: 500;
    font-family: Source Sans Pro, Sans-Serif;
    font-family: var(--sso-font-family);
    font-size: 14px;
    font-size: var(--sso-font-size)
}

.icon-bg {
    margin: 0 auto
}

.icon-bg,
.powered-by {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.powered-by {
    position: fixed;
    width: 195px;
    height: 48px;
    left: 120px;
    bottom: 75px;
    max-width: 200px;
    max-height: 44px
}

.gs-notification-text {
    text-align: left
}

#grecaptchaBadgeAlternate {
    display: none
}

#grecaptchaBadgeAlternate a {
    text-decoration: none
}

@media only screen and (max-width: 600px) {
    .grecaptcha-badge {
        visibility: hidden
    }

    #grecaptchaBadgeAlternate {
        display: block;
        text-align: center;
        margin-top: -30px;
        margin-bottom: 20px
    }
}

@media (min-width: 600px) {
    sso-shell .sso-form {
        width: 336px
    }

    sso-shell .sso-form.button-form {
        width: 100%
    }
}

#pinContainer p-inputmask input {
    padding-left: 10px
}

.mobile-compliance-msg {
    padding-bottom: 24px !important;
    margin-top: -24px !important
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.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: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

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

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

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.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: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    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-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-cloudflare: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-deezer: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-edge-legacy: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-pay: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-guilded: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-hive: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-innosoft:before {
    content: ""
}

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

.fa-instagram-square:before {
    content: ""
}

.fa-instalod: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-octopus-deploy: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-perbyte: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-rust: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-tiktok: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-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-uncharted: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-unsplash: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-vest:before {
    content: ""
}

.fa-vest-patches: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-watchman-monitoring: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-wodu: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.15.4 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(fa-light-300.ab918e79c8dbce95d715.eot);
    src: url(fa-light-300.ab918e79c8dbce95d715.eot?#iefix) format("embedded-opentype"), url(fa-light-300.d3271a5651ab5ba62d85.woff2) format("woff2"), url(fa-light-300.8df58881554c80bdbc5a.woff) format("woff"), url(fa-light-300.431c25ff502d4460d3ec.ttf) format("truetype"), url(fa-light-300.76f70e6c0db0270aebcc.svg#fontawesome) format("svg")
}

.fal {
    font-weight: 300
}

/*!
 * Font Awesome Pro 5.15.4 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(fa-solid-900.dcddb714e825d85920df.eot);
    src: url(fa-solid-900.dcddb714e825d85920df.eot?#iefix) format("embedded-opentype"), url(fa-solid-900.54dfc8f551be346014e4.woff2) format("woff2"), url(fa-solid-900.6057f0f7f9a9a68b2eed.woff) format("woff"), url(fa-solid-900.601a1847bf98e6bf4b94.ttf) format("truetype"), url(fa-solid-900.ceb187c9cc886c93094c.svg#fontawesome) format("svg")
}

.fa,
.fal,
.fas {
    font-family: Font Awesome\ 5 Pro
}

.fa,
.fas {
    font-weight: 900
}

/*!
 * Font Awesome Pro 5.15.4 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(fa-regular-400.1c9c47c2e74e9e4a5d07.eot);
    src: url(fa-regular-400.1c9c47c2e74e9e4a5d07.eot?#iefix) format("embedded-opentype"), url(fa-regular-400.33904a1b964c9b363ce7.woff2) format("woff2"), url(fa-regular-400.126e4e16f5400ed7fb99.woff) format("woff"), url(fa-regular-400.2e9a4f2704b8d8428494.ttf) format("truetype"), url(fa-regular-400.1a812d84040362f3cbe1.svg#fontawesome) format("svg")
}

.far {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before {
    content: ""
}

.fa.fa-meetup {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-star-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

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

.fa.fa-gear:before {
    content: ""
}

.fa.fa-trash-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-trash-o:before {
    content: ""
}

.fa.fa-file-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-clock-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-arrow-circle-o-down {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-arrow-circle-o-up {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-play-circle-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

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

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

.fa.fa-list-alt {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-dedent:before {
    content: ""
}

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

.fa.fa-picture-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-picture-o:before {
    content: ""
}

.fa.fa-photo {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-photo:before {
    content: ""
}

.fa.fa-image {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-image:before {
    content: ""
}

.fa.fa-pencil:before {
    content: ""
}

.fa.fa-map-marker:before {
    content: ""
}

.fa.fa-pencil-square-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-share-square-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-check-square-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

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

.fa.fa-times-circle-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-check-circle-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

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

.fa.fa-expand:before {
    content: ""
}

.fa.fa-compress:before {
    content: ""
}

.fa.fa-eye,
.fa.fa-eye-slash {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-warning:before {
    content: ""
}

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

.fa.fa-arrows-v:before {
    content: ""
}

.fa.fa-arrows-h:before {
    content: ""
}

.fa.fa-bar-chart {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-bar-chart-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-facebook-square,
.fa.fa-twitter-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-gears:before {
    content: ""
}

.fa.fa-thumbs-o-up {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-thumbs-o-down {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-heart-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-sign-out:before {
    content: ""
}

.fa.fa-linkedin-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

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

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

.fa.fa-external-link:before {
    content: ""
}

.fa.fa-sign-in:before {
    content: ""
}

.fa.fa-github-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-lemon-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-square-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-bookmark-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-facebook,
.fa.fa-twitter {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-facebook:before {
    content: ""
}

.fa.fa-facebook-f {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: ""
}

.fa.fa-github {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-feed:before {
    content: ""
}

.fa.fa-hdd-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-hand-o-right {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-hand-o-left {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-hand-o-up {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-hand-o-down {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-arrows-alt:before {
    content: ""
}

.fa.fa-group:before {
    content: ""
}

.fa.fa-chain:before {
    content: ""
}

.fa.fa-scissors:before {
    content: ""
}

.fa.fa-files-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-floppy-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

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

.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

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

.fa.fa-money {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-money:before {
    content: ""
}

.fa.fa-unsorted:before {
    content: ""
}

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

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

.fa.fa-linkedin {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

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

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

.fa.fa-legal:before {
    content: ""
}

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

.fa.fa-comment-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-comments-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-flash:before {
    content: ""
}

.fa.fa-clipboard,
.fa.fa-paste {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-paste:before {
    content: ""
}

.fa.fa-lightbulb-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-exchange:before {
    content: ""
}

.fa.fa-cloud-download:before {
    content: ""
}

.fa.fa-cloud-upload:before {
    content: ""
}

.fa.fa-bell-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-cutlery:before {
    content: ""
}

.fa.fa-file-text-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-building-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-hospital-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-tablet:before {
    content: ""
}

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

.fa.fa-circle-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-mail-reply:before {
    content: ""
}

.fa.fa-github-alt {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-folder-open-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-smile-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-frown-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-meh-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-keyboard-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-flag-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

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

.fa.fa-star-half-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-star-half-empty {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-star-half-full {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

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

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

.fa.fa-shield:before {
    content: ""
}

.fa.fa-calendar-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-ticket:before {
    content: ""
}

.fa.fa-minus-square-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-level-up:before {
    content: ""
}

.fa.fa-level-down:before {
    content: ""
}

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

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

.fa.fa-compass {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-toggle-down {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-toggle-down:before {
    content: ""
}

.fa.fa-caret-square-o-up {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-toggle-up {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: ""
}

.fa.fa-caret-square-o-right {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-toggle-right {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-toggle-right:before {
    content: ""
}

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

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

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

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

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

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

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

.fa.fa-bitcoin,
.fa.fa-btc {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-bitcoin:before {
    content: ""
}

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

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

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

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

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

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

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

.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

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

.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

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

.fa.fa-tumblr,
.fa.fa-tumblr-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

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

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

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

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

.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-gittip:before {
    content: ""
}

.fa.fa-sun-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-moon-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-arrow-circle-o-left {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-caret-square-o-left {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-toggle-left {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-toggle-left:before {
    content: ""
}

.fa.fa-dot-circle-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-vimeo-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

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

.fa.fa-plus-square-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

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

.fa.fa-mortar-board:before {
    content: ""
}

.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-spoon:before {
    content: ""
}

.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-automobile:before {
    content: ""
}

.fa.fa-envelope-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-file-word-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-file-excel-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-file-powerpoint-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-file-image-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-file-image-o:before {
    content: ""
}

.fa.fa-file-photo-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-file-photo-o:before {
    content: ""
}

.fa.fa-file-picture-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-file-picture-o:before {
    content: ""
}

.fa.fa-file-archive-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-file-zip-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-file-audio-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-file-sound-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-file-video-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-file-movie-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-file-code-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-life-bouy,
.fa.fa-life-ring {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-life-bouy:before {
    content: ""
}

.fa.fa-life-buoy {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-life-buoy:before {
    content: ""
}

.fa.fa-life-saver {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-life-saver:before {
    content: ""
}

.fa.fa-support {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-support:before {
    content: ""
}

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

.fa.fa-ra,
.fa.fa-rebel {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-ra:before {
    content: ""
}

.fa.fa-resistance {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-resistance:before {
    content: ""
}

.fa.fa-empire,
.fa.fa-ge {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-ge:before {
    content: ""
}

.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-y-combinator-square:before {
    content: ""
}

.fa.fa-yc-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-yc-square:before {
    content: ""
}

.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-wechat:before {
    content: ""
}

.fa.fa-send:before {
    content: ""
}

.fa.fa-paper-plane-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-paper-plane-o:before {
    content: ""
}

.fa.fa-send-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-send-o:before {
    content: ""
}

.fa.fa-circle-thin {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

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

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

.fa.fa-futbol-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-futbol-o:before {
    content: ""
}

.fa.fa-soccer-ball-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-trash:before {
    content: ""
}

.fa.fa-copyright {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

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

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

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

.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-cc {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
    content: ""
}

.fa.fa-meanpath {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-meanpath:before {
    content: ""
}

.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-diamond {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-diamond:before {
    content: ""
}

.fa.fa-intersex:before {
    content: ""
}

.fa.fa-facebook-official {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-facebook-official:before {
    content: ""
}

.fa.fa-pinterest-p,
.fa.fa-whatsapp {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-hotel:before {
    content: ""
}

.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-yc:before {
    content: ""
}

.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-battery-4:before,
.fa.fa-battery:before {
    content: ""
}

.fa.fa-battery-3:before {
    content: ""
}

.fa.fa-battery-2:before {
    content: ""
}

.fa.fa-battery-1:before {
    content: ""
}

.fa.fa-battery-0:before {
    content: ""
}

.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-sticky-note-o:before {
    content: ""
}

.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-clone,
.fa.fa-hourglass-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-hourglass-o:before {
    content: ""
}

.fa.fa-hourglass-1:before {
    content: ""
}

.fa.fa-hourglass-2:before {
    content: ""
}

.fa.fa-hourglass-3:before {
    content: ""
}

.fa.fa-hand-rock-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-hand-rock-o:before {
    content: ""
}

.fa.fa-hand-grab-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-hand-grab-o:before {
    content: ""
}

.fa.fa-hand-paper-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-hand-paper-o:before {
    content: ""
}

.fa.fa-hand-stop-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-hand-stop-o:before {
    content: ""
}

.fa.fa-hand-scissors-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-hand-scissors-o:before {
    content: ""
}

.fa.fa-hand-lizard-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-hand-lizard-o:before {
    content: ""
}

.fa.fa-hand-spock-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-hand-spock-o:before {
    content: ""
}

.fa.fa-hand-pointer-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-hand-pointer-o:before {
    content: ""
}

.fa.fa-hand-peace-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-hand-peace-o:before {
    content: ""
}

.fa.fa-registered {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-television:before {
    content: ""
}

.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-calendar-plus-o:before {
    content: ""
}

.fa.fa-calendar-minus-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-calendar-minus-o:before {
    content: ""
}

.fa.fa-calendar-times-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-calendar-times-o:before {
    content: ""
}

.fa.fa-calendar-check-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-calendar-check-o:before {
    content: ""
}

.fa.fa-map-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-map-o:before {
    content: ""
}

.fa.fa-commenting:before {
    content: ""
}

.fa.fa-commenting-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-commenting-o:before {
    content: ""
}

.fa.fa-houzz,
.fa.fa-vimeo {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-vimeo:before {
    content: ""
}

.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

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

.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-pause-circle-o:before {
    content: ""
}

.fa.fa-stop-circle-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-stop-circle-o:before {
    content: ""
}

.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-wheelchair-alt:before {
    content: ""
}

.fa.fa-question-circle-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-volume-control-phone:before {
    content: ""
}

.fa.fa-asl-interpreting:before {
    content: ""
}

.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
    content: ""
}

.fa.fa-glide,
.fa.fa-glide-g {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-signing:before {
    content: ""
}

.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-google-plus-official:before {
    content: ""
}

.fa.fa-google-plus-circle {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-google-plus-circle:before {
    content: ""
}

.fa.fa-fa,
.fa.fa-font-awesome {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-fa:before {
    content: ""
}

.fa.fa-handshake-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-handshake-o:before {
    content: ""
}

.fa.fa-envelope-open-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-envelope-open-o:before {
    content: ""
}

.fa.fa-linode {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-address-book-o:before {
    content: ""
}

.fa.fa-vcard:before {
    content: ""
}

.fa.fa-address-card-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-address-card-o:before {
    content: ""
}

.fa.fa-vcard-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-vcard-o:before {
    content: ""
}

.fa.fa-user-circle-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-user-circle-o:before {
    content: ""
}

.fa.fa-user-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

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

.fa.fa-id-badge {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: ""
}

.fa.fa-id-card-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-id-card-o:before {
    content: ""
}

.fa.fa-drivers-license-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-drivers-license-o:before {
    content: ""
}

.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
    content: ""
}

.fa.fa-thermometer-3:before {
    content: ""
}

.fa.fa-thermometer-2:before {
    content: ""
}

.fa.fa-thermometer-1:before {
    content: ""
}

.fa.fa-thermometer-0:before {
    content: ""
}

.fa.fa-bathtub:before,
.fa.fa-s15:before {
    content: ""
}

.fa.fa-window-maximize,
.fa.fa-window-restore {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: ""
}

.fa.fa-window-close-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: ""
}

.fa.fa-times-rectangle-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-times-rectangle-o:before {
    content: ""
}

.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-eercast:before {
    content: ""
}

.fa.fa-snowflake-o {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.fa.fa-snowflake-o:before {
    content: ""
}

.fa.fa-superpowers,
.fa.fa-wpexplorer {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

.fa.fa-cab:before {
    content: ""
}

.p-paginator .p-paginator-first,
.p-paginator .p-paginator-last,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-prev {
    min-width: 24px !important
}

p-table .p-datatable.p-component .p-corner-all {
    border-radius: 0
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper,
p-table .p-datatable.p-component .p-datatable-tablewrapper,
p-table .p-datatable.p-component .p-datatable-wrapper {
    font: 12px Segoe UI, Helvetica, Droid Sans, Tahoma, Geneva, sans-serif;
    color: #333;
    color: var(--font-color);
    cursor: default;
    background-color: #f2f2f2;
    background-color: var(--background-even-color);
    border-spacing: 0;
    border: 1px solid silver;
    border-collapse: separate
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table>thead>tr:first-child>th,
p-table .p-datatable.p-component .p-datatable-tablewrapper table>thead>tr:first-child>th,
p-table .p-datatable.p-component .p-datatable-wrapper table>thead>tr:first-child>th {
    white-space: normal;
    overflow-x: hidden
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table>thead>tr>th p-calendar div.p-datepicker,
p-table .p-datatable.p-component .p-datatable-tablewrapper table>thead>tr>th p-calendar div.p-datepicker,
p-table .p-datatable.p-component .p-datatable-wrapper table>thead>tr>th p-calendar div.p-datepicker {
    width: 19em
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table>thead>tr>th p-calendar span.p-calendar.p-calendar-w-btn,
p-table .p-datatable.p-component .p-datatable-tablewrapper table>thead>tr>th p-calendar span.p-calendar.p-calendar-w-btn,
p-table .p-datatable.p-component .p-datatable-wrapper table>thead>tr>th p-calendar span.p-calendar.p-calendar-w-btn {
    width: 100%
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table>thead>tr>th p-calendar span.p-calendar.p-calendar-w-btn .p-button.p-calendar-button,
p-table .p-datatable.p-component .p-datatable-tablewrapper table>thead>tr>th p-calendar span.p-calendar.p-calendar-w-btn .p-button.p-calendar-button,
p-table .p-datatable.p-component .p-datatable-wrapper table>thead>tr>th p-calendar span.p-calendar.p-calendar-w-btn .p-button.p-calendar-button {
    right: 0
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table th,
p-table .p-datatable.p-component .p-datatable-tablewrapper table th,
p-table .p-datatable.p-component .p-datatable-wrapper table th {
    background-color: #f2f2f2;
    background-color: var(--background-even-color);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    white-space: nowrap;
    padding: 4px 6px 5px;
    text-align: left;
    font-weight: 700;
    vertical-align: top
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table th:hover,
p-table .p-datatable.p-component .p-datatable-tablewrapper table th:hover,
p-table .p-datatable.p-component .p-datatable-wrapper table th:hover {
    background-color: #f2f2f2;
    background-color: var(--background-even-color)
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table th.p-state-active,
p-table .p-datatable.p-component .p-datatable-tablewrapper table th.p-state-active,
p-table .p-datatable.p-component .p-datatable-wrapper table th.p-state-active {
    background: inherit;
    color: inherit
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table th .fa-sort:not(.fa-sort-asc):not(.fa-sort-desc):before,
p-table .p-datatable.p-component .p-datatable-tablewrapper table th .fa-sort:not(.fa-sort-asc):not(.fa-sort-desc):before,
p-table .p-datatable.p-component .p-datatable-wrapper table th .fa-sort:not(.fa-sort-asc):not(.fa-sort-desc):before {
    content: none
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table>tbody>tr,
p-table .p-datatable.p-component .p-datatable-tablewrapper table>tbody>tr,
p-table .p-datatable.p-component .p-datatable-wrapper table>tbody>tr {
    border: none
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table>tbody>tr>td,
p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table>tbody>tr>th,
p-table .p-datatable.p-component .p-datatable-tablewrapper table>tbody>tr>td,
p-table .p-datatable.p-component .p-datatable-tablewrapper table>tbody>tr>th,
p-table .p-datatable.p-component .p-datatable-wrapper table>tbody>tr>td,
p-table .p-datatable.p-component .p-datatable-wrapper table>tbody>tr>th {
    background-color: #f2f2f2;
    background-color: var(--background-even-color);
    border: 0;
    border-bottom: 1px solid var(--border-color);
    overflow: hidden
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table>tbody>tr>td table,
p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table>tbody>tr>th table,
p-table .p-datatable.p-component .p-datatable-tablewrapper table>tbody>tr>td table,
p-table .p-datatable.p-component .p-datatable-tablewrapper table>tbody>tr>th table,
p-table .p-datatable.p-component .p-datatable-wrapper table>tbody>tr>td table,
p-table .p-datatable.p-component .p-datatable-wrapper table>tbody>tr>th table {
    width: auto
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table>tbody>tr:nth-child(odd)>td,
p-table .p-datatable.p-component .p-datatable-tablewrapper table>tbody>tr:nth-child(odd)>td,
p-table .p-datatable.p-component .p-datatable-wrapper table>tbody>tr:nth-child(odd)>td {
    background: #fff;
    background: var(--background-odd-color)
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table td,
p-table .p-datatable.p-component .p-datatable-tablewrapper table td,
p-table .p-datatable.p-component .p-datatable-wrapper table td {
    padding: 3px 6px 4px
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper table tbody tr:last-child td,
p-table .p-datatable.p-component .p-datatable-tablewrapper table tbody tr:last-child td,
p-table .p-datatable.p-component .p-datatable-wrapper table tbody tr:last-child td {
    border-bottom: none
}

.p-datatable .p-sortable-column.p-highlight,
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #1b1d1f
}

p-table .p-datatable.p-component .p-datatable-scrollable-wrapper .p-datatable-scrollable-header.p-component-header {
    border: none
}

p-table .p-datatable.p-component th>p-calendar>span>input {
    width: 80% !important;
    width: calc(100% - 2em) !important
}

p-table .p-datatable.p-component th>p-calendar>span>* {
    vertical-align: top
}

p-table .p-datatable.p-component th>p-dropdown>.p-dropdown {
    min-width: 0;
    min-width: unset
}

p-table .p-datatable.p-component p-paginator>* {
    vertical-align: top
}

p-table .p-datatable.p-component p-paginator p-dropdown {
    display: inline-flex
}

p-table .p-datatable.p-component p-paginator p-dropdown>div.p-dropdown {
    display: block
}

p-table .p-datatable.p-component p-paginator .p-paginator-page.p-paginator-element.p-state-default.p-corner-all {
    background-color: #f2f2f2;
    background-color: var(--background-even-color);
    border: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-page.p-paginator-element.p-state-default.p-corner-all.p-state-active {
    background-color: #d3d3d3;
    background-color: var(--selected-color);
    border-radius: 0;
    color: #333;
    color: var(--font-color)
}

p-table .p-datatable.p-component p-paginator .p-component-header {
    background: none
}

p-table .p-datatable.p-component p-paginator select.p-paginator-rpp-options.p-component {
    float: right;
    margin-top: .2em
}

p-table .p-datatable.p-component p-paginator div.p-paginator-bottom.p-paginator {
    background-color: #f2f2f2;
    background-color: var(--background-even-color);
    border-color: silver;
    border-color: var(--border-color);
    padding-top: 5px;
    padding-bottom: 2px;
    display: flex;
    justify-content: center
}

p-table .p-datatable.p-component p-paginator div.p-paginator-bottom.p-paginator .p-paginator-pages {
    padding-top: 4px;
    vertical-align: inherit
}

p-table .p-datatable.p-component p-paginator div.p-paginator-bottom.p-paginator .p-paginator-pages>span>a {
    padding-top: 8px
}

p-table .p-datatable.p-component p-paginator div.p-paginator-bottom.p-paginator>* {
    margin-left: .3em
}

p-table .p-datatable.p-component p-paginator .p-state-default {
    background: inherit
}

p-table .p-datatable.p-component p-paginator .p-paginator-next {
    background-image: url(https://cdn.greenshadesonline.com/DevXimages/Web/sprite.png);
    border: none;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: -81px 0
}

p-table .p-datatable.p-component p-paginator .p-paginator-next .pi {
    display: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-next .pi:before {
    content: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-next:hover {
    background-color: #f2f2f2;
    background-color: var(--background-even-color);
    background-image: url(https://cdn.greenshadesonline.com/DevXimages/Web/sprite.png);
    border: none;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: -81px 0
}

p-table .p-datatable.p-component p-paginator .p-paginator-next:hover .pi {
    display: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-next:hover .pi:before {
    content: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-next:hover:hover {
    background-color: #f2f2f2;
    background-color: var(--background-even-color)
}

p-table .p-datatable.p-component p-paginator .p-paginator-last {
    background-image: url(https://cdn.greenshadesonline.com/DevXimages/Web/sprite.png);
    border: none;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: -55px 0
}

p-table .p-datatable.p-component p-paginator .p-paginator-last .pi {
    display: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-last .pi:before {
    content: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-last:hover {
    background-color: #f2f2f2;
    background-color: var(--background-even-color);
    background-image: url(https://cdn.greenshadesonline.com/DevXimages/Web/sprite.png);
    border: none;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: -55px 0
}

p-table .p-datatable.p-component p-paginator .p-paginator-last:hover .pi {
    display: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-last:hover .pi:before {
    content: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-last:hover:hover {
    background-color: #f2f2f2;
    background-color: var(--background-even-color)
}

p-table .p-datatable.p-component p-paginator .p-paginator-prev {
    background-image: url(https://cdn.greenshadesonline.com/DevXimages/Web/sprite.png);
    border: none;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: -105px 0
}

p-table .p-datatable.p-component p-paginator .p-paginator-prev .pi {
    display: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-prev .pi:before {
    content: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-prev:hover {
    background-color: #f2f2f2;
    background-color: var(--background-even-color);
    background-image: url(https://cdn.greenshadesonline.com/DevXimages/Web/sprite.png);
    border: none;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: -105px 0
}

p-table .p-datatable.p-component p-paginator .p-paginator-prev:hover .pi {
    display: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-prev:hover .pi:before {
    content: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-prev:hover:hover {
    background-color: #f2f2f2;
    background-color: var(--background-even-color)
}

p-table .p-datatable.p-component p-paginator .p-paginator-first {
    background-image: url(https://cdn.greenshadesonline.com/DevXimages/Web/sprite.png);
    border: none;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: -29px 0
}

p-table .p-datatable.p-component p-paginator .p-paginator-first .pi {
    display: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-first .pi:before {
    content: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-first:hover {
    background-color: #f2f2f2;
    background-color: var(--background-even-color);
    background-image: url(https://cdn.greenshadesonline.com/DevXimages/Web/sprite.png);
    border: none;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background-position: -29px 0
}

p-table .p-datatable.p-component p-paginator .p-paginator-first:hover .pi {
    display: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-first:hover .pi:before {
    content: none
}

p-table .p-datatable.p-component p-paginator .p-paginator-first:hover:hover {
    background-color: #f2f2f2;
    background-color: var(--background-even-color)
}

p-inputMask>input.p-component.p-inputtext {
    border: none;
    box-shadow: none !important;
    background: none
}

p-calendar .ng-dirty.ng-invalid>.p-calendar>.p-inputtext {
    border-bottom: none
}

p-calendar>.p-calendar>input.p-state-default {
    background: #fff
}

p-calendar table.p-datepicker-calendar {
    background-color: #fff
}

p-calendar.form-control {
    border: 0;
    padding: 0;
    width: inherit
}

p-calendar.form-control * {
    font-size: 12px;
    height: 28px
}

p-calendar.form-control .p-datepicker.p-component.p-component-content * {
    font-size: inherit;
    height: auto
}

p-calendar.form-control .p-datepicker.p-component.p-component-content .p-datepicker-next,
p-calendar.form-control .p-datepicker.p-component.p-component-content .p-datepicker-next *,
p-calendar.form-control .p-datepicker.p-component.p-component-content .p-datepicker-prev,
p-calendar.form-control .p-datepicker.p-component.p-component-content .p-datepicker-prev * {
    height: 28px
}

p-calendar.ng-dirty.ng-invalid>.p-calendar>.p-inputtext {
    border-color: #a94442
}

div.p-dropdown>div.p-dropdown-label-container {
    width: 100%;
    overflow: hidden
}

.p-dropdown-label {
    border-radius: 0;
    background: #fff
}

p-dropdown {
    border: 1px solid #c5c5c5
}

.p-inputtext {
    margin: 0;
    outline: 0;
    padding: .25em;
    font-weight: 400
}

.p-dropdown-trigger-icon {
    display: none
}

.p-dropdown-trigger:hover {
    background-image: linear-gradient(45deg, transparent 50%, #fff 0), linear-gradient(135deg, #fff 50%, transparent 0), linear-gradient(90deg, #bcbcbc, #bcbcbc) !important
}

.p-dropdown-trigger,
.p-dropdown-trigger:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: calc(100% - 9px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), 100% 0 !important;
    background-size: 4px 4px, 4px 4px, 1.5em 2.5em !important;
    background-repeat: no-repeat !important
}

.p-dropdown-trigger {
    padding-right: 20px;
    background-image: linear-gradient(45deg, transparent 50%, #333 0), linear-gradient(135deg, #333 50%, transparent 0), linear-gradient(90deg, #fff, #fff) !important;
    border-left: none !important
}

.p-dropdown-items-wrapper {
    background: #fff
}

.p-dropdown-item:hover {
    background-color: #eee
}

p-multiselect .p-multiselect-label {
    background-color: #fff
}

p-multiselect .p-state-default {
    border: 1px solid #c5c5c5
}

p-multiselect .p-corner-all,
p-multiselect .p-corner-left,
p-multiselect .p-corner-right,
p-multiselect .p-multiselect-panel {
    border-radius: 0
}

p-multiselect .p-multiselect-trigger-icon {
    display: none
}

p-multiselect .p-multiselect-trigger:hover {
    background-image: linear-gradient(45deg, transparent 50%, #fff 0), linear-gradient(135deg, #fff 50%, transparent 0), linear-gradient(90deg, #bcbcbc, #bcbcbc) !important
}

p-multiselect .p-multiselect-trigger,
p-multiselect .p-multiselect-trigger:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: calc(100% - 9px) calc(1em - 5px), calc(100% - 5px) calc(1em - 5px), 100% 0 !important;
    background-size: 4px 4px, 4px 4px, 1.5em 2.5em !important;
    background-repeat: no-repeat !important
}

p-multiselect .p-multiselect-trigger {
    padding-right: 20px;
    background-image: linear-gradient(45deg, transparent 50%, #333 0), linear-gradient(135deg, #333 50%, transparent 0), linear-gradient(90deg, #fff, #fff) !important
}

p-multiselect .p-chkbox-box.p-component {
    background-image: none;
    border-radius: 0
}

p-multiselect .p-multiselect-header {
    background: none;
    background-color: #eee
}

.p-multiselect-trigger {
    border-left: none !important
}

.p-listbox .p-highlight {
    background-color: #337ab7 !important;
    color: #fff !important;
    background: none
}

.p-dropdown-item-empty,
.p-dropdown-label-empty {
    text-indent: -9999px;
    overflow: hidden;
    visibility: visible
}

.fakeDevXButton {
    display: inline-block;
    color: #333;
    vertical-align: middle;
    padding: 3px 8px 4px;
    cursor: pointer;
    font: normal 12px Segoe UI, Helvetica, Droid Sans, Tahoma, Geneva, sans-serif;
    border-radius: 3px;
    border: 1px solid #bcbcbc;
    background-color: #fff
}

.fakeDevXButton:hover {
    background-color: #f2f2f2
}

.fakeDevXButton:disabled,
.fakeDevXButtonDisabled {
    color: #b8b8b8;
    cursor: default
}

.fakeDevXButtonDisabled {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 8px 4px;
    font: normal 12px Segoe UI, Helvetica, Droid Sans, Tahoma, Geneva, sans-serif;
    border-radius: 3px;
    border: 1px solid #bcbcbc;
    background-color: #fff
}

.fakeDevXButtonDisabled img {
    opacity: .6
}

.fakeDevXButton img,
.fakeDevXButtonDisabled img {
    padding-right: 4px;
    vertical-align: middle
}

.fakeDevXButton span,
.fakeDevXButtonDisabled span {
    vertical-align: middle
}

:root {
    --font-color: #333;
    --background-even-color: #f2f2f2;
    --background-odd-color: #fff;
    --border-color: silver;
    --selected-color: #d3d3d3;
    --blue: #0073c6;
    --lightblue: #2e6da4;
    --darkblue: #00278e;
    --green: #00783e;
    --darkgreen: #006c37;
    --lightgray: #fafafa;
    --gray: #f2f2f2;
    --darkgray: #d3d3d3;
    --darkestgray: #bcbcbc;
    --dark: #353536;
    --darkest: #000;
    --lightblack: #707070;
    --red: #a94442;
    --yellow: #ebc034;
    --primary-blue: #216df1;
    --primary-dark-blue: #062a47;
    --primary-blue-2: #103473;
    --primary-blue-3: #1951b3;
    --primary-purple: #3a0ca3;
    --primary-light-green: #85c441;
    --primary-green: #0a8944;
    --primary-dark-green: #214622;
    --secondary-brand: #0d9389;
    --secondary-sand: #ede6dd;
    --secondary-pale-green: #cbe3aa;
    --secondary-light-blue: #edf4ff;
    --neutral-black: #000;
    --neutral-gray-1: #353536;
    --neutral-gray-2: #747575;
    --neutral-gray-3: #e9ebed;
    --neutral-gray-4: #f9f9f9;
    --neutral-gray-5: #d9d9d9;
    --neutral-background: #f3f4f5;
    --neutral-white: #fff;
    --warning: #f5d50c;
    --error: #b10625;
    --error-2: #700317;
    --error-3: #96051f;
    --information: #3a0ca3;
    --in-progress: #ed7c2e;
    --successful: #116700;
    --default-font: Source Sans Pro, sans-serif;
    --default-font-bold: Source Sans Pro Bold, sans-serif;
    --default-font-semibold: Source Sans Pro SemiBold, sans-serif;
    --pt-serif-font: PT Serif, serif;
    --pt-serif-font-bold: PT Serif Bold, serif;
    --pt-serif-font-semibold: PT Serif SemiBold, serif;
    --pt-serif-font-italic: PT Serif Italic, serif;
    --card-shadow-2: 0px 2px 6px 0px #00000066
}

:root .gs-text-blue {
    color: #216df1;
    color: var(--primary-blue)
}

:root .gs-blue {
    background-color: #216df1;
    background-color: var(--primary-blue)
}

:root .gs-text-dark-blue {
    color: #062a47;
    color: var(--primary-dark-blue)
}

:root .gs-dark-blue {
    background-color: #062a47;
    background-color: var(--primary-dark-blue)
}

:root .gs-text-blue-2 {
    color: #103473;
    color: var(--primary-blue-2)
}

:root .gs-blue-2 {
    background-color: #103473;
    background-color: var(--primary-blue-2)
}

:root .gs-text-blue-3 {
    color: #1951b3;
    color: var(--primary-blue-3)
}

:root .gs-blue-3 {
    background-color: #1951b3;
    background-color: var(--primary-blue-3)
}

:root .gs-text-purple {
    color: #3a0ca3;
    color: var(--primary-purple)
}

:root .gs-purple {
    background-color: #3a0ca3;
    background-color: var(--primary-purple)
}

:root .gs-text-light-green {
    color: #85c441;
    color: var(--primary-light-green)
}

:root .gs-light-green {
    background-color: #85c441;
    background-color: var(--primary-light-green)
}

:root .gs-text-green {
    color: #0a8944;
    color: var(--primary-green)
}

:root .gs-green {
    background-color: #0a8944;
    background-color: var(--primary-green)
}

:root .gs-text-dark-green {
    color: #214622;
    color: var(--primary-dark-green)
}

:root .gs-dark-green {
    background-color: #214622;
    background-color: var(--primary-dark-green)
}

:root .gs-text-brand {
    color: #0d9389;
    color: var(--secondary-brand)
}

:root .gs-brand {
    background-color: #0d9389;
    background-color: var(--secondary-brand)
}

:root .gs-text-sand {
    color: #ede6dd;
    color: var(--secondary-sand)
}

:root .gs-sand {
    background-color: #ede6dd;
    background-color: var(--secondary-sand)
}

:root .gs-text-pale-green {
    color: #cbe3aa;
    color: var(--secondary-pale-green)
}

:root .gs-pale-green {
    background-color: #cbe3aa;
    background-color: var(--secondary-pale-green)
}

:root .gs-text-light-blue {
    color: #edf4ff;
    color: var(--secondary-light-blue)
}

:root .gs-light-blue {
    background-color: #edf4ff;
    background-color: var(--secondary-light-blue)
}

:root .gs-text-black {
    color: #000;
    color: var(--neutral-black)
}

:root .gs-black {
    background-color: #000;
    background-color: var(--neutral-black)
}

:root .gs-text-gray-1 {
    color: #353536;
    color: var(--neutral-gray-1)
}

:root .gs-gray-1 {
    background-color: #353536;
    background-color: var(--neutral-gray-1)
}

:root .gs-text-gray-2 {
    color: #747575;
    color: var(--neutral-gray-2)
}

:root .gs-gray-2 {
    background-color: #747575;
    background-color: var(--neutral-gray-2)
}

:root .gs-text-gray-3 {
    color: #e9ebed;
    color: var(--neutral-gray-3)
}

:root .gs-gray-3 {
    background-color: #e9ebed;
    background-color: var(--neutral-gray-3)
}

:root .gs-text-gray-4 {
    color: #f9f9f9;
    color: var(--neutral-gray-4)
}

:root .gs-gray-4 {
    background-color: #f9f9f9;
    background-color: var(--neutral-gray-4)
}

:root .gs-text-gray-5 {
    color: #d9d9d9;
    color: var(--neutral-gray-5)
}

:root .gs-gray-5 {
    background-color: #d9d9d9;
    background-color: var(--neutral-gray-5)
}

:root .gs-text-background {
    color: #f3f4f5;
    color: var(--neutral-background)
}

:root .gs-background {
    background-color: #f3f4f5;
    background-color: var(--neutral-background)
}

:root .gs-text-white {
    color: #fff;
    color: var(--neutral-white)
}

:root .gs-white {
    background-color: #fff;
    background-color: var(--neutral-white)
}

:root .gs-text-warning {
    color: #f5d50c;
    color: var(--warning)
}

:root .gs-warning {
    background-color: #f5d50c;
    background-color: var(--warning)
}

:root .gs-text-error {
    color: #b10625;
    color: var(--error)
}

:root .gs-error {
    background-color: #b10625;
    background-color: var(--error)
}

:root .gs-text-error-2 {
    color: #700317;
    color: var(--error-2)
}

:root .gs-error-2 {
    background-color: #700317;
    background-color: var(--error-2)
}

:root .gs-text-error-3 {
    color: #96051f;
    color: var(--error-3)
}

:root .gs-error-3 {
    background-color: #96051f;
    background-color: var(--error-3)
}

:root .gs-text-information {
    color: #3a0ca3;
    color: var(--information)
}

:root .gs-information {
    background-color: #3a0ca3;
    background-color: var(--information)
}

:root .gs-text-in-progress {
    color: #ed7c2e;
    color: var(--in-progress)
}

:root .gs-in-progress {
    background-color: #ed7c2e;
    background-color: var(--in-progress)
}

:root .gs-text-successful {
    color: #116700;
    color: var(--successful)
}

:root .gs-successful {
    background-color: #116700;
    background-color: var(--successful)
}

.gsr__calendar,
.gsr__calendar .close-button {
    display: none
}

.gsr__calendar button[type=button]:focus {
    box-shadow: none !important
}

.gsr__calendar.show__calendar {
    position: absolute;
    display: flex !important;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .4);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 284px;
    z-index: 9999999
}

.gsr__calendar .clear-date {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%
}

.gsr__calendar .clear-date button {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    height: 56px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer
}

@media (max-width: 767px) {
    .gsr__calendar .clear-date button {
        font-size: 20px
    }
}

.gsr__calendar.calendar__mobile {
    max-width: 355px;
    width: 95%;
    margin: auto;
    top: 20px;
    bottom: 20px;
    max-height: 570px;
    right: 0;
    left: 0;
    position: fixed
}

.gsr__calendar.calendar__mobile .close-button {
    position: relative;
    top: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    font-size: 24px;
    padding: 5px;
    box-sizing: border-box;
    height: 24px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    margin-bottom: 8px
}

@media (min-width: 414px) {
    .gsr__calendar.calendar__mobile {
        max-width: 390px
    }
}

.gs-container {
    padding: 16px;
    box-sizing: border-box
}

.gs-container .gs-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px
}

.gs-container .gs-row .gs-col {
    flex-grow: 1;
    flex-basis: auto;
    margin: 16px
}

.gs-container .gs-container {
    margin: 0 !important
}

@media (min-width: 0px) and (max-width:767px) {
    .gs-container {
        margin: 0 16px
    }

    .gs-container .gs-row {
        margin: 8px -16px
    }

    .gs-container .gs-row .gs-col {
        margin: 16px;
        flex: 1 1 calc(25% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-sm-1 {
        margin: 16px;
        max-width: calc(25% - 32px);
        flex: 0 0 calc(25% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-sm-2 {
        margin: 16px;
        max-width: calc(50% - 32px);
        flex: 0 0 calc(50% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-sm-3 {
        margin: 16px;
        max-width: calc(75% - 32px);
        flex: 0 0 calc(75% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-sm-4 {
        margin: 16px;
        max-width: calc(100% - 32px);
        flex: 0 0 calc(100% - 32px)
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .gs-container {
        margin: 0 16px
    }

    .gs-container .gs-row {
        margin: 8px -16px
    }

    .gs-container .gs-row .gs-col {
        margin: 16px;
        flex: 1 1 calc(12.5% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-md-1 {
        margin: 16px;
        max-width: calc(12.5% - 32px);
        flex: 0 0 calc(12.5% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-md-2 {
        margin: 16px;
        max-width: calc(25% - 32px);
        flex: 0 0 calc(25% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-md-3 {
        margin: 16px;
        max-width: calc(37.5% - 32px);
        flex: 0 0 calc(37.5% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-md-4 {
        margin: 16px;
        max-width: calc(50% - 32px);
        flex: 0 0 calc(50% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-md-5 {
        margin: 16px;
        max-width: calc(62.5% - 32px);
        flex: 0 0 calc(62.5% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-md-6 {
        margin: 16px;
        max-width: calc(75% - 32px);
        flex: 0 0 calc(75% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-md-7 {
        margin: 16px;
        max-width: calc(87.5% - 32px);
        flex: 0 0 calc(87.5% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-md-8 {
        margin: 16px;
        max-width: calc(100% - 32px);
        flex: 0 0 calc(100% - 32px)
    }
}

@media (min-width: 1024px) and (max-width:1439px) {
    .gs-container {
        margin: 0 24px
    }

    .gs-container .gs-row {
        margin: 12px -16px
    }

    .gs-container .gs-row .gs-col {
        margin: 16px;
        flex: 1 1 calc(8.3333333333% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-1 {
        margin: 16px;
        max-width: calc(8.3333333333% - 32px);
        flex: 0 0 calc(8.3333333333% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-2 {
        margin: 16px;
        max-width: calc(16.6666666667% - 32px);
        flex: 0 0 calc(16.6666666667% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-3 {
        margin: 16px;
        max-width: calc(25% - 32px);
        flex: 0 0 calc(25% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-4 {
        margin: 16px;
        max-width: calc(33.3333333333% - 32px);
        flex: 0 0 calc(33.3333333333% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-5 {
        margin: 16px;
        max-width: calc(41.6666666667% - 32px);
        flex: 0 0 calc(41.6666666667% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-6 {
        margin: 16px;
        max-width: calc(50% - 32px);
        flex: 0 0 calc(50% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-7 {
        margin: 16px;
        max-width: calc(58.3333333333% - 32px);
        flex: 0 0 calc(58.3333333333% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-8 {
        margin: 16px;
        max-width: calc(66.6666666667% - 32px);
        flex: 0 0 calc(66.6666666667% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-9 {
        margin: 16px;
        max-width: calc(75% - 32px);
        flex: 0 0 calc(75% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-10 {
        margin: 16px;
        max-width: calc(83.3333333333% - 32px);
        flex: 0 0 calc(83.3333333333% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-11 {
        margin: 16px;
        max-width: calc(91.6666666667% - 32px);
        flex: 0 0 calc(91.6666666667% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-lg-12 {
        margin: 16px;
        max-width: calc(100% - 32px);
        flex: 0 0 calc(100% - 32px)
    }
}

@media (min-width: 1440px) {
    .gs-container {
        margin: 0 auto
    }

    .gs-container .gs-row .gs-col {
        margin: 16px;
        flex: 1 1 calc(8.3333333333% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-1 {
        margin: 16px;
        max-width: calc(8.3333333333% - 32px);
        flex: 0 0 calc(8.3333333333% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-2 {
        margin: 16px;
        max-width: calc(16.6666666667% - 32px);
        flex: 0 0 calc(16.6666666667% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-3 {
        margin: 16px;
        max-width: calc(25% - 32px);
        flex: 0 0 calc(25% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-4 {
        margin: 16px;
        max-width: calc(33.3333333333% - 32px);
        flex: 0 0 calc(33.3333333333% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-5 {
        margin: 16px;
        max-width: calc(41.6666666667% - 32px);
        flex: 0 0 calc(41.6666666667% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-6 {
        margin: 16px;
        max-width: calc(50% - 32px);
        flex: 0 0 calc(50% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-7 {
        margin: 16px;
        max-width: calc(58.3333333333% - 32px);
        flex: 0 0 calc(58.3333333333% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-8 {
        margin: 16px;
        max-width: calc(66.6666666667% - 32px);
        flex: 0 0 calc(66.6666666667% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-9 {
        margin: 16px;
        max-width: calc(75% - 32px);
        flex: 0 0 calc(75% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-10 {
        margin: 16px;
        max-width: calc(83.3333333333% - 32px);
        flex: 0 0 calc(83.3333333333% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-11 {
        margin: 16px;
        max-width: calc(91.6666666667% - 32px);
        flex: 0 0 calc(91.6666666667% - 32px)
    }

    .gs-container .gs-row .gs-col.gs-span-xg-12 {
        margin: 16px;
        max-width: calc(100% - 32px);
        flex: 0 0 calc(100% - 32px)
    }

    .gs-container {
        max-width: 1396px
    }

    .gs-container .gs-row {
        margin: 0 -16px
    }

    .gs-container .gs-row .gs-col {
        max-width: 103px
    }
}

table.gsr-table {
    border-collapse: separate;
    border-spacing: 0;
    position: relative
}

table:not(.gsr-dragging) .gsr-dg-col-header:not(.gsr-dg-sticky-col):not(.gsr-dg-col-header-actions):not(.selectable):not(.expandable) {
    position: relative !important
}

table.gsr-datagrid-loading .gsr-dg-resizable-handler {
    display: none
}

table.gsr-datagrid-loading tbody tr:not(.gsr-expansion-row) td:not(.selectable):not(.expandable):not(.gsr-dg-col-actions) {
    position: relative;
    height: 65px
}

table.gsr-datagrid-loading tbody tr:not(.gsr-expansion-row) td:not(.selectable):not(.expandable):not(.gsr-dg-col-actions):after {
    content: "";
    position: absolute;
    height: 20px;
    animation: skeleton-loading 1s linear infinite alternate;
    display: block;
    width: calc(100% - 24px);
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto;
    margin-left: unset
}

table.gsr-datagrid-loading tbody tr:not(.gsr-expansion-row):nth-child(3n) td:not(.selectable):not(.expandable):not(.gsr-dg-col-actions):after {
    width: calc(90% - 24px) !important
}

table.gsr-datagrid-loading tbody .gsr-dg-col {
    font-size: 0 !important
}

table.gsr-datagrid-loading tbody .gsr-dg-col * {
    visibility: hidden !important
}

@keyframes skeleton-loading {
    0% {
        background-color: #e9ebed
    }

    to {
        background-color: #f9f9f9;
        background-color: var(--neutral-gray-4)
    }
}

td.gsr-dg-col {
    word-break: break-word;
    min-width: 64px
}

.gsr__btn-expand {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 16px 12px
}

.gsr__btn-expand i {
    font-weight: 400;
    font-size: 20px;
    color: #216df1;
    color: var(--primary-blue)
}

.gsr-dg-col {
    padding: 16px 12px;
    border-bottom: .5px solid #e9ebed;
    border-bottom: .5px solid var(--neutral-gray-3);
    background-color: transparent;
    width: -moz-fit-content;
    width: fit-content
}

.gsr-dg-col.gsr-col-resizing {
    position: relative
}

.gsr-dg-col:after {
    width: 2px;
    height: 101%;
    top: -1px;
    right: 0;
    display: block;
    position: absolute
}

.gsr-dg-col:not(.selectable) {
    border-right-width: 0;
    border-left-width: 0
}

.gsr-dg-col:first-child {
    border-left-width: 1px
}

.gsr-dg-col:last-child {
    border-right-width: 1px
}

.gsr-dg-col.expandable {
    text-align: center;
    max-width: 51px;
    width: 51px;
    min-height: 55px;
    min-width: 51px;
    padding: 0;
    border-left: 1px solid #e9ebed;
    border-left: 1px solid var(--neutral-gray-3);
    border-right: 1px solid #e9ebed !important;
    border-right: 1px solid var(--neutral-gray-3) !important
}

.gsr-dg-col.expandable button.gsr__btn-expand {
    min-height: 55px
}

.gsr-dg-col-select+.gsr-dg-col-expand {
    border-left: 0 !important
}

.gsr-dg-col.selectable {
    text-align: center;
    width: 51px;
    max-width: 51px;
    min-width: 51px;
    border-right: .5px solid #e9ebed;
    border-right: .5px solid var(--neutral-gray-3)
}

.gsr-dg-col.selectable gsr-checkbox label {
    width: 10px
}

.gsr-dg-col-actions,
.gsr-dg-col-header-actions {
    position: sticky !important;
    right: 0 !important;
    min-width: 68px !important;
    z-index: 9;
    overflow: unset !important
}

.gsr-dg-col-actions:not(.gsr-dg-col-actions),
.gsr-dg-col-header-actions:not(.gsr-dg-col-actions) {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.gsr-dg-col-header-actions {
    border-left: 1px solid #e9ebed !important;
    border-left: 1px solid var(--neutral-gray-3) !important
}

.dg-table-container.dg-container-overflow .gsr-dg-col-actions:not(.gsr-dg-col-header-actions),
.dg-table-container.dg-container-overflow .gsr-dg-col-actions:not(.gsr-dg-col-header-actions):before,
.dg-table-container.dg-container-overflow .gsr-dg-col-header-actions:not(.gsr-dg-col-header-actions),
.dg-table-container.dg-container-overflow .gsr-dg-col-header-actions:not(.gsr-dg-col-header-actions):before {
    background-color: #fff
}

.dg-table-container.dg-container-overflow .gsr-dg-col-actions:before,
.dg-table-container.dg-container-overflow .gsr-dg-col-header-actions:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 2px);
    background-color: #3a0ca3;
    background-color: var(--primary-purple);
    top: -1px;
    z-index: -1;
    left: 0;
    position: absolute
}

.dg-table-container.dg-container-overflow .gsr-dg-col-actions:after,
.dg-table-container.dg-container-overflow .gsr-dg-col-header-actions:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    display: block;
    z-index: -2;
    box-shadow: -3px 3px 6px 0 #00000040
}

.gsr-dg-col:not(.gsr-dg-col-actions) {
    z-index: 0
}

.gsr-dg-col-hide {
    display: none !important
}

td.gsr-dg-col-select {
    display: table-cell;
    text-align: center;
    left: 0
}

td.gsr-dg-col-select gsr-checkbox {
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center
}

td.gsr-dg-col-select+.gsr-dg-col-expand {
    left: 64px
}

.gsr-dg-col-select,
.gsr-dg-sticky-col {
    position: sticky !important;
    background-color: #fff;
    border-left: none;
    border-right: none;
    z-index: 100 !important
}

.gsr-dg-col-select:last-child,
.gsr-dg-sticky-col:last-child {
    right: 0
}

.gsr-dg-col-select .gsr-dg-resizable-handler,
.gsr-dg-sticky-col .gsr-dg-resizable-handler {
    background: none
}

.gsr-dg-col-select:after,
.gsr-dg-col-select:before,
.gsr-dg-sticky-col:after,
.gsr-dg-sticky-col:before {
    width: 1px;
    height: 100%;
    top: 0;
    content: "";
    display: block;
    position: absolute;
    background-color: #e9ebed;
    background-color: var(--neutral-gray-3)
}

.gsr-dg-col-select:after,
.gsr-dg-sticky-col:after {
    right: 0
}

.gsr-dg-col-select:before,
.gsr-dg-sticky-col:before {
    left: 0
}

.dg-table-container {
    position: relative;
    overflow-x: auto
}

.dg-table-container:not(.dg-container-mobile) {
    background-color: #fff
}

.dg-table-container table {
    min-width: calc(100% - 2px)
}

.dg-table-container table.compact .gsr-dg-col .gsr__btn-expand,
.dg-table-container table.compact .gsr-dg-col:not(.expandable) {
    padding: 8px 12px
}

.gsr-dg-resizable-handler {
    cursor: col-resize;
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
    background-color: transparent
}

.gsr-dg-resizable-handler:after {
    background-color: #e9ebed;
    background-color: var(--neutral-gray-3);
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    z-index: 8;
    top: 0
}

.gsr-dg-resizable-handler.active {
    background-color: #747575;
    background-color: var(--neutral-gray-2);
    width: 1px
}

.gsr-dg-col-header.expandable,
.gsr-dg-col-header.selectable,
.gsr-dg-col.expandable,
.gsr-dg-col.selectable {
    position: sticky !important;
    border-right: 0;
    left: 0
}

.gsr-dg-col-header.selectable~.gsr-dg-col-header.expandable,
.gsr-dg-col-header.selectable~.gsr-dg-col.expandable,
.gsr-dg-col.selectable~.gsr-dg-col-header.expandable,
.gsr-dg-col.selectable~.gsr-dg-col.expandable {
    left: 51px
}

.cdk-drop-list-dragging .cdk-drag {
    transition: transform .25s cubic-bezier(0, 0, .2, 1)
}

.cdk-drag-animating {
    transition: transform .3s cubic-bezier(0, 0, .2, 1)
}

.cdk-drag-preview {
    box-sizing: border-box;
    border-radius: 4px;
    background: #4f27aa !important;
    max-width: 200px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

th.gsr-dg-col-header {
    color: #fff
}

th.gsr-dg-col-header:not(.gsr-dg-col-before-action) {
    border-right: 1px solid #e9ebed;
    border-right: 1px solid var(--neutral-gray-3)
}

.gsr-dg-col-header {
    background-color: #3a0ca3;
    background-color: var(--primary-purple)
}

.gsr-dg-col-header.expandable td {
    max-width: 51px
}

tr.gsr-dg-row:has([data-state=checked]) td,
tr.gsr-dg-row:hover td {
    background-color: #edf4ff !important;
    background-color: var(--secondary-light-blue) !important
}

tr.gsr-dg-row.gsr-expansion-row {
    border: none;
    background-color: #e9ebed;
    background-color: var(--neutral-gray-3);
    line-height: 0
}

tr.gsr-dg-row.gsr-expansion-row td {
    overflow: auto;
    display: none
}

tr.gsr-dg-row.gsr-expansion-row.expanded {
    line-height: 100%
}

tr.gsr-dg-row.gsr-expansion-row.expanded td {
    display: table-cell;
    border-left: 1px solid #e9ebed;
    border-left: 1px solid var(--neutral-gray-3);
    border-right: 1px solid #e9ebed;
    border-right: 1px solid var(--neutral-gray-3);
    padding: 16px 12px
}

.gsr-table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    display: table;
    table-layout: fixed;
    width: 100%
}

.gsr-dg-col-header-actions {
    max-width: 68px
}

.gsr-dg-col-header-actions .gsr-table-header-container {
    justify-content: center
}

.gsr-dg-col-actions {
    max-width: 68px;
    width: 68px
}

.gsr-table-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.gsr-table-header-container .gsr-table-header-container-buttons {
    display: flex;
    flex-direction: column
}

.gsr-table-header-container .gsr-table-header-container-buttons button {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    cursor: pointer
}

.gsr-table-header-container .gsr-table-header-container-buttons button i[class*=fa-sort-] {
    color: #f5d50c;
    color: var(--warning)
}

tr.gsr-text-truncation td:not(.gsr-dg-sticky-col) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

table.gsr__datagrid-mobile gsr-checkbox {
    width: 20px;
    height: 20px
}

table.gsr__datagrid-mobile thead {
    display: none
}

table.gsr__datagrid-mobile tbody {
    width: 100%;
    overflow-y: auto;
    max-height: 100vh
}

table.gsr__datagrid-mobile tbody,
table.gsr__datagrid-mobile tr.gsr-dg-row {
    display: flex;
    flex-direction: column
}

table.gsr__datagrid-mobile tr.gsr-dg-row:hover td {
    background-color: transparent !important
}

table.gsr__datagrid-mobile tr.gsr-dg-row:not(.gsr-expansion-row) {
    width: calc(100% - 10px);
    border-radius: 5px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-top: 8px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 2px 6px 0 #00000066;
    box-shadow: var(--card-shadow-2);
    position: relative;
    box-sizing: border-box
}

table.gsr__datagrid-mobile tr.gsr-dg-row:not(.gsr-expansion-row):hover td {
    background-color: transparent !important
}

table.gsr__datagrid-mobile tr.gsr-dg-row:not(.gsr-expansion-row).gsr-expandable-row {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 25px
}

table.gsr__datagrid-mobile tr.gsr-dg-row:not(.gsr-expansion-row):has(.gsr-dg-col-select) {
    flex-direction: row;
    flex-wrap: wrap
}

table.gsr__datagrid-mobile tr.gsr-dg-row:not(.gsr-expansion-row):has(.gsr-dg-col-select) .gsr-dg-col-select {
    padding: 0;
    min-width: 20px;
    max-width: 20px;
    max-height: 20px;
    margin-right: 12px
}

table.gsr__datagrid-mobile tr.gsr-dg-row:not(.gsr-expansion-row):has(.gsr-dg-col-select) .gsr-dg-col-select gsr-checkbox label {
    padding: 0
}

table.gsr__datagrid-mobile tr.gsr-dg-row:not(.gsr-expansion-row):has(.gsr-dg-col-select) .gsr-dg-col-select:after,
table.gsr__datagrid-mobile tr.gsr-dg-row:not(.gsr-expansion-row):has(.gsr-dg-col-select) .gsr-dg-col-select:before {
    background-color: transparent
}

table.gsr__datagrid-mobile tr.gsr-dg-row:not(.gsr-expansion-row):has(.gsr-dg-col-select) .gsr-dg-col:not(.gsr-dg-col-select):not(.gsr-dg-col-actions) {
    width: calc(100% - 32px);
    min-width: calc(100% - 32px) !important;
    display: flex;
    flex-direction: column;
    justify-content: center
}

table.gsr__datagrid-mobile tr.gsr-dg-row:not(.gsr-expansion-row):has(.gsr-dg-col-select) .gsr-dg-col:not(.gsr-dg-col-select):not(.gsr-dg-col-actions):not(:first-of-type) {
    margin-left: 32px
}

table.gsr__datagrid-mobile .gsr-dg-col-header {
    color: #3a0ca3;
    color: var(--primary-purple);
    background-color: #fff;
    border-bottom: 0;
    font-size: 14px !important
}

table.gsr__datagrid-mobile .gsr-dg-col-header .gsr-dg-col {
    color: #000 !important
}

table.gsr__datagrid-mobile .gsr-dg-col:not(.gsr-dg-col-select) {
    padding: 0 !important;
    min-width: 99.5% !important;
    border-bottom: none
}

table.gsr__datagrid-mobile .gsr-dg-col:not(.gsr-dg-col-select):not(:last-of-type) {
    margin-bottom: 8px
}

table.gsr__datagrid-mobile .gsr-dg-col:not(.gsr-dg-col-select) td.gsr-dg-col {
    white-space: normal
}

table.gsr__datagrid-mobile .gsr-dg-col:not(.gsr-dg-col-select).gsr-dg-col-actions {
    right: 0;
    background-color: #fff;
    max-width: 99.5% !important;
    width: 100% !important
}

table.gsr__datagrid-mobile .gsr__btn-expand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 10px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f9f9f9;
    background-color: var(--neutral-gray-4)
}

table.gsr__datagrid-mobile .gsr__btn-expand i {
    margin-left: 5px;
    font-size: 13px;
    width: 13px;
    height: 18px;
    line-height: 18px
}

table.gsr__datagrid-mobile gsr-special-columns {
    min-height: 40px;
    display: flex;
    border: 1px solid #216df1;
    border: 1px solid var(--primary-blue);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-top: -12px;
    margin-bottom: 8px;
    z-index: 1;
    box-shadow: 0 2px 6px 0 #00000066;
    box-shadow: var(--card-shadow-2);
    box-sizing: border-box
}

table.gsr__datagrid-mobile gsr-special-columns .gsr__btn-expand,
table.gsr__datagrid-mobile gsr-special-columns td {
    margin-bottom: 0 !important
}

table.gsr__datagrid-mobile gsr-special-columns .gsr__btn-expand .dg-expandable-label:after {
    content: "Expand"
}

table.gsr__datagrid-mobile gsr-special-columns .gsr__btn-expand .dg-expandable-label.expanded:after {
    content: "Close"
}

table.gsr__datagrid-mobile gsr-special-columns td:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

table.gsr__datagrid-mobile gsr-special-columns td:after,
table.gsr__datagrid-mobile gsr-special-columns td:before {
    display: none
}

table.gsr__datagrid-mobile gsr-special-columns .expandable {
    min-height: 38px
}

table.gsr__datagrid-mobile gsr-special-columns:has(.gsr__btn-expand):has(gsr-kebab-menu) {
    flex-direction: column
}

table.gsr__datagrid-mobile gsr-special-columns:has(.gsr__btn-expand):has(gsr-kebab-menu) gsr-kebab-menu .gsr-kebab__icon {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

table.gsr__datagrid-mobile gsr-special-columns:has(.gsr__btn-expand):has(gsr-kebab-menu) gsr-kebab-menu .gsr-kebab__icon i {
    margin-left: -10px
}

table.gsr__datagrid-mobile gsr-special-columns:has(.gsr__btn-expand):has(gsr-kebab-menu) .gsr__btn-expand {
    border: none;
    border-top: 1px solid #216df1;
    border-top: 1px solid var(--primary-blue)
}

table.gsr__datagrid-mobile gsr-special-columns:has(gsr-kebab-menu):not(:has(.gsr__btn-expand)) .gsr-kebab__icon,
table.gsr__datagrid-mobile gsr-special-columns:has(gsr-kebab-menu):not(:has(.gsr__btn-expand)) gsr-kebab-menu {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

table.gsr__datagrid-mobile gsr-kebab-menu {
    margin-left: 5px
}

table.gsr__datagrid-mobile gsr-kebab-menu+.gsr__btn-expand {
    margin-top: 0 !important
}

table.gsr__datagrid-mobile .gsr-expansion-row {
    width: calc(100% - 10px);
    padding: 0;
    background-color: #e9ebed;
    background-color: var(--neutral-gray-3);
    margin: -8px -5px 8px 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
    box-shadow: 0 2px 6px 0 #00000066;
    box-shadow: var(--card-shadow-2);
    position: relative;
    box-sizing: border-box
}

table.gsr__datagrid-mobile .gsr-expansion-row:not(:has(gsr-kebab-menu)):before {
    content: "";
    width: 100%;
    background-color: #fff;
    height: 5px;
    position: absolute;
    top: -6px
}

table.gsr__datagrid-mobile .gsr-expansion-row.expanded {
    margin-top: -8px;
    padding: 12px;
    border-color: #f9f9f9;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: var(--neutral-gray-4);
    height: auto;
    overflow: visible;
    overflow: initial;
    box-shadow: inset 0 0 3px 2px #00000026
}

table.gsr__datagrid-mobile .gsr-expansion-row.expanded:before {
    display: none
}

table.gsr__datagrid-mobile .gsr-expansion-row .gsr-dg-col-expand {
    background: #e9ebed;
    background: var(--neutral-gray-3)
}

table.gsr__datagrid-mobile.gsr-datagrid-loading tbody tr .gsr-dg-col:not(.gsr-dg-col-select):not(.gsr-dg-col-actions) {
    width: 100% !important;
    min-width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center
}

table.gsr__datagrid-mobile.gsr-datagrid-loading tbody tr .gsr-dg-col:not(.gsr-dg-col-select):not(.gsr-dg-col-actions):not(:first-of-type) {
    margin-left: 0 !important
}

table.gsr__datagrid-mobile.gsr-datagrid-loading tbody tr:not(.gsr-expansion-row):nth-child(3n) td:not(.selectable):not(.expandable):not(.gsr-dg-col-actions):after {
    width: 100% !important
}

table.gsr__datagrid-mobile.gsr-datagrid-loading tbody .gsr-dg-col {
    font-size: 14px !important;
    height: auto !important
}

table.gsr__datagrid-mobile.gsr-datagrid-loading tbody .gsr-dg-col.gsr-dg-col-select {
    display: none !important
}

table.gsr__datagrid-mobile.gsr-datagrid-loading tbody .gsr-dg-col:not(.gsr-dg-col-select) {
    visibility: visible !important
}

table.gsr__datagrid-mobile.gsr-datagrid-loading tbody .gsr-dg-col td.gsr-dg-col {
    font-size: 0 !important
}

table.gsr__datagrid-mobile.gsr-datagrid-loading tbody .gsr-dg-col td.gsr-dg-col:after {
    left: 0 !important;
    width: 100% !important
}

table.gsr__datagrid-mobile.gsr-datagrid-loading .gsr-expansion-row {
    display: none !important
}

table.gsr__datagrid-mobile.gsr-datagrid-loading tr.gsr-expandable-row {
    border-radius: 4px !important
}

.chips-container.gsr-chip__mobile {
    flex-direction: column
}

.gsr-table__shadow {
    display: block;
    width: 69px;
    height: 100%;
    position: absolute;
    top: 0;
    box-shadow: -3px 3px 6px 0 #00000040
}

.dg-table-parent-container {
    container: table-parent/inline-size;
    display: block
}

@container table-parent (width < 600px) {
    .chips-container {
        flex-direction: column
    }

    .gsr-dg-pagination {
        display: none !important
    }
}

.gsr-kebab-items__container:not(:has(.gsr-kebab__single)) {
    min-width: 142px;
    position: relative
}

.gsr-kebab-items.gsr-kebab__single {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.gsr-kebab-items.gsr-kebab__single gsr-kebab-item {
    width: -moz-min-content;
    width: min-content
}

.gsr-kebab-items:not(.gsr-kebab__single) {
    background-color: #fff;
    z-index: 999;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #216df1;
    border: 1px solid var(--primary-blue);
    top: 4px
}

.gsr-kebab-items:not(.gsr-kebab__single):not(.gsr-kebab-show__items) {
    display: none
}

.gsr-kebab-items.gsr-kebab-items__mobile {
    border-radius: 0;
    border-color: #3a0ca3;
    border-color: var(--primary-purple);
    box-shadow: 0 -2px 3px 0 #00000066
}

.gsr-kebab-items.gsr-kebab-items__mobile:before {
    display: none
}

.gsr-kebab__icon {
    width: 32px;
    height: 32px;
    background-color: #fff;
    transition: background-color .25s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px
}

.gsr-kebab__icon:hover {
    cursor: pointer;
    background-color: #e9ebed;
    background-color: var(--neutral-gray-3)
}

.gsr-kebab__icon i {
    font-size: 20px;
    font-weight: 400;
    color: #216df1;
    color: var(--primary-blue)
}

.gsr-kebab-icon__container.gsr-kebab__expandaded .gsr-kebab__icon {
    background: #216df1 !important;
    background: var(--primary-blue) !important
}

.gsr-kebab-icon__container.gsr-kebab__expandaded .gsr-kebab__icon .gsr-kebab__actions-label,
.gsr-kebab-icon__container.gsr-kebab__expandaded .gsr-kebab__icon i {
    color: #fff
}

.gsr-kebab-icon__container:not(.gsr-kebab-show__ellipsis) {
    position: relative;
    z-index: 0
}

.gsr-kebab-icon__container:not(.gsr-kebab-show__ellipsis) .gsr-kebab__icon {
    display: none
}

.gsr-kebab-icon__container:not(.gsr-kebab-show__ellipsis) .gsr-kebab-items {
    border: none
}

.gsr-kebab-icon__container:not(.gsr-kebab-show__ellipsis) .gsr-kebab-items ::ng-deep gsr-kebab-item {
    color: #216df1;
    color: var(--primary-blue)
}

.gsr-kebab-icon__container.gsr-kebab-show__ellipsis .gsr-kebab-items__container {
    z-index: 999;
    position: absolute
}

.gsr-kebab-items.gsr-kebab-show__ellipsis:not(.gsr-kebab-items__mobile):before {
    content: "Actions";
    width: 142px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #747575;
    color: var(--neutral-gray-2);
    font-weight: 600;
    padding: 8px;
    border-bottom: 1px solid #e9ebed;
    border-bottom: 1px solid var(--neutral-gray-3)
}

.gs-title {
    font-family: Source Sans Pro, sans-serif;
    line-height: 31px
}

.gs-header-1,
.gs-title {
    font-size: 32px;
    font-weight: 700;
    color: #353536;
    color: var(--dark)
}

.gs-header-1 {
    font-family: "PT Serif", serif;
    line-height: 42px
}

.gs-header-2 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #353536;
    color: var(--dark)
}

.gs-header-3,
.gs-header-bold-3 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    color: var(--darkest)
}

.gs-header-bold-3 {
    font-weight: 600
}

.gs-header-4,
.gs-header-bold-4 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    color: var(--darkest)
}

.gs-header-bold-4 {
    font-weight: 600
}

.gs-body,
.gs-body-bold {
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    color: var(--darkest)
}

.gs-body-bold {
    font-weight: 700
}

.gs-body-semi-bold {
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #000;
    color: var(--darkest)
}

.gs-body-italic,
.gs-body-light-italic {
    font-family: Source Sans Pro, sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 21px;
    color: #000;
    color: var(--darkest)
}

.gs-body-light-italic {
    font-weight: 300
}

.gs-body-underline {
    font-family: Source Sans Pro, sans-serif;
    text-decoration: underline;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    color: var(--darkest)
}

.gs-small,
.gs-text-label,
.gsr-popover,
table.gsr-datagrid-loading tbody [class^=gsr-dg-col-],
table.gsr__datagrid-mobile .gsr-dg-col-header .gsr-dg-col,
td.gsr-dg-col {
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    color: var(--darkest)
}

.gs-small-bold {
    font-weight: 700
}

.gs-small-bold,
.gs-small-semi-bold,
.gsr-dg-col-header {
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    color: var(--darkest)
}

.gs-small-semi-bold,
.gsr-dg-col-header {
    font-weight: 600
}

.gs-small-underline {
    text-decoration: underline;
    font-size: 14px;
    line-height: 18px
}

.gs-small-underline,
.gs-text-helper,
.gs-xsmall {
    font-family: Source Sans Pro, sans-serif;
    color: #000;
    color: var(--darkest)
}

.gs-text-helper,
.gs-xsmall {
    font-size: 12px;
    line-height: 16px
}

.gsr-popover {
    color: #fff;
    background-color: #353536 !important;
    background-color: var(--neutral-gray-1) !important;
    border-radius: 4px !important;
    box-shadow: none !important
}

.gsr-popover.bottom {
    top: 5px !important
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.gsr-popover.bottom>.arrow {
    border-bottom-color: transparent
}

.gsr-popover.bottom>.arrow:after {
    margin-left: -5px !important;
    border-bottom-color: #353536;
    border-bottom-color: var(--neutral-gray-1);
    border-width: 5px
}

.gsr-popover.top>.arrow {
    border-top-color: transparent
}

.gsr-popover.top>.arrow:after {
    margin-left: -5px !important;
    border-top-color: #353536;
    border-top-color: var(--neutral-gray-1);
    border-width: 5px
}

.gsr-popover.left>.arrow {
    border-left-color: transparent
}

.gsr-popover.left>.arrow:after {
    margin-top: -5px !important;
    border-left-color: #353536;
    border-left-color: var(--neutral-gray-1);
    border-width: 5px
}

.gsr-popover.right>.arrow {
    border-right-color: transparent
}

.gsr-popover.right>.arrow:after {
    margin-top: -5px !important;
    border-right-color: #353536;
    border-right-color: var(--neutral-gray-1);
    border-width: 5px
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidh18Smxg.edd9efd45e3c78550dac.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkido18Smxg.f4476ebe2f4d917f6ae6.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidg18Smxg.a86e2be801d75e3b3368.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidv18Smxg.b97b581dd047a1fb45d7.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidj18Smxg.3b8bbcd9c192f84a278a.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18Smxg.17cb28807d67ea5d83a7.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18Q.ab03b3aed4e7bb2989f1.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.41906219e220514551f6.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.c943a0b87a5dea17d379.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.6ee15c031bbbbac74572.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.31a9b3d6372f5a3de0f0.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.666385b3d9910390a5fd.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.ae4fdccaeb522cd49f80.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.b18071ef839d81641fd0.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdh18Smxg.df73634cfaaada62c137.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdo18Smxg.246cfb8327e0cd0cfc2b.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdg18Smxg.6d7636e72f6e17812af7.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdv18Smxg.2c9d828d55628295a15c.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdj18Smxg.5c4e0374439c5ae4d1d8.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18Smxg.220f348b52e1f781cb84.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18Q.2fb0ea59f76f8ee5f685.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdh18Smxg.506dadfaf7deb96786c9.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdo18Smxg.0dbf05fe04382e30701b.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdg18Smxg.34d65dd8d8d035797afc.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdv18Smxg.c3d7b711fcbc0644c1b1.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdj18Smxg.e4154d038e21d00a05ea.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18Smxg.3775d66ef47042e058c2.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18Q.9fb038f39c1b3be8724a.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.dccf01dc0b6722333d5a.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.fbcc55805527f423710e.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.1854cf658e15fae7d817.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.e9753ea43deb3e43080c.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.ee5533f36bd4e93aa4e8.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.7087488cb331a472c081.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.1fc6c01d1812fbfbaa47.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.de95c5209ef26bf69ccf.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.153bee8d873292f9df39.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.1b1cb10170f2616853f0.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.9c7d72dcc7a044db07b1.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.540007fe6de95f52230e.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.23e9c5217d09910f51ad.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.1402accbefdec6a25762.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.29a55ddb4816749dfc22.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.b22a64b378a87873284a.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.ad339cedd0f2155914fb.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.d957dc4c044b538e2427.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.6f8f2aa1e3816d0ec479.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.f881aed697c9496a0e8e.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.ee990a93df71bfdfb3b5.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.88f4c479ac07fe28684c.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.dc67f480f8676546a96c.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.3c5cf9575a708134a930.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.64102f7204fc75f9aa8c.woff2) format("woff2");
    unicode-range: u+0370-03ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.449204a0d0dfbe4e7d6d.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.46ac0d93276801aa8ca4.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.2121f4aabac6fbe523ec.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(EJRTQgYoZZY2vCFuvAFT_rC1chb-.cb9a69b995d0ce14ef95.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(EJRTQgYoZZY2vCFuvAFT_rm1chb-.9ffe1ab77fbfa348a776.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(EJRTQgYoZZY2vCFuvAFT_rO1chb-.09dc44321957421f9709.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(EJRTQgYoZZY2vCFuvAFT_r21cg.692f341fcd03dbaf9c44.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(EJRQQgYoZZY2vCFuvAFT9gaQZyTfoPNB.78876b975c266043241a.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(EJRQQgYoZZY2vCFuvAFT9gaQZy3foPNB.46cfd1860a63c81351c5.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(EJRQQgYoZZY2vCFuvAFT9gaQZyffoPNB.af5ff21a885799b3ee3a.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: "PT Serif";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(EJRQQgYoZZY2vCFuvAFT9gaQZynfoA.40db633b3a7e2b77bda3.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(EJRVQgYoZZY2vCFuvAFbzr-tdg.fd1b1ba0314b74f5f36c.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(EJRVQgYoZZY2vCFuvAFSzr-tdg.aba3393f6306deff1159.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(EJRVQgYoZZY2vCFuvAFYzr-tdg.5118ae473e17e1bdc175.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(EJRVQgYoZZY2vCFuvAFWzr8.1ae22975f707d0acdb70.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(EJRSQgYoZZY2vCFuvAnt66qfVyvHpA.765edb5daf631fc6e439.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c88, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(EJRSQgYoZZY2vCFuvAnt66qWVyvHpA.4f3eb2f89300bd117b18.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(EJRSQgYoZZY2vCFuvAnt66qcVyvHpA.2197701434907617c69b.woff2) format("woff2");
    unicode-range: u+0100-02af, u+0304, u+0308, u+0329, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20cf, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: "PT Serif";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(EJRSQgYoZZY2vCFuvAnt66qSVys.3a5d23c4cd52fac23fe3.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: text-security-disc;
    src: url(text-security-disc.2549912adfcd3c586832.eot);
    src: url(text-security-disc.2549912adfcd3c586832.eot) format("embedded-opentype"), url(text-security-disc.bb0a855a4f155c9c835a.woff2) format("woff2"), url(text-security-disc.837ba80d0ba906e8c20d.woff) format("woff"), url(text-security-disc.98195297c543f096c6af.ttf) format("truetype")
}

.p-component,
.p-component button,
.p-component input,
.p-component select,
.p-component textarea {
    font-family: Segoe UI, Helvetica, Droid Sans, Tahoma, Geneva, sans-serif;
    font-size: 1em
}

.p-inputtext,
.pi {
    font-size: 1em !important
}

p-table {
    width: 100%
}

.link-button {
    color: #007acc !important
}

tabset {
    flex: 1
}

tabset tab {
    height: 100%
}

.fieldChooserListBox>.p-listbox {
    border: none;
    min-height: 300px
}

.fieldChooserListBox>.p-listbox li {
    color: #000;
    padding: 5px 10px
}

.fieldChooserListBox>.p-listbox .p-highlight {
    background-color: #f2f2f2
}

.modal-md {
    width: 600px
}

input.form-input {
    height: 28px;
    width: 100%;
    max-width: 290px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding: 3px 6px;
    transition: border-color .15s ease-in-out, box-shadow ease-in-out
}

.popover {
    z-index: 9999 !important
}

gs-wizard-modal.modal-md .modal-wizard-container {
    width: 335px
}

gs-wizard-modal.modal-md .wizard-body {
    height: 90%;
    overflow: auto
}

gs-wizard-modal.modal-md .wizard-footer {
    padding-top: 15px
}

gs-wizard-modal.modal-md gs-form-input div div {
    padding-left: 0 !important
}

gs-wizard-modal.modal-md gs-form-input div div+div {
    padding: 0 !important
}

gs-wizard-modal.modal-md label.form-input {
    padding-left: 0 !important;
    text-align: left !important
}

.form-group div.error-tooltip {
    margin-top: 8px
}

gs-grid-bar p-splitbutton {
    margin-top: 1px;
    display: inline-block
}

gs-grid-bar p-splitbutton span.p-button-icon-left.excelIcon {
    background: url(https://cdn.greenshadesonline.com/excel_trans.gif);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 5px;
    top: 0;
    vertical-align: baseline;
    position: absolute
}

gs-grid-bar p-splitbutton .p-button,
gs-grid-bar p-splitbutton button.p-button.p-component.p-button {
    color: #333;
    vertical-align: middle;
    padding: 2px 8px 3px;
    cursor: pointer;
    font: normal 12px Segoe UI, Helvetica, Droid Sans, Tahoma, Geneva, sans-serif;
    border-radius: 0;
    border: 1px solid #bcbcbc;
    background: #fff
}

gs-grid-bar p-splitbutton .p-button:is(.p-button-icon-only),
gs-grid-bar p-splitbutton button.p-button.p-component.p-button:is(.p-button-icon-only) {
    border-top-right-radius: 3px
}

gs-grid-bar p-splitbutton .p-button:not(.p-button-icon-only),
gs-grid-bar p-splitbutton button.p-button.p-component.p-button:not(.p-button-icon-only) {
    border-top-left-radius: 3px
}

gs-grid-bar p-splitbutton button.p-component.p-button:enabled:hover {
    color: #333;
    background-color: #f2f2f2
}

gs-grid-bar p-splitbutton .p-button-icon-left {
    left: .5em
}

gs-grid-bar p-splitbutton .p-button-icon-left.excelIcon+.p-button-label {
    padding: .25em 1em .25em 2.1em
}

.gs-autocomplete {
    border: 1px solid #ccc;
    position: relative;
    background: #fff;
    border-radius: 0;
    width: 100%
}

.gs-autocomplete .gs-autocomplete-input {
    padding-right: 40px;
    background: #fff !important
}

.gs-autocomplete .has-error+p-autocomplete .p-autocomplete-input {
    border: 1px solid #a94442 !important
}

.gs-autocomplete .has-success+p-autocomplete .p-autocomplete-input {
    border: 1px solid #3c763d !important
}

.gs-autocomplete .gray-icon {
    background-color: #f2f2f2 !important;
    background-color: var(--gray) !important;
    cursor: pointer;
    z-index: 9
}

.gs-autocomplete .p-input-group {
    border-radius: 0 !important
}

.gs-autocomplete .p-inputgroup-addon {
    background-color: #f2f2f2;
    background-color: var(--gray);
    padding-top: 2px;
    min-width: 34px !important
}

.gs-autocomplete p-autoComplete,
.gs-autocomplete p-autoComplete span {
    width: 100% !important
}

.p-dialog {
    padding: 0;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    max-height: 90%;
    position: relative
}

p-table[ng-reflect-virtual-scroll=true] .p-datatable-wrapper {
    overflow: hidden !important
}

.p-autocomplete-panel {
    z-index: 2000 !important;
    border-radius: 0 !important;
    overflow-x: hidden
}

.p-autocomplete-panel ul {
    padding: 0 !important
}

.p-autocomplete-panel li {
    padding: .2em .8em !important
}

.p-autocomplete-panel .p-highlight {
    background: #0073c6 !important;
    background: var(--blue) !important;
    color: #fff !important;
    border-radius: 0 !important
}

.relative-inline-block {
    position: relative;
    display: inline-block
}

.absolute-top-right {
    position: absolute;
    right: 15px
}

.clickable {
    cursor: pointer
}

.clickable-fa.absolute-top-right,
.clickable-fa.relative-inline-block,
.clickable-fa>.absolute-top-right,
.clickable-fa>.relative-inline-block {
    cursor: pointer;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 24px !important
}

.clickable-fa.absolute-top-right:hover,
.clickable-fa.relative-inline-block:hover,
.clickable-fa>.absolute-top-right:hover,
.clickable-fa>.relative-inline-block:hover {
    color: #bcbcbc !important;
    text-decoration: none !important
}

.noPadding {
    padding: 0 !important
}

.noPadding-l {
    padding-left: 0 !important
}

.p15 {
    padding: 15px
}

.p15-right {
    padding-right: 15px
}

.m16-bottom {
    margin-bottom: 16px
}

.noPadding-r {
    padding-right: 0 !important
}

input {
    border-radius: 0 !important
}

gs-upload .gs-validator-glyph {
    right: 85px
}

.p-calendar {
    max-width: 290px
}

.p-calendar button {
    border-radius: 0 !important
}

.p-dialog {
    border: 1px solid hsla(0, 0%, 64%, .31);
    width: -moz-fit-content;
    width: fit-content
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .chart-container,
    .p-dialog {
        display: table
    }
}

gs-button.destructive button {
    background-color: #f44336 !important;
    color: #fff !important;
    border: none !important
}

gs-button.destructive button:focus,
gs-button.destructive button:hover {
    background-color: #a94442 !important
}

gs-button.primary button {
    background-color: #0073c6;
    border: 1px solid #0073c6;
    color: #fff
}

gs-button.primary button:focus,
gs-button.primary button:hover {
    background-color: #286090;
    border-color: #286090;
    color: #fff
}

.gs-menu-button-content {
    position: fixed;
    cursor: pointer;
    background-color: #fff;
    min-width: 160px;
    border: 1px solid #bcbcbc;
    border: 1px solid var(--darkestgray);
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .2);
    z-index: 9999
}

.gs-menu-button-content .menu-row {
    font-size: 14px;
    padding: 10px;
    color: #0073c6 !important;
    color: var(--blue) !important
}

.gs-menu-button-content .menu-row>span {
    padding-left: 10px
}

.gs-menu-button-content .menu-row:focus,
.gs-menu-button-content .menu-row:hover {
    background-color: #f2f2f2;
    background-color: var(--gray)
}

gs-confirmation-modal .section-body {
    padding: 0 !important
}

.modal .search-container {
    width: 40%
}

.has-error gs-multiselect div.p-multiselect {
    border: 1px solid #a94442 !important
}

.w-100 {
    width: 100%
}

.p-dropdown-panel .p-dropdown-list {
    padding: 0
}

.p-corner-all {
    border-radius: 0
}

.relative-container {
    position: relative
}

.button-input {
    width: auto !important
}

i.p-sortable-column-icon.pi {
    display: inline
}

.card {
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    display: inline-block
}

.card .component {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    background: #fff;
    font-size: 14px !important;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .2)
}

.card .component-header {
    background-color: #f8f8f8;
    position: relative;
    padding: 15px
}

.card .component-header h4 {
    font-family: Segoe UI Semibold, Arial, Sans-Serif !important;
    font-size: 18px;
    margin: 0 !important
}

.card .component-body {
    padding: 15px
}

.gs-view-width {
    width: calc(100vw - 3rem);
    margin: 0
}

.span-green {
    color: #0a8944;
    color: var(--primary-green)
}

.noMargin {
    margin: 0 !important
}

div.side-space-padding,
div.side-space-padding.col-lg-1,
div.side-space-padding.col-lg-10,
div.side-space-padding.col-lg-11,
div.side-space-padding.col-lg-12,
div.side-space-padding.col-lg-2,
div.side-space-padding.col-lg-3,
div.side-space-padding.col-lg-4,
div.side-space-padding.col-lg-5,
div.side-space-padding.col-lg-6,
div.side-space-padding.col-lg-7,
div.side-space-padding.col-lg-8,
div.side-space-padding.col-lg-9,
div.side-space-padding.col-md-1,
div.side-space-padding.col-md-10,
div.side-space-padding.col-md-11,
div.side-space-padding.col-md-12,
div.side-space-padding.col-md-2,
div.side-space-padding.col-md-3,
div.side-space-padding.col-md-4,
div.side-space-padding.col-md-5,
div.side-space-padding.col-md-6,
div.side-space-padding.col-md-7,
div.side-space-padding.col-md-8,
div.side-space-padding.col-md-9,
div.side-space-padding.col-sm-1,
div.side-space-padding.col-sm-10,
div.side-space-padding.col-sm-11,
div.side-space-padding.col-sm-12,
div.side-space-padding.col-sm-2,
div.side-space-padding.col-sm-3,
div.side-space-padding.col-sm-4,
div.side-space-padding.col-sm-5,
div.side-space-padding.col-sm-6,
div.side-space-padding.col-sm-7,
div.side-space-padding.col-sm-8,
div.side-space-padding.col-sm-9,
div.side-space-padding.col-xs-1,
div.side-space-padding.col-xs-10,
div.side-space-padding.col-xs-11,
div.side-space-padding.col-xs-12,
div.side-space-padding.col-xs-2,
div.side-space-padding.col-xs-3,
div.side-space-padding.col-xs-4,
div.side-space-padding.col-xs-5,
div.side-space-padding.col-xs-6,
div.side-space-padding.col-xs-7,
div.side-space-padding.col-xs-8,
div.side-space-padding.col-xs-9,
span.side-space-padding,
span.side-space-padding.col-lg-1,
span.side-space-padding.col-lg-10,
span.side-space-padding.col-lg-11,
span.side-space-padding.col-lg-12,
span.side-space-padding.col-lg-2,
span.side-space-padding.col-lg-3,
span.side-space-padding.col-lg-4,
span.side-space-padding.col-lg-5,
span.side-space-padding.col-lg-6,
span.side-space-padding.col-lg-7,
span.side-space-padding.col-lg-8,
span.side-space-padding.col-lg-9,
span.side-space-padding.col-md-1,
span.side-space-padding.col-md-10,
span.side-space-padding.col-md-11,
span.side-space-padding.col-md-12,
span.side-space-padding.col-md-2,
span.side-space-padding.col-md-3,
span.side-space-padding.col-md-4,
span.side-space-padding.col-md-5,
span.side-space-padding.col-md-6,
span.side-space-padding.col-md-7,
span.side-space-padding.col-md-8,
span.side-space-padding.col-md-9,
span.side-space-padding.col-sm-1,
span.side-space-padding.col-sm-10,
span.side-space-padding.col-sm-11,
span.side-space-padding.col-sm-12,
span.side-space-padding.col-sm-2,
span.side-space-padding.col-sm-3,
span.side-space-padding.col-sm-4,
span.side-space-padding.col-sm-5,
span.side-space-padding.col-sm-6,
span.side-space-padding.col-sm-7,
span.side-space-padding.col-sm-8,
span.side-space-padding.col-sm-9,
span.side-space-padding.col-xs-1,
span.side-space-padding.col-xs-10,
span.side-space-padding.col-xs-11,
span.side-space-padding.col-xs-12,
span.side-space-padding.col-xs-2,
span.side-space-padding.col-xs-3,
span.side-space-padding.col-xs-4,
span.side-space-padding.col-xs-5,
span.side-space-padding.col-xs-6,
span.side-space-padding.col-xs-7,
span.side-space-padding.col-xs-8,
span.side-space-padding.col-xs-9 {
    padding: 0 .25em
}

.gs-text-label {
    color: #000;
    color: var(--neutral-black);
    padding-bottom: 4px;
    margin: 1px
}

.gs-text-helper {
    color: #747575;
    color: var(--neutral-gray-2);
    margin-top: 4px
}

icon {
    display: flex;
    flex: 1;
    align-items: center
}

p-toast .ui-toast {
    z-index: 9000 !important
}

p-toast .ui-toast p-toastitem .ui-toast-message,
p-toast .ui-toast p-toastitem .ui-toast-message.ui-toast-message-info {
    background-color: #7fbcec
}

p-toast .ui-toast p-toastitem .ui-toast-message.ui-toast-message-warn {
    background-color: #ffe399
}

p-toast .ui-toast p-toastitem .ui-toast-message.ui-toast-message-error {
    background-color: #f8b7bd
}

p-toast .ui-toast p-toastitem .ui-toast-message.ui-toast-message-success {
    background-color: #b7d8b7
}

p-toast .ui-toast p-toastitem .ui-toast-message-content a.ui-toast-close-icon {
    color: #212121
}

p-toast .ui-toast p-toastitem .ui-toast-message-content a.ui-toast-close-icon:hover {
    text-decoration: none
}

.gs-donut-tooltip {
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    color: #fff;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%);
    transition: all .1s ease;
    min-width: 300px;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 999
}

.gs-donut-tooltip table {
    margin: 0
}

.p-datepicker {
    padding: .5rem
}

.p-datepicker .p-datepicker-header,
.p-datepicker table td,
.p-datepicker table th {
    padding: .25rem
}

.p-datepicker select,
.p-datepicker table {
    font-size: 14px !important
}

.p-datepicker th {
    text-align: center !important
}

.gsr-skelly {
    padding: 5px;
    box-sizing: border-box;
    opacity: .7
}

.gsr-skelly,
.gsr-skelly:after {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0
}

.gsr-skelly:after {
    content: "";
    animation: skeleton-loading 1s linear infinite alternate;
    left: 0;
    height: 100%;
    margin: auto 0;
    z-index: 99999
}