﻿@charset "UTF-8";
/*!
 * Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(../fonts/AvenirNext/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(../fonts/AvenirNext/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/AvenirNext/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/AvenirNext/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/AvenirNext/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/AvenirNext/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "";
}

.fa-accessible-icon:before {
    content: "";
}

.fa-accusoft: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-freshener:before {
    content: "";
}

.fa-algolia:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-right: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-anchor:before {
    content: "";
}

.fa-android: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-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-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-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-arrows-alt-h:before {
    content: "";
}

.fa-arrows-alt-v: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-atom: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-backspace:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-band-aid:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-bars:before {
    content: "";
}

.fa-baseball-ball:before {
    content: "";
}

.fa-basketball-ball:before {
    content: "";
}

.fa-bath:before {
    content: "";
}

.fa-battery-empty:before {
    content: "";
}

.fa-battery-full:before {
    content: "";
}

.fa-battery-half:before {
    content: "";
}

.fa-battery-quarter:before {
    content: "";
}

.fa-battery-three-quarters:before {
    content: "";
}

.fa-bed:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bezier-curve:before {
    content: "";
}

.fa-bible:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bimobject:before {
    content: "";
}

.fa-binoculars: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-blender:before {
    content: "";
}

.fa-blender-phone:before {
    content: "";
}

.fa-blind: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-bong:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-book-dead:before {
    content: "";
}

.fa-book-open:before {
    content: "";
}

.fa-book-reader:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-bowling-ball:before {
    content: "";
}

.fa-box:before {
    content: "";
}

.fa-box-open:before {
    content: "";
}

.fa-boxes:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-brain:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-briefcase-medical:before {
    content: "";
}

.fa-broadcast-tower:before {
    content: "";
}

.fa-broom:before {
    content: "";
}

.fa-brush:before {
    content: "";
}

.fa-btc:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-burn:before {
    content: "";
}

.fa-buromobelexperte:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-bus-alt:before {
    content: "";
}

.fa-business-time:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-calendar-alt:before {
    content: "";
}

.fa-calendar-check:before {
    content: "";
}

.fa-calendar-minus:before {
    content: "";
}

.fa-calendar-plus:before {
    content: "";
}

.fa-calendar-times:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-campground: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-crash:before {
    content: "";
}

.fa-car-side: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-cart-arrow-down:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cat: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-centercode:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-chair: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-pie:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-check-double:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-chess:before {
    content: "";
}

.fa-chess-bishop:before {
    content: "";
}

.fa-chess-board:before {
    content: "";
}

.fa-chess-king:before {
    content: "";
}

.fa-chess-knight:before {
    content: "";
}

.fa-chess-pawn:before {
    content: "";
}

.fa-chess-queen:before {
    content: "";
}

.fa-chess-rook: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-down:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-church:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-circle-notch:before {
    content: "";
}

.fa-city:before {
    content: "";
}

.fa-clipboard:before {
    content: "";
}

.fa-clipboard-check:before {
    content: "";
}

.fa-clipboard-list:before {
    content: "";
}

.fa-clock:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-closed-captioning:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-cloud-download-alt:before {
    content: "";
}

.fa-cloud-moon:before {
    content: "";
}

.fa-cloud-sun:before {
    content: "";
}

.fa-cloud-upload-alt:before {
    content: "";
}

.fa-cloudscale:before {
    content: "";
}

.fa-cloudsmith:before {
    content: "";
}

.fa-cloudversify:before {
    content: "";
}

.fa-cocktail:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-code-branch:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cog:before {
    content: "";
}

.fa-cogs:before {
    content: "";
}

.fa-coins:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-comment-alt:before {
    content: "";
}

.fa-comment-dollar:before {
    content: "";
}

.fa-comment-dots:before {
    content: "";
}

.fa-comment-slash:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-comments-dollar:before {
    content: "";
}

.fa-compact-disc:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-concierge-bell:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-cookie:before {
    content: "";
}

.fa-cookie-bite:before {
    content: "";
}

.fa-copy:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-couch: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-critical-role: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-css3:before {
    content: "";
}

.fa-css3-alt:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-cut:before {
    content: "";
}

.fa-cuttlefish:before {
    content: "";
}

.fa-d-and-d:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-deaf:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-deploydog:before {
    content: "";
}

.fa-deskpro:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-dev:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-dharmachakra:before {
    content: "";
}

.fa-diagnoses:before {
    content: "";
}

.fa-dice:before {
    content: "";
}

.fa-dice-d20:before {
    content: "";
}

.fa-dice-d6: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-digital-ocean:before {
    content: "";
}

.fa-digital-tachograph:before {
    content: "";
}

.fa-directions:before {
    content: "";
}

.fa-discord:before {
    content: "";
}

.fa-discourse:before {
    content: "";
}

.fa-divide:before {
    content: "";
}

.fa-dizzy:before {
    content: "";
}

.fa-dna:before {
    content: "";
}

.fa-dochub:before {
    content: "";
}

.fa-docker:before {
    content: "";
}

.fa-dog:before {
    content: "";
}

.fa-dollar-sign:before {
    content: "";
}

.fa-dolly:before {
    content: "";
}

.fa-dolly-flatbed: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-polygon:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-dribbble-square:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-drum:before {
    content: "";
}

.fa-drum-steelpan:before {
    content: "";
}

.fa-drumstick-bite:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-dumbbell:before {
    content: "";
}

.fa-dungeon:before {
    content: "";
}

.fa-dyalog:before {
    content: "";
}

.fa-earlybirds:before {
    content: "";
}

.fa-ebay:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-edit:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-elementor:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-ello:before {
    content: "";
}

.fa-ember:before {
    content: "";
}

.fa-empire:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-envelope-open: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-etsy:before {
    content: "";
}

.fa-euro-sign:before {
    content: "";
}

.fa-exchange-alt:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-exclamation-triangle:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-expand-arrows-alt:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-external-link-alt:before {
    content: "";
}

.fa-external-link-square-alt:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-dropper: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-fantasy-flight-games:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-feather:before {
    content: "";
}

.fa-feather-alt:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-alt:before {
    content: "";
}

.fa-file-archive:before {
    content: "";
}

.fa-file-audio:before {
    content: "";
}

.fa-file-code:before {
    content: "";
}

.fa-file-contract:before {
    content: "";
}

.fa-file-csv:before {
    content: "";
}

.fa-file-download:before {
    content: "";
}

.fa-file-excel: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-pdf:before {
    content: "";
}

.fa-file-powerpoint:before {
    content: "";
}

.fa-file-prescription:before {
    content: "";
}

.fa-file-signature:before {
    content: "";
}

.fa-file-upload:before {
    content: "";
}

.fa-file-video:before {
    content: "";
}

.fa-file-word:before {
    content: "";
}

.fa-fill:before {
    content: "";
}

.fa-fill-drip:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-fingerprint:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-firefox: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-fist-raised:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-flipboard:before {
    content: "";
}

.fa-flushed:before {
    content: "";
}

.fa-fly:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-minus:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-folder-plus: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-fonticons:before {
    content: "";
}

.fa-fonticons-fi:before {
    content: "";
}

.fa-football-ball: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-free-code-camp:before {
    content: "";
}

.fa-freebsd:before {
    content: "";
}

.fa-frog:before {
    content: "";
}

.fa-frown:before {
    content: "";
}

.fa-frown-open:before {
    content: "";
}

.fa-fulcrum:before {
    content: "";
}

.fa-funnel-dollar:before {
    content: "";
}

.fa-futbol:before {
    content: "";
}

.fa-galactic-republic:before {
    content: "";
}

.fa-galactic-senate:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-gas-pump: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-git: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-martini:before {
    content: "";
}

.fa-glass-martini-alt:before {
    content: "";
}

.fa-glasses: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-gofore:before {
    content: "";
}

.fa-golf-ball:before {
    content: "";
}

.fa-goodreads:before {
    content: "";
}

.fa-goodreads-g:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-google-drive:before {
    content: "";
}

.fa-google-play:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-google-plus-g:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-gopuram:before {
    content: "";
}

.fa-graduation-cap:before {
    content: "";
}

.fa-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-vertical:before {
    content: "";
}

.fa-gripfire:before {
    content: "";
}

.fa-grunt:before {
    content: "";
}

.fa-gulp:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-hacker-news:before {
    content: "";
}

.fa-hacker-news-square:before {
    content: "";
}

.fa-hackerrank:before {
    content: "";
}

.fa-hammer:before {
    content: "";
}

.fa-hamsa:before {
    content: "";
}

.fa-hand-holding:before {
    content: "";
}

.fa-hand-holding-heart:before {
    content: "";
}

.fa-hand-holding-usd:before {
    content: "";
}

.fa-hand-lizard: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-rock:before {
    content: "";
}

.fa-hand-scissors:before {
    content: "";
}

.fa-hand-spock:before {
    content: "";
}

.fa-hands:before {
    content: "";
}

.fa-hands-helping:before {
    content: "";
}

.fa-handshake:before {
    content: "";
}

.fa-hanukiah:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-hat-wizard:before {
    content: "";
}

.fa-haykal:before {
    content: "";
}

.fa-hdd:before {
    content: "";
}

.fa-heading:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-headphones-alt:before {
    content: "";
}

.fa-headset:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-helicopter:before {
    content: "";
}

.fa-highlighter:before {
    content: "";
}

.fa-hiking:before {
    content: "";
}

.fa-hippo:before {
    content: "";
}

.fa-hips:before {
    content: "";
}

.fa-hire-a-helper:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-hockey-puck:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-hooli:before {
    content: "";
}

.fa-hornbill:before {
    content: "";
}

.fa-horse:before {
    content: "";
}

.fa-hospital:before {
    content: "";
}

.fa-hospital-alt:before {
    content: "";
}

.fa-hospital-symbol:before {
    content: "";
}

.fa-hot-tub: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-damage:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-hryvnia:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-hubspot:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-id-card:before {
    content: "";
}

.fa-id-card-alt:before {
    content: "";
}

.fa-image:before {
    content: "";
}

.fa-images:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-infinity:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-itunes:before {
    content: "";
}

.fa-itunes-note:before {
    content: "";
}

.fa-java:before {
    content: "";
}

.fa-jedi:before {
    content: "";
}

.fa-jedi-order:before {
    content: "";
}

.fa-jenkins:before {
    content: "";
}

.fa-joget:before {
    content: "";
}

.fa-joint:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-journal-whills:before {
    content: "";
}

.fa-js:before {
    content: "";
}

.fa-js-square:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-kaaba:before {
    content: "";
}

.fa-kaggle:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-keybase:before {
    content: "";
}

.fa-keyboard:before {
    content: "";
}

.fa-keycdn:before {
    content: "";
}

.fa-khanda:before {
    content: "";
}

.fa-kickstarter:before {
    content: "";
}

.fa-kickstarter-k:before {
    content: "";
}

.fa-kiss:before {
    content: "";
}

.fa-kiss-beam:before {
    content: "";
}

.fa-kiss-wink-heart:before {
    content: "";
}

.fa-kiwi-bird:before {
    content: "";
}

.fa-korvue:before {
    content: "";
}

.fa-landmark:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-laptop-code:before {
    content: "";
}

.fa-laravel: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-leaf: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-alt:before {
    content: "";
}

.fa-level-up-alt:before {
    content: "";
}

.fa-life-ring:before {
    content: "";
}

.fa-lightbulb:before {
    content: "";
}

.fa-line:before {
    content: "";
}

.fa-link:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-linkedin-in:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-lira-sign:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-lock-open: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-low-vision:before {
    content: "";
}

.fa-luggage-cart:before {
    content: "";
}

.fa-lyft:before {
    content: "";
}

.fa-magento:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-mail-bulk:before {
    content: "";
}

.fa-mailchimp:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-mandalorian: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-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-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-megaport:before {
    content: "";
}

.fa-meh:before {
    content: "";
}

.fa-meh-blank:before {
    content: "";
}

.fa-meh-rolling-eyes:before {
    content: "";
}

.fa-memory:before {
    content: "";
}

.fa-menorah:before {
    content: "";
}

.fa-mercury: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-microscope:before {
    content: "";
}

.fa-microsoft:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-mix:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-mizuni:before {
    content: "";
}

.fa-mobile:before {
    content: "";
}

.fa-mobile-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-monument:before {
    content: "";
}

.fa-moon:before {
    content: "";
}

.fa-mortar-pestle:before {
    content: "";
}

.fa-mosque:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-mountain:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-napster:before {
    content: "";
}

.fa-neos:before {
    content: "";
}

.fa-network-wired:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-newspaper:before {
    content: "";
}

.fa-nimblr:before {
    content: "";
}

.fa-nintendo-switch: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-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-oil-can:before {
    content: "";
}

.fa-old-republic:before {
    content: "";
}

.fa-om:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-osi:before {
    content: "";
}

.fa-otter:before {
    content: "";
}

.fa-outdent:before {
    content: "";
}

.fa-page4:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-paint-roller:before {
    content: "";
}

.fa-palette:before {
    content: "";
}

.fa-palfed:before {
    content: "";
}

.fa-pallet:before {
    content: "";
}

.fa-paper-plane:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-parachute-box:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-parking: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-paypal:before {
    content: "";
}

.fa-peace: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-alt:before {
    content: "";
}

.fa-pencil-ruler:before {
    content: "";
}

.fa-penny-arcade:before {
    content: "";
}

.fa-people-carry:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-percentage:before {
    content: "";
}

.fa-periscope:before {
    content: "";
}

.fa-phabricator:before {
    content: "";
}

.fa-phoenix-framework:before {
    content: "";
}

.fa-phoenix-squadron:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-phone-slash:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-phone-volume:before {
    content: "";
}

.fa-php: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-piggy-bank:before {
    content: "";
}

.fa-pills:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-place-of-worship:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-plane-arrival:before {
    content: "";
}

.fa-plane-departure: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-square:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-poll:before {
    content: "";
}

.fa-poll-h:before {
    content: "";
}

.fa-poo:before {
    content: "";
}

.fa-poop: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-print:before {
    content: "";
}

.fa-procedures:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-project-diagram: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-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-random:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-react:before {
    content: "";
}

.fa-readme:before {
    content: "";
}

.fa-rebel:before {
    content: "";
}

.fa-receipt: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-redo:before {
    content: "";
}

.fa-redo-alt:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-rendact:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-reply:before {
    content: "";
}

.fa-reply-all:before {
    content: "";
}

.fa-replyd:before {
    content: "";
}

.fa-researchgate:before {
    content: "";
}

.fa-resolving:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-rev:before {
    content: "";
}

.fa-ribbon:before {
    content: "";
}

.fa-ring:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-robot:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-rocketchat:before {
    content: "";
}

.fa-rockrms:before {
    content: "";
}

.fa-route: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-vertical:before {
    content: "";
}

.fa-running:before {
    content: "";
}

.fa-rupee-sign:before {
    content: "";
}

.fa-sad-cry:before {
    content: "";
}

.fa-sad-tear:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-sass:before {
    content: "";
}

.fa-save:before {
    content: "";
}

.fa-schlix:before {
    content: "";
}

.fa-school:before {
    content: "";
}

.fa-screwdriver:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-scroll: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-server:before {
    content: "";
}

.fa-servicestack:before {
    content: "";
}

.fa-shapes:before {
    content: "";
}

.fa-share:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-shekel-sign:before {
    content: "";
}

.fa-shield-alt:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-shipping-fast:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-shoe-prints:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-shopware:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-shuttle-van:before {
    content: "";
}

.fa-sign:before {
    content: "";
}

.fa-sign-in-alt:before {
    content: "";
}

.fa-sign-language:before {
    content: "";
}

.fa-sign-out-alt:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-signature:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-sistrix:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-sith:before {
    content: "";
}

.fa-skull: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-sliders-h:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-smile:before {
    content: "";
}

.fa-smile-beam:before {
    content: "";
}

.fa-smile-wink:before {
    content: "";
}

.fa-smoking:before {
    content: "";
}

.fa-smoking-ban:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-snowflake:before {
    content: "";
}

.fa-socks:before {
    content: "";
}

.fa-solar-panel:before {
    content: "";
}

.fa-sort:before {
    content: "";
}

.fa-sort-alpha-down:before {
    content: "";
}

.fa-sort-alpha-up:before {
    content: "";
}

.fa-sort-amount-down:before {
    content: "";
}

.fa-sort-amount-up:before {
    content: "";
}

.fa-sort-down:before {
    content: "";
}

.fa-sort-numeric-down:before {
    content: "";
}

.fa-sort-numeric-up:before {
    content: "";
}

.fa-sort-up:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-spa:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-speakap:before {
    content: "";
}

.fa-spider:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-splotch:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-spray-can:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-square-full:before {
    content: "";
}

.fa-square-root-alt:before {
    content: "";
}

.fa-squarespace:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-stamp:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-and-crescent: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-staylinked:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-steam-symbol: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-stop:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stopwatch:before {
    content: "";
}

.fa-store:before {
    content: "";
}

.fa-store-alt:before {
    content: "";
}

.fa-strava:before {
    content: "";
}

.fa-stream:before {
    content: "";
}

.fa-street-view: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-superpowers:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-supple:before {
    content: "";
}

.fa-surprise:before {
    content: "";
}

.fa-swatchbook:before {
    content: "";
}

.fa-swimmer:before {
    content: "";
}

.fa-swimming-pool: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-tablets:before {
    content: "";
}

.fa-tachometer-alt:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-tape:before {
    content: "";
}

.fa-tasks: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-tencent-weibo:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-text-height: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-thumbs-down:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbtack:before {
    content: "";
}

.fa-ticket-alt:before {
    content: "";
}

.fa-times:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-tint-slash:before {
    content: "";
}

.fa-tired:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-toilet-paper:before {
    content: "";
}

.fa-toolbox:before {
    content: "";
}

.fa-tooth:before {
    content: "";
}

.fa-torah:before {
    content: "";
}

.fa-torii-gate:before {
    content: "";
}

.fa-tractor:before {
    content: "";
}

.fa-trade-federation:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-traffic-light:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-trash-alt:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-truck-loading:before {
    content: "";
}

.fa-truck-monster:before {
    content: "";
}

.fa-truck-moving:before {
    content: "";
}

.fa-truck-pickup:before {
    content: "";
}

.fa-tshirt:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-tv:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-typo3:before {
    content: "";
}

.fa-uber:before {
    content: "";
}

.fa-uikit:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-umbrella-beach:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-undo:before {
    content: "";
}

.fa-undo-alt:before {
    content: "";
}

.fa-uniregistry:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-university:before {
    content: "";
}

.fa-unlink:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-untappd:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-user-alt:before {
    content: "";
}

.fa-user-alt-slash:before {
    content: "";
}

.fa-user-astronaut:before {
    content: "";
}

.fa-user-check:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-clock:before {
    content: "";
}

.fa-user-cog:before {
    content: "";
}

.fa-user-edit:before {
    content: "";
}

.fa-user-friends:before {
    content: "";
}

.fa-user-graduate:before {
    content: "";
}

.fa-user-injured:before {
    content: "";
}

.fa-user-lock:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-user-minus:before {
    content: "";
}

.fa-user-ninja:before {
    content: "";
}

.fa-user-plus: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-users:before {
    content: "";
}

.fa-users-cog:before {
    content: "";
}

.fa-ussunnah:before {
    content: "";
}

.fa-utensil-spoon:before {
    content: "";
}

.fa-utensils:before {
    content: "";
}

.fa-vaadin:before {
    content: "";
}

.fa-vector-square:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-venus-mars: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-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-vk:before {
    content: "";
}

.fa-vnv:before {
    content: "";
}

.fa-volleyball-ball:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-mute:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-vuejs:before {
    content: "";
}

.fa-walking:before {
    content: "";
}

.fa-wallet:before {
    content: "";
}

.fa-warehouse:before {
    content: "";
}

.fa-weebly:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-weight:before {
    content: "";
}

.fa-weight-hanging:before {
    content: "";
}

.fa-weixin:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-whatsapp-square:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-whmcs:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-wind:before {
    content: "";
}

.fa-window-close:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-wine-bottle:before {
    content: "";
}

.fa-wine-glass:before {
    content: "";
}

.fa-wine-glass-alt:before {
    content: "";
}

.fa-wix:before {
    content: "";
}

.fa-wizards-of-the-coast:before {
    content: "";
}

.fa-wolf-pack-battalion:before {
    content: "";
}

.fa-won-sign:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-wordpress-simple:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-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-yandex:before {
    content: "";
}

.fa-yandex-international: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 Free 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/iconApp/fa-regular-400.eot");
    src: url("../fonts/iconApp/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/iconApp/fa-regular-400.woff2") format("woff2"), url("../fonts/iconApp/fa-regular-400.woff") format("woff"), url("../fonts/iconApp/fa-regular-400.ttf") format("truetype"), url("../fonts/iconApp/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

/*!
 * Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/iconApp/fa-solid-900.eot");
    src: url("../fonts/iconApp/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/iconApp/fa-solid-900.woff2") format("woff2"), url("../fonts/iconApp/fa-solid-900.woff") format("woff"), url("../fonts/iconApp/fa-solid-900.ttf") format("truetype"), url("../fonts/iconApp/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*!
 * Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iconApp/fa-brands-400.eot");
    src: url("../fonts/iconApp/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/iconApp/fa-brands-400.woff2") format("woff2"), url("../fonts/iconApp/fa-brands-400.woff") format("woff"), url("../fonts/iconApp/fa-brands-400.ttf") format("truetype"), url("../fonts/iconApp/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: "themify";
    src: url(../fonts/iconApp/themify.eot?-fvbane);
    src: url(../fonts/iconApp/themify.eot?#iefix-fvbane) format("embedded-opentype"), url(../fonts/iconApp/themify.woff?-fvbane) format("woff"), url(../fonts/iconApp/themify.ttf?-fvbane) format("truetype"), url(../fonts/iconApp/themify.svg?-fvbane#themify) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "themify";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    *margin-right: 0.3em;
}

    [class^=icon-]:before,
    [class*=" icon-"]:before {
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333em;
}

/* makes sure icons active on rollover in links */
a [class^=icon-],
a [class*=" icon-"] {
    display: inline;
}

/* increased font size for icon-large */
[class^=icon-].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571429em;
    text-align: right;
    padding-right: 0.2857142857em;
}

    [class^=icon-].icon-fixed-width.icon-large,
    [class*=" icon-"].icon-fixed-width.icon-large {
        width: 1.4285714286em;
    }

.icons-ul {
    margin-left: 2.1428571429em;
    list-style-type: none;
}

    .icons-ul > li {
        position: relative;
    }

    .icons-ul .icon-li {
        position: absolute;
        left: -2.1428571429em;
        width: 2.1428571429em;
        text-align: center;
        line-height: inherit;
    }

[class^=icon-].hide,
[class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: white;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: 0.2em 0.25em 0.15em;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

    .icon-2x.icon-border {
        border-width: 2px;
        border-radius: 4px;
    }

.icon-3x {
    font-size: 3em;
}

    .icon-3x.icon-border {
        border-width: 3px;
        border-radius: 5px;
    }

.icon-4x {
    font-size: 4em;
}

    .icon-4x.icon-border {
        border-width: 4px;
        border-radius: 6px;
    }

.icon-5x {
    font-size: 5em;
}

    .icon-5x.icon-border {
        border-width: 5px;
        border-radius: 7px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^=icon-].pull-left,
[class*=" icon-"].pull-left {
    margin-right: 0.3em;
}

[class^=icon-].pull-right,
[class*=" icon-"].pull-right {
    margin-left: 0.3em;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

    .icon-stack [class^=icon-],
    .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em;
    }

    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em;
    }

/* Animated rotating icon */
.icon-spin {
    display: inline-block;
    animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
    display: inline-block;
}

.icon-wand:before {
    content: "";
}

.icon-volume:before {
    content: "";
}

.icon-user:before {
    content: "";
}

.icon-unlock:before {
    content: "";
}

.icon-unlink:before {
    content: "";
}

.icon-trash:before {
    content: "";
}

.icon-thought:before {
    content: "";
}

.icon-target:before {
    content: "";
}

.icon-tag:before {
    content: "";
}

.icon-tablet:before {
    content: "";
}

.icon-star:before {
    content: "";
}

.icon-spray:before {
    content: "";
}

.icon-signal:before {
    content: "";
}

.icon-shopping-cart:before {
    content: "";
}

.icon-shopping-cart-full:before {
    content: "";
}

.icon-settings:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-zoom-in:before {
    content: "";
}

.icon-zoom-out:before {
    content: "";
}

.icon-cut:before {
    content: "";
}

.icon-ruler:before {
    content: "";
}

.icon-ruler-pencil:before {
    content: "";
}

.icon-ruler-alt:before {
    content: "";
}

.icon-bookmark:before {
    content: "";
}

.icon-bookmark-alt:before {
    content: "";
}

.icon-reload:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-pin:before {
    content: "";
}

.icon-pencil:before {
    content: "";
}

.icon-pencil-alt:before {
    content: "";
}

.icon-paint-roller:before {
    content: "";
}

.icon-paint-bucket:before {
    content: "";
}

.icon-na:before {
    content: "";
}

.icon-mobile:before {
    content: "";
}

.icon-minus:before {
    content: "";
}

.icon-medall:before {
    content: "";
}

.icon-medall-alt:before {
    content: "";
}

.icon-marker:before {
    content: "";
}

.icon-marker-alt:before {
    content: "";
}

.icon-arrow-up:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-arrow-down:before {
    content: "";
}

.icon-lock:before {
    content: "";
}

.icon-location-arrow:before {
    content: "";
}

.icon-link:before {
    content: "";
}

.icon-layout:before {
    content: "";
}

.icon-layers:before {
    content: "";
}

.icon-layers-alt:before {
    content: "";
}

.icon-key:before {
    content: "";
}

.icon-import:before {
    content: "";
}

.icon-image:before {
    content: "";
}

.icon-heart:before {
    content: "";
}

.icon-heart-broken:before {
    content: "";
}

.icon-hand-stop:before {
    content: "";
}

.icon-hand-open:before {
    content: "";
}

.icon-hand-drag:before {
    content: "";
}

.icon-folder:before {
    content: "";
}

.icon-flag:before {
    content: "";
}

.icon-flag-alt:before {
    content: "";
}

.icon-flag-alt-2:before {
    content: "";
}

.icon-eye:before {
    content: "";
}

.icon-export:before {
    content: "";
}

.icon-exchange-vertical:before {
    content: "";
}

.icon-desktop:before {
    content: "";
}

.icon-cup:before {
    content: "";
}

.icon-crown:before {
    content: "";
}

.icon-comments:before {
    content: "";
}

.icon-comment:before {
    content: "";
}

.icon-comment-alt:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-clip:before {
    content: "";
}

.icon-angle-up:before {
    content: "";
}

.icon-angle-right:before {
    content: "";
}

.icon-angle-left:before {
    content: "";
}

.icon-angle-down:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-check-box:before {
    content: "";
}

.icon-camera:before {
    content: "";
}

.icon-announcement:before {
    content: "";
}

.icon-brush:before {
    content: "";
}

.icon-briefcase:before {
    content: "";
}

.icon-bolt:before {
    content: "";
}

.icon-bolt-alt:before {
    content: "";
}

.icon-blackboard:before {
    content: "";
}

.icon-bag:before {
    content: "";
}

.icon-move:before {
    content: "";
}

.icon-arrows-vertical:before {
    content: "";
}

.icon-arrows-horizontal:before {
    content: "";
}

.icon-fullscreen:before {
    content: "";
}

.icon-arrow-top-right:before {
    content: "";
}

.icon-arrow-top-left:before {
    content: "";
}

.icon-arrow-circle-up:before {
    content: "";
}

.icon-arrow-circle-right:before {
    content: "";
}

.icon-arrow-circle-left:before {
    content: "";
}

.icon-arrow-circle-down:before {
    content: "";
}

.icon-angle-double-up:before {
    content: "";
}

.icon-angle-double-right:before {
    content: "";
}

.icon-angle-double-left:before {
    content: "";
}

.icon-angle-double-down:before {
    content: "";
}

.icon-zip:before {
    content: "";
}

.icon-world:before {
    content: "";
}

.icon-wheelchair:before {
    content: "";
}

.icon-view-list:before {
    content: "";
}

.icon-view-list-alt:before {
    content: "";
}

.icon-view-grid:before {
    content: "";
}

.icon-uppercase:before {
    content: "";
}

.icon-upload:before {
    content: "";
}

.icon-underline:before {
    content: "";
}

.icon-truck:before {
    content: "";
}

.icon-timer:before {
    content: "";
}

.icon-ticket:before {
    content: "";
}

.icon-thumb-up:before {
    content: "";
}

.icon-thumb-down:before {
    content: "";
}

.icon-text:before {
    content: "";
}

.icon-stats-up:before {
    content: "";
}

.icon-stats-down:before {
    content: "";
}

.icon-split-v:before {
    content: "";
}

.icon-split-h:before {
    content: "";
}

.icon-smallcap:before {
    content: "";
}

.icon-shine:before {
    content: "";
}

.icon-shift-right:before {
    content: "";
}

.icon-shift-left:before {
    content: "";
}

.icon-shield:before {
    content: "";
}

.icon-notepad:before {
    content: "";
}

.icon-server:before {
    content: "";
}

.icon-quote-right:before {
    content: "";
}

.icon-quote-left:before {
    content: "";
}

.icon-pulse:before {
    content: "";
}

.icon-printer:before {
    content: "";
}

.icon-power-off:before {
    content: "";
}

.icon-plug:before {
    content: "";
}

.icon-pie-chart:before {
    content: "";
}

.icon-paragraph:before {
    content: "";
}

.icon-panel:before {
    content: "";
}

.icon-package:before {
    content: "";
}

.icon-music:before {
    content: "";
}

.icon-music-alt:before {
    content: "";
}

.icon-mouse:before {
    content: "";
}

.icon-mouse-alt:before {
    content: "";
}

.icon-money:before {
    content: "";
}

.icon-microphone:before {
    content: "";
}

.icon-menu:before {
    content: "";
}

.icon-menu-alt:before {
    content: "";
}

.icon-map:before {
    content: "";
}

.icon-map-alt:before {
    content: "";
}

.icon-loop:before {
    content: "";
}

.icon-location-pin:before {
    content: "";
}

.icon-list:before {
    content: "";
}

.icon-light-bulb:before {
    content: "";
}

.icon-Italic:before {
    content: "";
}

.icon-info:before {
    content: "";
}

.icon-infinite:before {
    content: "";
}

.icon-id-badge:before {
    content: "";
}

.icon-hummer:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-help:before {
    content: "";
}

.icon-headphone:before {
    content: "";
}

.icon-harddrives:before {
    content: "";
}

.icon-harddrive:before {
    content: "";
}

.icon-gift:before {
    content: "";
}

.icon-game:before {
    content: "";
}

.icon-filter:before {
    content: "";
}

.icon-files:before {
    content: "";
}

.icon-file:before {
    content: "";
}

.icon-eraser:before {
    content: "";
}

.icon-envelope:before {
    content: "";
}

.icon-download:before {
    content: "";
}

.icon-direction:before {
    content: "";
}

.icon-direction-alt:before {
    content: "";
}

.icon-dashboard:before {
    content: "";
}

.icon-control-stop:before {
    content: "";
}

.icon-control-shuffle:before {
    content: "";
}

.icon-control-play:before {
    content: "";
}

.icon-control-pause:before {
    content: "";
}

.icon-control-forward:before {
    content: "";
}

.icon-control-backward:before {
    content: "";
}

.icon-cloud:before {
    content: "";
}

.icon-cloud-up:before {
    content: "";
}

.icon-cloud-down:before {
    content: "";
}

.icon-clipboard:before {
    content: "";
}

.icon-car:before {
    content: "";
}

.icon-calendar:before {
    content: "";
}

.icon-book:before {
    content: "";
}

.icon-bell:before {
    content: "";
}

.icon-basketball:before {
    content: "";
}

.icon-bar-chart:before {
    content: "";
}

.icon-bar-chart-alt:before {
    content: "";
}

.icon-back-right:before {
    content: "";
}

.icon-back-left:before {
    content: "";
}

.icon-arrows-corner:before {
    content: "";
}

.icon-archive:before {
    content: "";
}

.icon-anchor:before {
    content: "";
}

.icon-align-right:before {
    content: "";
}

.icon-align-left:before {
    content: "";
}

.icon-align-justify:before {
    content: "";
}

.icon-align-center:before {
    content: "";
}

.icon-alert:before {
    content: "";
}

.icon-alarm-clock:before {
    content: "";
}

.icon-agenda:before {
    content: "";
}

.icon-write:before {
    content: "";
}

.icon-window:before {
    content: "";
}

.icon-widgetized:before {
    content: "";
}

.icon-widget:before {
    content: "";
}

.icon-widget-alt:before {
    content: "";
}

.icon-wallet:before {
    content: "";
}

.icon-video-clapper:before {
    content: "";
}

.icon-video-camera:before {
    content: "";
}

.icon-vector:before {
    content: "";
}

.icon-themify-logo:before {
    content: "";
}

.icon-themify-favicon:before {
    content: "";
}

.icon-themify-favicon-alt:before {
    content: "";
}

.icon-support:before {
    content: "";
}

.icon-stamp:before {
    content: "";
}

.icon-split-v-alt:before {
    content: "";
}

.icon-slice:before {
    content: "";
}

.icon-shortcode:before {
    content: "";
}

.icon-shift-right-alt:before {
    content: "";
}

.icon-shift-left-alt:before {
    content: "";
}

.icon-ruler-alt-2:before {
    content: "";
}

.icon-receipt:before {
    content: "";
}

.icon-pin2:before {
    content: "";
}

.icon-pin-alt:before {
    content: "";
}

.icon-pencil-alt2:before {
    content: "";
}

.icon-palette:before {
    content: "";
}

.icon-more:before {
    content: "";
}

.icon-more-alt:before {
    content: "";
}

.icon-microphone-alt:before {
    content: "";
}

.icon-magnet:before {
    content: "";
}

.icon-line-double:before {
    content: "";
}

.icon-line-dotted:before {
    content: "";
}

.icon-line-dashed:before {
    content: "";
}

.icon-layout-width-full:before {
    content: "";
}

.icon-layout-width-default:before {
    content: "";
}

.icon-layout-width-default-alt:before {
    content: "";
}

.icon-layout-tab:before {
    content: "";
}

.icon-layout-tab-window:before {
    content: "";
}

.icon-layout-tab-v:before {
    content: "";
}

.icon-layout-tab-min:before {
    content: "";
}

.icon-layout-slider:before {
    content: "";
}

.icon-layout-slider-alt:before {
    content: "";
}

.icon-layout-sidebar-right:before {
    content: "";
}

.icon-layout-sidebar-none:before {
    content: "";
}

.icon-layout-sidebar-left:before {
    content: "";
}

.icon-layout-placeholder:before {
    content: "";
}

.icon-layout-menu:before {
    content: "";
}

.icon-layout-menu-v:before {
    content: "";
}

.icon-layout-menu-separated:before {
    content: "";
}

.icon-layout-menu-full:before {
    content: "";
}

.icon-layout-media-right-alt:before {
    content: "";
}

.icon-layout-media-right:before {
    content: "";
}

.icon-layout-media-overlay:before {
    content: "";
}

.icon-layout-media-overlay-alt:before {
    content: "";
}

.icon-layout-media-overlay-alt-2:before {
    content: "";
}

.icon-layout-media-left-alt:before {
    content: "";
}

.icon-layout-media-left:before {
    content: "";
}

.icon-layout-media-center-alt:before {
    content: "";
}

.icon-layout-media-center:before {
    content: "";
}

.icon-layout-list-thumb:before {
    content: "";
}

.icon-layout-list-thumb-alt:before {
    content: "";
}

.icon-layout-list-post:before {
    content: "";
}

.icon-layout-list-large-image:before {
    content: "";
}

.icon-layout-line-solid:before {
    content: "";
}

.icon-layout-grid4:before {
    content: "";
}

.icon-layout-grid3:before {
    content: "";
}

.icon-layout-grid2:before {
    content: "";
}

.icon-layout-grid2-thumb:before {
    content: "";
}

.icon-layout-cta-right:before {
    content: "";
}

.icon-layout-cta-left:before {
    content: "";
}

.icon-layout-cta-center:before {
    content: "";
}

.icon-layout-cta-btn-right:before {
    content: "";
}

.icon-layout-cta-btn-left:before {
    content: "";
}

.icon-layout-column4:before {
    content: "";
}

.icon-layout-column3:before {
    content: "";
}

.icon-layout-column2:before {
    content: "";
}

.icon-layout-accordion-separated:before {
    content: "";
}

.icon-layout-accordion-merged:before {
    content: "";
}

.icon-layout-accordion-list:before {
    content: "";
}

.icon-ink-pen:before {
    content: "";
}

.icon-info-alt:before {
    content: "";
}

.icon-help-alt:before {
    content: "";
}

.icon-headphone-alt:before {
    content: "";
}

.icon-hand-point-up:before {
    content: "";
}

.icon-hand-point-right:before {
    content: "";
}

.icon-hand-point-left:before {
    content: "";
}

.icon-hand-point-down:before {
    content: "";
}

.icon-gallery:before {
    content: "";
}

.icon-face-smile:before {
    content: "";
}

.icon-face-sad:before {
    content: "";
}

.icon-credit-card:before {
    content: "";
}

.icon-control-skip-forward:before {
    content: "";
}

.icon-control-skip-backward:before {
    content: "";
}

.icon-control-record:before {
    content: "";
}

.icon-control-eject:before {
    content: "";
}

.icon-comments-smiley:before {
    content: "";
}

.icon-brush-alt:before {
    content: "";
}

.icon-youtube:before {
    content: "";
}

.icon-vimeo:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-time:before {
    content: "";
}

.icon-tumblr:before {
    content: "";
}

.icon-skype:before {
    content: "";
}

.icon-share:before {
    content: "";
}

.icon-share-alt:before {
    content: "";
}

.icon-rocket:before {
    content: "";
}

.icon-pinterest:before {
    content: "";
}

.icon-new-window:before {
    content: "";
}

.icon-microsoft:before {
    content: "";
}

.icon-list-ol:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-layout-sidebar-2:before {
    content: "";
}

.icon-layout-grid4-alt:before {
    content: "";
}

.icon-layout-grid3-alt:before {
    content: "";
}

.icon-layout-grid2-alt:before {
    content: "";
}

.icon-layout-column4-alt:before {
    content: "";
}

.icon-layout-column3-alt:before {
    content: "";
}

.icon-layout-column2-alt:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-google:before {
    content: "";
}

.icon-github:before {
    content: "";
}

.icon-flickr:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-dropbox:before {
    content: "";
}

.icon-dribbble:before {
    content: "";
}

.icon-apple:before {
    content: "";
}

.icon-android:before {
    content: "";
}

.icon-save:before {
    content: "";
}

.icon-save-alt:before {
    content: "";
}

.icon-yahoo:before {
    content: "";
}

.icon-wordpress:before {
    content: "";
}

.icon-vimeo-alt:before {
    content: "";
}

.icon-twitter-alt:before {
    content: "";
}

.icon-tumblr-alt:before {
    content: "";
}

.icon-trello:before {
    content: "";
}

.icon-stack-overflow:before {
    content: "";
}

.icon-soundcloud:before {
    content: "";
}

.icon-sharethis:before {
    content: "";
}

.icon-sharethis-alt:before {
    content: "";
}

.icon-reddit:before {
    content: "";
}

.icon-pinterest-alt:before {
    content: "";
}

.icon-microsoft-alt:before {
    content: "";
}

.icon-linux:before {
    content: "";
}

.icon-jsfiddle:before {
    content: "";
}

.icon-joomla:before {
    content: "";
}

.icon-html5:before {
    content: "";
}

.icon-flickr-alt:before {
    content: "";
}

.icon-email:before {
    content: "";
}

.icon-drupal:before {
    content: "";
}

.icon-dropbox-alt:before {
    content: "";
}

.icon-css3:before {
    content: "";
}

.icon-rss:before {
    content: "";
}

.icon-rss-alt:before {
    content: "";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
    font-family: "Text-Security";
    src: url("../fonts/TextSecurity/text-security-circle.woff2") format("woff2"), url("../fonts/TextSecurity/text-security-circle.tff") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "DINCondensed-Bold";
    src: url("../fonts/DINCondensed/DINCondensedBold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/DINCondensed/DINCondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINCondensed/DINCondensedBold.otf") format("opentype"), url("../fonts/DINCondensed/DINCondensedBold.svg") format("svg"), url("../fonts/DINCondensed/DINCondensedBold.ttf") format("truetype"), url("../fonts/DINCondensed/DINCondensedBold.woff") format("woff"), url("../fonts/DINCondensed/DINCondensedBold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "UTM Avo";
    src: url("../fonts/UTM/UTMAvo-BoldItalic.eot");
    src: local("UTM Avo Bold Italic"), local("UTMAvo-BoldItalic"), url("../fonts/UTM/UTMAvo-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/UTM/UTMAvo-BoldItalic.woff2") format("woff2"), url("../fonts/UTM/UTMAvo-BoldItalic.woff") format("woff"), url("../fonts/UTM/UTMAvo-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "UTM Avo";
    src: url("../fonts/UTM/UTMAvo-Italic.eot");
    src: local("UTM Avo Italic"), local("UTMAvo-Italic"), url("../fonts/UTM/UTMAvo-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/UTM/UTMAvo-Italic.woff2") format("woff2"), url("../fonts/UTM/UTMAvo-Italic.woff") format("woff"), url("../fonts/UTM/UTMAvo-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "UTM Avo";
    src: url("../fonts/UTM/UTMAvoBold.eot");
    src: local("UTMAvoBold"), url("../fonts/UTM/UTMAvoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UTM/UTMAvoBold.woff2") format("woff2"), url("../fonts/UTM/UTMAvoBold.woff") format("woff"), url("../fonts/UTM/UTMAvoBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "UTM Avo";
    src: url("../fonts/UTMAvo.eot");
    src: local("UTM Avo"), local("UTMAvo"), url("../fonts/UTM/UTMAvo.eot?#iefix") format("embedded-opentype"), url("../fonts/UTM/UTMAvo.woff2") format("woff2"), url("../fonts/UTM/UTMAvo.woff") format("woff"), url("../fonts/UTM/UTMAvo.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/*** Avenir Next***/
@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext/AvenirNext-UltraLightItalic.eot");
    src: local("Avenir Next Ultra Light Italic"), local("AvenirNext-UltraLightItalic"), url("../fonts/AvenirNext/AvenirNext-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext-UltraLightItalic.woff2") format("woff2"), url("../fonts/AvenirNext/AvenirNext-UltraLightItalic.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext-UltraLightItalic.ttf") format("truetype"), url("../fonts/AvenirNext/AvenirNext-UltraLightItalic.svg#AvenirNext-UltraLightItalic") format("svg");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext/AvenirNext-Bold.eot");
    src: local("Avenir Next Bold"), local("AvenirNext-Bold"), url("../fonts/AvenirNext/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext-Bold.woff2") format("woff2"), url("../fonts/AvenirNext/AvenirNext-Bold.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext-Bold.ttf") format("truetype"), url("../fonts/AvenirNext/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext/AvenirNext-HeavyItalic.eot");
    src: local("Avenir Next Heavy Italic"), local("AvenirNext-HeavyItalic"), url("../fonts/AvenirNext/AvenirNext-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext-HeavyItalic.woff2") format("woff2"), url("../fonts/AvenirNext/AvenirNext-HeavyItalic.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext-HeavyItalic.ttf") format("truetype"), url("../fonts/AvenirNext/AvenirNext-HeavyItalic.svg#AvenirNext-HeavyItalic") format("svg");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext/AvenirNext-UltraLight.eot");
    src: local("AvenirNext-UltraLight"), url("../fonts/AvenirNext/AvenirNext-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext-UltraLight.woff2") format("woff2"), url("../fonts/AvenirNext/AvenirNext-UltraLight.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext-UltraLight.ttf") format("truetype"), url("../fonts/AvenirNext/AvenirNext-UltraLight.svg#AvenirNext-UltraLight") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext/AvenirNext-Regular.eot");
    src: local("Avenir Next Regular"), local("AvenirNext-Regular"), url("../fonts/AvenirNext/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext-Regular.woff2") format("woff2"), url("../fonts/AvenirNext/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext-Regular.ttf") format("truetype"), url("../fonts/AvenirNext/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext/AvenirNext-Italic.eot");
    src: local("Avenir Next Italic"), local("AvenirNext-Italic"), url("../fonts/AvenirNext/AvenirNext-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext-Italic.woff2") format("woff2"), url("../fonts/AvenirNext/AvenirNext-Italic.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext-Italic.ttf") format("truetype"), url("../fonts/AvenirNext/AvenirNext-Italic.svg#AvenirNext-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext/AvenirNext-MediumItalic.eot");
    src: local("Avenir Next Medium Italic"), local("AvenirNext-MediumItalic"), url("../fonts/AvenirNext/AvenirNext-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext-MediumItalic.woff2") format("woff2"), url("../fonts/AvenirNext/AvenirNext-MediumItalic.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext-MediumItalic.ttf") format("truetype"), url("../fonts/AvenirNext/AvenirNext-MediumItalic.svg#AvenirNext-MediumItalic") format("svg");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext/AvenirNext-DemiBoldItalic.eot");
    src: local("Avenir Next Demi Bold Italic"), local("AvenirNext-DemiBoldItalic"), url("../fonts/AvenirNext/AvenirNext-DemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext-DemiBoldItalic.woff2") format("woff2"), url("../fonts/AvenirNext/AvenirNext-DemiBoldItalic.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext-DemiBoldItalic.ttf") format("truetype"), url("../fonts/AvenirNext/AvenirNext-DemiBoldItalic.svg#AvenirNext-DemiBoldItalic") format("svg");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext/AvenirNext-DemiBold.eot");
    src: local("Avenir Next Demi Bold"), local("AvenirNext-DemiBold"), url("../fonts/AvenirNext/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext-DemiBold.woff2") format("woff2"), url("../fonts/AvenirNext/AvenirNext-DemiBold.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext-DemiBold.ttf") format("truetype"), url("../fonts/AvenirNext/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next";
    src: url("AvenirNext-Medium.eot");
    src: local("Avenir Next Medium"), local("AvenirNext-Medium"), url("AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("AvenirNext-Medium.woff2") format("woff2"), url("AvenirNext-Medium.woff") format("woff"), url("AvenirNext-Medium.ttf") format("truetype"), url("AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext/AvenirNext-BoldItalic.eot");
    src: local("Avenir Next Bold Italic"), local("AvenirNext-BoldItalic"), url("../fonts/AvenirNext/AvenirNext-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext-BoldItalic.woff2") format("woff2"), url("../fonts/AvenirNext/AvenirNext-BoldItalic.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext-BoldItalic.ttf") format("truetype"), url("../fonts/AvenirNext/AvenirNext-BoldItalic.svg#AvenirNext-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Avenir Next";
    src: url("../fonts/AvenirNext/AvenirNext-Heavy.eot");
    src: local("Avenir Next Heavy"), local("AvenirNext-Heavy"), url("../fonts/AvenirNext/AvenirNext-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext/AvenirNext-Heavy.woff2") format("woff2"), url("../fonts/AvenirNext/AvenirNext-Heavy.woff") format("woff"), url("../fonts/AvenirNext/AvenirNext-Heavy.ttf") format("truetype"), url("../fonts/AvenirNext/AvenirNext-Heavy.svg#AvenirNext-Heavy") format("svg");
    font-weight: 900;
    font-style: normal;
}
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

/*---------------------------------------------*/
ul,
li {
    margin: 0px;
    list-style-type: none;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

.hide {
    display: none;
}

@font-face {
    font-family: "iconapp";
    src: url("../fonts/iconApp/iconapp.eot?kp30kg");
    src: url("../fonts/iconApp/iconapp.eot?kp30kg#iefix") format("embedded-opentype"), url("../fonts/iconApp/iconapp.ttf?kp30kg") format("truetype"), url("../fonts/iconApp/iconapp.woff?kp30kg") format("woff"), url("../fonts/iconApp/iconapp.svg?kp30kg#iconapp") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=ic-], [class*=" ic-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "iconapp" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ic-messenger .path1:before {
    content: "";
    color: #2196f3;
}

.ic-messenger .path2:before {
    content: "";
    margin-left: -1em;
    color: #fafafa;
}

.ic-edit:before {
    content: "";
}

.ic-qr-code:before {
    content: "";
}

.ic-logout:before {
    content: "";
}

.ic-Profile:before {
    content: "";
}

.ic-history:before {
    content: "";
}

.ic-menu-2:before {
    content: "";
}

.ic-right-arrow-angle:before {
    content: "";
}

.ic-add:before {
    content: "";
}

.ic-share:before {
    content: "";
}

.ic-flask:before {
    content: "";
}

.ic-fire:before {
    content: "";
}

.ic-garbage:before {
    content: "";
}

.ic-medal:before {
    content: "";
}

.ic-mouse:before {
    content: "";
}

.ic-padlock:before {
    content: "";
}

.ic-penciledit:before {
    content: "";
}

.ic-plus:before {
    content: "";
}

.ic-qrcode:before {
    content: "";
}

.ic-right:before {
    content: "";
}

.ic-roundglasses:before {
    content: "";
}

.ic-search:before {
    content: "";
}

.ic-shoppingbag:before {
    content: "";
}

.ic-speedometer:before {
    content: "";
}

.ic-starfill:before {
    content: "";
}

.ic-uparrow:before {
    content: "";
}

.ic-user:before {
    content: "";
}

.ic-users:before {
    content: "";
}

.ic-view:before {
    content: "";
}

.ic-wallet:before {
    content: "";
}

.ic-worlwide:before {
    content: "";
}

.ic-back:before {
    content: "";
}

.ic-backlong:before {
    content: "";
}

.ic-cancel:before {
    content: "";
}

.ic-chat:before {
    content: "";
}

.ic-check:before {
    content: "";
}

.ic-comment:before {
    content: "";
}

.ic-console:before {
    content: "";
}

.ic-delete:before {
    content: "";
}

.ic-dollar:before {
    content: "";
}

.ic-door:before {
    content: "";
}

.ic-downarrow:before {
    content: "";
}

.ic-envelope:before {
    content: "";
}

.ic-exit:before {
    content: "";
}

.ic-gift:before {
    content: "";
}

.ic-layers:before {
    content: "";
}

.ic-money:before {
    content: "";
}

.ic-star:before {
    content: "";
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Avenir Next" !important;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.3;
    color: #333333;
    text-align: left;
    background-color: #ffffff;
}

a {
    color: #4285F4;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0675D6;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

/*---------------------------------------------*/
input,
select,
textarea {
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
}

    input::-webkit-input-placeholder,
    select::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #adadad;
    }

    input:-moz-placeholder,
    select:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #adadad;
    }

    input::-moz-placeholder,
    select::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #adadad;
    }

    input:-ms-input-placeholder,
    select:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #adadad;
    }

    input:focus,
    select:focus,
    textarea:focus {
        outline: none;
        border-color: transparent;
    }

        input:focus::-webkit-input-placeholder,
        select:focus::-webkit-input-placeholder,
        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder,
        select:focus:-moz-placeholder,
        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder,
        select:focus::-moz-placeholder,
        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder,
        select:focus:-ms-input-placeholder,
        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

    input:disabled,
    select:disabled,
    textarea:disabled {
        color: #1d2431;
    }

/*---------------------------------------------*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 100px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    opacity: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.4);
        opacity: 1;
    }

.txt-bold {
    font-weight: bold;
}

.bg-grey {
    background-color: #f5f5f5;
}

.hidden {
    display: none !important;
}

.overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 110%;
    background: rgba(34, 34, 34, 0.1);
    z-index: 99999;
}

    .overlay.overlay-utopv2 {
        position: fixed;
        background: rgba(21, 21, 21, 0.5);
    }

        .overlay.overlay-utopv2 .inner {
            top: 45%;
        }

            .overlay.overlay-utopv2 .inner .spinner {
                display: block;
                position: relative;
                width: 4.6875rem;
                height: 4.6875rem;
                border-radius: 50%;
                border: 0.1875rem solid transparent;
                border-top: 0.1875rem solid #fa8b51;
                animation: spinv2 1s linear infinite;
            }

                .overlay.overlay-utopv2 .inner .spinner::before, .overlay.overlay-utopv2 .inner .spinner::after {
                    content: "";
                    position: absolute;
                    border-radius: 50%;
                    border: 0.1875rem solid transparent;
                }

                .overlay.overlay-utopv2 .inner .spinner::before {
                    top: 0.1875rem;
                    left: 0.1875rem;
                    right: 0.1875rem;
                    bottom: 0.1875rem;
                    border-top-width: 0.25rem;
                    border-top-color: #fdaf29;
                    animation: spinv2 2.25s linear infinite;
                }

                .overlay.overlay-utopv2 .inner .spinner::after {
                    top: 0.625rem;
                    left: 0.625rem;
                    right: 0.625rem;
                    bottom: 0.625rem;
                    border-top-width: 0.3125rem;
                    border-top-color: #ffd300;
                    animation: spinv2 0.75s linear infinite;
                }

    .overlay .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .overlay.show {
        display: block;
    }

@keyframes spinv2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

    .row .margin-auto {
        margin: auto;
    }

    .row .col-6 {
        flex: 0 0 calc(60%);
        max-width: calc(60%);
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .row .col-12 {
        flex: 0 0 calc(100%);
        max-width: calc(100%);
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        box-sizing: border-box;
    }

    .row .col-4 {
        flex: 0 0 calc(40%);
        max-width: calc(40%);
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .row .col-5 {
        flex: 0 0 calc(50%);
        max-width: calc(50%);
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        box-sizing: border-box;
    }

    .row .col-3 {
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        box-sizing: border-box;
    }

    .row .col-2 {
        flex: 0 0 calc(100%/5);
        max-width: calc(100%/5);
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

body {
    font-family: "Avenir Next" !important;
    font-size: 0.75rem;
}

.bgr-body {
    background-color: #fd0000;
}

.bgr-login {
    position: relative;
    height: 150vh;
}

.bgr-login-img {
    background: url(../images/bg.png) #090d51 no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -1;
    bottom: 0;
    width: 100vw;
    height: 100vh;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    padding-top: 5px;
}

.bg-logo {
    width: 10rem;
    height: 10rem;
    background: url(../images/moon.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-top: 1.875rem;
}

    .bg-logo img {
        width: 3.75rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.login-form {
    width: 100%;
    max-width: 18.75rem;
    padding: 0 1rem;
    padding-bottom: 3.9375rem;
    margin: auto;
    margin-top: 3.125rem;
}

    .login-form .icon-input {
        position: absolute;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
        width: 3.125rem;
        font-size: 1rem;
        color: #272f80;
    }

    .login-form .title {
        font-family: "AvenirNext-Medium";
        color: #fff;
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 1.875rem;
    }

    .login-form .bottomTitle {
        font-family: "AvenirNext-Medium";
        color: #fff;
        font-size: 0.85rem;
        line-height: 1.5;
        font-weight: 100;
        margin-bottom: 1.875rem;
        margin-top: 1rem;
    }

    .login-form .img-cell-phone {
        margin-right: 4px;
        margin-top: 2px;
    }

    .login-form .img-messenger {
        margin-right: 4px;
        margin-top: 3px;
    }


    .login-form .form-group {
        position: relative;
        margin-bottom: 1.25rem;
    }

    .login-form .form-control {
        height: 2.5rem;
        padding: 0 2.5rem 0 2.5rem;
        background: #fff;
        font-family: "AvenirNext-Medium";
        width: 100%;
        font-size: 1rem;
        text-align: center;
        border: none;
        border-radius: 1.25rem;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        outline: none;
    }

    .login-form .forgotPassword {
        margin: -1rem 0rem;
        height: 0rem;
    }

    .login-form .password-hint {
        font-size: 12px;
        font-style: italic;
        color: antiquewhite;
        padding-left: 4%;
        margin-top: 0.4rem;
    }

.btn-primary {
    margin-top: 2.5rem;
    display: block;
    width: 100%;
    padding: 0.5625rem 0;
    font-family: "AvenirNext-Bold";
    font-size: 1rem;
    text-align: center;
    border: none;
    border-radius: 1.25rem;
    color: #ffffff;
    background-color: #5c89ff;
    border-color: #5c89ff;
    background-image: -webkit-linear-gradient(left, #7551c2, #5c89ff);
}

    .btn-primary.btn-border {
        color: #5c89ff;
        background-color: transparent;
        border-color: #5c89ff;
    }

    .btn-primary.disabled {
        color: #ffffff;
        background-color: #b9b9b9;
        border-color: #b9b9b9;
        cursor: not-allowed;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #ffffff;
        background-color: #2964ff;
        border-color: #003ddc;
    }

    .btn-primary:hover {
        color: #ffffff;
        background-color: #2964ff;
        border-color: #1f5dff;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #2964ff;
        background-image: none;
        border-color: #1f5dff;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #ffffff;
            background-color: #054aff;
            border-color: #003ddc;
        }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
        background-color: #5c89ff;
        border-color: #5c89ff;
    }

    .btn-primary .badge {
        color: #5c89ff;
        background-color: #ffffff;
    }

.validate-input {
    position: relative;
}

.alert-validate {
    margin-bottom: 35px !important;
}

    .alert-validate::before {
        content: attr(data-validate);
        position: absolute;
        right: 0;
        left: 0;
        bottom: -1.5625rem;
        text-align: center;
        color: red;
    }

#checkAccount .sendEmail {
    margin-top: 20%;
    padding-left: 10%;
    padding-right: 10%;
}

#messageModal .message {
    padding-top: 20%;
    text-align: center;
}
/*checkAccount*/
#checkAccount .message {
    margin-top: 20%;
}

@media (min-width: 2000px) {
    #checkAccount .message {
        margin-top: 10%;
    }
}

@media (max-width: 2000px) {
    #checkAccount .message {
        margin-top: 20%;
    }
}

@media (max-width: 1000px) {
    #checkAccount .message {
        margin-top: 30%;
    }
}

@media (max-width: 500px) {
    #checkAccount .message {
        margin-top: 50%;
    }
}

/*ResetSuccess*/
#ResetSuccess .message {
    margin-top: 20%;
}

@media (min-width: 2000px) {
    #ResetSuccess .message {
        margin-top: 10%;
    }
}

@media (max-width: 2000px) {
    #ResetSuccess .message {
        margin-top: 20%;
    }
}

@media (max-width: 1000px) {
    #ResetSuccess .message {
        margin-top: 30%;
    }
}

@media (max-width: 500px) {
    #ResetSuccess .message {
        margin-top: 50%;
    }
}