@charset "UTF-8";
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 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 {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

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

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

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* 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: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-bell:before {
  content: "\f0f3";
}

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

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

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

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

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

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

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

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

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

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

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

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

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

.fa-cc-jcb:before {
  content: "\f24b";
}

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

.fa-chart-bar:before {
  content: "\f080";
}

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

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

.fa-check:before {
  content: "\f00c";
}

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

.fa-check-double:before {
  content: "\f560";
}

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

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

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

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

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

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

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

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

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

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

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

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

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

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

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

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

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

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

.fa-github:before {
  content: "\f09b";
}

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

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

.fa-google-plus-g:before {
  content: "\f0d5";
}

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

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

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

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

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

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

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

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

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

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

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

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

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

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

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

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

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

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

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

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

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

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-steam-symbol:before {
  content: "\f3f6";
}

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

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

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

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

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

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

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

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

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

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

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

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

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

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

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

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

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

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

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

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

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

.fa-zhihu:before {
  content: "\f63f";
}

.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.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 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 {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

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

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* 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: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-bell:before {
  content: "\f0f3";
}

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

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

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

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

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

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

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

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

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

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

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

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

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

.fa-cc-jcb:before {
  content: "\f24b";
}

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

.fa-chart-bar:before {
  content: "\f080";
}

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

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

.fa-check:before {
  content: "\f00c";
}

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

.fa-check-double:before {
  content: "\f560";
}

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

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

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

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

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

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

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

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

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

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

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

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

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

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

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

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

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

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

.fa-github:before {
  content: "\f09b";
}

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

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

.fa-google-plus-g:before {
  content: "\f0d5";
}

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

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

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

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

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

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

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

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

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

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

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

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

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

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

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

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

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

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

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

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

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

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-steam-symbol:before {
  content: "\f3f6";
}

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

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

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

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

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

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

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

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

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

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

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

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

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

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

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

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

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

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

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

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

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

.fa-zhihu:before {
  content: "\f63f";
}

.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;
}

.pickr {
  position: relative;
  overflow: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pickr * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: 0.5em;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  border-radius: 0.15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;
  background-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pickr .pcr-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
.pickr .pcr-button::before {
  z-index: initial;
}
.pickr .pcr-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: var(--pcr-color);
  border-radius: 0.15em;
}
.pickr .pcr-button.clear {
  background-size: 70%;
}
.pickr .pcr-button.clear::before {
  opacity: 0;
}
.pickr .pcr-button.clear:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}
.pickr .pcr-button.disabled {
  cursor: not-allowed;
}

.pickr *,
.pcr-app * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
.pickr input:focus, .pickr input.pcr-active,
.pickr button:focus,
.pickr button.pcr-active,
.pcr-app input:focus,
.pcr-app input.pcr-active,
.pcr-app button:focus,
.pcr-app button.pcr-active {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}
.pickr .pcr-palette,
.pickr .pcr-slider,
.pcr-app .pcr-palette,
.pcr-app .pcr-slider {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.pickr .pcr-palette:focus,
.pickr .pcr-slider:focus,
.pcr-app .pcr-palette:focus,
.pcr-app .pcr-slider:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.pcr-app {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10000;
  border-radius: 0.1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  -webkit-box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}
.pcr-app.visible {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: visible;
  opacity: 1;
}
.pcr-app .pcr-swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.75em;
}
.pcr-app .pcr-swatches.pcr-last {
  margin: 0;
}
@supports (display: grid) {
  .pcr-app .pcr-swatches {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: repeat(auto-fit, 1.75em);
  }
}
.pcr-app .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: 0.15em;
  cursor: pointer;
  margin: 2.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  justify-self: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}
.pcr-app .pcr-swatches > button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: 0.15em;
  z-index: -1;
}
.pcr-app .pcr-swatches > button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pcr-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.15em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pcr-app .pcr-swatches > button:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.pcr-app .pcr-swatches > button:not(.pcr-active) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pcr-app .pcr-interaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -0.2em 0 -0.2em;
}
.pcr-app .pcr-interaction > * {
  margin: 0 0.2em;
}
.pcr-app .pcr-interaction input {
  letter-spacing: 0.07em;
  font-size: 0.75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: 0.15em;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  padding: 0.45em 0.5em;
  margin-top: 0.75em;
}
.pcr-app .pcr-interaction input:hover {
  -webkit-filter: brightness(0.975);
          filter: brightness(0.975);
}
.pcr-app .pcr-interaction input:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}
.pcr-app .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 8em;
          flex: 1 1 8em;
  min-width: 8em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0.15em;
  background: #f1f3f4;
  cursor: text;
}
.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}
.pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff;
}
.pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4;
}
.pcr-app .pcr-interaction .pcr-save,
.pcr-app .pcr-interaction .pcr-cancel,
.pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
  width: auto;
}
.pcr-app .pcr-interaction .pcr-save,
.pcr-app .pcr-interaction .pcr-cancel,
.pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
}
.pcr-app .pcr-interaction .pcr-save:hover,
.pcr-app .pcr-interaction .pcr-cancel:hover,
.pcr-app .pcr-interaction .pcr-clear:hover {
  -webkit-filter: brightness(0.925);
          filter: brightness(0.925);
}
.pcr-app .pcr-interaction .pcr-save {
  background: #4285f4;
}
.pcr-app .pcr-interaction .pcr-clear,
.pcr-app .pcr-interaction .pcr-cancel {
  background: #f44250;
}
.pcr-app .pcr-interaction .pcr-clear:focus,
.pcr-app .pcr-interaction .pcr-cancel:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}
.pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pcr-app .pcr-selection .pcr-color-palette,
.pcr-app .pcr-selection .pcr-color-chooser,
.pcr-app .pcr-selection .pcr-color-opacity {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab;
}
.pcr-app .pcr-selection .pcr-color-palette:active,
.pcr-app .pcr-selection .pcr-color-chooser:active,
.pcr-app .pcr-selection .pcr-color-opacity:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.pcr-app[data-theme=classic] {
  width: 28.5em;
  max-width: 95vw;
  padding: 0.8em;
}
.pcr-app[data-theme=classic] .pcr-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
  position: relative;
  z-index: 1;
  width: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0.75em;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color {
  cursor: pointer;
  border-radius: 0.15em 0.15em 0 0;
  z-index: 2;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color {
  border-radius: 0 0 0.15em 0.15em;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color {
  background: var(--pcr-color);
  width: 100%;
  height: 50%;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette {
  width: 100%;
  height: 8em;
  z-index: 1;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0.15em;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
  margin-left: 0.75em;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-picker,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-picker {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider {
  width: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 50em;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider {
  background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 100%, 50%)), color-stop(hsl(60, 100%, 50%)), color-stop(hsl(120, 100%, 50%)), color-stop(hsl(180, 100%, 50%)), color-stop(hsl(240, 100%, 50%)), color-stop(hsl(300, 100%, 50%)), to(hsl(0, 100%, 50%)));
  background: linear-gradient(to bottom, hsl(0, 100%, 50%), hsl(60, 100%, 50%), hsl(120, 100%, 50%), hsl(180, 100%, 50%), hsl(240, 100%, 50%), hsl(300, 100%, 50%), hsl(0, 100%, 50%));
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black)), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background: linear-gradient(to bottom, transparent, black), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%, 50%;
}

#ajteditor {
  margin: 0;
  color: #110f24;
  background-color: white;
  font: 16px/1.6 "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 1280px;
  overflow-x: auto;
}

#ajteditor input[type=text],
#ajteditor input[type=email],
#ajteditor input[type=number],
#ajteditor textarea,
#ajteditor select,
#ajteditor input[type=submit],
#ajteditor button {
  font: 16px/1 "Lato", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  outline: 0;
  max-width: 600px;
}

#ajteditor input[type=number] {
  padding: 10px 3px 10px 10px;
}

#ajteditor .ajte-stage-size span {
  font-size: 0.9rem;
}
#ajteditor .ajte-stage-size input[type=number] {
  padding: 3px;
  font-size: 0.85rem;
}

#ajteaside input[type=text],
#ajteaside input[type=email],
#ajteaside input[type=number],
#ajteaside textarea,
#ajteaside select {
  width: 100%;
  background: #f6f6f9;
  border: 1px solid #ececee;
}

.ajte-input-wrap {
  margin-bottom: 15px;
}

.ajte-input-wrap label {
  color: #110f24;
  font-size: 0.9rem;
  font-weight: bold;
}

#ajteditor select {
  padding: 9px 15px 9px 15px;
}

#ajteditor textarea {
  min-height: 18px;
  line-height: 1.3;
  min-width: 240px;
}

#ajtecontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

#ajteasideform {
  margin: 0 0 20px;
  padding: 0 4px 0 0;
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
}

#ajteaside {
  width: 300px;
  padding: 10px;
  border-right: 1px solid #ececee;
}

#ajtemainbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

a {
  color: #110f24;
  text-decoration: none;
}

a:hover {
  color: #110f24;
  text-decoration: none;
}

.ajtebar .fa {
  margin-right: 5px;
}

.ajterbar .fa-undo {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.ajtebar .switcher > div > .fa {
  margin: 12px;
}

.ajte-container {
  padding: 0 1em;
}

.ajte-barcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#ajte-bar-disabler {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.ajte-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ajte-list li {
  list-style-type: none;
  margin: 0;
  cursor: pointer;
}

.ajte-list li a {
  display: block;
  padding: 7px 10px;
  text-decoration: none;
}
.ajte-list li a span,
.ajte-list li a i {
  font-size: 0.9rem;
}

.ajte-list li a:hover,
.ajte-list li.active a {
  background-color: #ececee;
  text-decoration: none;
}

.ajte-menu-has-children {
  position: relative;
}

.ajte-menu-has-children > a > .fa-sort-down {
  margin-left: 10px;
}

.fa-sort-down:before {
  position: relative;
  top: -2px;
}

.ajte-list .ajte-menu-has-children > a {
  padding-right: 10px;
}

.ajte-picker-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ajte-picker-wrap span {
  margin-right: 5px;
}

.ajte-submenu {
  position: absolute;
  top: 40px;
  left: 0;
  border: 1px solid #ececee;
  border-radius: 4px;
  background-color: white;
  padding: 5px 0;
  min-width: 110px;
  display: none;
  z-index: 1;
}

.ajte-submenu li {
  padding: 0;
}

.ajte-menu-has-children:hover .ajte-submenu {
  display: block;
}

.ajte-rightside .ajte-submenu li {
  margin-left: 0;
}

.ajte-rightside .ajte-submenu li a {
  display: block;
  padding: 5px 35px 5px 15px;
}

.ajte-submenu li a:hover {
  background-color: #ececee;
}

.ajte-barline-border {
  padding: 15px 0;
  border-top: 1px solid #ececee;
}

.ajte-infoline-border {
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
}

.ajte-font-size {
  width: 100px;
}

#ajteditor .pickr .pcr-button {
  width: 40px;
  height: 40px;
}

.switcher {
  position: relative;
  width: 39px;
  height: 39px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}

.switcher > div.active {
  display: block;
}

.switcher > div {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ececee;
  display: none;
  border-radius: 4px;
}

.switcher > div > .fa {
  margin: 12px;
}

.ajte-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 39px;
  border: 1px solid #ececee;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.ajte-choose.active {
  background-color: #ececee;
  border: 1px solid #cdcdcd;
}

.ajte-rightside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ajte-btn {
  background-color: #2993e9;
  display: inline-block;
  outline: none;
  padding: 10px 20px;
  color: white;
  border-radius: 4px;
  border: 0;
  text-align: center;
}

.ajte-btn span,
.ajte-btn i {
  color: white;
}

.ajte-btn:hover,
.ajte-list li .ajte-btn:hover {
  background-color: rgb(8, 116, 204);
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ajte-btn i {
  margin-right: 5px;
}

.ajte-barseccontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 61px;
}

#ajtebarcontent li {
  padding: 10px 10px;
}

.hidden {
  display: none;
}

#ajte-context-menu,
#ajte-text-context-menu {
  display: none;
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 0 5px grey;
          box-shadow: 0 0 5px grey;
  border-radius: 3px;
}

#ajte-context-menu button,
#ajte-text-context-menu button {
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 10px;
  text-align: left;
  cursor: pointer;
}

#ajte-context-menu button:hover,
#ajte-text-context-menu button:hover {
  background-color: lightgray;
}

#ajteloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
}

#ajteloaderpic .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#ajteloaderpic .lds-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

#ajteloaderpic .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #b0b0b0;
}

#ajteloaderpic .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

#ajteloaderpic .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

#ajteloaderpic .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

#ajteloaderpic .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

#ajteloaderpic .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

#ajteloaderpic .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

#ajteloaderpic .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

#ajteloaderpic .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

#ajteloaderpic .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

#ajteloaderpic .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

#ajteloaderpic .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

#ajteloaderpic .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ajte-list-buttons li {
  margin-left: 15px;
}

.ajte-btn-dark {
  background-color: #285364;
  color: white;
}

.ajte-btn-dark:hover,
.ajte-list li .ajte-btn.ajte-btn-dark:hover {
  background-color: #458ba6;
  color: white;
}

.ajte-btn-green {
  background-color: #0c9e84;
}

.ajte-btn-green:hover,
.ajte-list li .ajte-btn.ajte-btn-green:hover {
  background-color: #09705d;
}

.aside-btn-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.aside-btn-wrap li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.ajtefirstbtnline a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
  margin-bottom: 5px;
}

.ajtefirstbtnline a:last-child {
  margin-right: 0px;
}

.ajtesecondbtnline a:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.ajte-padding {
  width: 55px;
  margin-right: 10px;
}

.ajte-stage {
  width: 70px;
  margin-right: 10px;
}

.konvajs-content {
  position: relative;
}

.ajte-konva-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f6f6f9;
  z-index: 0;
}

#ajtemainbar {
  position: relative;
}

.ajte-image-change {
  opacity: 0.9;
  position: absolute;
  cursor: pointer;
}

.ajte-image-change::after {
  content: "+";
  top: 0;
  right: -22px;
  position: absolute;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: white;
  padding: 5px 7px;
  background-color: #285364;
}

.mt-10 {
  margin-top: 10px;
}

.content-wrapper form input[type=email],
.content-wrapper form input[type=number],
.content-wrapper form input[type=password],
.content-wrapper form input[type=text],
.content-wrapper form select {
  min-width: 270px !important;
}

.categories-group ul {
  z-index: 2;
}

#ajteaside input[type=text]#artcategory {
  padding-right: 20px;
  background-image: url("../imgs/select.png");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 11px 12px;
  cursor: pointer;
}

#ajteasideform .ajte-select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 10px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  background-color: transparent;
  border: none;
  z-index: 1;
  outline: none;
}
#ajteasideform .ajte-select-wrap select::-ms-expand {
  display: none;
}

#ajteasideform .ajte-select-wrap {
  display: grid;
  grid-template-areas: "select";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #f6f6f9;
  border: 1px solid #ececee;
  border-radius: 4px;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 1.2;
}
#ajteasideform .ajte-select-wrap select, #ajteasideform .ajte-select-wrap::after {
  grid-area: select;
}
#ajteasideform .ajte-select-wrap:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 12px;
  height: 7px;
  background-color: #000;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: absolute;
  right: 6px;
}

#ajteasideform .ajte-select-wrap select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: "Lato", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  color: #110f24;
}

html {
  font-size: 1rem;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #110f24;
}

body {
  width: 100%;
  font-size: 1rem;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #110f24;
  font-weight: normal;
  background-color: #fff;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

p {
  padding: 0;
  margin: 0 0 1em 0;
}

a {
  text-decoration: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}

form textarea,
form input[type=text],
form input[type=password],
form input[type=email] {
  width: 100%;
  background: rgba(106, 112, 126, 0.0001);
  border: 1px solid #dddfe1;
  padding: 17px;
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  outline: none;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 991.98px) {
  form textarea,
  form input[type=text],
  form input[type=password],
  form input[type=email] {
    font-size: 14px;
    padding: 12px;
    margin-bottom: 1em;
  }
}

form label {
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0.5em;
  line-height: 1.2;
  color: #464a53;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  form label {
    font-size: 14px;
  }
}

.app_wrapper {
  max-width: 82.75rem;
  width: 100%;
  margin: 0 auto;
}

.inner_wrap {
  padding: 0rem 1.875rem;
}
@media only screen and (max-width: 991.98px) {
  .inner_wrap {
    padding: 0rem 0.9375rem;
  }
}

.d-mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .d-mobile {
    display: block;
  }
}

.d-desk {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .d-desk {
    display: none;
  }
}

table .d-desk {
  display: table-cell;
}
@media only screen and (max-width: 767.98px) {
  table .d-desk {
    display: none;
  }
}

.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hide_departments {
  display: none;
}

/* Styling Checkbox Starts */
form label.checkbox-label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
  clear: both;
  padding-left: 35px;
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #abafb3;
}

form label.checkbox-label:hover {
  color: #285364;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 21px;
  width: 21px;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 1px solid #dddfe1;
}

.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 1px solid #dddfe1;
}

.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #285364;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 7px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #285364;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 0px;
  height: 0px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.checkbox-label input:checked ~ .checkbox-custom::before {
  left: -3px;
  top: -3px;
  width: 21px;
  height: 21px;
  border-radius: 5px;
  -webkit-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ececee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
  background-color: #285364;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
  top: 7px;
  left: 5px;
  width: 14px;
  height: 10px;
  background-image: url(../imgs/check.svg);
  background-size: 100% 100%;
}

table.index_list_table td,
table.index_list_table th {
  font-size: 1rem;
  padding: 0.75rem;
}
@media only screen and (max-width: 767.98px) {
  table.index_list_table td,
  table.index_list_table th {
    font-size: 0.85rem;
    padding: 0.4rem;
  }
}

table.index_list_table th {
  font-weight: bold;
}

.modal-body .lim_access_content #mediaFolder__0,
.modal-body .lim_access_content #mediaFolder__3,
.modal-body .lim_access_content #mediaFolder__4,
.modal-body .lim_access_content #mediaFolderX__0,
.modal-body .lim_access_content #mediaFolderX__3,
.modal-body .lim_access_content #mediaFolderX__4 {
  display: none !important;
}

.media_list_wrap .container .one_media_wrap .is_subcollections_wrap {
  background-color: #000;
  background-color: #f6f6f9;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #203163;
  border-radius: 8px;
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 160px;
  padding-top: 20px;
}

.media_list_wrap .container .one_media_wrap .is_subcollections_wrap .media_title {
  color: #203163;
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.subfolder_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.subfolder_fields label {
  width: 30%;
  margin-right: 3%;
}
@media only screen and (max-width: 575.98px) {
  .subfolder_fields label {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
}

table.fold-table th {
  text-align: left;
  border-bottom: 1px solid #ccc;
}
table.fold-table > tbody > tr.view {
  background-color: #f6f6f9;
}
table.fold-table > tbody > tr.view td,
table.fold-table > tbody > tr.view th {
  cursor: pointer;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
  position: relative;
  padding-left: 20px;
}
table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
  position: absolute;
  bottom: -16px;
  left: 0px;
  /* width: 9px; */
  /* height: 16px; */
  margin-top: -11px;
  color: #1d8bb7;
  content: "⌄";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 26px;
  font-weight: bold;
}
table.fold-table > tbody > tr.view:nth-child(4n-1) {
  background: #eee;
}
table.fold-table > tbody > tr.view:hover {
  background: #1d8bb7;
  color: #fff;
}
table.fold-table > tbody > tr.view.open {
  background: #1d8bb7;
  color: white;
}
table.fold-table > tbody > tr.view.open td:first-child:before,
table.fold-table > tbody > tr.view.open th:first-child:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: white;
  bottom: -23px;
}
table.fold-table > tbody > tr.fold {
  display: none;
  background-color: #f6f6f9;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
}
table.fold-table > tbody > tr.fold table {
  width: 100%;
}
table.fold-table > tbody > tr.fold > td {
  padding: 0;
}

.actions_cell {
  width: 100px;
}
@media only screen and (max-width: 575.98px) {
  .actions_cell {
    width: 60px;
  }
}

.dep_admin_cell {
  width: 120px;
}
@media only screen and (max-width: 575.98px) {
  .dep_admin_cell {
    width: 60px;
  }
}

/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.cropper__modal #actions {
  display: none;
}

button.th__donates {
  background-color: transparent;
  width: 35px;
  height: 35px;
  background-image: url(../imgs/cropper/btn_lock_move.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  margin-top: 32px;
  padding: 0;
  opacity: 0.5;
}

button.th__donates.unlock {
  opacity: 1;
}

.pos-rel {
  position: relative !important;
}

.pos_rel {
  position: relative !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.clr {
  clear: both !important;
}

.justify-space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.invis {
  visibility: hidden !important;
}

.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.m-center {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 90px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 90px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 90px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 90px !important;
}

.mt-0-5r {
  margin-top: 0.5rem !important;
}

.mt-1r {
  margin-top: 1rem !important;
}

.mt-1-5r {
  margin-top: 1.5rem !important;
}

.mt-2r {
  margin-top: 2rem !important;
}

.mt-2-5r {
  margin-top: 2.5rem !important;
}

.mt-3r {
  margin-top: 3rem !important;
}

.mt-3-5r {
  margin-top: 3.5rem !important;
}

.mt-4r {
  margin-top: 4rem !important;
}

.mt-4-5r {
  margin-top: 4.5rem !important;
}

.mt-5r {
  margin-top: 5rem !important;
}

.mt-5-5r {
  margin-top: 5.5rem !important;
}

.mt-6r {
  margin-top: 6rem !important;
}

.mt-6-5r {
  margin-top: 6.5rem !important;
}

.mt-7r {
  margin-top: 7rem !important;
}

.mt-7-5r {
  margin-top: 7.5rem !important;
}

.mt-8r {
  margin-top: 8rem !important;
}

.mt-8-5r {
  margin-top: 8.5rem !important;
}

.mt-9r {
  margin-top: 9rem !important;
}

.mt-9-5r {
  margin-top: 9.5rem !important;
}

.mt-10r {
  margin-top: 10rem !important;
}

.mt-10-5r {
  margin-top: 10.5rem !important;
}

.mb-0-5r {
  margin-bottom: 0.5rem !important;
}

.mb-1r {
  margin-bottom: 1rem !important;
}

.mb-1-5r {
  margin-bottom: 1.5rem !important;
}

.mb-2r {
  margin-bottom: 2rem !important;
}

.mb-2-5r {
  margin-bottom: 2.5rem !important;
}

.mb-3r {
  margin-bottom: 3rem !important;
}

.mb-3-5r {
  margin-bottom: 3.5rem !important;
}

.mb-4r {
  margin-bottom: 4rem !important;
}

.mb-4-5r {
  margin-bottom: 4.5rem !important;
}

.mb-5r {
  margin-bottom: 5rem !important;
}

.mb-5-5r {
  margin-bottom: 5.5rem !important;
}

.mb-6r {
  margin-bottom: 6rem !important;
}

.mb-6-5r {
  margin-bottom: 6.5rem !important;
}

.mb-7r {
  margin-bottom: 7rem !important;
}

.mb-7-5r {
  margin-bottom: 7.5rem !important;
}

.mb-8r {
  margin-bottom: 8rem !important;
}

.mb-8-5r {
  margin-bottom: 8.5rem !important;
}

.mb-9r {
  margin-bottom: 9rem !important;
}

.mb-9-5r {
  margin-bottom: 9.5rem !important;
}

.mb-10r {
  margin-bottom: 10rem !important;
}

.mb-10-5r {
  margin-bottom: 10.5rem !important;
}

.mr-0-5r {
  margin-right: 0.5rem !important;
}

.mr-1r {
  margin-right: 1rem !important;
}

.mr-1-5r {
  margin-right: 1.5rem !important;
}

.mr-2r {
  margin-right: 2rem !important;
}

.mr-2-5r {
  margin-right: 2.5rem !important;
}

.mr-3r {
  margin-right: 3rem !important;
}

.mr-3-5r {
  margin-right: 3.5rem !important;
}

.mr-4r {
  margin-right: 4rem !important;
}

.mr-4-5r {
  margin-right: 4.5rem !important;
}

.mr-5r {
  margin-right: 5rem !important;
}

.mr-5-5r {
  margin-right: 5.5rem !important;
}

.mr-6r {
  margin-right: 6rem !important;
}

.mr-6-5r {
  margin-right: 6.5rem !important;
}

.mr-7r {
  margin-right: 7rem !important;
}

.mr-7-5r {
  margin-right: 7.5rem !important;
}

.mr-8r {
  margin-right: 8rem !important;
}

.mr-8-5r {
  margin-right: 8.5rem !important;
}

.mr-9r {
  margin-right: 9rem !important;
}

.mr-9-5r {
  margin-right: 9.5rem !important;
}

.mr-10r {
  margin-right: 10rem !important;
}

.mr-10-5r {
  margin-right: 10.5rem !important;
}

.ml-0-5r {
  margin-left: 0.5rem !important;
}

.ml-1r {
  margin-left: 1rem !important;
}

.ml-1-5r {
  margin-left: 1.5rem !important;
}

.ml-2r {
  margin-left: 2rem !important;
}

.ml-2-5r {
  margin-left: 2.5rem !important;
}

.ml-3r {
  margin-left: 3rem !important;
}

.ml-3-5r {
  margin-left: 3.5rem !important;
}

.ml-4r {
  margin-left: 4rem !important;
}

.ml-4-5r {
  margin-left: 4.5rem !important;
}

.ml-5r {
  margin-left: 5rem !important;
}

.ml-5-5r {
  margin-left: 5.5rem !important;
}

.ml-6r {
  margin-left: 6rem !important;
}

.ml-6-5r {
  margin-left: 6.5rem !important;
}

.ml-7r {
  margin-left: 7rem !important;
}

.ml-7-5r {
  margin-left: 7.5rem !important;
}

.ml-8r {
  margin-left: 8rem !important;
}

.ml-8-5r {
  margin-left: 8.5rem !important;
}

.ml-9r {
  margin-left: 9rem !important;
}

.ml-9-5r {
  margin-left: 9.5rem !important;
}

.ml-10r {
  margin-left: 10rem !important;
}

.ml-10-5r {
  margin-left: 10.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pt-1r {
  padding-top: 1rem !important;
}

.pt-1-5r {
  padding-top: 1.5rem !important;
}

.pt-2r {
  padding-top: 2rem !important;
}

.pt-2-5r {
  padding-top: 2.5rem !important;
}

.pt-3r {
  padding-top: 3rem !important;
}

.pt-3-5r {
  padding-top: 3.5rem !important;
}

.pt-4r {
  padding-top: 4rem !important;
}

.pt-4-5r {
  padding-top: 4.5rem !important;
}

.pt-5r {
  padding-top: 5rem !important;
}

.pt-5-5r {
  padding-top: 5.5rem !important;
}

.pt-6r {
  padding-top: 6rem !important;
}

.pt-6-5r {
  padding-top: 6.5rem !important;
}

.pt-7r {
  padding-top: 7rem !important;
}

.pt-7-5r {
  padding-top: 7.5rem !important;
}

.pt-8r {
  padding-top: 8rem !important;
}

.pt-8-5r {
  padding-top: 8.5rem !important;
}

.pt-9r {
  padding-top: 9rem !important;
}

.pt-9-5r {
  padding-top: 9.5rem !important;
}

.pt-10r {
  padding-top: 10rem !important;
}

.pt-10-5r {
  padding-top: 10.5rem !important;
}

.pb-1r {
  padding-bottom: 1rem !important;
}

.pb-1-5r {
  padding-bottom: 1.5rem !important;
}

.pb-2r {
  padding-bottom: 2rem !important;
}

.pb-2-5r {
  padding-bottom: 2.5rem !important;
}

.pb-3r {
  padding-bottom: 3rem !important;
}

.pb-3-5r {
  padding-bottom: 3.5rem !important;
}

.pb-4r {
  padding-bottom: 4rem !important;
}

.pb-4-5r {
  padding-bottom: 4.5rem !important;
}

.pb-5r {
  padding-bottom: 5rem !important;
}

.pb-5-5r {
  padding-bottom: 5.5rem !important;
}

.pb-6r {
  padding-bottom: 6rem !important;
}

.pb-6-5r {
  padding-bottom: 6.5rem !important;
}

.pb-7r {
  padding-bottom: 7rem !important;
}

.pb-7-5r {
  padding-bottom: 7.5rem !important;
}

.pb-8r {
  padding-bottom: 8rem !important;
}

.pb-8-5r {
  padding-bottom: 8.5rem !important;
}

.pb-9r {
  padding-bottom: 9rem !important;
}

.pb-9-5r {
  padding-bottom: 9.5rem !important;
}

.pb-10r {
  padding-bottom: 10rem !important;
}

.pb-10-5r {
  padding-bottom: 10.5rem !important;
}

.pr-1r {
  padding-right: 1rem !important;
}

.pr-1-5r {
  padding-right: 1.5rem !important;
}

.pr-2r {
  padding-right: 2rem !important;
}

.pr-2-5r {
  padding-right: 2.5rem !important;
}

.pr-3r {
  padding-right: 3rem !important;
}

.pr-3-5r {
  padding-right: 3.5rem !important;
}

.pr-4r {
  padding-right: 4rem !important;
}

.pr-4-5r {
  padding-right: 4.5rem !important;
}

.pr-5r {
  padding-right: 5rem !important;
}

.pr-5-5r {
  padding-right: 5.5rem !important;
}

.pr-6r {
  padding-right: 6rem !important;
}

.pr-6-5r {
  padding-right: 6.5rem !important;
}

.pr-7r {
  padding-right: 7rem !important;
}

.pr-7-5r {
  padding-right: 7.5rem !important;
}

.pr-8r {
  padding-right: 8rem !important;
}

.pr-8-5r {
  padding-right: 8.5rem !important;
}

.pr-9r {
  padding-right: 9rem !important;
}

.pr-9-5r {
  padding-right: 9.5rem !important;
}

.pr-10r {
  padding-right: 10rem !important;
}

.pr-10-5r {
  padding-right: 10.5rem !important;
}

.pl-1r {
  padding-left: 1rem !important;
}

.pl-1-5r {
  padding-left: 1.5rem !important;
}

.pl-2r {
  padding-left: 2rem !important;
}

.pl-2-5r {
  padding-left: 2.5rem !important;
}

.pl-3r {
  padding-left: 3rem !important;
}

.pl-3-5r {
  padding-left: 3.5rem !important;
}

.pl-4r {
  padding-left: 4rem !important;
}

.pl-4-5r {
  padding-left: 4.5rem !important;
}

.pl-5r {
  padding-left: 5rem !important;
}

.pl-5-5r {
  padding-left: 5.5rem !important;
}

.pl-6r {
  padding-left: 6rem !important;
}

.pl-6-5r {
  padding-left: 6.5rem !important;
}

.pl-7r {
  padding-left: 7rem !important;
}

.pl-7-5r {
  padding-left: 7.5rem !important;
}

.pl-8r {
  padding-left: 8rem !important;
}

.pl-8-5r {
  padding-left: 8.5rem !important;
}

.pl-9r {
  padding-left: 9rem !important;
}

.pl-9-5r {
  padding-left: 9.5rem !important;
}

.pl-10r {
  padding-left: 10rem !important;
}

.pl-10-5r {
  padding-left: 10.5rem !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-underline {
  text-decoration: underline !important;
}

.weight-900 {
  font-weight: 900 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-300 {
  font-weight: 300 !important;
}

.button-link {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

#login__page {
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 90px 0;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../imgs/login_bg.jpg);
}
@media only screen and (max-height: 920px) {
  #login__page {
    height: auto;
    min-height: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  #login__page {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  #login__page {
    padding: 20px 0;
  }
}
#login__page header {
  width: 100%;
}
#login__page .logo_wrap {
  width: 340px;
  min-width: 180px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1323.98px) {
  #login__page .logo_wrap {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  #login__page .logo_wrap {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  #login__page .logo_wrap {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575.98px) {
  #login__page .logo_wrap {
    margin-bottom: 30px;
  }
}
#login__page .logo_wrap img {
  width: 100%;
  height: auto;
}
#login__page .card_wrap {
  width: 100%;
}
#login__page .card_wrap .card {
  background: #ffffff;
  -webkit-box-shadow: 1.5px 2.6px 10px rgba(119, 119, 119, 0.1);
          box-shadow: 1.5px 2.6px 10px rgba(119, 119, 119, 0.1);
  border-radius: 5px;
  padding: 40px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 482px;
}
@media only screen and (max-width: 1323.98px) {
  #login__page .card_wrap .card {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  #login__page .card_wrap .card {
    padding: 15px 20px;
  }
}
#login__page .card_wrap .card-header img {
  width: 50%;
  min-width: 251px;
  height: auto;
}
@media only screen and (max-width: 991.98px) {
  #login__page .card_wrap .card-header img {
    min-width: 150px;
  }
}
#login__page .card_wrap .card-header {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  #login__page .card_wrap .card-header {
    margin-bottom: 15px;
  }
}
#login__page .card_wrap .bran_core_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  max-width: 482px;
}
#login__page .card_wrap .bran_core_logo img {
  display: block;
  width: 100%;
  max-width: 280px;
}
#login__page form input[type=text], #login__page form input[type=password], #login__page form input[type=email] {
  background: rgba(106, 112, 126, 0.0001);
  border: 1px solid #dddfe1;
  padding: 17px;
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
}
#login__page form input[type=text].placeholder, #login__page form input[type=password].placeholder, #login__page form input[type=email].placeholder {
  color: #abafb3;
}
#login__page form input[type=text]:-moz-placeholder, #login__page form input[type=password]:-moz-placeholder, #login__page form input[type=email]:-moz-placeholder {
  color: #abafb3;
}
#login__page form input[type=text]::-moz-placeholder, #login__page form input[type=password]::-moz-placeholder, #login__page form input[type=email]::-moz-placeholder {
  color: #abafb3;
}
#login__page form input[type=text]::-webkit-input-placeholder, #login__page form input[type=password]::-webkit-input-placeholder, #login__page form input[type=email]::-webkit-input-placeholder {
  color: #abafb3;
}
#login__page form input[type=text]:-ms-input-placeholder, #login__page form input[type=password]:-ms-input-placeholder, #login__page form input[type=email]:-ms-input-placeholder {
  color: #abafb3;
}
@media only screen and (max-width: 991.98px) {
  #login__page form input[type=text], #login__page form input[type=password], #login__page form input[type=email] {
    padding: 12px;
  }
}
#login__page .btn-link {
  margin: 15px 0;
  font-weight: 500;
  font-size: 15px;
  color: #abafb3;
  display: block;
}
#login__page .btn-link:hover {
  color: #285364;
}
#login__page .invalid-feedback, #login__page .invalid-feedback strong {
  color: #8a0b0b;
}
#login__page .btn {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align: center;
  vertical-align: baseline;
  outline: none;
  font-family: "Gotham", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background-color: #285364;
  line-height: 1;
  cursor: pointer;
  height: 47px;
  min-width: 200px;
  padding: 5px;
  text-transform: uppercase;
  border: 0;
}

.content-wrapper {
  padding-bottom: 50px;
}
.content-wrapper .alert-success {
  color: #fff;
  background: #6fcf97;
  border-color: #6fcf97;
}
.content-wrapper .container-fluid {
  position: relative;
}
.content-wrapper .mc_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-wrapper .mc_content_2col_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-wrapper .mc_content_tabs {
  display: none;
}
.content-wrapper .mc_content_tabs.active_tab {
  display: block;
}
.content-wrapper .mc_content_wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #110f24;
  font-weight: normal;
  height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 0 0 20px 0;
}
.content-wrapper .mc_content_wrapper.mc_content_left {
  width: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(97.34%, #f6f6f9));
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f9 97.34%);
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper .mc_content_wrapper.mc_content_left {
    width: 100%;
  }
}
.content-wrapper .mc_content_wrapper.mc_content_right {
  width: calc(100% - 252px);
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper .mc_content_wrapper.mc_content_right {
    width: 100%;
  }
}
.content-wrapper .mc_content_wrapper.mc_content_right.w-60 {
  width: 60%;
}
@media only screen and (max-width: 767.98px) {
  .content-wrapper .mc_content_wrapper.mc_content_right.w-60 {
    width: 100%;
  }
}
.content-wrapper .mc_content_wrapper.mc_content_left.w-39 {
  width: 39%;
  margin-right: 1%;
}
@media only screen and (max-width: 767.98px) {
  .content-wrapper .mc_content_wrapper.mc_content_left.w-39 {
    width: 100%;
    margin-right: 0%;
  }
}
.content-wrapper .mc_content_wrapper .mc_content_header {
  background-color: #f6f6f9;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  padding: 16px;
  -webkit-box-shadow: 0px 1px 0px #ececee;
          box-shadow: 0px 1px 0px #ececee;
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper .mc_content_wrapper .mc_content_header .btns_wrap {
    width: 100%;
  }
}
.content-wrapper .mc_content_wrapper .mc_content_header .btns_wrap .btn {
  min-width: 160px;
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper .mc_content_wrapper .mc_content_header .btns_wrap .btn {
    margin: 10px 0;
  }
}
.content-wrapper .mc_content_wrapper .mc_content {
  padding: 16px;
}
.content-wrapper .mc_content_wrapper [role=navigation] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0;
  padding: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-wrapper .mc_content_wrapper [role=navigation] .flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content-wrapper .mc_content_wrapper [role=navigation] .justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-wrapper .mc_content_wrapper #posts-form {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  max-width: 1024px;
}
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn {
  position: relative;
  border-radius: 0 0 8px 8px;
  top: -10px;
  z-index: 2;
  background-color: #1d8bb7;
  -webkit-box-shadow: 0px 1px 2px #ececee;
          box-shadow: 0px 1px 2px #ececee;
  visibility: hidden;
}
.content-wrapper .mc_content_wrapper #posts-form.active_form #submt_dz_btn {
  visibility: visible;
}
.content-wrapper .mc_content_wrapper .media_guide {
  margin-bottom: 0.5em;
}
.content-wrapper .mc_content_wrapper .media_guide h2 {
  color: #1d8bb7;
  font-size: 16px;
  font-style: 600;
  margin: 0.5em 0;
}
.content-wrapper .mc_content_wrapper .media_guide i {
  color: #1d8bb7;
  font-size: 12px;
}
.content-wrapper .mc_content_wrapper #myDropzoneEdit {
  display: none;
}
.content-wrapper .mc_content_wrapper .dropzone {
  min-height: 150px;
  border: 0px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #f6f6f9;
  color: white;
  font-weight: bold;
  padding: 20px 20px;
  width: 100%;
}
.content-wrapper .mc_content_wrapper .dropzone .dz-message span {
  color: #1d8bb7;
  font-weight: bold;
}
.content-wrapper .mc_content_wrapper .dropzone .dz-remove {
  position: relative;
  z-index: 501;
  display: inline-block;
  margin: 0.3rem auto;
  color: red;
}
.content-wrapper .mc_content_wrapper .dropzone .data-dz-name {
  font-weight: normal;
  color: #1d8bb7;
}
.content-wrapper .mc_content .dropzone .dz-preview .dz-image {
  width: 130px;
  height: 90px;
  margin: 0 auto;
}
.content-wrapper .mc_content .dropzone .dz-preview {
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
}
.content-wrapper #editMediaModal .modal-dialog,
.content-wrapper #CropperModal .modal-dialog {
  width: 90vw;
  margin: auto;
  max-width: 1920px;
}
.content-wrapper #editMediaModal .modal-dialog .docs-data span,
.content-wrapper #CropperModal .modal-dialog .docs-data span {
  margin-left: 5px;
  font-weight: bold;
  color: #285364;
  min-width: 1rem;
}
.content-wrapper #editMediaModal .modal-dialog .docs-data label,
.content-wrapper #CropperModal .modal-dialog .docs-data label {
  min-width: 4rem;
  font-weight: bold;
  color: #285364;
}
.content-wrapper #editMediaModal .modal-dialog .docs-data > .input-group,
.content-wrapper #CropperModal .modal-dialog .docs-data > .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-wrapper #editMediaModal .modal-dialog .docs-preview,
.content-wrapper #CropperModal .modal-dialog .docs-preview {
  border: 2px solid #1d8bb7;
  border-radius: 0.25rem;
}
.content-wrapper .users_tab_btns {
  position: absolute;
  bottom: 20px;
  left: 16px;
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper .users_tab_btns {
    position: static;
    padding: 16px;
  }
}
.content-wrapper .users_list {
  max-height: 600px;
  width: 100%;
  word-wrap: break-word;
  overflow-y: auto;
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper .users_list {
    max-height: 200px;
  }
}
.content-wrapper .users_list h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.content-wrapper .users_list ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.content-wrapper .users_list li, .content-wrapper .users_list li a {
  list-style-type: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.content-wrapper .users_list .list_ava {
  width: 50px;
  height: auto;
  border-radius: 3px;
}
.content-wrapper .users_list .one_user_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-wrapper #user_edit_page .one_media_card {
  border-radius: 15px;
  background-color: #f6f6f9;
  width: 200px;
  min-height: 200px;
  text-align: center;
  margin: 0;
  margin-left: auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-wrapper #user_edit_page .one_media_card img {
  width: auto;
  height: auto;
  max-width: 90%;
}
.content-wrapper #user_edit_page .one_media_card.user_with_ava .dropzone {
  display: none;
}
.content-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-wrapper form label {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: #110f24;
}
.content-wrapper form label.radio_container {
  font-weight: normal;
}
.content-wrapper form input[type=email], .content-wrapper form input[type=text], .content-wrapper form input[type=password], .content-wrapper form textarea, .content-wrapper form select {
  background: #f6f6f9;
  border: 1px solid #ececee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #110f24;
  padding: 8px 12px;
  margin-bottom: 5px;
  width: 100%;
}
.content-wrapper form textarea {
  min-height: 144px;
}
.content-wrapper .comment_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(17, 15, 36, 0.4);
}
.content-wrapper .form-group {
  margin-bottom: 25px;
  width: 100%;
}
.content-wrapper .left_form_group {
  width: 400px;
}
@media only screen and (max-width: 1439.98px) {
  .content-wrapper .left_form_group {
    width: 48%;
  }
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper .left_form_group {
    width: 100%;
  }
}
.content-wrapper .right_form_group {
  width: 513px;
}
@media only screen and (max-width: 1439.98px) {
  .content-wrapper .right_form_group {
    width: 48%;
  }
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper .right_form_group {
    width: 100%;
  }
}
.content-wrapper .flex_btns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-wrapper input[type=submit] {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  border-radius: 3px;
}
.content-wrapper #media_content_show {
  width: 100%;
}
.content-wrapper #media_content_show img {
  width: 100%;
  height: auto;
}
.content-wrapper #media_content_show .block_placeholder {
  background: #f6f6f9;
  width: 100%;
  border: 1px solid #ececee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #110f24;
  padding: 8px 12px;
  -webkit-animation: pulse_size 2s infinite;
          animation: pulse_size 2s infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 513px;
}
@media only screen and (max-width: 1439.98px) {
  .content-wrapper #media_content_show .block_placeholder {
    min-height: 400px;
  }
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper #media_content_show .block_placeholder {
    min-height: 300px;
  }
}
.content-wrapper .media_tab_link {
  margin-right: 32px;
  color: rgba(17, 15, 36, 0.4);
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper .media_tab_link {
    margin: 12px 12px 12px 0;
  }
}
.content-wrapper .media_tab_link.active_link {
  position: relative;
  color: #110f24;
}
.content-wrapper .media_tab_link.active_link.active_link::after {
  content: "";
  display: block;
  background-color: #285364;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 5px;
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper .media_tab_link.active_link.active_link::after {
    bottom: -5px;
    height: 2px;
  }
}

#mediaPage .media_list .mc_content .one_media_card.selected_media {
  opacity: 1;
}
#mediaPage .media_list .mc_content .one_media_card.selected_media::after {
  content: "";
  display: none;
}

#artworks_page .status {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  z-index: 10;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
#artworks_page .status.approved {
  background-color: #6fcf97;
}
#artworks_page .status.draft {
  background-color: #f6f6f9;
}
#artworks_page .status.feedback {
  background-color: #991e1e;
}
#artworks_page .status.pending {
  background-color: #1d8bb7;
}
#artworks_page .media_list_wrap .container .one_media_wrap.selected_media {
  opacity: 1;
}
#artworks_page .media_list_wrap .container .one_media_wrap.selected_media::after {
  content: "";
  display: none;
}

#artwork_media_list .edit_media_btn {
  display: none;
}

.count_artworks {
  position: absolute;
  background: #ffffff;
  border-radius: 3px;
  bottom: 13px;
  right: 13px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  z-index: 10;
}

.show_artwork .artwork_media {
  width: 100%;
}
.show_artwork .artwork_media img {
  width: 100%;
  height: auto;
}
.show_artwork .artwork_desc {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #000000;
}

.mc_content_header {
  background-color: #f6f6f9;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  padding: 16px;
  -webkit-box-shadow: 0px 1px 0px #ececee;
          box-shadow: 0px 1px 0px #ececee;
}
.mc_content_header .modal-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #285364;
}

.modal-title.show_artwork_title {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}

#users_page .mc_content_wrapper {
  height: unset;
  min-height: 100px;
}
#users_page .dropzone {
  width: 150px;
  height: 150px;
  margin-left: auto;
  padding: 5px;
}
@media only screen and (max-width: 767.98px) {
  #users_page .dropzone {
    margin: 10px auto;
  }
}
#users_page .dropzone .dz-preview {
  margin: 0 10px;
}
#users_page .form_image {
  width: 150px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
  #users_page .form_image {
    margin: 10px auto;
  }
}
#users_page .form_image img {
  width: 100%;
  height: auto;
  display: block;
}
#users_page .form_image i {
  color: #94949d;
}
#users_page .left_form_group {
  width: 400px;
}
@media only screen and (max-width: 1439.98px) {
  #users_page .left_form_group {
    width: calc(100% - 180px);
  }
}
@media only screen and (max-width: 767.98px) {
  #users_page .left_form_group {
    width: 100%;
  }
}
#users_page .right_form_group {
  width: 300px;
}
@media only screen and (max-width: 1439.98px) {
  #users_page .right_form_group {
    width: 180px;
  }
}
@media only screen and (max-width: 767.98px) {
  #users_page .right_form_group {
    width: 100%;
  }
}
#users_page .right_form_group .one_media_card {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #f6f6f9;
}
@media only screen and (max-width: 1439.98px) {
  #users_page .right_form_group .one_media_card {
    height: 180px;
  }
}
@media only screen and (max-width: 767.98px) {
  #users_page .right_form_group .one_media_card {
    height: calc(100vw - 30px);
  }
}

#temlatesMediaList .one_media_card {
  cursor: pointer;
}

.categories-group {
  position: relative;
}
.categories-group .one_category.hide_sl {
  display: none;
}
.categories-group.focused ul {
  display: block;
}
.categories-group ul {
  display: none;
  position: absolute;
  top: 75px;
  width: 100%;
  max-width: 350px;
  background-color: #f6f6f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.categories-group ul li {
  padding: 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  list-style-type: none;
}

#home_page .mc_content_wrapper {
  height: auto;
}
#home_page .mc_content_left {
  width: 680px;
  background: transparent;
}
@media only screen and (max-width: 1439.98px) {
  #home_page .mc_content_left {
    width: 70%;
  }
}
@media only screen and (max-width: 767.98px) {
  #home_page .mc_content_left {
    width: 100%;
  }
}
#home_page .mc_content_right {
  width: calc(100% - 705px);
}
@media only screen and (max-width: 1439.98px) {
  #home_page .mc_content_right {
    width: 28%;
  }
}
@media only screen and (max-width: 767.98px) {
  #home_page .mc_content_right {
    width: 100%;
  }
}
#home_page .content_section {
  margin-bottom: 20px;
  background-color: white;
}

#latest_posts_list .media_title {
  display: none;
}
#latest_posts_list .media_list_wrap .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#latest_posts_list .one_media_wrap {
  width: 140px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
@media only screen and (max-width: 1439.98px) {
  #latest_posts_list .one_media_wrap {
    width: 22%;
    margin: 1.5%;
  }
}
@media only screen and (max-width: 575.98px) {
  #latest_posts_list .one_media_wrap {
    width: 47%;
  }
}
#latest_posts_list .one_media_wrap .one_media_card {
  height: 140px;
}
#latest_posts_list .one_media_wrap .one_media_card.selected_media {
  opacity: 1;
}
#latest_posts_list .one_media_wrap .one_media_card.selected_media::after {
  content: "";
  display: none;
}
@media only screen and (max-width: 1439.98px) {
  #latest_posts_list .one_media_wrap .one_media_card {
    height: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  #latest_posts_list .one_media_wrap .one_media_card {
    height: 100px;
  }
}
@media only screen and (max-width: 419.98px) {
  #latest_posts_list .one_media_wrap .one_media_card {
    height: 90px;
  }
}
#latest_posts_list ul.approvals_list .one_media_wrap {
  margin: 0;
}

[role=navigation] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
  padding: 1%;
}

ul.approvals_list {
  margin: 0 0 0 36px;
  padding: 0;
  border-left: 2px solid #ececee;
}
@media only screen and (max-width: 1439.98px) {
  ul.approvals_list {
    margin: 0 0 0 15px;
  }
}
ul.approvals_list li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 17px 45px;
  position: relative;
  border-bottom: 1px solid #ececee;
}
@media only screen and (max-width: 1439.98px) {
  ul.approvals_list li {
    padding: 10px 20px;
  }
}
ul.approvals_list li .count_artworks {
  font-size: 18px;
}
ul.approvals_list li .approvals_user {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
ul.approvals_list li .approvals_user span {
  margin-right: 5px;
}
ul.approvals_list li .approvals_title {
  padding: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ececee;
  border-radius: 3px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 1439.98px) {
  ul.approvals_list li .approvals_title {
    padding: 8px;
  }
}
ul.approvals_list li .approvals_title span {
  margin-right: 5px;
  display: block;
}
ul.approvals_list .history {
  margin-bottom: 1rem;
}
ul.approvals_list .one_media_wrap {
  margin: 0;
  width: 140px;
}
@media only screen and (max-width: 1439.98px) {
  ul.approvals_list .one_media_wrap {
    width: 110px;
  }
}
@media only screen and (max-width: 575.98px) {
  ul.approvals_list .one_media_wrap {
    width: 80px;
  }
}
@media only screen and (max-width: 419.98px) {
  ul.approvals_list .one_media_wrap {
    width: 100%;
    max-width: 220px;
    margin: 10px auto;
  }
}
ul.approvals_list .one_media_wrap .one_media_card {
  margin: 0;
  height: 140px;
  background-size: cover;
  background-color: #f6f6f9;
  background-position: 50% 50%;
  border-radius: 8px;
  border: 1px solid #9b9aa3;
}
@media only screen and (max-width: 1439.98px) {
  ul.approvals_list .one_media_wrap .one_media_card {
    height: 110px;
  }
}
@media only screen and (max-width: 575.98px) {
  ul.approvals_list .one_media_wrap .one_media_card {
    height: 80px;
  }
}
@media only screen and (max-width: 419.98px) {
  ul.approvals_list .one_media_wrap .one_media_card {
    height: 160px;
  }
}
ul.approvals_list .approvals_content {
  width: calc(100% - 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1439.98px) {
  ul.approvals_list .approvals_content {
    width: calc(100% - 130px);
  }
}
@media only screen and (max-width: 575.98px) {
  ul.approvals_list .approvals_content {
    width: calc(100% - 90px);
  }
}
@media only screen and (max-width: 419.98px) {
  ul.approvals_list .approvals_content {
    width: 100%;
  }
}
ul.approvals_list .approvals_content::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #1d8bb7;
  top: 5px;
  width: 13px;
  height: 13px;
  left: -52.5px;
}
@media only screen and (max-width: 575.98px) {
  ul.approvals_list .approvals_content::before {
    left: -25px;
    width: 8px;
    height: 8px;
    top: 5px;
  }
}
ul.approvals_list .activity_check {
  width: 24px;
  height: 24px;
  background-image: url(../imgs/check.svg);
  background-position: 50% 50%;
  background-size: 14px auto;
  background-repeat: no-repeat;
  border-radius: 3px;
  margin-right: 9px;
  background-color: #ececee;
}
@media only screen and (max-width: 991.98px) {
  ul.approvals_list .activity_check {
    width: 20px;
    height: 20px;
    background-size: 12px auto;
  }
}
ul.approvals_list .approvals_title.approved a {
  text-decoration: line-through;
  color: rgba(17, 15, 36, 0.4);
}
ul.approvals_list .approvals_title.approved .activity_check {
  background-color: #6fcf97;
}

#activities_list .approvals_content {
  width: 100%;
}
#activities_list .approvals_content .history {
  font-size: 16px;
}

.row_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.row_btn input, .row_btn .btn {
  width: 49%;
  height: 47px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 15px 0;
}

.status_form {
  width: 100%;
}

.status_form textarea {
  display: none;
}

.status_form.feedback_form textarea {
  display: block;
  width: 100%;
  margin: 15px 0;
  height: 75px;
  overflow-y: auto;
}

.status_form.feedback_form .row_btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.status_form.feedback_form input[name=approved] {
  display: none;
}

.list-group {
  margin-bottom: 20px;
}

.card-header.mc_content_header button {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.cropper__modal .btn.btn-primary {
  background-color: #1d8bb7;
  color: #fff;
  border-color: #fff;
}
.cropper__modal .btn.btn-primary span, .cropper__modal .btn.btn-primary i {
  color: #fff;
}
.cropper__modal .docs-data {
  margin: 35px 0;
}

.btn {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

label.btn {
  margin-bottom: 0;
}

.d-flex > .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.carbonads {
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 1rem;
}

.carbon-wrap {
  overflow: hidden;
}

.carbon-img {
  clear: left;
  display: block;
  float: left;
}

.carbon-text,
.carbon-poweredby {
  display: block;
  margin-left: 140px;
}

.carbon-text,
.carbon-text:hover,
.carbon-text:focus {
  color: #fff;
  text-decoration: none;
}

.carbon-poweredby,
.carbon-poweredby:hover,
.carbon-poweredby:focus {
  color: #ddd;
  text-decoration: none;
}

@media (min-width: 768px) {
  .carbonads {
    float: right;
    margin-bottom: -1rem;
    margin-top: -1rem;
    max-width: 360px;
  }
}
.footer {
  font-size: 0.875rem;
}

.heart {
  color: #ddd;
  display: block;
  height: 2rem;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.heart:hover {
  color: #ff4136;
}

.heart::before {
  border-top: 1px solid #eee;
  content: " ";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.heart::after {
  background-color: #fff;
  content: "♥";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  z-index: 1;
}

.img-container,
.img-preview {
  background-color: #f7f7f7;
  text-align: center;
  width: 100%;
}

.img-container {
  margin-bottom: 1rem;
  max-height: 497px;
  min-height: 200px;
}

@media (min-width: 768px) {
  .img-container {
    min-height: 497px;
  }
}
.img-container > img {
  max-width: 100%;
}

.docs-preview {
  margin-right: -1rem;
}

.img-preview {
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  overflow: hidden;
}

.img-preview > img {
  max-width: 100%;
}

.preview-lg {
  height: 9rem;
  width: 16rem;
}

.preview-md {
  height: 4.5rem;
  width: 8rem;
}

.preview-sm {
  height: 2.25rem;
  width: 4rem;
}

.preview-xs {
  height: 1.125rem;
  margin-right: 0;
  width: 2rem;
}

.docs-data > .input-group {
  margin-bottom: 0.5rem;
}

.docs-data > .input-group > label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 5rem;
}

.docs-data > .input-group > span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 3rem;
}

.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
  margin-bottom: 0.5rem;
  margin-right: 0.25rem;
}

.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
  margin-bottom: 0.5rem;
}

.docs-tooltip {
  display: block;
  margin: -0.5rem -0.75rem;
  padding: 0.5rem 0.75rem;
}

.docs-tooltip > .icon {
  margin: 0 -0.25rem;
  vertical-align: top;
}

.tooltip-inner {
  white-space: normal;
}

.btn-upload .tooltip-inner,
.btn-toggle .tooltip-inner {
  white-space: nowrap;
}

.btn-toggle {
  padding: 0.5rem;
}

.btn-toggle > .docs-tooltip {
  margin: -0.5rem;
  padding: 0.5rem;
}

@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -1rem !important;
  }
  .btn-group-crop > .btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .btn-group-crop .docs-tooltip {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.docs-options .dropdown-menu {
  width: 100%;
}

.docs-options .dropdown-menu > li {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.docs-options .dropdown-menu > li:hover {
  background-color: #f7f7f7;
}

.docs-options .dropdown-menu > li > label {
  display: block;
}

.docs-cropped .modal-body {
  text-align: center;
}

.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
  max-width: 100%;
}

.feedbackmessage_block {
  margin: 10px auto;
  border: 2px solid red;
  width: 90%;
}
.feedbackmessage_block h2 {
  margin-bottom: 1em;
  font-size: 26px;
  font-weight: bold;
}
.feedbackmessage_block p {
  font-style: italic;
}

.draftmessage_block {
  margin: 10px auto;
  background-color: #f6f6f9;
  width: calc(100% - 32px);
  border-radius: 8px;
}
.draftmessage_block h2 {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
}
.draftmessage_block p {
  font-style: italic;
  margin-bottom: 0.25em;
}

#edit-form {
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    background-color: #285364;
  }
  100% {
    background-color: #1d8bb7;
  }
}

@keyframes pulse {
  0% {
    background-color: #285364;
  }
  100% {
    background-color: #1d8bb7;
  }
}
@-webkit-keyframes pulse_size {
  0% {
    font-size: 15px;
  }
  100% {
    font-size: 16px;
  }
}
@keyframes pulse_size {
  0% {
    font-size: 15px;
  }
  100% {
    font-size: 16px;
  }
}
#MediaModal .modal-dialog {
  width: 90vw;
  margin: auto;
  top: 30px;
  max-width: 1920px;
}

#CropperModal .modal-dialog {
  width: 95vw;
  margin: auto;
  top: 30px;
  max-width: 1920px;
}
#CropperModal .modal-body {
  height: calc(90vh - 50px);
  overflow-y: auto;
}

.media_list_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: unset;
  padding: 0;
}
.media_list_wrap .container .one_media_wrap {
  width: 160px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .media_list_wrap .container .one_media_wrap {
    width: 23%;
    margin: 1%;
  }
}
@media only screen and (max-width: 575.98px) {
  .media_list_wrap .container .one_media_wrap {
    width: 48%;
  }
}
.media_list_wrap .container .one_media_wrap .one_media_card {
  width: 100%;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: black;
  background-color: #f6f6f9;
  background-position: 50% 50%;
  border-radius: 8px;
  border: 1px solid #9b9aa3;
  position: relative;
  overflow: hidden;
}
.media_list_wrap .container .one_media_wrap .one_media_card.selected_media {
  opacity: 0.9;
  position: relative;
}
@media only screen and (max-width: 1439.98px) {
  .media_list_wrap .container .one_media_wrap .one_media_card {
    height: 160px;
  }
}
@media only screen and (max-width: 991.98px) {
  .media_list_wrap .container .one_media_wrap .one_media_card {
    height: 140px;
  }
}
@media only screen and (max-width: 767.98px) {
  .media_list_wrap .container .one_media_wrap .one_media_card {
    height: 120px;
  }
}
@media only screen and (max-width: 575.98px) {
  .media_list_wrap .container .one_media_wrap .one_media_card {
    height: 100px;
  }
}
.media_list_wrap .container form {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  z-index: 10;
}
.media_list_wrap .container .media_title {
  font-weight: bold;
  width: 100%;
  word-wrap: break-word;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  color: #9b9aa3;
}
@media only screen and (max-width: 991.98px) {
  .media_list_wrap .container .media_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .media_list_wrap .container .media_title {
    font-size: 11px;
  }
}

input[type=submit].mc_default_btn,
a.mc_default_btn,
button.mc_default_btn,
.mc_default_btn {
  height: 54px;
  width: 100%;
  margin: 20px auto;
  display: block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ececee;
  border-radius: 3px;
  background-color: #285364;
  color: white;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
input[type=submit].mc_default_btn.disabled_btn,
a.mc_default_btn.disabled_btn,
button.mc_default_btn.disabled_btn,
.mc_default_btn.disabled_btn {
  background-color: #f6f6f9;
  color: rgba(17, 15, 36, 0.4);
  font-weight: bold;
  cursor: not-allowed;
  position: relative;
}

.btn btn--xs btn--inv {
  height: 32px;
  width: 32px;
  background: #ececee;
  border-radius: 3px;
  background-image: url(../imgs/edit.svg);
  background-position: 50% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
@media only screen and (max-width: 575.98px) {
  .btn btn--xs btn--inv {
    height: 24px;
    width: 24px;
  }
}

.green_btn {
  background-color: #0c9e84;
  color: #fff;
}
.green_btn.disabled_btn {
  background-color: #f6f6f9;
  color: rgba(17, 15, 36, 0.4);
  font-weight: bold;
  cursor: not-allowed;
  position: relative;
}

.blue_dk_btn {
  background-color: #285364;
  color: #fff;
  cursor: pointer;
}
.blue_dk_btn.disabled_btn {
  background-color: #f6f6f9;
  color: rgba(17, 15, 36, 0.4);
  font-weight: bold;
  cursor: not-allowed;
  position: relative;
}

.modal .modal-header .close {
  color: white;
  background-color: #285364;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  margin-right: 0;
  opacity: 1;
  padding: 1px;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .modal-header .close span {
  color: #fff;
  line-height: 1;
}

.flex-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.media_btns {
  background-color: rgba(29, 139, 183, 0.5);
  width: 66px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

#notificationBell .dropdown-menu {
  min-width: 15rem;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #110f24;
  font-weight: normal;
  padding: 0;
  padding-top: 10px;
}

#notificationBell .dropdown-item {
  background-color: #f6f6f9;
  border-radius: 0 0 8px 8px;
  font-weight: 500;
  padding: 8px 16px;
  -webkit-box-shadow: 0px 1px 0px #ececee;
  box-shadow: 0px 1px 0px #ececee;
  text-align: center;
}

.notifications_list {
  background-color: #fff;
  font-weight: 500;
  padding: 5px 16px;
  border-bottom: 1px solid #ececee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.notifications_list i {
  margin-right: 7px;
}

.notification_status {
  font-size: 14px;
  font-weight: 600;
}

#notificationBell .comment_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(17, 15, 36, 0.4);
  text-align: right;
}

#notificationBell h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 7px 0;
}

.unread li {
  background-color: #fbefef;
}

.media_dz_wrap {
  width: 100%;
}

.folder_select_field {
  padding: 10px;
  display: none;
}

.content-wrapper .mc_content_wrapper .media_dz_wrap .dropzone {
  min-height: 145px;
  padding: 15px;
}

.content-wrapper .mc_content_wrapper .media_dz_wrap {
  max-width: calc(100% - 320px);
  max-width: 400px;
  margin-right: 20px;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 575.98px) {
  .content-wrapper .mc_content_wrapper .media_dz_wrap {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
}

.image-folder-text {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5em;
}

.image_type_dz .folder_select_field {
  display: block;
}

.folders_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: unset;
  padding: 0;
  width: 230px;
}
.folders_menu h4 {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
}
.folders_menu .folder_link {
  width: 21%;
  margin-right: 4%;
  margin-top: 0px;
}

.child_cell {
  padding-left: 25px;
}

table.index_list_table td.child_cell {
  padding-left: 30px;
}
@media only screen and (max-width: 575.98px) {
  table.index_list_table td.child_cell {
    padding-left: 15px;
  }
}

.children_row {
  height: 0;
}

.media-list-container {
  position: relative;
  padding-top: 450px;
}

#artwork_media_list #temlatesMediaList button[type=submit] {
  display: none;
}

#ShowArtwork .artwork_media img {
  width: 100%;
}

.marketing_admin {
  background-color: #e5e5e5;
}
.marketing_admin .sidebar_darkblue {
  background-color: #285364;
  color: #fff;
}
.marketing_admin .nav-sidebar .nav-link > .right, .marketing_admin .nav-sidebar .nav-link > p > .right {
  right: 0;
  top: 8px;
}
.marketing_admin .nav-sidebar .menu-open > .nav-link i.right {
  top: 0;
}
.marketing_admin .navbar-nav > .user-menu > .dropdown-menu > .user-footer a {
  width: 100%;
  margin: 5px auto;
}
.marketing_admin .navbar-nav > .user-menu > .dropdown-menu > .user-footer a:hover {
  background-color: #fff;
  color: #110f24;
}
.marketing_admin .main-header {
  border-bottom: 0px;
  background-color: transparent;
  padding: 15px;
}
.marketing_admin .main-header ul:first-child {
  display: block;
  width: 50px;
}
.marketing_admin .main-header ul:first-child i {
  color: #285364;
}
.marketing_admin .main-header .ml-auto, .marketing_admin .main-header .mx-auto {
  margin-left: 0 !important;
  width: calc(100% - 50px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.marketing_admin .main-header .ml-auto a, .marketing_admin .main-header .mx-auto a {
  padding: 0;
}
.marketing_admin .main-header .navbar-nav > .user-menu > .dropdown-menu {
  right: unset !important;
  left: 0 !important;
}
.marketing_admin .main-header .navbar-nav > .user-menu .user-image {
  margin-top: 0;
}
.marketing_admin .main-header.navbar-expand .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 0rem;
}
.marketing_admin .main-header .navbar-nav > .user-menu .user-image {
  border-radius: 3px;
  height: 2.5rem;
  margin-right: 11px;
  margin-top: 0;
  width: 2.5rem;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0) !important;
}
.marketing_admin .main-header .navbar-nav > .user-menu span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #285364;
}
.marketing_admin .nav-header {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin-top: 35px;
  padding: 5px;
}
.marketing_admin .nav-sidebar .nav-header:not(:first-of-type) {
  padding: 5px;
}
.marketing_admin .nav-link {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}
.marketing_admin .nav-link p {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.marketing_admin .sidebar_darkblue .nav-link i {
  color: #fff;
}
.marketing_admin .nav-link i {
  width: 24px;
  height: 24px;
  display: block;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 6px;
  font-size: 20px;
  color: #fff;
}
.marketing_admin .nav-link i.home_icon {
  background-image: url(../imgs/menu_icons/home_icon.svg);
}
.marketing_admin .nav-link i.users_icon {
  background-image: url(../imgs/menu_icons/users_icon.svg);
}
.marketing_admin .nav-link i.settings_icon {
  background-image: url(../imgs/menu_icons/settings_icon.svg);
}
.marketing_admin .nav-link i.feedback_icon {
  background-image: url(../imgs/menu_icons/feedback_icon.svg);
}
.marketing_admin .nav-link i.media_icon {
  background-image: url(../imgs/menu_icons/media_icon.svg);
}
.marketing_admin .nav-link i.templates_icon {
  background-image: url(../imgs/menu_icons/templates_icon.svg);
}
.marketing_admin .nav-link i.artworks_icon {
  background-image: url(../imgs/menu_icons/artworks_icon.svg);
}
.marketing_admin .nav-link i.activity_icon {
  background-image: url(../imgs/menu_icons/activity_icon.svg);
}
.marketing_admin .nav-link i.media_icon {
  background-image: url(../imgs/menu_icons/media_icon.svg);
}
.marketing_admin .nav-link i.approvals_icon {
  background-image: url(../imgs/menu_icons/approvals_icon.svg);
}
.marketing_admin .nav-link i.bell_icon {
  background-image: url(../imgs/menu_icons/bell_icon.svg);
  margin-right: 0;
  padding: 0;
}
.marketing_admin .nav-link:hover i.bell_icon, .marketing_admin .nav-link.active i.bell_icon {
  background-image: url(../imgs/menu_icons/bell_icon_active.svg);
  background-color: transparent;
}
.marketing_admin .nav-pills .nav-link.active, .marketing_admin .nav-pills .show > .nav-link, .marketing_admin .nav-pills .nav-link:hover {
  background-color: #1d8bb7;
}
.marketing_admin .brand-link {
  padding: 20px 30px 30px 20px;
  display: block;
}
.marketing_admin .logo-xl.brand-image-xs, .marketing_admin .logo-xs.brand-image-xs {
  left: 15px;
  top: 20px;
}
.marketing_admin .brand-link .brand-image-xs {
  line-height: 1;
  margin-top: 0;
  max-height: 62px;
  width: auto;
  max-width: 280px;
}
.marketing_admin .brand-link .brand-image {
  float: left;
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: 50px;
  width: auto;
}
.marketing_admin.sidebar-collapse .brand-link {
  padding: 15px;
  display: block;
}
.marketing_admin.sidebar-collapse .sidebar {
  padding: 15px;
}
.marketing_admin .sidebar {
  padding: 15px;
}
.marketing_admin .content-wrapper {
  background: transparent;
}
.marketing_admin .content-header {
  padding: 0;
}
.marketing_admin .alert p, .marketing_admin .alert li {
  color: white;
  list-style-type: none;
}
.marketing_admin .btn-danger {
  background-color: #991e1e;
}
.marketing_admin .btn-success {
  background-color: #41b772;
}

#ajteditor {
  height: calc(100vh - 137px);
  overflow: auto;
}

#ajtemainbar {
  max-width: calc(100% - 300px);
  overflow-x: auto;
}

.template_image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.bg-danger .toast-body,
.bg-danger strong {
  color: white;
}

.bg-success strong,
.bg-success .toast-body {
  color: white;
}

.one_media_card .mc_delete_btn {
  position: absolute;
  right: 0;
  top: 0;
}

.content-wrapper .mc_content_wrapper.ajte_user_wrapper {
  height: auto;
  overflow-y: visible;
}

.ajte_user_wrapper #ajteditor {
  height: auto;
  min-width: auto;
}

.ajte-image-change::after {
  content: "";
  top: -1rem;
  right: -1rem;
  font-size: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: transparent;
  background-image: url(../imgs/editor_icons/icon-image-changer.svg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn {
  display: inline-block;
  padding: 1.275rem 2.5rem;
  width: auto;
  height: auto;
  min-width: 3.425rem;
  background-color: #23a6f0 !important;
  background-image: none !important;
  border: 1px solid #23a6f0 !important;
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-animation: none;
          animation: none;
}
.btn span {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
  line-height: 1;
}
.btn i {
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
}
.btn--xs {
  min-width: auto;
  padding: 0.4rem 0.5rem;
  background-color: #23a6f0 !important;
  font-size: 0.7rem;
}
.btn--sm {
  padding: 0.85rem 1.25rem;
  min-width: 2.575rem;
}
.btn--lg {
  padding: 1.275rem 2.5rem;
  font-size: 1.5rem;
}
.btn:hover {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.btn:hover span {
  color: #23a6f0 !important;
}
.btn:hover i {
  color: #23a6f0 !important;
}
.btn--inv {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.btn--inv span {
  color: #23a6f0 !important;
}
.btn--inv i {
  color: #23a6f0 !important;
}
.btn--inv:hover {
  background-color: #23a6f0 !important;
  color: #ffffff !important;
}
.btn--inv:hover span {
  color: #ffffff !important;
}
.btn--inv:hover i {
  color: #ffffff !important;
}
.btn.disabled_btn, .btn[disabled=disabled], .btn.disabled_btn:hover {
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  font-weight: 600;
  color: #a6a6a6 !important;
  cursor: not-allowed;
}
.btn.disabled_btn span, .btn[disabled=disabled] span, .btn.disabled_btn:hover span {
  color: #a6a6a6 !important;
}
.btn.disabled_btn i, .btn[disabled=disabled] i, .btn.disabled_btn:hover i {
  color: #a6a6a6 !important;
}
.btn-success, .btn--success {
  background-color: #2dc071 !important;
  border: 1px solid #2dc071 !important;
}
.btn-success:hover, .btn--success:hover {
  color: #2dc071 !important;
}
.btn-success.btn--inv, .btn--success.btn--inv {
  background-color: #ffffff !important;
  color: #2dc071 !important;
}
.btn-success.btn--inv span, .btn--success.btn--inv span {
  color: #2dc071 !important;
}
.btn-success.btn--inv i, .btn--success.btn--inv i {
  color: #2dc071 !important;
}
.btn-success.btn--inv:hover, .btn--success.btn--inv:hover {
  background-color: #2dc071 !important;
  color: #ffffff !important;
}
.btn-success.btn--inv:hover span, .btn--success.btn--inv:hover span {
  color: #ffffff !important;
}
.btn-success.btn--inv:hover i, .btn--success.btn--inv:hover i {
  color: #ffffff !important;
}
.btn-danger, .btn--danger {
  background-color: #e0232e !important;
  border: 1px solid #e0232e !important;
}
.btn-danger:hover, .btn--danger:hover {
  color: #e0232e !important;
}
.btn-danger.btn--inv, .btn--danger.btn--inv {
  background-color: #ffffff !important;
  color: #e0232e !important;
}
.btn-danger.btn--inv span, .btn--danger.btn--inv span {
  color: #e0232e !important;
}
.btn-danger.btn--inv i, .btn--danger.btn--inv i {
  color: #e0232e !important;
}
.btn-danger.btn--inv:hover, .btn--danger.btn--inv:hover {
  background-color: #e0232e !important;
  color: #ffffff !important;
}
.btn-danger.btn--inv:hover span, .btn--danger.btn--inv:hover span {
  color: #ffffff !important;
}
.btn-danger.btn--inv:hover i, .btn--danger.btn--inv:hover i {
  color: #ffffff !important;
}
.btn--times {
  padding: 0.4rem 0.48rem 0.4rem 0.51rem;
}
.btn--times i,
.btn--times span {
  margin: 0.1rem 0.07rem 0 0;
}

.marketing_admin .btn {
  display: inline-block;
  padding: 1.275rem 2.5rem;
  width: auto;
  height: auto;
  min-width: 3.425rem;
  background-color: #23a6f0 !important;
  background-image: none !important;
  border: 1px solid #23a6f0 !important;
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-animation: none;
          animation: none;
}
.marketing_admin .btn span {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
  line-height: 1;
}
.marketing_admin .btn i {
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
}
.marketing_admin .btn--xs {
  min-width: auto;
  padding: 0.4rem 0.5rem;
  background-color: #23a6f0 !important;
  font-size: 0.7rem;
}
.marketing_admin .btn--sm {
  padding: 0.85rem 1.25rem;
  min-width: 2.575rem;
}
.marketing_admin .btn--lg {
  padding: 1.275rem 2.5rem;
  font-size: 1.5rem;
}
.marketing_admin .btn:hover {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.marketing_admin .btn:hover span {
  color: #23a6f0 !important;
}
.marketing_admin .btn:hover i {
  color: #23a6f0 !important;
}
.marketing_admin .btn--inv {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.marketing_admin .btn--inv span {
  color: #23a6f0 !important;
}
.marketing_admin .btn--inv i {
  color: #23a6f0 !important;
}
.marketing_admin .btn--inv:hover {
  background-color: #23a6f0 !important;
  color: #ffffff !important;
}
.marketing_admin .btn--inv:hover span {
  color: #ffffff !important;
}
.marketing_admin .btn--inv:hover i {
  color: #ffffff !important;
}
.marketing_admin .btn.disabled_btn, .marketing_admin .btn[disabled=disabled], .marketing_admin .btn.disabled_btn:hover {
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  font-weight: 600;
  color: #a6a6a6 !important;
  cursor: not-allowed;
}
.marketing_admin .btn.disabled_btn span, .marketing_admin .btn[disabled=disabled] span, .marketing_admin .btn.disabled_btn:hover span {
  color: #a6a6a6 !important;
}
.marketing_admin .btn.disabled_btn i, .marketing_admin .btn[disabled=disabled] i, .marketing_admin .btn.disabled_btn:hover i {
  color: #a6a6a6 !important;
}
.marketing_admin .btn-success, .marketing_admin .btn--success {
  background-color: #2dc071 !important;
  border: 1px solid #2dc071 !important;
}
.marketing_admin .btn-success:hover, .marketing_admin .btn--success:hover {
  color: #2dc071 !important;
}
.marketing_admin .btn-success.btn--inv, .marketing_admin .btn--success.btn--inv {
  background-color: #ffffff !important;
  color: #2dc071 !important;
}
.marketing_admin .btn-success.btn--inv span, .marketing_admin .btn--success.btn--inv span {
  color: #2dc071 !important;
}
.marketing_admin .btn-success.btn--inv i, .marketing_admin .btn--success.btn--inv i {
  color: #2dc071 !important;
}
.marketing_admin .btn-success.btn--inv:hover, .marketing_admin .btn--success.btn--inv:hover {
  background-color: #2dc071 !important;
  color: #ffffff !important;
}
.marketing_admin .btn-success.btn--inv:hover span, .marketing_admin .btn--success.btn--inv:hover span {
  color: #ffffff !important;
}
.marketing_admin .btn-success.btn--inv:hover i, .marketing_admin .btn--success.btn--inv:hover i {
  color: #ffffff !important;
}
.marketing_admin .btn-danger, .marketing_admin .btn--danger {
  background-color: #e0232e !important;
  border: 1px solid #e0232e !important;
}
.marketing_admin .btn-danger:hover, .marketing_admin .btn--danger:hover {
  color: #e0232e !important;
}
.marketing_admin .btn-danger.btn--inv, .marketing_admin .btn--danger.btn--inv {
  background-color: #ffffff !important;
  color: #e0232e !important;
}
.marketing_admin .btn-danger.btn--inv span, .marketing_admin .btn--danger.btn--inv span {
  color: #e0232e !important;
}
.marketing_admin .btn-danger.btn--inv i, .marketing_admin .btn--danger.btn--inv i {
  color: #e0232e !important;
}
.marketing_admin .btn-danger.btn--inv:hover, .marketing_admin .btn--danger.btn--inv:hover {
  background-color: #e0232e !important;
  color: #ffffff !important;
}
.marketing_admin .btn-danger.btn--inv:hover span, .marketing_admin .btn--danger.btn--inv:hover span {
  color: #ffffff !important;
}
.marketing_admin .btn-danger.btn--inv:hover i, .marketing_admin .btn--danger.btn--inv:hover i {
  color: #ffffff !important;
}
.marketing_admin .btn--times {
  padding: 0.4rem 0.48rem 0.4rem 0.51rem;
}
.marketing_admin .btn--times i,
.marketing_admin .btn--times span {
  margin: 0.1rem 0.07rem 0 0;
}

.ajte-btn {
  display: inline-block;
  padding: 1.275rem 2.5rem;
  width: auto;
  height: auto;
  min-width: 3.425rem;
  background-color: #23a6f0 !important;
  background-image: none !important;
  border: 1px solid #23a6f0 !important;
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-animation: none;
          animation: none;
}
.ajte-btn span {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
  line-height: 1;
}
.ajte-btn i {
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
}
.ajte-btn--xs {
  min-width: auto;
  padding: 0.4rem 0.5rem;
  background-color: #23a6f0 !important;
  font-size: 0.7rem;
}
.ajte-btn--sm {
  padding: 0.85rem 1.25rem;
  min-width: 2.575rem;
}
.ajte-btn--lg {
  padding: 1.275rem 2.5rem;
  font-size: 1.5rem;
}
.ajte-btn:hover {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.ajte-btn:hover span {
  color: #23a6f0 !important;
}
.ajte-btn:hover i {
  color: #23a6f0 !important;
}
.ajte-btn--inv {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.ajte-btn--inv span {
  color: #23a6f0 !important;
}
.ajte-btn--inv i {
  color: #23a6f0 !important;
}
.ajte-btn--inv:hover {
  background-color: #23a6f0 !important;
  color: #ffffff !important;
}
.ajte-btn--inv:hover span {
  color: #ffffff !important;
}
.ajte-btn--inv:hover i {
  color: #ffffff !important;
}
.ajte-btn.disabled_btn, .ajte-btn[disabled=disabled], .ajte-btn.disabled_btn:hover {
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  font-weight: 600;
  color: #a6a6a6 !important;
  cursor: not-allowed;
}
.ajte-btn.disabled_btn span, .ajte-btn[disabled=disabled] span, .ajte-btn.disabled_btn:hover span {
  color: #a6a6a6 !important;
}
.ajte-btn.disabled_btn i, .ajte-btn[disabled=disabled] i, .ajte-btn.disabled_btn:hover i {
  color: #a6a6a6 !important;
}
.ajte-btn-success, .ajte-btn--success {
  background-color: #2dc071 !important;
  border: 1px solid #2dc071 !important;
}
.ajte-btn-success:hover, .ajte-btn--success:hover {
  color: #2dc071 !important;
}
.ajte-btn-success.btn--inv, .ajte-btn--success.btn--inv {
  background-color: #ffffff !important;
  color: #2dc071 !important;
}
.ajte-btn-success.btn--inv span, .ajte-btn--success.btn--inv span {
  color: #2dc071 !important;
}
.ajte-btn-success.btn--inv i, .ajte-btn--success.btn--inv i {
  color: #2dc071 !important;
}
.ajte-btn-success.btn--inv:hover, .ajte-btn--success.btn--inv:hover {
  background-color: #2dc071 !important;
  color: #ffffff !important;
}
.ajte-btn-success.btn--inv:hover span, .ajte-btn--success.btn--inv:hover span {
  color: #ffffff !important;
}
.ajte-btn-success.btn--inv:hover i, .ajte-btn--success.btn--inv:hover i {
  color: #ffffff !important;
}
.ajte-btn-danger, .ajte-btn--danger {
  background-color: #e0232e !important;
  border: 1px solid #e0232e !important;
}
.ajte-btn-danger:hover, .ajte-btn--danger:hover {
  color: #e0232e !important;
}
.ajte-btn-danger.btn--inv, .ajte-btn--danger.btn--inv {
  background-color: #ffffff !important;
  color: #e0232e !important;
}
.ajte-btn-danger.btn--inv span, .ajte-btn--danger.btn--inv span {
  color: #e0232e !important;
}
.ajte-btn-danger.btn--inv i, .ajte-btn--danger.btn--inv i {
  color: #e0232e !important;
}
.ajte-btn-danger.btn--inv:hover, .ajte-btn--danger.btn--inv:hover {
  background-color: #e0232e !important;
  color: #ffffff !important;
}
.ajte-btn-danger.btn--inv:hover span, .ajte-btn--danger.btn--inv:hover span {
  color: #ffffff !important;
}
.ajte-btn-danger.btn--inv:hover i, .ajte-btn--danger.btn--inv:hover i {
  color: #ffffff !important;
}
.ajte-btn--times {
  padding: 0.4rem 0.48rem 0.4rem 0.51rem;
}
.ajte-btn--times i,
.ajte-btn--times span {
  margin: 0.1rem 0.07rem 0 0;
}

.media_btns {
  display: inline-block;
  padding: 1.275rem 2.5rem;
  width: auto;
  height: auto;
  min-width: 3.425rem;
  background-color: #23a6f0 !important;
  background-image: none !important;
  border: 1px solid #23a6f0 !important;
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-animation: none;
          animation: none;
}
.media_btns span {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
  line-height: 1;
}
.media_btns i {
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
}
.media_btns--xs {
  min-width: auto;
  padding: 0.4rem 0.5rem;
  background-color: #23a6f0 !important;
  font-size: 0.7rem;
}
.media_btns--sm {
  padding: 0.85rem 1.25rem;
  min-width: 2.575rem;
}
.media_btns--lg {
  padding: 1.275rem 2.5rem;
  font-size: 1.5rem;
}
.media_btns:hover {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.media_btns:hover span {
  color: #23a6f0 !important;
}
.media_btns:hover i {
  color: #23a6f0 !important;
}
.media_btns--inv {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.media_btns--inv span {
  color: #23a6f0 !important;
}
.media_btns--inv i {
  color: #23a6f0 !important;
}
.media_btns--inv:hover {
  background-color: #23a6f0 !important;
  color: #ffffff !important;
}
.media_btns--inv:hover span {
  color: #ffffff !important;
}
.media_btns--inv:hover i {
  color: #ffffff !important;
}
.media_btns.disabled_btn, .media_btns[disabled=disabled], .media_btns.disabled_btn:hover {
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  font-weight: 600;
  color: #a6a6a6 !important;
  cursor: not-allowed;
}
.media_btns.disabled_btn span, .media_btns[disabled=disabled] span, .media_btns.disabled_btn:hover span {
  color: #a6a6a6 !important;
}
.media_btns.disabled_btn i, .media_btns[disabled=disabled] i, .media_btns.disabled_btn:hover i {
  color: #a6a6a6 !important;
}
.media_btns-success, .media_btns--success {
  background-color: #2dc071 !important;
  border: 1px solid #2dc071 !important;
}
.media_btns-success:hover, .media_btns--success:hover {
  color: #2dc071 !important;
}
.media_btns-success.btn--inv, .media_btns--success.btn--inv {
  background-color: #ffffff !important;
  color: #2dc071 !important;
}
.media_btns-success.btn--inv span, .media_btns--success.btn--inv span {
  color: #2dc071 !important;
}
.media_btns-success.btn--inv i, .media_btns--success.btn--inv i {
  color: #2dc071 !important;
}
.media_btns-success.btn--inv:hover, .media_btns--success.btn--inv:hover {
  background-color: #2dc071 !important;
  color: #ffffff !important;
}
.media_btns-success.btn--inv:hover span, .media_btns--success.btn--inv:hover span {
  color: #ffffff !important;
}
.media_btns-success.btn--inv:hover i, .media_btns--success.btn--inv:hover i {
  color: #ffffff !important;
}
.media_btns-danger, .media_btns--danger {
  background-color: #e0232e !important;
  border: 1px solid #e0232e !important;
}
.media_btns-danger:hover, .media_btns--danger:hover {
  color: #e0232e !important;
}
.media_btns-danger.btn--inv, .media_btns--danger.btn--inv {
  background-color: #ffffff !important;
  color: #e0232e !important;
}
.media_btns-danger.btn--inv span, .media_btns--danger.btn--inv span {
  color: #e0232e !important;
}
.media_btns-danger.btn--inv i, .media_btns--danger.btn--inv i {
  color: #e0232e !important;
}
.media_btns-danger.btn--inv:hover, .media_btns--danger.btn--inv:hover {
  background-color: #e0232e !important;
  color: #ffffff !important;
}
.media_btns-danger.btn--inv:hover span, .media_btns--danger.btn--inv:hover span {
  color: #ffffff !important;
}
.media_btns-danger.btn--inv:hover i, .media_btns--danger.btn--inv:hover i {
  color: #ffffff !important;
}
.media_btns--times {
  padding: 0.4rem 0.48rem 0.4rem 0.51rem;
}
.media_btns--times i,
.media_btns--times span {
  margin: 0.1rem 0.07rem 0 0;
}

#submt_dz_btn,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn {
  display: inline-block;
  padding: 1.275rem 2.5rem;
  width: auto;
  height: auto;
  min-width: 3.425rem;
  background-color: #23a6f0 !important;
  background-image: none !important;
  border: 1px solid #23a6f0 !important;
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-animation: none;
          animation: none;
}
#submt_dz_btn span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn span {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
  line-height: 1;
}
#submt_dz_btn i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn i {
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
}
#submt_dz_btn--xs,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--xs {
  min-width: auto;
  padding: 0.4rem 0.5rem;
  background-color: #23a6f0 !important;
  font-size: 0.7rem;
}
#submt_dz_btn--sm,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--sm {
  padding: 0.85rem 1.25rem;
  min-width: 2.575rem;
}
#submt_dz_btn--lg,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--lg {
  padding: 1.275rem 2.5rem;
  font-size: 1.5rem;
}
#submt_dz_btn:hover,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn:hover {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
#submt_dz_btn:hover span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn:hover span {
  color: #23a6f0 !important;
}
#submt_dz_btn:hover i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn:hover i {
  color: #23a6f0 !important;
}
#submt_dz_btn--inv,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--inv {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
#submt_dz_btn--inv span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--inv span {
  color: #23a6f0 !important;
}
#submt_dz_btn--inv i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--inv i {
  color: #23a6f0 !important;
}
#submt_dz_btn--inv:hover,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--inv:hover {
  background-color: #23a6f0 !important;
  color: #ffffff !important;
}
#submt_dz_btn--inv:hover span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--inv:hover span {
  color: #ffffff !important;
}
#submt_dz_btn--inv:hover i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--inv:hover i {
  color: #ffffff !important;
}
#submt_dz_btn.disabled_btn, #submt_dz_btn[disabled=disabled], #submt_dz_btn.disabled_btn:hover,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn.disabled_btn,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn[disabled=disabled],
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn.disabled_btn:hover {
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  font-weight: 600;
  color: #a6a6a6 !important;
  cursor: not-allowed;
}
#submt_dz_btn.disabled_btn span, #submt_dz_btn[disabled=disabled] span, #submt_dz_btn.disabled_btn:hover span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn.disabled_btn span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn[disabled=disabled] span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn.disabled_btn:hover span {
  color: #a6a6a6 !important;
}
#submt_dz_btn.disabled_btn i, #submt_dz_btn[disabled=disabled] i, #submt_dz_btn.disabled_btn:hover i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn.disabled_btn i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn[disabled=disabled] i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn.disabled_btn:hover i {
  color: #a6a6a6 !important;
}
#submt_dz_btn-success, #submt_dz_btn--success,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-success,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--success {
  background-color: #2dc071 !important;
  border: 1px solid #2dc071 !important;
}
#submt_dz_btn-success:hover, #submt_dz_btn--success:hover,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-success:hover,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--success:hover {
  color: #2dc071 !important;
}
#submt_dz_btn-success.btn--inv, #submt_dz_btn--success.btn--inv,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-success.btn--inv,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--success.btn--inv {
  background-color: #ffffff !important;
  color: #2dc071 !important;
}
#submt_dz_btn-success.btn--inv span, #submt_dz_btn--success.btn--inv span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-success.btn--inv span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--success.btn--inv span {
  color: #2dc071 !important;
}
#submt_dz_btn-success.btn--inv i, #submt_dz_btn--success.btn--inv i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-success.btn--inv i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--success.btn--inv i {
  color: #2dc071 !important;
}
#submt_dz_btn-success.btn--inv:hover, #submt_dz_btn--success.btn--inv:hover,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-success.btn--inv:hover,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--success.btn--inv:hover {
  background-color: #2dc071 !important;
  color: #ffffff !important;
}
#submt_dz_btn-success.btn--inv:hover span, #submt_dz_btn--success.btn--inv:hover span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-success.btn--inv:hover span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--success.btn--inv:hover span {
  color: #ffffff !important;
}
#submt_dz_btn-success.btn--inv:hover i, #submt_dz_btn--success.btn--inv:hover i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-success.btn--inv:hover i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--success.btn--inv:hover i {
  color: #ffffff !important;
}
#submt_dz_btn-danger, #submt_dz_btn--danger,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-danger,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--danger {
  background-color: #e0232e !important;
  border: 1px solid #e0232e !important;
}
#submt_dz_btn-danger:hover, #submt_dz_btn--danger:hover,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-danger:hover,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--danger:hover {
  color: #e0232e !important;
}
#submt_dz_btn-danger.btn--inv, #submt_dz_btn--danger.btn--inv,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-danger.btn--inv,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--danger.btn--inv {
  background-color: #ffffff !important;
  color: #e0232e !important;
}
#submt_dz_btn-danger.btn--inv span, #submt_dz_btn--danger.btn--inv span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-danger.btn--inv span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--danger.btn--inv span {
  color: #e0232e !important;
}
#submt_dz_btn-danger.btn--inv i, #submt_dz_btn--danger.btn--inv i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-danger.btn--inv i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--danger.btn--inv i {
  color: #e0232e !important;
}
#submt_dz_btn-danger.btn--inv:hover, #submt_dz_btn--danger.btn--inv:hover,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-danger.btn--inv:hover,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--danger.btn--inv:hover {
  background-color: #e0232e !important;
  color: #ffffff !important;
}
#submt_dz_btn-danger.btn--inv:hover span, #submt_dz_btn--danger.btn--inv:hover span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-danger.btn--inv:hover span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--danger.btn--inv:hover span {
  color: #ffffff !important;
}
#submt_dz_btn-danger.btn--inv:hover i, #submt_dz_btn--danger.btn--inv:hover i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn-danger.btn--inv:hover i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--danger.btn--inv:hover i {
  color: #ffffff !important;
}
#submt_dz_btn--times,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--times {
  padding: 0.4rem 0.48rem 0.4rem 0.51rem;
}
#submt_dz_btn--times i,
#submt_dz_btn--times span,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--times i,
.content-wrapper .mc_content_wrapper #posts-form #submt_dz_btn--times span {
  margin: 0.1rem 0.07rem 0 0;
}

input[type=submit].mc_default_btn,
a.mc_default_btn,
button.mc_default_btn,
.mc_default_btn {
  display: inline-block;
  padding: 1.275rem 2.5rem;
  width: auto;
  height: auto;
  min-width: 3.425rem;
  background-color: #23a6f0 !important;
  background-image: none !important;
  border: 1px solid #23a6f0 !important;
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-animation: none;
          animation: none;
}
input[type=submit].mc_default_btn span,
a.mc_default_btn span,
button.mc_default_btn span,
.mc_default_btn span {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
  line-height: 1;
}
input[type=submit].mc_default_btn i,
a.mc_default_btn i,
button.mc_default_btn i,
.mc_default_btn i {
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
}
input[type=submit].mc_default_btn--xs,
a.mc_default_btn--xs,
button.mc_default_btn--xs,
.mc_default_btn--xs {
  min-width: auto;
  padding: 0.4rem 0.5rem;
  background-color: #23a6f0 !important;
  font-size: 0.7rem;
}
input[type=submit].mc_default_btn--sm,
a.mc_default_btn--sm,
button.mc_default_btn--sm,
.mc_default_btn--sm {
  padding: 0.85rem 1.25rem;
  min-width: 2.575rem;
}
input[type=submit].mc_default_btn--lg,
a.mc_default_btn--lg,
button.mc_default_btn--lg,
.mc_default_btn--lg {
  padding: 1.275rem 2.5rem;
  font-size: 1.5rem;
}
input[type=submit].mc_default_btn:hover,
a.mc_default_btn:hover,
button.mc_default_btn:hover,
.mc_default_btn:hover {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
input[type=submit].mc_default_btn:hover span,
a.mc_default_btn:hover span,
button.mc_default_btn:hover span,
.mc_default_btn:hover span {
  color: #23a6f0 !important;
}
input[type=submit].mc_default_btn:hover i,
a.mc_default_btn:hover i,
button.mc_default_btn:hover i,
.mc_default_btn:hover i {
  color: #23a6f0 !important;
}
input[type=submit].mc_default_btn--inv,
a.mc_default_btn--inv,
button.mc_default_btn--inv,
.mc_default_btn--inv {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
input[type=submit].mc_default_btn--inv span,
a.mc_default_btn--inv span,
button.mc_default_btn--inv span,
.mc_default_btn--inv span {
  color: #23a6f0 !important;
}
input[type=submit].mc_default_btn--inv i,
a.mc_default_btn--inv i,
button.mc_default_btn--inv i,
.mc_default_btn--inv i {
  color: #23a6f0 !important;
}
input[type=submit].mc_default_btn--inv:hover,
a.mc_default_btn--inv:hover,
button.mc_default_btn--inv:hover,
.mc_default_btn--inv:hover {
  background-color: #23a6f0 !important;
  color: #ffffff !important;
}
input[type=submit].mc_default_btn--inv:hover span,
a.mc_default_btn--inv:hover span,
button.mc_default_btn--inv:hover span,
.mc_default_btn--inv:hover span {
  color: #ffffff !important;
}
input[type=submit].mc_default_btn--inv:hover i,
a.mc_default_btn--inv:hover i,
button.mc_default_btn--inv:hover i,
.mc_default_btn--inv:hover i {
  color: #ffffff !important;
}
input[type=submit].mc_default_btn.disabled_btn, input[type=submit].mc_default_btn[disabled=disabled], input[type=submit].mc_default_btn.disabled_btn:hover,
a.mc_default_btn.disabled_btn,
a.mc_default_btn[disabled=disabled],
a.mc_default_btn.disabled_btn:hover,
button.mc_default_btn.disabled_btn,
button.mc_default_btn[disabled=disabled],
button.mc_default_btn.disabled_btn:hover,
.mc_default_btn.disabled_btn,
.mc_default_btn[disabled=disabled],
.mc_default_btn.disabled_btn:hover {
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  font-weight: 600;
  color: #a6a6a6 !important;
  cursor: not-allowed;
}
input[type=submit].mc_default_btn.disabled_btn span, input[type=submit].mc_default_btn[disabled=disabled] span, input[type=submit].mc_default_btn.disabled_btn:hover span,
a.mc_default_btn.disabled_btn span,
a.mc_default_btn[disabled=disabled] span,
a.mc_default_btn.disabled_btn:hover span,
button.mc_default_btn.disabled_btn span,
button.mc_default_btn[disabled=disabled] span,
button.mc_default_btn.disabled_btn:hover span,
.mc_default_btn.disabled_btn span,
.mc_default_btn[disabled=disabled] span,
.mc_default_btn.disabled_btn:hover span {
  color: #a6a6a6 !important;
}
input[type=submit].mc_default_btn.disabled_btn i, input[type=submit].mc_default_btn[disabled=disabled] i, input[type=submit].mc_default_btn.disabled_btn:hover i,
a.mc_default_btn.disabled_btn i,
a.mc_default_btn[disabled=disabled] i,
a.mc_default_btn.disabled_btn:hover i,
button.mc_default_btn.disabled_btn i,
button.mc_default_btn[disabled=disabled] i,
button.mc_default_btn.disabled_btn:hover i,
.mc_default_btn.disabled_btn i,
.mc_default_btn[disabled=disabled] i,
.mc_default_btn.disabled_btn:hover i {
  color: #a6a6a6 !important;
}
input[type=submit].mc_default_btn-success, input[type=submit].mc_default_btn--success,
a.mc_default_btn-success,
a.mc_default_btn--success,
button.mc_default_btn-success,
button.mc_default_btn--success,
.mc_default_btn-success,
.mc_default_btn--success {
  background-color: #2dc071 !important;
  border: 1px solid #2dc071 !important;
}
input[type=submit].mc_default_btn-success:hover, input[type=submit].mc_default_btn--success:hover,
a.mc_default_btn-success:hover,
a.mc_default_btn--success:hover,
button.mc_default_btn-success:hover,
button.mc_default_btn--success:hover,
.mc_default_btn-success:hover,
.mc_default_btn--success:hover {
  color: #2dc071 !important;
}
input[type=submit].mc_default_btn-success.btn--inv, input[type=submit].mc_default_btn--success.btn--inv,
a.mc_default_btn-success.btn--inv,
a.mc_default_btn--success.btn--inv,
button.mc_default_btn-success.btn--inv,
button.mc_default_btn--success.btn--inv,
.mc_default_btn-success.btn--inv,
.mc_default_btn--success.btn--inv {
  background-color: #ffffff !important;
  color: #2dc071 !important;
}
input[type=submit].mc_default_btn-success.btn--inv span, input[type=submit].mc_default_btn--success.btn--inv span,
a.mc_default_btn-success.btn--inv span,
a.mc_default_btn--success.btn--inv span,
button.mc_default_btn-success.btn--inv span,
button.mc_default_btn--success.btn--inv span,
.mc_default_btn-success.btn--inv span,
.mc_default_btn--success.btn--inv span {
  color: #2dc071 !important;
}
input[type=submit].mc_default_btn-success.btn--inv i, input[type=submit].mc_default_btn--success.btn--inv i,
a.mc_default_btn-success.btn--inv i,
a.mc_default_btn--success.btn--inv i,
button.mc_default_btn-success.btn--inv i,
button.mc_default_btn--success.btn--inv i,
.mc_default_btn-success.btn--inv i,
.mc_default_btn--success.btn--inv i {
  color: #2dc071 !important;
}
input[type=submit].mc_default_btn-success.btn--inv:hover, input[type=submit].mc_default_btn--success.btn--inv:hover,
a.mc_default_btn-success.btn--inv:hover,
a.mc_default_btn--success.btn--inv:hover,
button.mc_default_btn-success.btn--inv:hover,
button.mc_default_btn--success.btn--inv:hover,
.mc_default_btn-success.btn--inv:hover,
.mc_default_btn--success.btn--inv:hover {
  background-color: #2dc071 !important;
  color: #ffffff !important;
}
input[type=submit].mc_default_btn-success.btn--inv:hover span, input[type=submit].mc_default_btn--success.btn--inv:hover span,
a.mc_default_btn-success.btn--inv:hover span,
a.mc_default_btn--success.btn--inv:hover span,
button.mc_default_btn-success.btn--inv:hover span,
button.mc_default_btn--success.btn--inv:hover span,
.mc_default_btn-success.btn--inv:hover span,
.mc_default_btn--success.btn--inv:hover span {
  color: #ffffff !important;
}
input[type=submit].mc_default_btn-success.btn--inv:hover i, input[type=submit].mc_default_btn--success.btn--inv:hover i,
a.mc_default_btn-success.btn--inv:hover i,
a.mc_default_btn--success.btn--inv:hover i,
button.mc_default_btn-success.btn--inv:hover i,
button.mc_default_btn--success.btn--inv:hover i,
.mc_default_btn-success.btn--inv:hover i,
.mc_default_btn--success.btn--inv:hover i {
  color: #ffffff !important;
}
input[type=submit].mc_default_btn-danger, input[type=submit].mc_default_btn--danger,
a.mc_default_btn-danger,
a.mc_default_btn--danger,
button.mc_default_btn-danger,
button.mc_default_btn--danger,
.mc_default_btn-danger,
.mc_default_btn--danger {
  background-color: #e0232e !important;
  border: 1px solid #e0232e !important;
}
input[type=submit].mc_default_btn-danger:hover, input[type=submit].mc_default_btn--danger:hover,
a.mc_default_btn-danger:hover,
a.mc_default_btn--danger:hover,
button.mc_default_btn-danger:hover,
button.mc_default_btn--danger:hover,
.mc_default_btn-danger:hover,
.mc_default_btn--danger:hover {
  color: #e0232e !important;
}
input[type=submit].mc_default_btn-danger.btn--inv, input[type=submit].mc_default_btn--danger.btn--inv,
a.mc_default_btn-danger.btn--inv,
a.mc_default_btn--danger.btn--inv,
button.mc_default_btn-danger.btn--inv,
button.mc_default_btn--danger.btn--inv,
.mc_default_btn-danger.btn--inv,
.mc_default_btn--danger.btn--inv {
  background-color: #ffffff !important;
  color: #e0232e !important;
}
input[type=submit].mc_default_btn-danger.btn--inv span, input[type=submit].mc_default_btn--danger.btn--inv span,
a.mc_default_btn-danger.btn--inv span,
a.mc_default_btn--danger.btn--inv span,
button.mc_default_btn-danger.btn--inv span,
button.mc_default_btn--danger.btn--inv span,
.mc_default_btn-danger.btn--inv span,
.mc_default_btn--danger.btn--inv span {
  color: #e0232e !important;
}
input[type=submit].mc_default_btn-danger.btn--inv i, input[type=submit].mc_default_btn--danger.btn--inv i,
a.mc_default_btn-danger.btn--inv i,
a.mc_default_btn--danger.btn--inv i,
button.mc_default_btn-danger.btn--inv i,
button.mc_default_btn--danger.btn--inv i,
.mc_default_btn-danger.btn--inv i,
.mc_default_btn--danger.btn--inv i {
  color: #e0232e !important;
}
input[type=submit].mc_default_btn-danger.btn--inv:hover, input[type=submit].mc_default_btn--danger.btn--inv:hover,
a.mc_default_btn-danger.btn--inv:hover,
a.mc_default_btn--danger.btn--inv:hover,
button.mc_default_btn-danger.btn--inv:hover,
button.mc_default_btn--danger.btn--inv:hover,
.mc_default_btn-danger.btn--inv:hover,
.mc_default_btn--danger.btn--inv:hover {
  background-color: #e0232e !important;
  color: #ffffff !important;
}
input[type=submit].mc_default_btn-danger.btn--inv:hover span, input[type=submit].mc_default_btn--danger.btn--inv:hover span,
a.mc_default_btn-danger.btn--inv:hover span,
a.mc_default_btn--danger.btn--inv:hover span,
button.mc_default_btn-danger.btn--inv:hover span,
button.mc_default_btn--danger.btn--inv:hover span,
.mc_default_btn-danger.btn--inv:hover span,
.mc_default_btn--danger.btn--inv:hover span {
  color: #ffffff !important;
}
input[type=submit].mc_default_btn-danger.btn--inv:hover i, input[type=submit].mc_default_btn--danger.btn--inv:hover i,
a.mc_default_btn-danger.btn--inv:hover i,
a.mc_default_btn--danger.btn--inv:hover i,
button.mc_default_btn-danger.btn--inv:hover i,
button.mc_default_btn--danger.btn--inv:hover i,
.mc_default_btn-danger.btn--inv:hover i,
.mc_default_btn--danger.btn--inv:hover i {
  color: #ffffff !important;
}
input[type=submit].mc_default_btn--times,
a.mc_default_btn--times,
button.mc_default_btn--times,
.mc_default_btn--times {
  padding: 0.4rem 0.48rem 0.4rem 0.51rem;
}
input[type=submit].mc_default_btn--times i,
input[type=submit].mc_default_btn--times span,
a.mc_default_btn--times i,
a.mc_default_btn--times span,
button.mc_default_btn--times i,
button.mc_default_btn--times span,
.mc_default_btn--times i,
.mc_default_btn--times span {
  margin: 0.1rem 0.07rem 0 0;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  display: inline-block;
  padding: 1.275rem 2.5rem;
  width: auto;
  height: auto;
  min-width: 3.425rem;
  background-color: #23a6f0 !important;
  background-image: none !important;
  border: 1px solid #23a6f0 !important;
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-animation: none;
          animation: none;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default span {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
  line-height: 1;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default i {
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--xs {
  min-width: auto;
  padding: 0.4rem 0.5rem;
  background-color: #23a6f0 !important;
  font-size: 0.7rem;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--sm {
  padding: 0.85rem 1.25rem;
  min-width: 2.575rem;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--lg {
  padding: 1.275rem 2.5rem;
  font-size: 1.5rem;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover span {
  color: #23a6f0 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover i {
  color: #23a6f0 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--inv {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--inv span {
  color: #23a6f0 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--inv i {
  color: #23a6f0 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--inv:hover {
  background-color: #23a6f0 !important;
  color: #ffffff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--inv:hover span {
  color: #ffffff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--inv:hover i {
  color: #ffffff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default.disabled_btn, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default[disabled=disabled], .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default.disabled_btn:hover {
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  font-weight: 600;
  color: #a6a6a6 !important;
  cursor: not-allowed;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default.disabled_btn span, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default[disabled=disabled] span, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default.disabled_btn:hover span {
  color: #a6a6a6 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default.disabled_btn i, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default[disabled=disabled] i, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default.disabled_btn:hover i {
  color: #a6a6a6 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-success, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--success {
  background-color: #2dc071 !important;
  border: 1px solid #2dc071 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-success:hover, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--success:hover {
  color: #2dc071 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-success.btn--inv, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--success.btn--inv {
  background-color: #ffffff !important;
  color: #2dc071 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-success.btn--inv span, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--success.btn--inv span {
  color: #2dc071 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-success.btn--inv i, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--success.btn--inv i {
  color: #2dc071 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-success.btn--inv:hover, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--success.btn--inv:hover {
  background-color: #2dc071 !important;
  color: #ffffff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-success.btn--inv:hover span, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--success.btn--inv:hover span {
  color: #ffffff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-success.btn--inv:hover i, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--success.btn--inv:hover i {
  color: #ffffff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-danger, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--danger {
  background-color: #e0232e !important;
  border: 1px solid #e0232e !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-danger:hover, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--danger:hover {
  color: #e0232e !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-danger.btn--inv, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--danger.btn--inv {
  background-color: #ffffff !important;
  color: #e0232e !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-danger.btn--inv span, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--danger.btn--inv span {
  color: #e0232e !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-danger.btn--inv i, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--danger.btn--inv i {
  color: #e0232e !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-danger.btn--inv:hover, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--danger.btn--inv:hover {
  background-color: #e0232e !important;
  color: #ffffff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-danger.btn--inv:hover span, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--danger.btn--inv:hover span {
  color: #ffffff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default-danger.btn--inv:hover i, .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--danger.btn--inv:hover i {
  color: #ffffff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--times {
  padding: 0.4rem 0.48rem 0.4rem 0.51rem;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--times i,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default--times span {
  margin: 0.1rem 0.07rem 0 0;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  padding: 0.85rem 1.25rem;
  min-width: 2.575rem;
}

#notificationBell {
  visibility: hidden;
}

.marketing_admin .navbar-nav > .user-menu > .dropdown-menu > .user-footer a:hover {
  color: #23a6f0;
}

#login__page .btn {
  display: inline-block;
  padding: 1.275rem 2.5rem;
  width: auto;
  height: auto;
  min-width: 3.425rem;
  background-color: #23a6f0 !important;
  background-image: none !important;
  border: 1px solid #23a6f0 !important;
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-animation: none;
          animation: none;
}
#login__page .btn span {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
  line-height: 1;
}
#login__page .btn i {
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
}
#login__page .btn--xs {
  min-width: auto;
  padding: 0.4rem 0.5rem;
  background-color: #23a6f0 !important;
  font-size: 0.7rem;
}
#login__page .btn--sm {
  padding: 0.85rem 1.25rem;
  min-width: 2.575rem;
}
#login__page .btn--lg {
  padding: 1.275rem 2.5rem;
  font-size: 1.5rem;
}
#login__page .btn:hover {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
#login__page .btn:hover span {
  color: #23a6f0 !important;
}
#login__page .btn:hover i {
  color: #23a6f0 !important;
}
#login__page .btn--inv {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
#login__page .btn--inv span {
  color: #23a6f0 !important;
}
#login__page .btn--inv i {
  color: #23a6f0 !important;
}
#login__page .btn--inv:hover {
  background-color: #23a6f0 !important;
  color: #ffffff !important;
}
#login__page .btn--inv:hover span {
  color: #ffffff !important;
}
#login__page .btn--inv:hover i {
  color: #ffffff !important;
}
#login__page .btn.disabled_btn, #login__page .btn[disabled=disabled], #login__page .btn.disabled_btn:hover {
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  font-weight: 600;
  color: #a6a6a6 !important;
  cursor: not-allowed;
}
#login__page .btn.disabled_btn span, #login__page .btn[disabled=disabled] span, #login__page .btn.disabled_btn:hover span {
  color: #a6a6a6 !important;
}
#login__page .btn.disabled_btn i, #login__page .btn[disabled=disabled] i, #login__page .btn.disabled_btn:hover i {
  color: #a6a6a6 !important;
}
#login__page .btn-success, #login__page .btn--success {
  background-color: #2dc071 !important;
  border: 1px solid #2dc071 !important;
}
#login__page .btn-success:hover, #login__page .btn--success:hover {
  color: #2dc071 !important;
}
#login__page .btn-success.btn--inv, #login__page .btn--success.btn--inv {
  background-color: #ffffff !important;
  color: #2dc071 !important;
}
#login__page .btn-success.btn--inv span, #login__page .btn--success.btn--inv span {
  color: #2dc071 !important;
}
#login__page .btn-success.btn--inv i, #login__page .btn--success.btn--inv i {
  color: #2dc071 !important;
}
#login__page .btn-success.btn--inv:hover, #login__page .btn--success.btn--inv:hover {
  background-color: #2dc071 !important;
  color: #ffffff !important;
}
#login__page .btn-success.btn--inv:hover span, #login__page .btn--success.btn--inv:hover span {
  color: #ffffff !important;
}
#login__page .btn-success.btn--inv:hover i, #login__page .btn--success.btn--inv:hover i {
  color: #ffffff !important;
}
#login__page .btn-danger, #login__page .btn--danger {
  background-color: #e0232e !important;
  border: 1px solid #e0232e !important;
}
#login__page .btn-danger:hover, #login__page .btn--danger:hover {
  color: #e0232e !important;
}
#login__page .btn-danger.btn--inv, #login__page .btn--danger.btn--inv {
  background-color: #ffffff !important;
  color: #e0232e !important;
}
#login__page .btn-danger.btn--inv span, #login__page .btn--danger.btn--inv span {
  color: #e0232e !important;
}
#login__page .btn-danger.btn--inv i, #login__page .btn--danger.btn--inv i {
  color: #e0232e !important;
}
#login__page .btn-danger.btn--inv:hover, #login__page .btn--danger.btn--inv:hover {
  background-color: #e0232e !important;
  color: #ffffff !important;
}
#login__page .btn-danger.btn--inv:hover span, #login__page .btn--danger.btn--inv:hover span {
  color: #ffffff !important;
}
#login__page .btn-danger.btn--inv:hover i, #login__page .btn--danger.btn--inv:hover i {
  color: #ffffff !important;
}
#login__page .btn--times {
  padding: 0.4rem 0.48rem 0.4rem 0.51rem;
}
#login__page .btn--times i,
#login__page .btn--times span {
  margin: 0.1rem 0.07rem 0 0;
}
#login__page .btn {
  padding: 0.85rem 1.25rem;
  width: 100%;
  min-width: 2.575rem;
}

.content-wrapper .mc_content_wrapper [role=navigation] a,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a {
  display: inline-block;
  padding: 1.275rem 2.5rem;
  width: auto;
  height: auto;
  min-width: 3.425rem;
  background-color: #23a6f0 !important;
  background-image: none !important;
  border: 1px solid #23a6f0 !important;
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-animation: none;
          animation: none;
}
.content-wrapper .mc_content_wrapper [role=navigation] a span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a span {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
  line-height: 1;
}
.content-wrapper .mc_content_wrapper [role=navigation] a i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a i {
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a--xs,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--xs {
  min-width: auto;
  padding: 0.4rem 0.5rem;
  background-color: #23a6f0 !important;
  font-size: 0.7rem;
}
.content-wrapper .mc_content_wrapper [role=navigation] a--sm,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--sm {
  padding: 0.85rem 1.25rem;
  min-width: 2.575rem;
}
.content-wrapper .mc_content_wrapper [role=navigation] a--lg,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--lg {
  padding: 1.275rem 2.5rem;
  font-size: 1.5rem;
}
.content-wrapper .mc_content_wrapper [role=navigation] a:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a:hover {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a:hover span {
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a:hover i {
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a--inv,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--inv {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a--inv span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--inv span {
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a--inv i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--inv i {
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a--inv:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--inv:hover {
  background-color: #23a6f0 !important;
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a--inv:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--inv:hover span {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a--inv:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--inv:hover i {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a.disabled_btn, .content-wrapper .mc_content_wrapper [role=navigation] a[disabled=disabled], .content-wrapper .mc_content_wrapper [role=navigation] a.disabled_btn:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a.disabled_btn,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a[disabled=disabled],
.content-wrapper .mc_content_wrapper [role=navigation] .flex a.disabled_btn:hover {
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  font-weight: 600;
  color: #a6a6a6 !important;
  cursor: not-allowed;
}
.content-wrapper .mc_content_wrapper [role=navigation] a.disabled_btn span, .content-wrapper .mc_content_wrapper [role=navigation] a[disabled=disabled] span, .content-wrapper .mc_content_wrapper [role=navigation] a.disabled_btn:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a.disabled_btn span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a[disabled=disabled] span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a.disabled_btn:hover span {
  color: #a6a6a6 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a.disabled_btn i, .content-wrapper .mc_content_wrapper [role=navigation] a[disabled=disabled] i, .content-wrapper .mc_content_wrapper [role=navigation] a.disabled_btn:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a.disabled_btn i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a[disabled=disabled] i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a.disabled_btn:hover i {
  color: #a6a6a6 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-success, .content-wrapper .mc_content_wrapper [role=navigation] a--success,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-success,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--success {
  background-color: #2dc071 !important;
  border: 1px solid #2dc071 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-success:hover, .content-wrapper .mc_content_wrapper [role=navigation] a--success:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-success:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--success:hover {
  color: #2dc071 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-success.btn--inv, .content-wrapper .mc_content_wrapper [role=navigation] a--success.btn--inv,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-success.btn--inv,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--success.btn--inv {
  background-color: #ffffff !important;
  color: #2dc071 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-success.btn--inv span, .content-wrapper .mc_content_wrapper [role=navigation] a--success.btn--inv span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-success.btn--inv span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--success.btn--inv span {
  color: #2dc071 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-success.btn--inv i, .content-wrapper .mc_content_wrapper [role=navigation] a--success.btn--inv i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-success.btn--inv i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--success.btn--inv i {
  color: #2dc071 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-success.btn--inv:hover, .content-wrapper .mc_content_wrapper [role=navigation] a--success.btn--inv:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-success.btn--inv:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--success.btn--inv:hover {
  background-color: #2dc071 !important;
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-success.btn--inv:hover span, .content-wrapper .mc_content_wrapper [role=navigation] a--success.btn--inv:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-success.btn--inv:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--success.btn--inv:hover span {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-success.btn--inv:hover i, .content-wrapper .mc_content_wrapper [role=navigation] a--success.btn--inv:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-success.btn--inv:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--success.btn--inv:hover i {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-danger, .content-wrapper .mc_content_wrapper [role=navigation] a--danger,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-danger,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--danger {
  background-color: #e0232e !important;
  border: 1px solid #e0232e !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-danger:hover, .content-wrapper .mc_content_wrapper [role=navigation] a--danger:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-danger:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--danger:hover {
  color: #e0232e !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-danger.btn--inv, .content-wrapper .mc_content_wrapper [role=navigation] a--danger.btn--inv,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-danger.btn--inv,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--danger.btn--inv {
  background-color: #ffffff !important;
  color: #e0232e !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-danger.btn--inv span, .content-wrapper .mc_content_wrapper [role=navigation] a--danger.btn--inv span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-danger.btn--inv span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--danger.btn--inv span {
  color: #e0232e !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-danger.btn--inv i, .content-wrapper .mc_content_wrapper [role=navigation] a--danger.btn--inv i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-danger.btn--inv i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--danger.btn--inv i {
  color: #e0232e !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-danger.btn--inv:hover, .content-wrapper .mc_content_wrapper [role=navigation] a--danger.btn--inv:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-danger.btn--inv:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--danger.btn--inv:hover {
  background-color: #e0232e !important;
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-danger.btn--inv:hover span, .content-wrapper .mc_content_wrapper [role=navigation] a--danger.btn--inv:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-danger.btn--inv:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--danger.btn--inv:hover span {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a-danger.btn--inv:hover i, .content-wrapper .mc_content_wrapper [role=navigation] a--danger.btn--inv:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a-danger.btn--inv:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--danger.btn--inv:hover i {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] a--times,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--times {
  padding: 0.4rem 0.48rem 0.4rem 0.51rem;
}
.content-wrapper .mc_content_wrapper [role=navigation] a--times i,
.content-wrapper .mc_content_wrapper [role=navigation] a--times span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--times i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a--times span {
  margin: 0.1rem 0.07rem 0 0;
}
.content-wrapper .mc_content_wrapper [role=navigation] a,
.content-wrapper .mc_content_wrapper [role=navigation] .flex a {
  padding: 0.85rem 1.25rem !important;
  min-width: 2.575rem !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span {
  display: inline-block;
  padding: 1.275rem 2.5rem;
  width: auto;
  height: auto;
  min-width: 3.425rem;
  background-color: #23a6f0 !important;
  background-image: none !important;
  border: 1px solid #23a6f0 !important;
  border-radius: 5px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff !important;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-animation: none;
          animation: none;
}
.content-wrapper .mc_content_wrapper [role=navigation] span span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span span {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
  line-height: 1;
}
.content-wrapper .mc_content_wrapper [role=navigation] span i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span i {
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span--xs,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--xs {
  min-width: auto;
  padding: 0.4rem 0.5rem;
  background-color: #23a6f0 !important;
  font-size: 0.7rem;
}
.content-wrapper .mc_content_wrapper [role=navigation] span--sm,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--sm {
  padding: 0.85rem 1.25rem;
  min-width: 2.575rem;
}
.content-wrapper .mc_content_wrapper [role=navigation] span--lg,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--lg {
  padding: 1.275rem 2.5rem;
  font-size: 1.5rem;
}
.content-wrapper .mc_content_wrapper [role=navigation] span:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span:hover {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span:hover span {
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span:hover i {
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span--inv,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--inv {
  background-color: #ffffff !important;
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span--inv span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--inv span {
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span--inv i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--inv i {
  color: #23a6f0 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span--inv:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--inv:hover {
  background-color: #23a6f0 !important;
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span--inv:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--inv:hover span {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span--inv:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--inv:hover i {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span.disabled_btn, .content-wrapper .mc_content_wrapper [role=navigation] span[disabled=disabled], .content-wrapper .mc_content_wrapper [role=navigation] span.disabled_btn:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span.disabled_btn,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span[disabled=disabled],
.content-wrapper .mc_content_wrapper [role=navigation] .flex span.disabled_btn:hover {
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  font-weight: 600;
  color: #a6a6a6 !important;
  cursor: not-allowed;
}
.content-wrapper .mc_content_wrapper [role=navigation] span.disabled_btn span, .content-wrapper .mc_content_wrapper [role=navigation] span[disabled=disabled] span, .content-wrapper .mc_content_wrapper [role=navigation] span.disabled_btn:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span.disabled_btn span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span[disabled=disabled] span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span.disabled_btn:hover span {
  color: #a6a6a6 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span.disabled_btn i, .content-wrapper .mc_content_wrapper [role=navigation] span[disabled=disabled] i, .content-wrapper .mc_content_wrapper [role=navigation] span.disabled_btn:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span.disabled_btn i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span[disabled=disabled] i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span.disabled_btn:hover i {
  color: #a6a6a6 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-success, .content-wrapper .mc_content_wrapper [role=navigation] span--success,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-success,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--success {
  background-color: #2dc071 !important;
  border: 1px solid #2dc071 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-success:hover, .content-wrapper .mc_content_wrapper [role=navigation] span--success:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-success:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--success:hover {
  color: #2dc071 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-success.btn--inv, .content-wrapper .mc_content_wrapper [role=navigation] span--success.btn--inv,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-success.btn--inv,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--success.btn--inv {
  background-color: #ffffff !important;
  color: #2dc071 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-success.btn--inv span, .content-wrapper .mc_content_wrapper [role=navigation] span--success.btn--inv span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-success.btn--inv span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--success.btn--inv span {
  color: #2dc071 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-success.btn--inv i, .content-wrapper .mc_content_wrapper [role=navigation] span--success.btn--inv i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-success.btn--inv i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--success.btn--inv i {
  color: #2dc071 !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-success.btn--inv:hover, .content-wrapper .mc_content_wrapper [role=navigation] span--success.btn--inv:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-success.btn--inv:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--success.btn--inv:hover {
  background-color: #2dc071 !important;
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-success.btn--inv:hover span, .content-wrapper .mc_content_wrapper [role=navigation] span--success.btn--inv:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-success.btn--inv:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--success.btn--inv:hover span {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-success.btn--inv:hover i, .content-wrapper .mc_content_wrapper [role=navigation] span--success.btn--inv:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-success.btn--inv:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--success.btn--inv:hover i {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-danger, .content-wrapper .mc_content_wrapper [role=navigation] span--danger,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-danger,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--danger {
  background-color: #e0232e !important;
  border: 1px solid #e0232e !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-danger:hover, .content-wrapper .mc_content_wrapper [role=navigation] span--danger:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-danger:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--danger:hover {
  color: #e0232e !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-danger.btn--inv, .content-wrapper .mc_content_wrapper [role=navigation] span--danger.btn--inv,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-danger.btn--inv,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--danger.btn--inv {
  background-color: #ffffff !important;
  color: #e0232e !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-danger.btn--inv span, .content-wrapper .mc_content_wrapper [role=navigation] span--danger.btn--inv span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-danger.btn--inv span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--danger.btn--inv span {
  color: #e0232e !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-danger.btn--inv i, .content-wrapper .mc_content_wrapper [role=navigation] span--danger.btn--inv i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-danger.btn--inv i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--danger.btn--inv i {
  color: #e0232e !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-danger.btn--inv:hover, .content-wrapper .mc_content_wrapper [role=navigation] span--danger.btn--inv:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-danger.btn--inv:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--danger.btn--inv:hover {
  background-color: #e0232e !important;
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-danger.btn--inv:hover span, .content-wrapper .mc_content_wrapper [role=navigation] span--danger.btn--inv:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-danger.btn--inv:hover span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--danger.btn--inv:hover span {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span-danger.btn--inv:hover i, .content-wrapper .mc_content_wrapper [role=navigation] span--danger.btn--inv:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span-danger.btn--inv:hover i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--danger.btn--inv:hover i {
  color: #ffffff !important;
}
.content-wrapper .mc_content_wrapper [role=navigation] span--times,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--times {
  padding: 0.4rem 0.48rem 0.4rem 0.51rem;
}
.content-wrapper .mc_content_wrapper [role=navigation] span--times i,
.content-wrapper .mc_content_wrapper [role=navigation] span--times span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--times i,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span--times span {
  margin: 0.1rem 0.07rem 0 0;
}
.content-wrapper .mc_content_wrapper [role=navigation] span,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span {
  padding: 0.85rem 1.25rem !important;
  min-width: 2.575rem !important;
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  font-weight: 600;
  color: #a6a6a6 !important;
  cursor: not-allowed;
}
.content-wrapper .mc_content_wrapper [role=navigation] span:hover,
.content-wrapper .mc_content_wrapper [role=navigation] .flex span:hover {
  background-color: #ffffff !important;
  border: 1px solid #a6a6a6 !important;
  color: #a6a6a6 !important;
}

#CropperModal .form-control {
  position: relative;
  display: block;
  padding: 1.1rem 1.125rem;
  margin: 0;
  height: auto;
  min-width: 320px;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 5px;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  color: #737373;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#CropperModal .form-control.success {
  border: 1px solid #2dc071;
}
#CropperModal .form-control.error {
  border: 1px solid #e64040;
}
#CropperModal .form-control:focus {
  border: 1px solid #23a6f0;
}
#CropperModal .form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
#CropperModal .form-control::-moz-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
#CropperModal .form-control:-ms-input-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
#CropperModal .form-control::-ms-input-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
#CropperModal .form-control::placeholder {
  font-weight: 400;
  color: #a0a0a0;
}

.checkbox-label {
  padding: 0.13rem 0 0 2.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #737373;
}
.checkbox-label div {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #737373;
}
.checkbox-label .comment_text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(17, 15, 36, 0.4);
}
.checkbox-label input[type=checkbox] {
  position: absolute;
  display: block;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkbox-label input[type=checkbox]:checked ~ .checkbox-custom {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/chb-checked.svg);
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../imgs/forms_icons/chb-plain.svg);
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
.checkbox-label .checkbox-custom::after {
  display: none;
}
.checkbox-label .checkbox-custom::before {
  display: none;
}
.checkbox-label:hover:checked ~ .checkbox-custom {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/chb-checked.svg);
}
.checkbox-label:hover .checkbox-custom {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/chb-active.svg);
}

label.checkbox-label,
.content-wrapper form label.checkbox-label {
  padding: 0.13rem 0 0 2.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #737373;
}
label.checkbox-label div,
.content-wrapper form label.checkbox-label div {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #737373;
}
label.checkbox-label .comment_text,
.content-wrapper form label.checkbox-label .comment_text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(17, 15, 36, 0.4);
}
label.checkbox-label input[type=checkbox],
.content-wrapper form label.checkbox-label input[type=checkbox] {
  position: absolute;
  display: block;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
label.checkbox-label input[type=checkbox]:checked ~ .checkbox-custom,
.content-wrapper form label.checkbox-label input[type=checkbox]:checked ~ .checkbox-custom {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/chb-checked.svg);
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
label.checkbox-label .checkbox-custom,
.content-wrapper form label.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../imgs/forms_icons/chb-plain.svg);
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
label.checkbox-label .checkbox-custom::after,
.content-wrapper form label.checkbox-label .checkbox-custom::after {
  display: none;
}
label.checkbox-label .checkbox-custom::before,
.content-wrapper form label.checkbox-label .checkbox-custom::before {
  display: none;
}
label.checkbox-label:hover:checked ~ .checkbox-custom,
.content-wrapper form label.checkbox-label:hover:checked ~ .checkbox-custom {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/chb-checked.svg);
}
label.checkbox-label:hover .checkbox-custom,
.content-wrapper form label.checkbox-label:hover .checkbox-custom {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/chb-active.svg);
}

.radio_container {
  padding: 0.13rem 0 0 2.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #737373;
}
.radio_container div {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #737373;
}
.radio_container .comment_text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(17, 15, 36, 0.4);
}
.radio_container input[type=radio] {
  position: absolute;
  display: block;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.radio_container input[type=radio]:checked ~ .checkmark {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/radio-checked.svg);
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
.radio_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../imgs/forms_icons/radio-plain.svg);
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
.radio_container:hover:checked ~ .checkmark {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/radio-checked.svg);
}
.radio_container:hover .checkmark {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/radio-active.svg);
}
.radio_container::after {
  display: none;
}
.radio_container::before {
  display: none;
}

label.radio_container {
  padding: 0.13rem 0 0 2.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #737373;
}
label.radio_container div {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  color: #737373;
}
label.radio_container .comment_text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(17, 15, 36, 0.4);
}
label.radio_container input[type=radio] {
  position: absolute;
  display: block;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
label.radio_container input[type=radio]:checked ~ .checkmark {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/radio-checked.svg);
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
label.radio_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../imgs/forms_icons/radio-plain.svg);
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}
label.radio_container:hover:checked ~ .checkmark {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/radio-checked.svg);
}
label.radio_container:hover .checkmark {
  background-color: transparent;
  background-image: url(../imgs/forms_icons/radio-active.svg);
}
label.radio_container::after {
  display: none;
}
label.radio_container::before {
  display: none;
}

.content-wrapper form input[type=email],
.content-wrapper form input[type=password],
.content-wrapper form input[type=text],
.content-wrapper form input[type=number],
.content-wrapper form select {
  position: relative;
  display: block;
  padding: 1.1rem 1.125rem;
  margin: 0;
  height: auto;
  min-width: 320px;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 5px;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  color: #737373;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-wrapper form input[type=email].success,
.content-wrapper form input[type=password].success,
.content-wrapper form input[type=text].success,
.content-wrapper form input[type=number].success,
.content-wrapper form select.success {
  border: 1px solid #2dc071;
}
.content-wrapper form input[type=email].error,
.content-wrapper form input[type=password].error,
.content-wrapper form input[type=text].error,
.content-wrapper form input[type=number].error,
.content-wrapper form select.error {
  border: 1px solid #e64040;
}
.content-wrapper form input[type=email]:focus,
.content-wrapper form input[type=password]:focus,
.content-wrapper form input[type=text]:focus,
.content-wrapper form input[type=number]:focus,
.content-wrapper form select:focus {
  border: 1px solid #23a6f0;
}
.content-wrapper form input[type=email]::-webkit-input-placeholder, .content-wrapper form input[type=password]::-webkit-input-placeholder, .content-wrapper form input[type=text]::-webkit-input-placeholder, .content-wrapper form input[type=number]::-webkit-input-placeholder, .content-wrapper form select::-webkit-input-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
.content-wrapper form input[type=email]::-moz-placeholder, .content-wrapper form input[type=password]::-moz-placeholder, .content-wrapper form input[type=text]::-moz-placeholder, .content-wrapper form input[type=number]::-moz-placeholder, .content-wrapper form select::-moz-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
.content-wrapper form input[type=email]:-ms-input-placeholder, .content-wrapper form input[type=password]:-ms-input-placeholder, .content-wrapper form input[type=text]:-ms-input-placeholder, .content-wrapper form input[type=number]:-ms-input-placeholder, .content-wrapper form select:-ms-input-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
.content-wrapper form input[type=email]::-ms-input-placeholder, .content-wrapper form input[type=password]::-ms-input-placeholder, .content-wrapper form input[type=text]::-ms-input-placeholder, .content-wrapper form input[type=number]::-ms-input-placeholder, .content-wrapper form select::-ms-input-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
.content-wrapper form input[type=email]::placeholder,
.content-wrapper form input[type=password]::placeholder,
.content-wrapper form input[type=text]::placeholder,
.content-wrapper form input[type=number]::placeholder,
.content-wrapper form select::placeholder {
  font-weight: 400;
  color: #a0a0a0;
}

.content-wrapper form textarea {
  position: relative;
  display: block;
  padding: 1.1rem 1.125rem;
  margin: 0;
  height: auto;
  min-width: 320px;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 5px;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  color: #737373;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-wrapper form textarea.success {
  border: 1px solid #2dc071;
}
.content-wrapper form textarea.error {
  border: 1px solid #e64040;
}
.content-wrapper form textarea:focus {
  border: 1px solid #23a6f0;
}
.content-wrapper form textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
.content-wrapper form textarea::-moz-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
.content-wrapper form textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
.content-wrapper form textarea::-ms-input-placeholder {
  font-weight: 400;
  color: #a0a0a0;
}
.content-wrapper form textarea::placeholder {
  font-weight: 400;
  color: #a0a0a0;
}

.content-wrapper form textarea {
  line-height: 1.33;
  resize: vertical;
}

label:not(.form-check-label):not(.custom-file-label) {
  display: block;
  margin: 0 0 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  color: #252b42;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-wrapper #CropperModal .modal-dialog .docs-data label,
.content-wrapper #editMediaModal .modal-dialog .docs-data label {
  display: block;
  margin: 0 0 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  color: #252b42;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#login__page .checkbox-label {
  margin: 0 0 1rem;
  padding: 0.2rem 0 0 2.3rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #abafb3;
}
#login__page .checkbox-label:hover {
  color: #999999;
}
#login__page .btn-link {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #abafb3;
}
#login__page .btn-link:hover {
  color: #999999;
}

.ajte-input-wrap label,
.ajte-input-wrap label:not(.form-check-label):not(.custom-file-label) {
  font-size: 0.9rem;
}

.table {
  background: #ffffff;
  border: none;
  border-collapse: collapse;
}
.table tr {
  border: none;
}
.table tr th {
  padding: 1rem;
  border-top: none;
  border-left: none;
  border-right: 2px solid #ededed;
  border-bottom: 4px solid #ededed;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.3;
  color: #252b42;
}
.table tr th:last-child {
  border-right: none;
}
.table tr td {
  padding: 1rem;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: 2px solid #ededed;
  border-bottom: 4px solid #ededed;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  color: #252b42;
}
.table tr td:last-child {
  border-right: none;
}
.table tr:nth-child(odd) td {
  background: #f6f6f6;
}
.table tr:last-child td {
  border-bottom: none;
}

.content-wrapper .users_list {
  background: #ffffff;
  border: none;
  border-collapse: collapse;
}
.content-wrapper .users_list tr {
  border: none;
}
.content-wrapper .users_list tr th {
  padding: 1rem;
  border-top: none;
  border-left: none;
  border-right: 2px solid #ededed;
  border-bottom: 4px solid #ededed;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.3;
  color: #252b42;
}
.content-wrapper .users_list tr th:last-child {
  border-right: none;
}
.content-wrapper .users_list tr td {
  padding: 1rem;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: 2px solid #ededed;
  border-bottom: 4px solid #ededed;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  color: #252b42;
}
.content-wrapper .users_list tr td:last-child {
  border-right: none;
}
.content-wrapper .users_list tr:nth-child(odd) td {
  background: #f6f6f6;
}
.content-wrapper .users_list tr:last-child td {
  border-bottom: none;
}

.checkmark.bg-red,
.checkmark.bg-orange,
.checkmark.bg-blue,
.checkmark.bg-purple {
  background-color: transparent !important;
}

.mc_content_header .modal-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #252b42;
  text-transform: none;
}

.nav-sidebar {
  font-family: "Montserrat", sans-serif;
}

.alert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem;
  padding: 1.5rem 3.2rem 1.5rem 4.2rem;
  background-repeat: no-repeat;
  background-position: left 1.5rem top 50%;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  -webkit-box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.2);
          box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6,
.alert li,
.alert p {
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
}
.alert button.close {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.5rem;
  display: block;
  padding: 0;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: contain;
  background-image: none;
  border: none;
  outline: none;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.alert button.close span {
  display: none;
}
.alert-success, .alert--success {
  background-color: #f2fff7;
  background-image: url(../imgs/alerts_icons/icon-alert-success.svg);
  background-size: 1.8125rem 1.6875rem;
  border: 1px solid #2dc071;
  color: #2dc071;
}
.alert-success h1,
.alert-success h2,
.alert-success h3,
.alert-success h4,
.alert-success h5,
.alert-success h6,
.alert-success li,
.alert-success p, .alert--success h1,
.alert--success h2,
.alert--success h3,
.alert--success h4,
.alert--success h5,
.alert--success h6,
.alert--success li,
.alert--success p {
  color: #2dc071;
}
.alert-success button.close, .alert--success button.close {
  background-image: url(../imgs/alerts_icons/icon-alert-close-success.svg);
}
.alert-danger, .alert--danger {
  background-color: #ffdede;
  background-image: url(../imgs/alerts_icons/icon-alert-error.svg);
  background-size: 1.8125rem 1.6875rem;
  border: 1px solid #e0232e;
  color: #e0232e;
}
.alert-danger h1,
.alert-danger h2,
.alert-danger h3,
.alert-danger h4,
.alert-danger h5,
.alert-danger h6,
.alert-danger li,
.alert-danger p, .alert--danger h1,
.alert--danger h2,
.alert--danger h3,
.alert--danger h4,
.alert--danger h5,
.alert--danger h6,
.alert--danger li,
.alert--danger p {
  color: #e0232e;
}
.alert-danger button.close, .alert--danger button.close {
  background-image: url(../imgs/alerts_icons/icon-alert-close-error.svg);
}
.alert-info, .alert--info {
  background-color: #f3f3f3;
  background-image: url(../imgs/alerts_icons/icon-alert-info.svg);
  background-size: 1.625rem 1.625rem;
  border: 1px solid #d0d0d0;
  color: #252b42;
}
.alert-info h1,
.alert-info h2,
.alert-info h3,
.alert-info h4,
.alert-info h5,
.alert-info h6,
.alert-info li,
.alert-info p, .alert--info h1,
.alert--info h2,
.alert--info h3,
.alert--info h4,
.alert--info h5,
.alert--info h6,
.alert--info li,
.alert--info p {
  color: #252b42;
}
.alert-info button.close, .alert--info button.close {
  background-image: url(../imgs/alerts_icons/icon-alert-close-info.svg);
}

.marketing_admin .alert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem;
  padding: 1.5rem 3.2rem 1.5rem 4.2rem;
  background-repeat: no-repeat;
  background-position: left 1.5rem top 50%;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  -webkit-box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.2);
          box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.marketing_admin .alert h1,
.marketing_admin .alert h2,
.marketing_admin .alert h3,
.marketing_admin .alert h4,
.marketing_admin .alert h5,
.marketing_admin .alert h6,
.marketing_admin .alert li,
.marketing_admin .alert p {
  width: 100%;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
}
.marketing_admin .alert button.close {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1.5rem;
  display: block;
  padding: 0;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: contain;
  background-image: none;
  border: none;
  outline: none;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.marketing_admin .alert button.close span {
  display: none;
}
.marketing_admin .alert-success, .marketing_admin .alert--success {
  background-color: #f2fff7;
  background-image: url(../imgs/alerts_icons/icon-alert-success.svg);
  background-size: 1.8125rem 1.6875rem;
  border: 1px solid #2dc071;
  color: #2dc071;
}
.marketing_admin .alert-success h1,
.marketing_admin .alert-success h2,
.marketing_admin .alert-success h3,
.marketing_admin .alert-success h4,
.marketing_admin .alert-success h5,
.marketing_admin .alert-success h6,
.marketing_admin .alert-success li,
.marketing_admin .alert-success p, .marketing_admin .alert--success h1,
.marketing_admin .alert--success h2,
.marketing_admin .alert--success h3,
.marketing_admin .alert--success h4,
.marketing_admin .alert--success h5,
.marketing_admin .alert--success h6,
.marketing_admin .alert--success li,
.marketing_admin .alert--success p {
  color: #2dc071;
}
.marketing_admin .alert-success button.close, .marketing_admin .alert--success button.close {
  background-image: url(../imgs/alerts_icons/icon-alert-close-success.svg);
}
.marketing_admin .alert-danger, .marketing_admin .alert--danger {
  background-color: #ffdede;
  background-image: url(../imgs/alerts_icons/icon-alert-error.svg);
  background-size: 1.8125rem 1.6875rem;
  border: 1px solid #e0232e;
  color: #e0232e;
}
.marketing_admin .alert-danger h1,
.marketing_admin .alert-danger h2,
.marketing_admin .alert-danger h3,
.marketing_admin .alert-danger h4,
.marketing_admin .alert-danger h5,
.marketing_admin .alert-danger h6,
.marketing_admin .alert-danger li,
.marketing_admin .alert-danger p, .marketing_admin .alert--danger h1,
.marketing_admin .alert--danger h2,
.marketing_admin .alert--danger h3,
.marketing_admin .alert--danger h4,
.marketing_admin .alert--danger h5,
.marketing_admin .alert--danger h6,
.marketing_admin .alert--danger li,
.marketing_admin .alert--danger p {
  color: #e0232e;
}
.marketing_admin .alert-danger button.close, .marketing_admin .alert--danger button.close {
  background-image: url(../imgs/alerts_icons/icon-alert-close-error.svg);
}
.marketing_admin .alert-info, .marketing_admin .alert--info {
  background-color: #f3f3f3;
  background-image: url(../imgs/alerts_icons/icon-alert-info.svg);
  background-size: 1.625rem 1.625rem;
  border: 1px solid #d0d0d0;
  color: #252b42;
}
.marketing_admin .alert-info h1,
.marketing_admin .alert-info h2,
.marketing_admin .alert-info h3,
.marketing_admin .alert-info h4,
.marketing_admin .alert-info h5,
.marketing_admin .alert-info h6,
.marketing_admin .alert-info li,
.marketing_admin .alert-info p, .marketing_admin .alert--info h1,
.marketing_admin .alert--info h2,
.marketing_admin .alert--info h3,
.marketing_admin .alert--info h4,
.marketing_admin .alert--info h5,
.marketing_admin .alert--info h6,
.marketing_admin .alert--info li,
.marketing_admin .alert--info p {
  color: #252b42;
}
.marketing_admin .alert-info button.close, .marketing_admin .alert--info button.close {
  background-image: url(../imgs/alerts_icons/icon-alert-close-info.svg);
}

.folders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.folders .folder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.9686rem;
  height: 11.1563rem;
  margin: 0 1.3rem 1.3rem 0;
  padding: 3.2rem 1.8rem 1.8rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(../imgs/folders_icons/blue-border.svg);
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.folders .folder__counter {
  position: absolute;
  top: 0.9rem;
  left: 1.5rem;
  display: block;
  width: 3.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.96rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.folders .folder__name {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  text-align: center;
  text-transform: uppercase;
  color: #203163;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.folders .folder--sm {
  width: 6.9843rem;
  height: 5.5782rem;
  margin: 0 1rem 2.3rem 0;
  padding: 1.6rem 0.9rem 0.9rem;
  background-image: url(../imgs/folders_icons/blue-bg.svg);
  opacity: 0.7;
}
.folders .folder--sm.folder--selected {
  opacity: 1;
}
.folders .folder--sm .folder__counter {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  font-size: 1rem;
}
.folders .folder--sm .folder__name {
  position: absolute;
  bottom: -1.3rem;
  font-size: 0.7rem;
  white-space: nowrap;
}
.folders .folder:hover .folder__name {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#toastsContainerTopRight {
  top: calc(50% - 60px);
  right: calc(50% - 175px);
}

/* -------------- Scroll -------------- */
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d1d1d1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

/* ------------------------------------ */
.create_artwork_title {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  color: #273362;
  border-bottom: 1px solid #9b9aa3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ------------------------------------ */
.loader {
  position: absolute;
  top: 0;
  left: 7.5px;
  z-index: 13;
  display: none;
  width: calc(100% - 15px);
  height: calc(100vh - 100px);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../imgs/loader.svg);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tutorial_video_wrap {
  width: 100%;
  max-width: 800px;
  padding: 25px;
}
@media only screen and (max-width: 767.98px) {
  .tutorial_video_wrap {
    padding: 15px 0;
  }
}
.tutorial_video_wrap .tutorial_title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0.8em 0;
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  .tutorial_video_wrap .tutorial_title {
    font-size: 1.2rem;
  }
}
