@charset "UTF-8";
/*

--- ORDER OF DECLARATIONS ---
POSITION (top/bottom/left/right)
DISPLAY (type/width/height/margin/padding/z-index)
COLORS (color, bg-color)
FONT (font-families, font-weight)
TEXT (text-align)
DECORATIONS
TRANSITIONS
--- ORDER OF DECLARATIONS ---

*/
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 5, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.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;
}

/* line 19, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 24, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xs {
  font-size: .75em;
}

/* line 27, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sm {
  font-size: .875em;
}

/* line 30, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-1x {
  font-size: 1em;
}

/* line 33, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-6x {
  font-size: 6em;
}

/* line 48, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-7x {
  font-size: 7em;
}

/* line 51, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-8x {
  font-size: 8em;
}

/* line 54, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-9x {
  font-size: 9em;
}

/* line 57, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-10x {
  font-size: 10em;
}

/* line 60, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 64, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 68, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ul > li {
  position: relative;
}

/* line 71, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 78, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 83, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pull-left {
  float: left;
}

/* line 86, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pull-right {
  float: right;
}

/* line 89, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 96, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 103, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 107, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.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);
  }
}

/* line 127, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 132, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 142, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 147, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 152, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.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);
}

/* line 157, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
: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;
}

/* line 166, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 174, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 181, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 184, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 187, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.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 */
/* line 192, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 195, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 198, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 201, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 204, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 207, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 210, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 213, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 216, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 219, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 222, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 225, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 228, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 231, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 234, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 237, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 240, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 243, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 246, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 249, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 252, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 255, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 258, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 261, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 264, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 267, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 270, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 273, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 276, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 279, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 282, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 285, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 288, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 291, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 294, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 297, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 300, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 303, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 306, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 309, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 312, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 315, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 318, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 321, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 324, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 327, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 330, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 333, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 336, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 339, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 342, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 345, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 348, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 351, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 354, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 357, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 360, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 363, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 366, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 369, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 372, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 375, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 378, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 381, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 384, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 387, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 390, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 393, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 396, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 399, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 402, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 405, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 408, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 411, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 414, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 417, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 420, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-award:before {
  content: "\f559";
}

/* line 423, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 426, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 429, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 432, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 435, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 438, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 441, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 444, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 447, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 450, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 453, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 456, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 459, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 462, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 465, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 468, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 471, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 474, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 477, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 480, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 483, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 486, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 489, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 492, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 495, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 498, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 501, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 504, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 507, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 510, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 513, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 516, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 519, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 522, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 525, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 528, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 531, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 534, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 537, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 540, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 543, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 546, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 549, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 552, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 555, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 558, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 561, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 564, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 567, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 570, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 573, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 576, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 579, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 582, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 585, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 588, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 591, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 594, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 597, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 600, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 603, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 606, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 609, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 612, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 615, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 618, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 621, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 624, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 627, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 630, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-box:before {
  content: "\f466";
}

/* line 633, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 636, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 639, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 642, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 645, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 648, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 651, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 654, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 657, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 660, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 663, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 666, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 669, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 672, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 675, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 678, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 681, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 684, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 687, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 690, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 693, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 696, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 699, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 702, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 705, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 708, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 711, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 714, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 717, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 720, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 723, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 726, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 729, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 732, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 735, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 738, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 741, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 744, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 747, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 750, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 753, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 756, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 759, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 762, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 765, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 768, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 771, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 774, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 777, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 780, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 783, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 786, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 789, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 792, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 795, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 798, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 801, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 804, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 807, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 810, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 813, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 816, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 819, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 822, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 825, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 828, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 831, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 834, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 837, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 840, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 843, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 846, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 849, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 852, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 855, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 858, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 861, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 864, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 867, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 870, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 873, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 876, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 879, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 882, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 885, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 888, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 891, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 894, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 897, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 900, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 903, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 906, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 909, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 912, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 915, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 918, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 921, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 924, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 927, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 930, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 933, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 936, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 939, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 942, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 945, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 948, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 951, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 954, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 957, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 960, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 963, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 966, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 969, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 972, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 975, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 978, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 981, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 984, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 987, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 990, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 993, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 996, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 999, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 1002, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 1005, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 1008, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 1011, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 1014, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 1017, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 1020, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 1023, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-code:before {
  content: "\f121";
}

/* line 1026, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 1029, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1032, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 1035, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 1038, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 1041, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 1044, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 1047, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 1050, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 1053, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 1056, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 1059, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 1062, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 1065, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 1068, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 1071, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 1074, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 1077, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1080, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 1083, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 1086, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 1089, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 1092, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 1095, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1098, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1101, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 1104, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 1107, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 1110, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1113, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 1116, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 1119, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 1122, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1125, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 1128, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 1131, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 1134, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 1137, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 1140, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 1143, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 1146, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 1149, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 1152, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 1155, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 1158, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 1161, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 1164, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 1167, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 1170, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1173, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 1176, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 1179, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 1182, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 1185, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 1188, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 1191, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1194, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 1197, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1200, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1203, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 1206, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 1209, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 1212, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 1215, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 1218, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1221, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1224, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 1227, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 1230, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1233, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 1236, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 1239, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 1242, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 1245, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 1248, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1251, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 1254, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 1257, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 1260, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 1263, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 1266, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 1269, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 1272, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 1275, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 1278, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 1281, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 1284, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 1287, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 1290, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1293, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 1296, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 1299, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 1302, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 1305, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 1308, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 1311, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 1314, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 1317, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 1320, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 1323, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 1326, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 1329, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 1332, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 1335, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 1338, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 1341, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 1344, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 1347, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 1350, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 1353, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-download:before {
  content: "\f019";
}

/* line 1356, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 1359, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 1362, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 1365, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 1368, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1371, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 1374, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1377, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 1380, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 1383, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 1386, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1389, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 1392, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 1395, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 1398, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 1401, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 1404, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 1407, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 1410, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 1413, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 1416, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 1419, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 1422, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 1425, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 1428, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1431, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1434, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 1437, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 1440, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 1443, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 1446, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 1449, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 1452, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1455, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 1458, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 1461, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1464, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 1467, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 1470, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 1473, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 1476, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 1479, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 1482, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 1485, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1488, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 1491, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 1494, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 1497, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 1500, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 1503, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1506, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 1509, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 1512, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 1515, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 1518, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 1521, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 1524, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 1527, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 1530, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 1533, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 1536, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 1539, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 1542, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 1545, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 1548, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1551, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 1554, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 1557, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 1560, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 1563, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1566, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 1569, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 1572, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1575, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 1578, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 1581, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 1584, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 1587, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 1590, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 1593, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 1596, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 1599, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 1602, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 1605, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 1608, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 1611, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 1614, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 1617, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 1620, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 1623, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 1626, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 1629, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 1632, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 1635, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 1638, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 1641, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 1644, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 1647, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-film:before {
  content: "\f008";
}

/* line 1650, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 1653, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 1656, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 1659, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 1662, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1665, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1668, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 1671, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 1674, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 1677, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 1680, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 1683, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 1686, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 1689, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 1692, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 1695, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 1698, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 1701, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1704, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 1707, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 1710, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 1713, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 1716, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 1719, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 1722, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 1725, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font:before {
  content: "\f031";
}

/* line 1728, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 1731, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 1734, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 1737, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 1740, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 1743, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 1746, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 1749, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 1752, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 1755, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1758, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 1761, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1764, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 1767, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 1770, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 1773, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 1776, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 1779, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 1782, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 1785, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 1788, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 1791, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 1794, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 1797, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 1800, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 1803, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 1806, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1809, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1812, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1815, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1818, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 1821, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 1824, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 1827, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1830, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 1833, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1836, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 1839, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 1842, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 1845, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 1848, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 1851, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 1854, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 1857, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 1860, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 1863, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 1866, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 1869, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 1872, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 1875, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 1878, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 1881, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 1884, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 1887, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 1890, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 1893, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 1896, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 1899, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 1902, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1905, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 1908, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 1911, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 1914, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 1917, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 1920, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 1923, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1926, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 1929, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1932, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 1935, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 1938, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 1941, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 1944, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 1947, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 1950, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 1953, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 1956, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 1959, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 1962, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 1965, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 1968, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 1971, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 1974, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 1977, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 1980, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 1983, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 1986, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 1989, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 1992, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 1995, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 1998, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 2001, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 2004, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 2007, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 2010, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 2013, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 2016, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 2019, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 2022, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 2025, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 2028, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 2031, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 2034, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 2037, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 2040, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 2043, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 2046, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 2049, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 2052, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 2055, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 2058, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 2061, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 2064, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 2067, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 2070, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 2073, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 2076, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 2079, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 2082, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 2085, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 2088, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 2091, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 2094, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 2097, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 2100, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 2103, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 2106, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 2109, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 2112, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2115, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 2118, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 2121, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 2124, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 2127, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 2130, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 2133, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 2136, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 2139, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 2142, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 2145, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 2148, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 2151, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 2154, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 2157, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 2160, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 2163, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 2166, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 2169, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 2172, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 2175, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 2178, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 2181, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 2184, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 2187, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 2190, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-home:before {
  content: "\f015";
}

/* line 2193, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 2196, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 2199, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 2202, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 2205, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 2208, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 2211, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 2214, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 2217, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 2220, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 2223, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 2226, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 2229, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 2232, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 2235, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 2238, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 2241, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 2244, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 2247, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2250, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 2253, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 2256, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 2259, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 2262, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 2265, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 2268, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 2271, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2274, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2277, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 2280, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 2283, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 2286, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 2289, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-images:before {
  content: "\f302";
}

/* line 2292, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2295, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 2298, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 2301, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2304, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 2307, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-info:before {
  content: "\f129";
}

/* line 2310, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 2313, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 2316, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 2319, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 2322, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 2325, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 2328, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 2331, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 2334, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 2337, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 2340, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 2343, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 2346, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 2349, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 2352, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 2355, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 2358, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 2361, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 2364, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 2367, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 2370, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 2373, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 2376, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 2379, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 2382, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 2385, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 2388, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 2391, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-key:before {
  content: "\f084";
}

/* line 2394, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 2397, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 2400, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 2403, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 2406, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 2409, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 2412, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 2415, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 2418, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 2421, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 2424, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 2427, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 2430, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 2433, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 2436, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 2439, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 2442, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 2445, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 2448, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 2451, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 2454, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 2457, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 2460, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 2463, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 2466, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 2469, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 2472, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 2475, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 2478, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 2481, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 2484, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 2487, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 2490, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 2493, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 2496, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 2499, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 2502, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 2505, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 2508, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 2511, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2514, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 2517, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 2520, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 2523, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 2526, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 2529, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 2532, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 2535, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 2538, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 2541, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 2544, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 2547, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 2550, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 2553, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2556, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 2559, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 2562, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 2565, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 2568, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 2571, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 2574, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 2577, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 2580, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 2583, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-male:before {
  content: "\f183";
}

/* line 2586, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 2589, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2592, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 2595, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 2598, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 2601, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 2604, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2607, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2610, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 2613, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 2616, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 2619, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 2622, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 2625, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 2628, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 2631, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 2634, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 2637, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 2640, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 2643, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 2646, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 2649, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 2652, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 2655, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 2658, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 2661, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2664, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 2667, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 2670, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 2673, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 2676, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 2679, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 2682, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 2685, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 2688, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 2691, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 2694, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2697, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 2700, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 2703, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 2706, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 2709, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 2712, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 2715, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 2718, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 2721, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 2724, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 2727, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 2730, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2733, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 2736, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 2739, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 2742, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 2745, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2748, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 2751, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 2754, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 2757, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 2760, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 2763, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 2766, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 2769, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 2772, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 2775, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 2778, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 2781, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 2784, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 2787, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 2790, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 2793, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 2796, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-music:before {
  content: "\f001";
}

/* line 2799, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 2802, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 2805, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 2808, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 2811, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 2814, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 2817, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-node:before {
  content: "\f419";
}

/* line 2820, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 2823, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 2826, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 2829, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 2832, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 2835, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 2838, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 2841, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 2844, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 2847, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 2850, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 2853, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 2856, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 2859, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-om:before {
  content: "\f679";
}

/* line 2862, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 2865, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 2868, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 2871, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 2874, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 2877, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 2880, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 2883, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 2886, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 2889, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 2892, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 2895, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 2898, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 2901, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 2904, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 2907, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 2910, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 2913, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 2916, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 2919, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 2922, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 2925, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 2928, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 2931, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 2934, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 2937, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 2940, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2943, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 2946, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 2949, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 2952, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 2955, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 2958, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 2961, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 2964, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 2967, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 2970, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 2973, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 2976, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 2979, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 2982, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 2985, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 2988, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2991, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 2994, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 2997, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 3000, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 3003, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 3006, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 3009, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 3012, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 3015, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 3018, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 3021, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 3024, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 3027, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 3030, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-php:before {
  content: "\f457";
}

/* line 3033, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 3036, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 3039, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 3042, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 3045, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 3048, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 3051, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 3054, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 3057, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 3060, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 3063, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 3066, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 3069, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 3072, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 3075, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 3078, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 3081, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 3084, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 3087, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 3090, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 3093, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 3096, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 3099, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 3102, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 3105, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 3108, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 3111, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 3114, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 3117, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 3120, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 3123, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 3126, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 3129, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 3132, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 3135, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 3138, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 3141, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 3144, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 3147, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 3150, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 3153, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 3156, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 3159, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 3162, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 3165, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 3168, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 3171, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 3174, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 3177, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-question:before {
  content: "\f128";
}

/* line 3180, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 3183, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 3186, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 3189, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 3192, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 3195, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 3198, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 3201, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 3204, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 3207, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 3210, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 3213, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-random:before {
  content: "\f074";
}

/* line 3216, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 3219, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 3222, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 3225, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 3228, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 3231, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 3234, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 3237, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 3240, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 3243, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 3246, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 3249, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 3252, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 3255, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 3258, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 3261, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 3264, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 3267, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 3270, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 3273, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 3276, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 3279, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 3282, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 3285, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 3288, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 3291, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 3294, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 3297, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 3300, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 3303, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 3306, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-road:before {
  content: "\f018";
}

/* line 3309, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 3312, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 3315, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 3318, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 3321, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 3324, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 3327, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 3330, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 3333, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 3336, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 3339, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 3342, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 3345, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 3348, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 3351, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 3354, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 3357, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 3360, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 3363, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 3366, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 3369, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 3372, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 3375, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 3378, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 3381, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-school:before {
  content: "\f549";
}

/* line 3384, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 3387, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 3390, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 3393, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 3396, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search:before {
  content: "\f002";
}

/* line 3399, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 3402, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 3405, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 3408, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 3411, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 3414, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 3417, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 3420, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 3423, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-server:before {
  content: "\f233";
}

/* line 3426, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 3429, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 3432, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share:before {
  content: "\f064";
}

/* line 3435, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 3438, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 3441, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 3444, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 3447, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 3450, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 3453, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 3456, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 3459, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 3462, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 3465, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 3468, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 3471, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 3474, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 3477, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 3480, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 3483, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 3486, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 3489, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 3492, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 3495, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 3498, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 3501, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 3504, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 3507, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 3510, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 3513, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 3516, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 3519, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 3522, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 3525, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 3528, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 3531, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 3534, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 3537, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 3540, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 3543, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 3546, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 3549, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 3552, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 3555, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 3558, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 3561, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 3564, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 3567, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 3570, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 3573, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 3576, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 3579, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 3582, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 3585, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 3588, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 3591, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 3594, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 3597, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 3600, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 3603, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 3606, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 3609, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 3612, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 3615, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 3618, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 3621, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 3624, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 3627, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 3630, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 3633, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 3636, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 3639, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 3642, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 3645, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 3648, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 3651, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 3654, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 3657, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 3660, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 3663, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 3666, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 3669, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 3672, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 3675, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 3678, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 3681, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 3684, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 3687, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 3690, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 3693, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 3696, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 3699, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 3702, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 3705, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 3708, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 3711, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 3714, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 3717, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 3720, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star:before {
  content: "\f005";
}

/* line 3723, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 3726, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 3729, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 3732, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 3735, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 3738, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 3741, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 3744, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 3747, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 3750, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 3753, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 3756, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 3759, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 3762, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 3765, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 3768, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 3771, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 3774, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 3777, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 3780, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 3783, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 3786, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 3789, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 3792, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 3795, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 3798, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 3801, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 3804, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 3807, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 3810, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 3813, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 3816, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 3819, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 3822, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 3825, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 3828, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 3831, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 3834, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 3837, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 3840, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 3843, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 3846, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 3849, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 3852, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 3855, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 3858, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 3861, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 3864, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 3867, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 3870, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 3873, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 3876, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 3879, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 3882, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 3885, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 3888, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 3891, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 3894, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 3897, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 3900, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 3903, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 3906, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 3909, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 3912, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 3915, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 3918, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 3921, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 3924, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 3927, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 3930, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 3933, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 3936, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 3939, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 3942, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 3945, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 3948, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 3951, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 3954, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 3957, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 3960, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 3963, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 3966, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 3969, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 3972, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 3975, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 3978, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 3981, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 3984, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 3987, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 3990, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 3993, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 3996, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 3999, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 4002, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 4005, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4008, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4011, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 4014, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 4017, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4020, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4023, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 4026, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 4029, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 4032, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 4035, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 4038, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 4041, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 4044, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 4047, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 4050, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 4053, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 4056, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 4059, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 4062, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-train:before {
  content: "\f238";
}

/* line 4065, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 4068, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 4071, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4074, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4077, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 4080, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 4083, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 4086, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4089, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4092, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 4095, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4098, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4101, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 4104, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 4107, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 4110, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 4113, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 4116, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4119, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4122, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4125, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 4128, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4131, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4134, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4137, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 4140, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 4143, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 4146, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 4149, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 4152, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4155, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 4158, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 4161, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4164, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 4167, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 4170, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 4173, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 4176, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 4179, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 4182, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 4185, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4188, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4191, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 4194, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 4197, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4200, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 4203, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 4206, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4209, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 4212, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 4215, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 4218, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 4221, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 4224, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 4227, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 4230, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 4233, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 4236, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 4239, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 4242, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 4245, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4248, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 4251, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 4254, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 4257, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4260, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4263, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 4266, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 4269, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 4272, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 4275, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 4278, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 4281, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 4284, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 4287, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 4290, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 4293, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 4296, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 4299, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 4302, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 4305, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 4308, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4311, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4314, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 4317, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 4320, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4323, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 4326, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 4329, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 4332, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 4335, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 4338, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 4341, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 4344, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 4347, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 4350, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4353, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 4356, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4359, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 4362, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 4365, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 4368, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4371, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 4374, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 4377, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 4380, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4383, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 4386, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4389, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4392, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 4395, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 4398, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 4401, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 4404, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 4407, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 4410, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 4413, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-water:before {
  content: "\f773";
}

/* line 4416, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 4419, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 4422, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 4425, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4428, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 4431, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 4434, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 4437, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4440, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 4443, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4446, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 4449, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4452, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 4455, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 4458, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 4461, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 4464, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 4467, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 4470, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4473, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 4476, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 4479, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 4482, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 4485, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 4488, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 4491, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 4494, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 4497, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4500, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 4503, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 4506, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 4509, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 4512, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 4515, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4518, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 4521, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 4524, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4527, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4530, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 4533, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4536, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 4539, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 4542, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 4545, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 4548, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4551, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 4554, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 4557, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 4560, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4563, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 4566, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4569, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 4579, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-brands-400-06bb5c75eb79ac087884b44158c9f9f7a0e54992cea1f82d5b64ebe51dce8258.eot);
  src: url(/assets/fa-brands-400-06bb5c75eb79ac087884b44158c9f9f7a0e54992cea1f82d5b64ebe51dce8258.eot?#iefix) format("embedded-opentype"), url(/assets/fa-brands-400-d67d0df9c2e035e387e39cc198d492f6397ac5718c7a1620968441ef854858c5.woff2) format("woff2"), url(/assets/fa-brands-400-9ab1c40709aeca54cbc8446289d9cefc288e2654d45e118cc7f6bb57766834da.woff) format("woff"), url(/assets/fa-brands-400-ba47799d9bbb0457081ff755b790d7d37f9b55ec5c4c11bb276f24453fb39702.ttf) format("truetype"), url(/assets/fa-brands-400-a4bbe70676b771fe76d22d6514bff1e20a4ae1cb13e0dc763c3bfa250262c93d.svg#fontawesome) format("svg");
}

/* line 4594, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400-b9cdddf264eeffc0bae0ae2d54c1ffc0ea0fd55d32be1e23014c9e91556eab99.eot);
  src: url(/assets/fa-regular-400-b9cdddf264eeffc0bae0ae2d54c1ffc0ea0fd55d32be1e23014c9e91556eab99.eot?#iefix) format("embedded-opentype"), url(/assets/fa-regular-400-68a358fd7da0647c17f32056e6e789f2d05925f816922a8a06e82fed14d577cc.woff2) format("woff2"), url(/assets/fa-regular-400-2c813a2616144aaec456cfec937448ce603ecd840f0e3c8632e98adac2affe16.woff) format("woff"), url(/assets/fa-regular-400-8b4f14c430188be76b2d4e2ed5ff66dca261ecd7f005439da32429172c760853.ttf) format("truetype"), url(/assets/fa-regular-400-1bbb2f5eb232fdb0e9f88a209c3857dd9752353d083c45684cbcc0a708764b71.svg#fontawesome) format("svg");
}

/* line 4605, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900-af1f8cec8b30f0794f8f72784b0c48a507d4b7eeebec249a0b587ba6972b1e96.eot);
  src: url(/assets/fa-solid-900-af1f8cec8b30f0794f8f72784b0c48a507d4b7eeebec249a0b587ba6972b1e96.eot?#iefix) format("embedded-opentype"), url(/assets/fa-solid-900-6e6c1902ea861a9c142c2f65dc338f5d748f3e3cb98b9540b5dafe62e6a2494d.woff2) format("woff2"), url(/assets/fa-solid-900-71156f2d94f4ca891e4e267d2bb0c8a07840f6d836c16969d50a34e9fc0684c5.woff) format("woff"), url(/assets/fa-solid-900-f989a11724b92243f41dccdfbd9d1d74150c65f4415ffb383d5039188aa274ce.ttf) format("truetype"), url(/assets/fa-solid-900-646e381ef16be12023cb77b7704ea2e904b2d2ff8610b28a2352d53abf373cf0.svg#fontawesome) format("svg");
}

/* line 4616, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/all.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 3, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/font_awesome5_webfont.scss */
.fa5-text {
  padding-left: 5px;
}

/* line 7, ../usr/local/bundle/gems/font_awesome5_rails-1.5.0/app/assets/stylesheets/font_awesome5_webfont.scss */
.fa5-text-r {
  padding-right: 5px;
}

/* line 2, app/assets/stylesheets/layouts/landing/_common.scss */
:root {
  --black: #07354B;
  --lightblack: #b4ced8;
  --flashgreen: #38F07D;
  --lightgrey: #F9F9F9;
  --pinkgrey: #F1E4E8;
  --amiko: 'Amiko', sans-serif;
  --comfortaa: 'Comfortaa', sans-serif;
  --bold: 700;
  --semibold: 600;
  --normal: 400;
  --light: 300;
  --responsiveenormous: calc(1rem + 5vw);
  --responsivebig: calc(1rem + 1.8vw);
  --responsivemiddle: calc(1rem + 1.5vw);
  --responsiveregular: calc(1rem + 1vw);
  --responsivenormal: calc(1rem + 0.8vw);
  --responsivesubtitle: calc(1rem + 0.45vw);
  --responsivelittle: calc(1rem + 0.3vw);
  --responsivemini: calc(0.5rem + 0.5vw);
}

@media all and (max-width: 900px) {
  /* line 28, app/assets/stylesheets/layouts/landing/_common.scss */
  :root {
    --responsiveenormous: calc(1rem + 8vw);
    --responsivebig: calc(1rem + 5vw);
    --responsivemiddle: calc(1rem + 4vw);
    --responsiveregular: calc(1rem + 2vw);
    --responsivenormal: calc(1rem + 1vw);
    --responsivelittle: calc(1rem + 0.5vw);
  }
}

/* line 38, app/assets/stylesheets/layouts/landing/_common.scss */
.d-flex {
  display: flex;
}

/* line 39, app/assets/stylesheets/layouts/landing/_common.scss */
.f-column {
  flex-direction: column;
}

/* line 40, app/assets/stylesheets/layouts/landing/_common.scss */
.a-i-center {
  align-items: center;
}

/* line 41, app/assets/stylesheets/layouts/landing/_common.scss */
.j-c-between {
  justify-content: space-between;
}

/* line 42, app/assets/stylesheets/layouts/landing/_common.scss */
.m-2 {
  margin: calc(1em / 3 * 2);
}

/* ----------    http://meyerweb.com/eric/tools/css/reset/  */
/* HTML RESET    v2.0 | 20110126                            */
/* ----------    License: none (public domain)              */
/* line 47, app/assets/stylesheets/layouts/landing/_common.scss */
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, center,
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, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 69, app/assets/stylesheets/layouts/landing/_common.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 74, app/assets/stylesheets/layouts/landing/_common.scss */
body {
  line-height: 1;
}

/* line 75, app/assets/stylesheets/layouts/landing/_common.scss */
ol, ul {
  list-style: none;
}

/* line 76, app/assets/stylesheets/layouts/landing/_common.scss */
blockquote, q {
  quotes: none;
}

/* line 78, app/assets/stylesheets/layouts/landing/_common.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 84, app/assets/stylesheets/layouts/landing/_common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Buttons */
/* line 3, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-toolbar {
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  padding: 0 !important;
}

/* line 10, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-container {
  padding-top: 0;
  border-bottom: 0;
  padding-top: 0;
  border-radius: 0 0 5px 5px;
  min-height: 75px;
  height: fit-content !important;
}

/* line 19, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-formats {
  transition: opacity 0.2s;
}

/* line 23, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-inactive .ql-formats {
  opacity: 0.2;
}

/* line 27, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-editor {
  font-size: 10pt;
}

/* line 32, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-size .ql-picker-label[data-value="8pt"]::before,
.ql-size .ql-picker-item[data-value="8pt"]::before {
  content: '8pt' !important;
}

/* line 37, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-size .ql-picker-label[data-value="9pt"]::before,
.ql-size .ql-picker-item[data-value="9pt"]::before {
  content: '9pt' !important;
}

/* line 42, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-size .ql-picker-label[data-value="10pt"]::before,
.ql-size .ql-picker-item[data-value="10pt"]::before {
  content: '10pt' !important;
}

/* line 47, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-size .ql-picker-label[data-value="12pt"]::before,
.ql-size .ql-picker-item[data-value="12pt"]::before {
  content: '12pt' !important;
}

/* line 52, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-size .ql-picker-label[data-value="14pt"]::before,
.ql-size .ql-picker-item[data-value="14pt"]::before {
  content: '14pt' !important;
}

/* line 58, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-toolbar.ql-snow .ql-formats {
  padding: 8px 14px;
  border-right: 1px solid #ccc;
  margin-right: 0 !important;
}

/* line 63, app/assets/stylesheets/layouts/landing/../../components/quill.scss */
.ql-toolbar.ql-snow .ql-formats:last-child {
  border-right: none;
}

/* line 4, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-button-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  font-size: 15px;
}

@media all and (max-width: 900px) {
  /* line 4, app/assets/stylesheets/layouts/landing/_blog.scss */
  .blog-button-container {
    margin-top: 10vh;
  }
}

/* line 12, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 2.5px solid var(--black);
  border-radius: 50px;
  text-align: center;
  transition: 0.4s ease;
  font-weight: 600;
  color: var(--black);
  background: white;
  font-size: 15px;
}

/* line 24, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-button:hover {
  cursor: pointer;
  border-color: var(--flashgreen);
  color: var(--flashgreen);
}

/* line 31, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-button--delete {
  border: none;
  color: #f20d00;
  opacity: 0.7;
  transition: .2s ease;
  box-sizing: border-box;
}

/* line 37, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-button--delete:hover {
  background-color: transparent;
  color: #f20d00;
  border: 2px solid #f20d00;
}

/* line 41, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-button--delete:hover::after {
  content: 'ATTENTION !';
  position: absolute;
  top: 5px;
  left: 35%;
  font-size: 7px;
}

/* line 51, app/assets/stylesheets/layouts/landing/_blog.scss */
.pagination > ul {
  list-style-type: none !important;
  display: flex;
  justify-content: space-between;
}

/* line 55, app/assets/stylesheets/layouts/landing/_blog.scss */
.pagination > ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--flashgreen);
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
}

/* line 63, app/assets/stylesheets/layouts/landing/_blog.scss */
.pagination > ul li.active {
  background: transparent;
  border: 2px solid var(--flashgreen);
}

/* line 66, app/assets/stylesheets/layouts/landing/_blog.scss */
.pagination > ul li.active a {
  color: var(--flashgreen) !important;
}

/* line 68, app/assets/stylesheets/layouts/landing/_blog.scss */
.pagination > ul li a {
  color: white !important;
}

/* Blog content */
/* line 75, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post-title {
  width: 50vw;
  margin: 70px auto 50px auto;
  padding-bottom: 30px;
  text-align: center;
  font-size: var(--responsivebig);
  font-weight: 700;
  border-bottom: 1.5px solid var(--flashgreen);
}

@media all and (max-width: 900px) {
  /* line 75, app/assets/stylesheets/layouts/landing/_blog.scss */
  .blog-post-title {
    width: 80vw;
    margin-top: 50px;
  }
}

/* line 89, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post-publication {
  width: 50vw;
  margin: 50px auto 0 auto;
  font-family: 'Comfortaa', sans-serif;
  text-align: center;
  letter-spacing: 2px;
}

@media all and (max-width: 900px) {
  /* line 89, app/assets/stylesheets/layouts/landing/_blog.scss */
  .blog-post-publication {
    margin-bottom: 50px;
  }
}

/* line 98, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post-cover-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

/* line 103, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post-cover {
  height: 50vh;
  grid-column: 3 / span 10;
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  object-position: center;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
}

@media all and (max-width: 900px) {
  /* line 103, app/assets/stylesheets/layouts/landing/_blog.scss */
  .blog-post-cover {
    grid-column: 1 / span 12;
  }
}

/* Formatting of Quill Content */
/* line 119, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post {
  grid-column: 4 / span 6;
  margin: 50px 0;
  font-size: 1.2em;
  line-height: 1.5;
}

/* line 124, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post h2 {
  margin: 50px 0;
  z-index: 0;
  font-size: var(--responsiveregular);
  letter-spacing: 8px;
  line-height: 1.6;
  border-bottom: 1px solid var(--flashgreen);
  padding-bottom: 20px;
}

/* line 133, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post h3 {
  margin-top: 40px;
  font-size: 1.8em;
  font-weight: 600;
}

/* line 138, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post h4 {
  font-size: 1.5em;
}

/* line 139, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post p {
  margin: 30px 0;
}

/* line 140, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 146, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px 0 50px 0;
}

/* line 152, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post figure img {
  box-shadow: 1px 1px 4px #e6e6e6;
}

/* line 154, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post figcaption {
  margin-top: 30px;
  font-style: italic;
}

@media all and (max-width: 900px) {
  /* line 119, app/assets/stylesheets/layouts/landing/_blog.scss */
  .blog-post {
    grid-column: 2 / span 10;
    max-width: 80vw;
  }
}

/* line 162, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post a:not(.underline-green) {
  color: #10998e;
  transition: color .4s ease;
}

/* line 165, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post a:not(.underline-green):hover {
  color: var(--flashgreen);
}

/* line 167, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post sup {
  vertical-align: super;
  font-size: .6em;
  font-weight: 700;
  border-bottom: 1px solid var(--flashgreen);
}

/* line 173, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post em {
  font-style: italic;
}

/* line 176, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post p strong {
  font-size: 1em !important;
}

/* line 179, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post ul, .blog-post ol {
  list-style-type: initial;
  padding-left: 1.5em;
  margin: 10px 0;
}

/* line 184, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post .blog-intro {
  font-weight: 700;
  font-size: 1.2em;
  border-left: 1px solid var(--flashgreen);
  padding: 0 0 0 40px;
  margin: 50px 0 100px 0;
}

@media all and (max-width: 900px) {
  /* line 184, app/assets/stylesheets/layouts/landing/_blog.scss */
  .blog-post .blog-intro {
    font-size: 1em;
  }
}

/* line 192, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post .bibliography {
  line-height: 2;
  counter-reset: section;
  margin: 20px 0 50px 20px;
  font-size: .8em;
}

/* line 197, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post .bibliography li::before {
  counter-increment: section;
  content: counter(section);
  vertical-align: super;
  font-size: .6em;
  font-weight: 700;
  border-bottom: 1px solid var(--flashgreen);
  margin-left: -20px;
  margin-right: 10px;
}

/* Index card post */
/* line 213, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post-short {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  box-shadow: 1px 1px 4px gainsboro;
  transition: 0.4s ease;
  margin-bottom: 50px;
  border-radius: 5px;
  background: #F9F9F9;
  border: 1px solid #e5e2e2;
}

/* line 225, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post-short:hover {
  box-shadow: 2px 4px 4px #d2d2d2;
  transform: translateY(-5px);
}

/* line 229, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-post-short p {
  margin-top: 10px;
  font-size: var(--responsivemini);
}

@media all and (max-width: 900px) {
  /* line 229, app/assets/stylesheets/layouts/landing/_blog.scss */
  .blog-post-short p {
    font-size: var(--responsivelittle);
  }
}

@media all and (max-width: 900px) {
  /* line 213, app/assets/stylesheets/layouts/landing/_blog.scss */
  .blog-post-short {
    margin-top: 20px;
  }
}

/* line 237, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-miniature {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  margin-right: 40px;
  border-radius: 5px;
}

@media all and (max-width: 900px) {
  /* line 237, app/assets/stylesheets/layouts/landing/_blog.scss */
  .blog-miniature {
    display: none;
  }
}

/* Form new - edit post */
/* line 251, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-form h2 {
  margin-left: 0;
}

/* line 254, app/assets/stylesheets/layouts/landing/_blog.scss */
.grid-3-9 {
  grid-column: 3 / span 9 !important;
}

/* line 258, app/assets/stylesheets/layouts/landing/_blog.scss */
.blog-small-card-container {
  grid-column: 4 / span 7 !important;
}

@media all and (max-width: 900px) {
  /* line 258, app/assets/stylesheets/layouts/landing/_blog.scss */
  .blog-small-card-container {
    grid-column: 2 / span 10 !important;
  }
}

/* line 264, app/assets/stylesheets/layouts/landing/_blog.scss */
.grid-4-7 {
  grid-column: 4 / span 7 !important;
}

/* line 268, app/assets/stylesheets/layouts/landing/_blog.scss */
.edit_blog_post .ql-editor p,
.edit_blog_post .ql-editor li,
.new_blog_post .ql-editor p,
.new_blog_post .ql-editor li {
  font-size: 12pt !important;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

/* ANIMATIONS */
@keyframes pulse {
  0% {
    box-shadow: 0 0 4px 1.6px rgba(255, 10, 10, 0.3);
  }
  25% {
    box-shadow: 0 0 4px 0.4px rgba(255, 10, 10, 0.3);
  }
  50% {
    box-shadow: 0 0 4px 3px rgba(255, 10, 10, 0.3);
  }
  75% {
    box-shadow: 0 0 4px 1.6px rgba(255, 10, 10, 0.3);
  }
  100% {
    box-shadow: 0 0 4px 2.4px rgba(255, 10, 10, 0.3);
  }
}

@keyframes hide {
  0% {
    transform: translateY(0);
    transform: scale(1);
  }
  10% {
    transform: translateY(10px);
    transform: scale(1.1);
  }
  20% {
    transform: translateY(0);
    transform: scale(1);
  }
  100% {
    transform: translateY(-300vh);
  }
}

/* line 21, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.hide-animation {
  animation: hide 2s forwards;
}

/* NEWSFEED */
/* line 26, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
#newsfeed {
  position: fixed;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100vh;
  background: white;
  box-shadow: 5px 0 19px rgba(50, 50, 50, 0.1);
  transition: .5s ease;
  z-index: 2500;
}

/* line 36, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
#newsfeed h5 {
  margin: 20px 30px 0 30px;
  overflow: hidden;
  font-size: var(--responsivenormal);
  font-weight: lighter;
  border-bottom: 1px solid var(--flashgreen);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* line 47, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.hide-news {
  transition: 1s ease;
  width: 0 !important;
  overflow: initial !important;
  height: 100vh;
}

/* line 54, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
#toggle-newsfeed {
  position: absolute;
  top: calc(50vh - 100px);
  left: -80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 15px;
  height: 25px;
  min-width: 120px;
  transform: rotate(-90deg);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  box-shadow: 0px -20px 18px rgba(150, 150, 150, 0.1);
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.notification-alert {
  position: absolute;
  top: -4px;
  right: 4px;
  height: 10px;
  width: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ff4545;
  animation: pulse 2s infinite;
}

/* line 87, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
#news-feed-container {
  height: 90vh;
  padding-bottom: 30px;
  z-index: 100;
  overflow: scroll;
  margin-top: 5vh;
}

/* line 93, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
#news-feed-container a {
  opacity: 1;
}

/* line 94, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
#news-feed-container a:hover {
  color: initial;
}

/* line 97, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.feed-date {
  font-size: 10px;
  text-transform: uppercase;
  margin: 10px 10px 10px 25px;
}

/* line 103, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.feed--read-all {
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px;
  border-radius: 5px;
  color: var(--flashgreen);
}

/* line 112, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.feed--read-all a {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--flashgreen);
  transition: .3s ease;
}

/* line 116, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.feed--read-all a:hover {
  color: var(--flashgreen) !important;
}

/* NEWSFEED — BLOG POST */
/* line 122, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.feed-blog {
  min-height: 200px;
  padding: 0;
  margin: 0 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 45px rgba(50, 50, 50, 0.1);
}

/* line 131, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.blog-preview-image {
  height: 120px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
  object-position: center;
}

/* line 142, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.blog-preview-title {
  position: relative;
  margin: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--flashgreen);
  text-align: center;
  font-size: var(--responsivenormal);
  line-height: 1.2;
}

/* line 152, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.blog-preview-content {
  padding: 0 20px 0 20px;
  font-size: var(--responsivemini);
  line-height: 1.4;
}

/* line 156, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.blog-preview-content h1, .blog-preview-content h2, .blog-preview-content h3, .blog-preview-content h4 {
  font-size: 1.2em;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  text-align: inherit;
  line-height: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

/* line 166, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.blog-preview-content p, .blog-preview-content .blog-intro {
  font-size: 15px;
}

/* line 171, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.read-more {
  padding: 0px 20px 20px 20px;
  text-align: right;
  color: var(--flashgreen);
  font-size: var(--responsivemini);
}

/* line 176, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.read-more a {
  text-decoration: none;
}

/* line 178, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.read-more a:visited {
  color: var(--flashgreen);
}

/* NEWSFEED — CHANGELOG */
/* line 183, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.feed-changelog {
  position: relative;
  padding: 20px;
  margin: 0 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 45px rgba(50, 50, 50, 0.1);
}

/* line 189, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
.feed-changelog p {
  margin: 0;
  line-height: 1.4;
  font-size: initial;
  font-size: 15px;
}

@media all and (max-width: 900px) {
  /* line 198, app/assets/stylesheets/layouts/landing/_newsfeed.scss */
  #newsfeed {
    width: 70vw;
  }
}

/* line 1, app/assets/stylesheets/layouts/landing/_topic.scss */
#help-page section {
  min-height: max-content;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2%;
}

/* line 6, app/assets/stylesheets/layouts/landing/_topic.scss */
#help-page section:last-child {
  margin-bottom: 100px;
}

/* line 11, app/assets/stylesheets/layouts/landing/_topic.scss */
p {
  font-weight: initial;
  font-size: 1em;
}

/* line 14, app/assets/stylesheets/layouts/landing/_topic.scss */
p strong {
  font-size: 1.5em;
}

/* ------------ */
/* TOPICS INDEX */
/* ------------ */
/* line 22, app/assets/stylesheets/layouts/landing/_topic.scss */
.help-title {
  margin-top: 12vh;
  grid-template-columns: repeat(13, 1fr);
}

/* line 27, app/assets/stylesheets/layouts/landing/_topic.scss */
.information-help-title {
  width: 50vw;
  max-height: 200px;
  margin: 0 auto;
  margin-bottom: 1vw;
  font-weight: var(--bold);
}

/* line 33, app/assets/stylesheets/layouts/landing/_topic.scss */
.information-help-title h1 {
  letter-spacing: initial;
  margin: 0;
  font-family: var(--amiko);
  text-transform: initial;
  font-weight: var(--bold);
}

/* line 42, app/assets/stylesheets/layouts/landing/_topic.scss */
.search-bar {
  margin: 15px;
  margin: auto;
  display: flex;
  justify-content: center;
}

/* line 47, app/assets/stylesheets/layouts/landing/_topic.scss */
.search-bar .form-control {
  padding: 8px;
  width: 37vw;
  height: 2vw;
  letter-spacing: 0.5px;
}

/* line 56, app/assets/stylesheets/layouts/landing/_topic.scss */
#search-question {
  font-size: 1em;
  max-height: 50px;
  font-family: var(--amiko);
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e2e1e4;
}

/* line 63, app/assets/stylesheets/layouts/landing/_topic.scss */
#search-question:focus {
  outline: none;
  border: 1px solid var(--flashgreen);
  background-color: #fff;
}

/* line 68, app/assets/stylesheets/layouts/landing/_topic.scss */
#search-question .form-control {
  width: 100%;
}

/* line 73, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-cards-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

/* line 78, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-grid-3-3 {
  margin-top: 1vw;
  margin-bottom: 10vh;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: var(--background-grey);
  color: var(--black);
  justify-self: center;
}

/* line 89, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-card {
  display: flex;
  position: relative;
  border-radius: 10px;
  font-size: 1em;
  width: calc(5px + 12vw);
  height: calc(5px + 12vw);
  max-width: 15vw;
  max-height: 15vw;
  margin: 15px;
  letter-spacing: 0.5px;
}

/* line 100, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-card a {
  width: 100%;
}

/* line 102, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-card a p {
  position: absolute;
  text-align: center;
  width: 97%;
  max-width: 15vw;
  margin-left: 1.5%;
  margin-right: 2.5%;
  max-height: 5vw;
  bottom: 10%;
}

/* line 115, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-icon {
  width: 100%;
  max-height: 150px;
  font-size: 2.5em;
  color: var(--black);
  position: absolute;
  text-align: center;
  top: 32%;
}

/* line 125, app/assets/stylesheets/layouts/landing/_topic.scss */
.card-style {
  border: 2px solid var(--flashgreen);
  transition: 0.3s ease-in-out;
}

/* line 128, app/assets/stylesheets/layouts/landing/_topic.scss */
.card-style:hover {
  box-shadow: 0px 0px 15px rgba(119, 119, 121, 0.315);
}

/* ------------ */
/* TOPICS SHOW */
/* ------------ */
/* ---- SAME LAYOUT AS QUESTION SHOW ---- */
/* line 138, app/assets/stylesheets/layouts/landing/_topic.scss */
.fixed-top {
  display: flex;
  position: static;
  margin-left: 16%;
  margin-right: 6%;
  justify-content: space-between;
}

/* line 146, app/assets/stylesheets/layouts/landing/_topic.scss */
.navigation-trail {
  max-height: 150px;
  width: 304px;
  text-align: left;
  font-size: var(--responsivemini);
  margin-bottom: 10px;
  line-height: 25px;
}

/* line 155, app/assets/stylesheets/layouts/landing/_topic.scss */
.help-back {
  transition: 0.3s ease-in-out;
}

/* line 157, app/assets/stylesheets/layouts/landing/_topic.scss */
.help-back:hover {
  color: var(--flashgreen);
}

/* line 162, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-back {
  transition: 0.3s ease-in-out;
}

/* line 164, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-back:hover {
  color: var(--flashgreen);
}

/* line 169, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-title-above {
  height: 50px;
  margin-bottom: 2%;
  text-align: center;
  font-size: var(--responsivenormal);
  flex: 1;
  letter-spacing: 2px;
  font-weight: lighter;
}

/* line 177, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-title-above h1 {
  font-size: var(--responsivenormal) !important;
}

/* line 182, app/assets/stylesheets/layouts/landing/_topic.scss */
.conainer-2-2 {
  margin-top: 10vh;
}

/* line 186, app/assets/stylesheets/layouts/landing/_topic.scss */
.back-arrow {
  height: 30px;
  max-width: 350px;
  position: relative;
  text-align: left;
  font-size: 0.7em;
  font-size: var(--responsivemini);
  display: inline-block;
  left: 20vw;
}

/* line 195, app/assets/stylesheets/layouts/landing/_topic.scss */
.back-arrow a {
  transition: 0.3s ease-in-out;
}

/* line 199, app/assets/stylesheets/layouts/landing/_topic.scss */
.back-arrow:hover a {
  color: var(--flashgreen);
}

/* line 204, app/assets/stylesheets/layouts/landing/_topic.scss */
.search-bar-small {
  margin: 0 auto;
  width: 250px;
}

/* line 207, app/assets/stylesheets/layouts/landing/_topic.scss */
.search-bar-small .form-control {
  padding: 5px;
  width: calc(15px + 20vw);
  height: 2vw;
}

/* line 214, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-question-container {
  display: flex;
  margin-bottom: 5vw;
}

/* line 219, app/assets/stylesheets/layouts/landing/_topic.scss */
.topics-container {
  margin-left: 14%;
  width: 25%;
  min-height: 100vh;
  overflow-y: scroll;
}

/* line 226, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-side-grid {
  display: grid;
  grid-template-columns: repeat(2, 42%);
  grid-row: 2;
  grid-gap: 20px;
  margin: 20px 0;
  justify-content: center;
}

/* line 235, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-card-small {
  display: flex;
  position: relative;
  border-radius: 10px;
  font-size: 13px;
  max-width: 15vw;
  max-height: 15vw;
  justify-self: center;
  text-align: center;
  width: calc(5px + 10vw);
  height: calc(5px + 10vw);
}

/* line 246, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-card-small a {
  width: 100%;
  height: 100%;
}

/* line 249, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-card-small a p {
  width: 95%;
  margin-left: 3%;
  margin-right: 2.5%;
  position: absolute;
  text-align: center;
  align-self: center;
  bottom: 8%;
}

/* line 261, app/assets/stylesheets/layouts/landing/_topic.scss */
.topic-icon-small {
  width: 100%;
  max-height: 100px;
  font-size: 3em;
  color: var(--black);
  position: relative;
  text-align: center;
  top: 35%;
}

/* line 272, app/assets/stylesheets/layouts/landing/_topic.scss */
.questions-container {
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(119, 119, 121, 0.22);
  position: relative;
  width: 55%;
  margin-right: 5%;
  margin-bottom: 20px;
}

/* line 281, app/assets/stylesheets/layouts/landing/_topic.scss */
.question-card-small {
  padding: 10px;
  margin: 0 2vw 3vw 1vw;
  border-bottom: 1px solid var(--flashgreen);
}

/* line 285, app/assets/stylesheets/layouts/landing/_topic.scss */
.question-card-small h3 {
  font-size: var(--responsivenormal);
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 293, app/assets/stylesheets/layouts/landing/_topic.scss */
.question-grid {
  margin: 4%;
  padding: 0 1vw;
  width: 85%;
}

/* line 299, app/assets/stylesheets/layouts/landing/_topic.scss */
.question-title {
  border-bottom: 1px solid var(--flashgreen);
  margin-bottom: 1vw;
}

/* line 302, app/assets/stylesheets/layouts/landing/_topic.scss */
.question-title h1 {
  font-family: var(--amiko);
  font-size: var(--responsiveregular);
  font-weight: var(--bold);
}

/* line 309, app/assets/stylesheets/layouts/landing/_topic.scss */
.question-answer {
  text-align: left;
  font-size: var(--responsivemini);
  margin-top: 2vw;
}

/* line 313, app/assets/stylesheets/layouts/landing/_topic.scss */
.question-answer img {
  width: 100%;
}

/* line 314, app/assets/stylesheets/layouts/landing/_topic.scss */
.question-answer em {
  font-style: italic;
}

/* ------------ */
/*  Responssive */
/* ------------ */
/*----> HELP CENTER INDEX <----*/
@media (max-width: 900px) {
  /* line 324, app/assets/stylesheets/layouts/landing/_topic.scss */
  .information-help-title {
    font-size: calc(7px + 5vw);
  }
  /* line 327, app/assets/stylesheets/layouts/landing/_topic.scss */
  .help-title {
    max-width: calc(100% - 8vw);
    margin-right: 2vw;
    margin-left: 2vw;
    margin-top: 15vw;
  }
  /* line 333, app/assets/stylesheets/layouts/landing/_topic.scss */
  .search-bar {
    width: 50vw;
    justify-content: center;
    margin-left: 9vw;
  }
  /* line 339, app/assets/stylesheets/layouts/landing/_topic.scss */
  .search-bar #search-question {
    margin-top: 10px;
    font-size: 2.5vw;
    width: calc(25px + 40vw);
    max-width: 45vw;
  }
  /* line 346, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-cards-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 95vw;
    grid-template-columns: repeat(12, 10%);
    overflow: scroll;
  }
  /* line 354, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-grid-3-3 {
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
  }
  /* line 361, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-card {
    font-size: calc(5px + 1vw);
    margin: 5% 10% 5% 5%;
    width: calc(50px + 16vw);
    height: calc(50px + 16vw);
    max-width: 30vw;
    max-height: 30vw;
  }
  /* line 368, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-card p {
    margin: 0 auto;
    width: 100% !important;
    max-width: 30vw !important;
    bottom: 20% !important;
  }
  /* line 375, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-icon {
    top: 30% !important;
  }
}

/*----> HELP CENTER SHOW <----*/
@media all and (max-width: 900px) {
  /* line 383, app/assets/stylesheets/layouts/landing/_topic.scss */
  .fixed-top {
    margin-left: 5%;
    width: 90%;
    max-width: 90vw;
    margin-bottom: 1%;
  }
  /* line 389, app/assets/stylesheets/layouts/landing/_topic.scss */
  .fixed-top:after {
    padding-top: 10%;
    content: '';
  }
  /* line 393, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-title-above {
    height: 8vw;
    max-height: 20vw;
    margin-top: 10vw;
    width: 100%;
    max-width: 50vw;
    font-size: var(--responsivelittle);
  }
  /* line 401, app/assets/stylesheets/layouts/landing/_topic.scss */
  .navigation-trail {
    width: 100%;
    max-width: 24vw;
    line-height: calc(10px + 2vw);
    margin-top: 5vw;
    margin-bottom: 0;
    letter-spacing: 0.5px;
  }
  /* line 409, app/assets/stylesheets/layouts/landing/_topic.scss */
  .search-bar-small {
    max-width: 20vw;
    margin-bottom: 1vw;
    margin-left: 7%;
  }
  /* line 414, app/assets/stylesheets/layouts/landing/_topic.scss */
  .search-bar-small #search-question {
    max-width: 20vw;
    height: 4vw;
    width: calc(100% - 2vw);
    margin-top: 0;
    font-size: 2vw;
  }
  /* line 421, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topics-container {
    margin-left: 5vw;
    margin-right: 2vw;
    max-width: 45vw;
    width: 25vw;
  }
  /* line 427, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-side-grid {
    grid-template-columns: repeat(1, 1fr);
    width: 20vw;
    max-width: 45vw;
    grid-gap: 0;
    margin: 0 auto;
  }
  /* line 434, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-card-small {
    font-size: 1.8vw;
    margin: 5%;
    width: calc(50px + 25vw);
    height: calc(50px + 25vw);
    max-width: 20vw;
    max-height: 20vw;
  }
  /* line 442, app/assets/stylesheets/layouts/landing/_topic.scss */
  .questions-container {
    width: calc(100% + 4vw);
    max-width: 65vw;
    margin: 0 2vw;
  }
  /* line 447, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-grid {
    width: calc(100% + 4vw);
    max-width: 50vw;
    margin: 2vw;
    padding: 2vw;
    grid-gap: 1%;
  }
  /* line 454, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-card-small {
    padding: 0;
    margin-bottom: 10%;
  }
  /* line 458, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-card-small h3 {
    font-size: calc(4px + 3vw);
  }
  /* line 461, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-title {
    font-size: 2vw;
  }
  /* line 464, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-answer {
    margin-top: 5%;
    font-size: var(--responsivemini);
  }
}

/* 950px to 1400 break-point */
/*----> HELP CENTER INDEX <----*/
@media (min-width: 950px) and (max-width: 1050px) {
  /* line 473, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-cards-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    grid-template-columns: repeat(12, 10%);
  }
  /* line 480, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-grid-3-3 {
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5vw;
  }
  /* line 487, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-card {
    font-size: var(--responsivemini);
    margin: 5% 10% 5% 5%;
    width: calc(45px + 15vw);
    height: calc(45px + 15vw);
    max-width: 15vw;
    max-height: 15vw;
  }
}

/* 950px to 1400 break-point */
/*----> HELP CENTER SHOW <----*/
@media (min-width: 950px) and (max-width: 1050px) {
  /* line 501, app/assets/stylesheets/layouts/landing/_topic.scss */
  .fixed-top {
    width: calc(100% - 23vw);
    max-width: 73vw;
    margin-left: 22%;
    margin-top: 5vw;
    margin-bottom: 0;
  }
  /* line 508, app/assets/stylesheets/layouts/landing/_topic.scss */
  .fixed-top:after {
    padding-top: 5%;
    content: '';
  }
  /* line 512, app/assets/stylesheets/layouts/landing/_topic.scss */
  .navigation-trail {
    width: calc(100% - 57vw);
    font-size: var(--responsivemini);
    letter-spacing: 0.5px;
  }
  /* line 517, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-title-above {
    margin-left: 2vw;
  }
  /* line 520, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topics-container {
    width: calc(20px + 34vw);
    max-width: 20vw;
    margin-left: 20vw;
    margin-right: 0;
    min-height: 100vh;
    overflow-y: scroll;
  }
  /* line 528, app/assets/stylesheets/layouts/landing/_topic.scss */
  .search-bar-small {
    font-size: calc(4px + 1vw);
    max-width: 17vw;
    margin: 0 auto;
  }
  /* line 533, app/assets/stylesheets/layouts/landing/_topic.scss */
  .search-bar-small #search-question {
    width: calc(10px + 21vw);
    max-width: 15vw;
    height: 2.5vw;
  }
  /* line 538, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-side-grid {
    grid-gap: 1%;
    grid-template-columns: repeat(1, 75%);
    margin-top: 7%;
  }
  /* line 543, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-card-small {
    height: calc(175px - 2vw);
    width: calc(175px - 2vw);
    max-width: 15vw;
    max-height: 15vw;
    font-size: var(--responsivemini);
    margin: 0;
  }
  /* line 551, app/assets/stylesheets/layouts/landing/_topic.scss */
  .questions-container {
    width: 100%;
    max-width: 55vw;
    margin: 0 5%;
    margin-left: 0;
  }
  /* line 557, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-grid {
    grid-gap: 0;
    padding: 0;
    margin: 2vw 3vw;
  }
  /* line 562, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-card-small {
    padding: 1%;
    margin-bottom: 7%;
  }
  /* line 566, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-title {
    margin-bottom: 1vw;
  }
  /* line 570, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-answer {
    font-size: var(--responsivemini);
    margin-top: 1vw;
  }
}

/* 2000px break-point */
/*----> HELP CENTER INDEX <----*/
@media (min-width: 2000px) {
  /* line 580, app/assets/stylesheets/layouts/landing/_topic.scss */
  #help-page section {
    min-height: min-content;
    display: grid;
    grid-template-columns: repeat(12, 6vw);
    grid-column-gap: 2%;
  }
  /* line 586, app/assets/stylesheets/layouts/landing/_topic.scss */
  .information-help-title {
    font-size: var(--responsivebig);
    height: 100%;
    max-height: 50vw;
  }
  /* line 591, app/assets/stylesheets/layouts/landing/_topic.scss */
  .help-title {
    margin-right: 2vw;
    margin-left: 2vw;
    margin-top: 5vw;
  }
  /* line 596, app/assets/stylesheets/layouts/landing/_topic.scss */
  .search-bar {
    width: 33vw;
    justify-content: center;
    margin: 0 26.5%;
  }
  /* line 601, app/assets/stylesheets/layouts/landing/_topic.scss */
  .search-bar #search-question {
    font-size: calc(4px + 1vw);
    width: 33vw;
  }
  /* line 605, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-cards-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    grid-template-columns: repeat(12, 6vw);
    margin-bottom: 5vw;
    overflow: scroll;
  }
  /* line 614, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-grid-3-3 {
    align-items: center;
    grid-template-columns: repeat(3, 35%);
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5%;
    grid-gap: 1%;
  }
  /* line 622, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-card {
    font-size: calc(4px + 1vw);
    width: calc(35px + 10vw);
    height: calc(35px + 10vw);
    max-width: 15vw;
    max-height: 15vw;
    border-radius: 20px;
  }
  /* line 630, app/assets/stylesheets/layouts/landing/_topic.scss */
  .card-style {
    border: 3px solid var(--flashgreen);
  }
}

/*----> HELP CENTER SHOW <----*/
@media (min-width: 2000px) {
  /* line 640, app/assets/stylesheets/layouts/landing/_topic.scss */
  .fixed-top {
    width: calc(100% - 31vw);
    margin-left: 15.5%;
  }
  /* line 644, app/assets/stylesheets/layouts/landing/_topic.scss */
  .fixed-top:after {
    padding-top: 5%;
    content: '';
  }
  /* line 648, app/assets/stylesheets/layouts/landing/_topic.scss */
  .navigation-trail {
    width: calc(100% - 45vw);
    font-size: var(--responsivelittle);
    line-height: 2vw;
    letter-spacing: 1px;
  }
  /* line 654, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-title-above {
    margin-left: 0;
    font-size: var(--responsivenormal);
  }
  /* line 658, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topics-container {
    width: calc(50% + 1vw);
    margin-left: 15vw;
  }
  /* line 662, app/assets/stylesheets/layouts/landing/_topic.scss */
  .search-bar-small {
    font-size: calc(4px + 1vw);
    width: 20vw;
    margin-left: 6%;
  }
  /* line 667, app/assets/stylesheets/layouts/landing/_topic.scss */
  .search-bar-small #search-question {
    height: 10vw;
    width: 21vw;
  }
  /* line 671, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-side-grid {
    grid-gap: 1.5vw;
    grid-template-columns: repeat(2, 45%);
  }
  /* line 675, app/assets/stylesheets/layouts/landing/_topic.scss */
  .topic-card-small {
    height: calc(8px + 10vw);
    width: calc(8px + 10vw);
    max-height: 15vw;
    max-width: 15vw;
    font-size: var(--responsivelittle);
    border-radius: 20px;
  }
  /* line 683, app/assets/stylesheets/layouts/landing/_topic.scss */
  .questions-container {
    width: 100%;
    max-width: 50vw;
    margin: 0 15vw;
    margin-left: 4%;
    margin-left: 2vw;
  }
  /* line 690, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-grid {
    grid-gap: 0;
    padding: 1% 5%;
  }
  /* line 694, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-card-small {
    padding: 1%;
    margin: 0 2vw 2vw 0;
  }
  /* line 698, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-title h3 {
    padding: 1%;
    font-size: var(--responsiveregular);
  }
  /* line 702, app/assets/stylesheets/layouts/landing/_topic.scss */
  .question-answer {
    margin-top: 1vw;
    font-size: var(--responsivelittle);
  }
}

/* line 1, app/assets/stylesheets/layouts/landing/_faq.scss */
.faq--container {
  width: 70vw;
  min-height: unset;
  margin-left: calc(230px + 1%);
}

/* line 7, app/assets/stylesheets/layouts/landing/_faq.scss */
.faq--main-title {
  margin: 5vh 0 20px 0;
}

/* line 9, app/assets/stylesheets/layouts/landing/_faq.scss */
.faq--title {
  margin-bottom: 20px;
  font-size: 1.5em;
  margin-left: 25px;
  font-weight: 600;
  border-bottom: 1px dotted var(--flashgreen);
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

/* line 18, app/assets/stylesheets/layouts/landing/_faq.scss */
.faq--title:before {
  content: '❔';
  position: absolute;
  left: -1.3em;
}

/* line 25, app/assets/stylesheets/layouts/landing/_faq.scss */
.faq--block {
  cursor: default;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  margin: 10px 0;
  transition: .1s;
  box-sizing: border-box;
  line-height: 1.5;
  border: 1px solid var(--lightblack);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

/* line 37, app/assets/stylesheets/layouts/landing/_faq.scss */
.faq--block {
  box-sizing: border-box;
}

/* line 39, app/assets/stylesheets/layouts/landing/_faq.scss */
.faq--block:hover {
  border: 1px solid var(--flashgreen);
}

/* line 43, app/assets/stylesheets/layouts/landing/_faq.scss */
.faq--contact {
  margin: 30px 0px;
}

@media all and (max-width: 900px) {
  /* line 47, app/assets/stylesheets/layouts/landing/_faq.scss */
  .faq--container {
    width: 95vw;
    margin: 0 auto;
  }
  /* line 51, app/assets/stylesheets/layouts/landing/_faq.scss */
  .faq--title {
    margin-left: 0;
  }
  /* line 53, app/assets/stylesheets/layouts/landing/_faq.scss */
  .faq--title:before {
    display: none;
  }
}

/* ------------------------ */
/* NATIVE HTML TAGS STYLING */
/* ------------------------ */
/* line 26, app/assets/stylesheets/layouts/landing/index.scss */
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

/* line 32, app/assets/stylesheets/layouts/landing/index.scss */
body {
  height: 100%;
  font-family: var(--amiko);
  color: var(--black);
  background-color: var(--lightgrey);
  line-height: 1.3;
  font-size: 1rem;
}

/* line 41, app/assets/stylesheets/layouts/landing/index.scss */
main {
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  overflow: hidden;
}

/* line 48, app/assets/stylesheets/layouts/landing/index.scss */
section {
  position: relative;
  min-height: 80vh;
  max-width: 100vw;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media all and (max-width: 900px) {
  /* line 48, app/assets/stylesheets/layouts/landing/index.scss */
  section {
    min-height: 100vh;
  }
}

/* line 62, app/assets/stylesheets/layouts/landing/index.scss */
h1 {
  font-family: var(--amiko);
  font-size: var(--responsivebig);
  font-weight: var(--normal);
}

/* line 68, app/assets/stylesheets/layouts/landing/index.scss */
h2 {
  font-family: var(--comfortaa);
  font-size: var(--responsivebig);
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 12px;
}

/* line 78, app/assets/stylesheets/layouts/landing/index.scss */
h3 {
  font-family: var(--amiko);
  font-size: var(--responsiveregular);
  font-weight: var(--bold);
}

/* line 84, app/assets/stylesheets/layouts/landing/index.scss */
h4 {
  font-family: var(--comfortaa);
  font-size: var(--responsiveregular);
  font-weight: var(--bold);
}

/* line 90, app/assets/stylesheets/layouts/landing/index.scss */
h5, .h5-class {
  font-family: var(--comfortaa);
  font-size: var(--responsivenormal);
  font-weight: var(--bold);
  letter-spacing: 0.2vw;
  margin: 50px 0px;
}

/* line 98, app/assets/stylesheets/layouts/landing/index.scss */
p {
  font-family: var(--amiko);
  font-size: 1.2em;
}

/* line 103, app/assets/stylesheets/layouts/landing/index.scss */
strong {
  font-weight: var(--bold);
}

/* line 105, app/assets/stylesheets/layouts/landing/index.scss */
a {
  font-weight: var(--semibold);
  color: var(--black);
  text-decoration: none;
}

/* line 111, app/assets/stylesheets/layouts/landing/index.scss */
label {
  text-transform: uppercase;
}

/* line 113, app/assets/stylesheets/layouts/landing/index.scss */
input:not([type='checkbox']):focus,
select:focus {
  outline: none !important;
  outline-offset: 0;
  -webkit-appearance: none !important;
}

/* line 120, app/assets/stylesheets/layouts/landing/index.scss */
a[disabled=disabled], a:disabled {
  cursor: not-allowed;
}

@media all and (max-width: 900px) {
  /* line 122, app/assets/stylesheets/layouts/landing/index.scss */
  hr {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--flashgreen);
    box-shadow: none;
  }
}

/* ---------- */
/* ANIMATIONS */
/* ---------- */
/* Pop from bottom on loading */
@keyframes pop-in {
  0% {
    opacity: 0;
    transform: translateY(-4rem) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* line 148, app/assets/stylesheets/layouts/landing/index.scss */
.animate-pop-in {
  animation: pop-in 0.6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
}

/* Fade slide down is the animation for the Lottie-el */
@keyframes fade-slide-down {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* Arrow next div animation */
@keyframes bump {
  0% {
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0rem);
  }
}

/* line 173, app/assets/stylesheets/layouts/landing/index.scss */
.animation-bump {
  animation: bump 3s infinite;
}

@media all and (max-width: 900px) {
  /* line 173, app/assets/stylesheets/layouts/landing/index.scss */
  .animation-bump {
    display: none;
  }
}

/* ------- */
/* TOOLBOX */
/* ------- */
/* line 184, app/assets/stylesheets/layouts/landing/index.scss */
.hidden {
  display: none !important;
}

/* line 186, app/assets/stylesheets/layouts/landing/index.scss */
.mobile-display {
  display: none;
}

/* line 188, app/assets/stylesheets/layouts/landing/index.scss */
.txt-center {
  text-align: center;
}

/* line 190, app/assets/stylesheets/layouts/landing/index.scss */
.pointer {
  cursor: pointer;
}

/* line 192, app/assets/stylesheets/layouts/landing/index.scss */
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 199, app/assets/stylesheets/layouts/landing/index.scss */
.flex-btw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 205, app/assets/stylesheets/layouts/landing/index.scss */
.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 212, app/assets/stylesheets/layouts/landing/index.scss */
.full-vh {
  min-height: 100vh;
}

/* line 214, app/assets/stylesheets/layouts/landing/index.scss */
.half-vh {
  min-height: 50vh;
}

/* line 216, app/assets/stylesheets/layouts/landing/index.scss */
.third-vh {
  min-height: 33vh;
}

/* line 218, app/assets/stylesheets/layouts/landing/index.scss */
.width40 {
  width: 40%;
}

@media all and (max-width: 900px) {
  /* line 221, app/assets/stylesheets/layouts/landing/index.scss */
  .mobile-hide {
    display: none !important;
  }
  /* line 222, app/assets/stylesheets/layouts/landing/index.scss */
  .mobile-display {
    display: block !important;
  }
  /* line 223, app/assets/stylesheets/layouts/landing/index.scss */
  .hover-grey {
    font-size: calc(12px + 5vw);
  }
}

/* line 227, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip] {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 233, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip]::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  box-shadow: 2px 2px 5px rgba(150, 150, 150, 0.2);
  z-index: 120;
  opacity: 0;
}

/* line 247, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip_position='left']::before {
  left: -3%;
  top: 50%;
  margin-left: -12px;
  transform: translatey(-50%) rotate(-90deg);
}

/* line 254, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip_position='top']::before {
  left: 50%;
}

/* line 256, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip_position='bottom']::before {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg);
}

/* line 262, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip_position='right']::before {
  left: 100%;
  top: 50%;
  margin-left: 1px;
  transform: translatey(-50%) rotate(90deg);
}

/* line 269, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip]::after {
  content: attr(tooltip);
  white-space: pre;
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) translateY(-100%);
  background: whitesmoke;
  text-align: center;
  color: var(--black);
  font-size: 12px;
  min-width: 180px;
  border-radius: 5px;
  pointer-events: none;
  padding: 4px 4px;
  z-index: 99;
  opacity: 0;
  box-shadow: 2px 2px 5px rgba(150, 150, 150, 0.2);
  padding: 20px;
  border: 0.1px solid rgba(150, 150, 150, 0.3);
}

/* line 291, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip_position='left']::after {
  left: 0%;
  top: 50%;
  margin-left: -8px;
  transform: translateX(-100%) translateY(-50%);
}

/* line 297, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip_position='top']::after {
  left: 50%;
}

/* line 300, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip_position='bottom']::after {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translateY(0%);
}

/* line 305, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip_position='right']::after {
  left: 100%;
  top: 50%;
  margin-left: 8px;
  transform: translateX(0%) translateY(-50%);
}

/* line 312, app/assets/stylesheets/layouts/landing/index.scss */
[tooltip]:hover::after, [tooltip]:hover::before {
  opacity: 1;
}

/* ----------- */
/* STYLES TEXT */
/* ----------- */
/* line 320, app/assets/stylesheets/layouts/landing/index.scss */
.text-center {
  text-align: center;
}

/* line 322, app/assets/stylesheets/layouts/landing/index.scss */
.txt-flashgreen {
  color: var(--flashgreen);
}

/* line 324, app/assets/stylesheets/layouts/landing/index.scss */
.underline-green {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--flashgreen);
  transition: 0.4s ease;
}

/* line 328, app/assets/stylesheets/layouts/landing/index.scss */
.underline-green:hover {
  transition: 0.4s ease;
  color: #10998e;
  border-bottom: 0px solid transparent;
}

/* line 335, app/assets/stylesheets/layouts/landing/index.scss */
.underline-grey {
  border-bottom: 1px solid var(--lightgrey);
  padding-bottom: 10px;
  transition: 0.2s ease;
}

/* line 339, app/assets/stylesheets/layouts/landing/index.scss */
.underline-grey:hover {
  transition: 0.2s ease;
  border-bottom: 2px solid var(--lightgrey);
}

/* line 345, app/assets/stylesheets/layouts/landing/index.scss */
.hover-grey {
  font-size: var(--responsivenormal);
  transition: 0.3s ease;
}

/* line 348, app/assets/stylesheets/layouts/landing/index.scss */
.hover-grey:hover {
  color: var(--pinkgrey);
}

/* ------------ */
/* WHOLE PAGE */
/* ------------ */
/* line 355, app/assets/stylesheets/layouts/landing/index.scss */
#gradient-div {
  position: absolute;
  top: 135vh;
  right: 0;
  height: 250vh;
  width: 30vw;
  z-index: -1;
  background: var(--flashgreen);
  background: -webkit-linear-gradient(to top, slateblue, var(--flashgreen));
  background: linear-gradient(to top, slateblue, var(--flashgreen));
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

/* line 369, app/assets/stylesheets/layouts/landing/index.scss */
.close {
  position: absolute;
  font-size: 1.5em;
  color: var(--lightgrey);
  transition: 0.4s ease;
}

/* line 376, app/assets/stylesheets/layouts/landing/index.scss */
.turbolinks-progress-bar {
  background-color: #38F07D !important;
}

/*  ------  */
/*  NAVBAR  */
/*  ------  */
/* line 384, app/assets/stylesheets/layouts/landing/index.scss */
.landing-navbar {
  position: absolute;
  top: 0;
  height: 10vh;
  width: 100vw;
  z-index: 1999;
  align-items: stretch;
}

/* line 391, app/assets/stylesheets/layouts/landing/index.scss */
.landing-navbar ul {
  padding: 0;
}

/* line 392, app/assets/stylesheets/layouts/landing/index.scss */
.landing-navbar li {
  padding: 0px 20px 0px 20px;
}

/* line 393, app/assets/stylesheets/layouts/landing/index.scss */
.landing-navbar a {
  font-size: 1.5em;
  text-transform: uppercase;
}

/* line 397, app/assets/stylesheets/layouts/landing/index.scss */
.landing-navbar .nav-empty-block {
  width: 20vw;
}

/* line 400, app/assets/stylesheets/layouts/landing/index.scss */
.help {
  font-size: 20px;
}

/* ----------------- */
/* Language dropdown */
/* ----------------- */
/* line 407, app/assets/stylesheets/layouts/landing/index.scss */
.dropdown {
  position: relative;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  width: 20vw;
}

/* line 413, app/assets/stylesheets/layouts/landing/index.scss */
.dropdown:hover .dropdown-content {
  opacity: 1;
  top: 0em;
  background-color: var(--lightgrey);
}

/* line 418, app/assets/stylesheets/layouts/landing/index.scss */
.dropdown:hover .dropbtn {
  text-decoration: underline;
}

/* line 421, app/assets/stylesheets/layouts/landing/index.scss */
.dropdown-arrow {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 428, app/assets/stylesheets/layouts/landing/index.scss */
.dropdown-content {
  position: absolute;
  top: -0.5em;
  transition: 1s ease;
  opacity: 0;
  min-width: 160px;
  right: 50px;
  z-index: 1;
  margin-top: 30px;
}

/* line 437, app/assets/stylesheets/layouts/landing/index.scss */
.dropdown-content a {
  text-align: right;
  text-decoration: none;
  line-height: 1.7;
}

/* line 441, app/assets/stylesheets/layouts/landing/index.scss */
.dropdown-content a:hover {
  border-bottom: 3px solid var(--black);
}

/* line 447, app/assets/stylesheets/layouts/landing/index.scss */
.details-right {
  position: absolute;
  display: flex;
  right: 30px;
  font-size: 1.5em;
  padding-top: 30px;
}

/* line 455, app/assets/stylesheets/layouts/landing/index.scss */
.logo-navbar {
  width: 20vw;
  font-family: var(--comfortaa);
}

/* line 459, app/assets/stylesheets/layouts/landing/index.scss */
.logo-navbar a {
  font-size: 1.8em;
  font-weight: var(--normal);
}

/* line 463, app/assets/stylesheets/layouts/landing/index.scss */
.logo-navbar span {
  font-size: 0.8em;
  font-weight: var(--light);
  text-transform: lowercase;
}

@media all and (max-width: 900px) {
  /* line 455, app/assets/stylesheets/layouts/landing/index.scss */
  .logo-navbar {
    margin: 5%;
  }
}

/* -------- */
/* Side bar */
/* -------- */
/* line 477, app/assets/stylesheets/layouts/landing/index.scss */
#nav-aside {
  position: fixed;
  width: 185px;
  min-height: 50vh;
  min-height: 400px;
  z-index: 900;
  padding: 30px 0 50px 30px;
  border-bottom-right-radius: 70% 130px;
  background-color: var(--lightgrey);
}

/* line 486, app/assets/stylesheets/layouts/landing/index.scss */
#nav-aside .underline-green {
  line-height: 2.2;
}

/* line 487, app/assets/stylesheets/layouts/landing/index.scss */
#nav-aside ul {
  margin-top: 5vh;
  font-size: 1.4em;
}

/* line 490, app/assets/stylesheets/layouts/landing/index.scss */
#nav-aside ul li {
  margin-bottom: 30px;
}

/* line 496, app/assets/stylesheets/layouts/landing/index.scss */
#details li {
  opacity: 0;
  transition: .4s ease;
}

/* line 501, app/assets/stylesheets/layouts/landing/index.scss */
.details-submenu {
  transition: .4s ease;
  margin-top: 15px !important;
  margin-left: 10px;
  line-height: 0.1;
  height: 0;
  overflow: hidden;
}

/* line 508, app/assets/stylesheets/layouts/landing/index.scss */
.details-submenu a {
  font-size: 0.5em;
}

/* line 509, app/assets/stylesheets/layouts/landing/index.scss */
.details-submenu li::before {
  color: var(--flashgreen);
  content: "\2022";
  font-size: .6em;
  padding-right: .5em;
  position: relative;
  top: .1em;
}

/* line 519, app/assets/stylesheets/layouts/landing/index.scss */
#details.shown {
  transition: .4s ease;
  margin-bottom: 10px;
}

/* line 522, app/assets/stylesheets/layouts/landing/index.scss */
#details.shown .details-submenu {
  height: max-content;
  transition: .4s ease;
  overflow: visible;
  padding-top: 10px;
}

/* line 528, app/assets/stylesheets/layouts/landing/index.scss */
#details.shown li {
  opacity: 1;
  transition: .6s ease;
}

/* line 534, app/assets/stylesheets/layouts/landing/index.scss */
#details:hover {
  transition: .4s ease;
  margin-bottom: 10px;
}

/* line 537, app/assets/stylesheets/layouts/landing/index.scss */
#details:hover .details-submenu {
  height: max-content;
  transition: .4s ease;
  overflow: visible;
  padding-top: 10px;
}

/* line 543, app/assets/stylesheets/layouts/landing/index.scss */
#details:hover li {
  opacity: 1;
  transition: .6s ease;
}

/* ------------- */
/* ORIGIN NOTICE */
/* ------------- */
/* line 552, app/assets/stylesheets/layouts/landing/index.scss */
.origin {
  position: absolute;
  top: 0;
  width: 100vw;
  min-height: 13vh;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  color: var(--lightgrey);
  background-color: var(--flashgreen);
  text-align: center;
  transition: 1s ease;
}

/* line 566, app/assets/stylesheets/layouts/landing/index.scss */
.origin div {
  line-height: 2.5;
}

/* line 571, app/assets/stylesheets/layouts/landing/index.scss */
.illustration-grid {
  max-height: 10vw;
}

/* line 573, app/assets/stylesheets/layouts/landing/index.scss */
#close-origin {
  top: 40%;
  right: 5vw;
}

/* ------------------------ */
/* SECTIONS OF PAGE STYLING */
/* ------------------------ */
/* GENERIC FOR ALL SECTIONS */
/* line 584, app/assets/stylesheets/layouts/landing/index.scss */
h2 {
  margin-top: 8vh;
  margin-left: calc(230px + 1%);
  z-index: 800;
}

@media all and (max-width: 900px) {
  /* line 584, app/assets/stylesheets/layouts/landing/index.scss */
  h2 {
    position: initial;
    letter-spacing: 5px;
  }
}

/* line 594, app/assets/stylesheets/layouts/landing/index.scss */
.title {
  width: 50%;
}

/* line 596, app/assets/stylesheets/layouts/landing/index.scss */
.info-txt {
  width: 40vw;
  margin-top: 4vh;
  margin-left: calc(230px + 1%);
}

/* line 602, app/assets/stylesheets/layouts/landing/index.scss */
.main-img {
  position: absolute;
  top: 20vh;
  right: 2vw;
  width: 30vw;
  transition: 0.4s ease;
  z-index: 100;
}

/* line 611, app/assets/stylesheets/layouts/landing/index.scss */
.screenshot-container {
  position: absolute;
  top: 40vh;
  right: 5vw;
  padding: 15px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 20px 0 #828282;
}

/* line 622, app/assets/stylesheets/layouts/landing/index.scss */
.screenshot {
  width: 30vw;
  max-width: 100%;
  color: rgba(12, 8, 8, 0);
  background-color: #EAEAEA;
}

/* line 629, app/assets/stylesheets/layouts/landing/index.scss */
.description {
  font-size: 1.2em;
  margin: 5vh 0 5vh 0;
  font-weight: var(--normal);
  line-height: 1.5;
}

/* line 634, app/assets/stylesheets/layouts/landing/index.scss */
.description ul {
  list-style-type: circle;
  padding-left: 20px;
  margin-top: 20px;
}

/* line 641, app/assets/stylesheets/layouts/landing/index.scss */
.discover-more {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: var(--responsivemini);
  letter-spacing: 10px;
  line-height: 2.5;
}

/* line 649, app/assets/stylesheets/layouts/landing/index.scss */
.arrow {
  position: absolute;
  bottom: 5vh;
  left: 47vw;
  width: 50px;
}

@media all and (max-width: 900px) {
  /* line 649, app/assets/stylesheets/layouts/landing/index.scss */
  .arrow {
    bottom: 20vh;
  }
}

/* line 659, app/assets/stylesheets/layouts/landing/index.scss */
.fake-click-down {
  bottom: 0;
  width: 50px;
  bottom: -80px;
}

/* ------- */
/* WELCOME */
/* ------- */
/* line 668, app/assets/stylesheets/layouts/landing/index.scss */
#welcome {
  min-height: 100vh;
  justify-content: flex-start;
}

/* line 672, app/assets/stylesheets/layouts/landing/index.scss */
#welcome-text {
  margin-top: 20vh;
  z-index: 300;
  max-width: calc(100% - 400px);
}

@media all and (max-width: 900px) {
  /* line 672, app/assets/stylesheets/layouts/landing/index.scss */
  #welcome-text {
    max-width: calc(100% - 100px);
    margin-top: 15vh;
    margin-bottom: 10vh;
  }
}

/* line 684, app/assets/stylesheets/layouts/landing/index.scss */
.logo {
  margin: 0;
  text-align: center;
  font-size: var(--responsivebig);
  font-weight: var(--normal);
  animation-delay: 0.6s;
  border-bottom: 1px solid var(--flashgreen);
}

/* line 693, app/assets/stylesheets/layouts/landing/index.scss */
.logo span {
  font-size: 0.7em;
  font-weight: var(--light);
}

/* line 699, app/assets/stylesheets/layouts/landing/index.scss */
.baseline {
  font-size: var(--responsivesubtitle);
  opacity: 0;
  animation-delay: 1s;
  line-height: 1.6em;
  border-radius: 30px;
  padding: 25px;
}

/* line 707, app/assets/stylesheets/layouts/landing/index.scss */
.baseline:hover {
  transform: translate(10px);
}

/* line 710, app/assets/stylesheets/layouts/landing/index.scss */
.baseline p {
  font-size: 1em;
  font-weight: var(--semibold);
}

/* line 716, app/assets/stylesheets/layouts/landing/index.scss */
.landing-btn {
  padding: 0.5rem 1rem;
  margin: 10px 10px 10px 0px;
  font-size: 1.5em;
  font-weight: 600;
  color: var(--lightgrey);
  background: linear-gradient(170.54deg, var(--flashgreen) 21.03%, #11998E 195.4%), var(--flashgreen);
  border-radius: 50px;
  transition: 0.2s ease;
  text-align: center;
}

/* line 726, app/assets/stylesheets/layouts/landing/index.scss */
.landing-btn:hover {
  background: var(--flashgreen);
  transition: 0.4s ease;
}

/* line 733, app/assets/stylesheets/layouts/landing/index.scss */
.animation-text {
  margin: 2vh 0px 2vh 0;
  font-size: var(--responsivelittle);
  padding: 20px;
  background-color: var(--lightgrey);
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(150, 150, 150, 0.5);
  opacity: 0.9;
  transition: .6s ease;
}

/* line 742, app/assets/stylesheets/layouts/landing/index.scss */
.animation-text:hover {
  opacity: 1;
  transform: translateY(-10px);
  transition: .6s ease;
  cursor: pointer;
}

/* line 750, app/assets/stylesheets/layouts/landing/index.scss */
#yuman-group-img {
  position: absolute;
  bottom: 5vh;
  margin: 0 auto;
  height: 30vh;
  transition: 1s;
}

@media all and (max-width: 900px), all and (max-height: 900px) {
  /* line 750, app/assets/stylesheets/layouts/landing/index.scss */
  #yuman-group-img {
    display: none;
  }
}

/* line 762, app/assets/stylesheets/layouts/landing/index.scss */
#little_blank {
  /* To spot the hover on the animation */
  width: 100vw;
  height: 50vh;
  z-index: 500;
}

@media all and (max-width: 900px) {
  /* line 762, app/assets/stylesheets/layouts/landing/index.scss */
  #little_blank {
    display: none;
  }
}

/* line 772, app/assets/stylesheets/layouts/landing/index.scss */
#green-hill {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100vw;
  opacity: 0;
  animation: fade-slide-down 2s .5s forwards;
  transition: .4s ease;
}

@media all and (max-width: 850px) {
  /* line 772, app/assets/stylesheets/layouts/landing/index.scss */
  #green-hill {
    bottom: 0;
  }
}

@media all and (max-height: 500px) {
  /* line 772, app/assets/stylesheets/layouts/landing/index.scss */
  #green-hill {
    transition: .4s ease;
    display: none;
  }
}

@media all and (min-height: 750px) {
  /* line 772, app/assets/stylesheets/layouts/landing/index.scss */
  #green-hill {
    bottom: -5vw;
  }
}

/* line 792, app/assets/stylesheets/layouts/landing/index.scss */
.welcome-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -40px;
  width: 100vw;
  opacity: 0;
  animation: fade-slide-down 2s .5s forwards;
  padding: 15px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 20px 0 #828282;
}

/* line 807, app/assets/stylesheets/layouts/landing/index.scss */
.welcome-img--desktop {
  right: 10vw;
  left: unset;
  bottom: 0;
  top: 15vh;
  width: 40vw;
}

@media all and (max-width: 500px) {
  /* line 807, app/assets/stylesheets/layouts/landing/index.scss */
  .welcome-img--desktop {
    top: 5vh;
    padding: 5px;
    width: 50vw;
    right: 5vw;
  }
}

/* line 820, app/assets/stylesheets/layouts/landing/index.scss */
.welcome-img--mobile {
  left: 25vw;
  width: 15vw;
}

@media all and (max-width: 500px) {
  /* line 820, app/assets/stylesheets/layouts/landing/index.scss */
  .welcome-img--mobile {
    top: -5vh;
    left: 5vw;
    padding: 5px;
    width: 30vw;
  }
}

@media all and (max-height: 500px) {
  /* line 792, app/assets/stylesheets/layouts/landing/index.scss */
  .welcome-img {
    transition: .4s ease;
    display: none;
  }
}

@media all and (max-width: 500px) {
  /* line 792, app/assets/stylesheets/layouts/landing/index.scss */
  .welcome-img {
    bottom: 0;
  }
}

/* line 839, app/assets/stylesheets/layouts/landing/index.scss */
.hill {
  filter: drop-shadow(2px 2px 8px rgba(75, 75, 75, 0.1));
}

/* line 841, app/assets/stylesheets/layouts/landing/index.scss */
#text-hide {
  position: absolute;
  bottom: 10vh;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 50vw;
  z-index: 1000;
  text-align: center;
}

/* line 852, app/assets/stylesheets/layouts/landing/index.scss */
#show-more {
  z-index: 600;
}

/* ------ */
/* BADGES */
/* ------ */
/* line 857, app/assets/stylesheets/layouts/landing/index.scss */
#badge-section {
  display: flex;
  justify-content: flex-end;
  min-height: 40vh;
}

@media all and (max-width: 900px) {
  /* line 857, app/assets/stylesheets/layouts/landing/index.scss */
  #badge-section {
    min-height: 35vh;
  }
}

/* line 866, app/assets/stylesheets/layouts/landing/index.scss */
.uppercase {
  text-transform: uppercase !important;
}

/* line 870, app/assets/stylesheets/layouts/landing/index.scss */
.badge-title {
  margin-top: 10vh;
  margin-left: 0;
  z-index: 800;
  text-align: center;
}

/* line 875, app/assets/stylesheets/layouts/landing/index.scss */
.badge-title span {
  border-bottom: 1px solid var(--flashgreen);
}

/* line 878, app/assets/stylesheets/layouts/landing/index.scss */
#badges {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 25vh;
}

/* line 884, app/assets/stylesheets/layouts/landing/index.scss */
#badges .badge-container {
  width: 30%;
  display: flex;
  justify-content: center;
}

/* line 889, app/assets/stylesheets/layouts/landing/index.scss */
#badges .badge {
  width: 250px;
}

/* line 890, app/assets/stylesheets/layouts/landing/index.scss */
#badges picture {
  transform-origin: center;
  transition: .4s ease;
}

@media all and (max-width: 800px) {
  /* line 878, app/assets/stylesheets/layouts/landing/index.scss */
  #badges {
    justify-content: space-around;
  }
  /* line 897, app/assets/stylesheets/layouts/landing/index.scss */
  #badges .badge {
    width: 200px !important;
  }
}

/* ----------- */
/* COMMUNICATE */
/* ----------- */
/* line 905, app/assets/stylesheets/layouts/landing/index.scss */
#communicate {
  margin-top: 5vw;
}

/* line 907, app/assets/stylesheets/layouts/landing/index.scss */
#communicate .main-img {
  width: 20vw;
  right: 5vw;
}

/* ------ */
/* DECIDE */
/* ------ */
/* line 916, app/assets/stylesheets/layouts/landing/index.scss */
.hint-block {
  margin-left: calc(230px + 1%);
  background: linear-gradient(170.54deg, var(--flashgreen) 21.03%, #11998E 195.4%), var(--flashgreen);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  margin-right: 150px;
  padding: 40px 5%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 926, app/assets/stylesheets/layouts/landing/index.scss */
.hint-block img {
  max-height: 200px;
  max-width: 300px;
}

/* line 930, app/assets/stylesheets/layouts/landing/index.scss */
.hint-block .hint-block__link {
  font-size: 2em;
  color: var(--black);
  border-bottom: 1px solid var(--lightgrey);
  transition: .2s ease;
}

/* line 935, app/assets/stylesheets/layouts/landing/index.scss */
.hint-block .hint-block__link:hover {
  transform: translateX(10px);
}

@media (max-width: 900px) {
  /* line 916, app/assets/stylesheets/layouts/landing/index.scss */
  .hint-block {
    margin: 80px auto;
    width: 70%;
    justify-content: center;
  }
  /* line 942, app/assets/stylesheets/layouts/landing/index.scss */
  .hint-block img {
    display: none;
  }
}

/* -------------*/
/* TESTIMONIALS */
/* ------------ */
/* line 949, app/assets/stylesheets/layouts/landing/index.scss */
#testimonials > h2 {
  font-size: var(--responsivemiddle);
}

/* line 950, app/assets/stylesheets/layouts/landing/index.scss */
.review-container {
  width: 80vw;
  margin-left: calc(223px + 1%);
  margin-top: 4vh;
  margin-bottom: 4vh;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(2, 30vw);
  grid-gap: 3vw;
}

@media all and (max-width: 500px) {
  /* line 950, app/assets/stylesheets/layouts/landing/index.scss */
  .review-container {
    grid-template-columns: repeat(1, 86vw);
    margin-left: calc(16px + 1%);
    padding-top: 55px;
  }
}

@media all and (min-width: 700px) and (max-width: 900px) {
  /* line 950, app/assets/stylesheets/layouts/landing/index.scss */
  .review-container {
    grid-template-columns: repeat(2, 44vw);
    margin-left: calc(25px + 1%);
    width: 91vw;
    padding-top: 55px;
  }
}

/* line 973, app/assets/stylesheets/layouts/landing/index.scss */
.review-box {
  border: 1px solid #38f07e46;
  background-color: var(--lightgrey);
  padding: 2vw 2vw 1vw 2vw;
  position: relative;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* line 983, app/assets/stylesheets/layouts/landing/index.scss */
.review-box p {
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 1px;
}

@media all and (min-width: 2300px) {
  /* line 983, app/assets/stylesheets/layouts/landing/index.scss */
  .review-box p {
    font-size: var(--responsivelittle);
  }
}

/* line 992, app/assets/stylesheets/layouts/landing/index.scss */
.review-box h5 {
  font-size: var(--responsivemini);
  margin: 30px 0px 0px 0px;
}

@media all and (min-width: 2300px) {
  /* line 992, app/assets/stylesheets/layouts/landing/index.scss */
  .review-box h5 {
    font-size: var(--responsivelittle);
  }
}

@media all and (max-width: 500px) {
  /* line 973, app/assets/stylesheets/layouts/landing/index.scss */
  .review-box {
    width: 76vw;
    padding: 5vw;
    font-size: var(--responsivemini);
  }
}

@media all and (min-width: 700px) and (max-width: 900px) {
  /* line 973, app/assets/stylesheets/layouts/landing/index.scss */
  .review-box {
    padding: 3vw;
  }
}

/* line 1012, app/assets/stylesheets/layouts/landing/index.scss */
.testimonial-quotes-big {
  quotes: "“" "”";
}

/* line 1016, app/assets/stylesheets/layouts/landing/index.scss */
.testimonial-quotes-big:before {
  content: open-quote;
  font-size: 10vw;
  color: var(--flashgreen);
  font-family: var(--comfortaa);
  position: absolute;
  right: 29vw;
  /* bottom: calc(10px - -12vw); */
  top: 0;
  height: 5vw !important;
}

@media all and (max-width: 500px) {
  /* line 1016, app/assets/stylesheets/layouts/landing/index.scss */
  .testimonial-quotes-big:before {
    font-size: 7rem;
    right: 83vw;
    top: 0;
  }
}

@media all and (min-width: 700px) and (max-width: 900px) {
  /* line 1016, app/assets/stylesheets/layouts/landing/index.scss */
  .testimonial-quotes-big:before {
    font-size: 8rem;
    right: 42vw;
  }
}

@media all and (min-width: 2300px) {
  /* line 1016, app/assets/stylesheets/layouts/landing/index.scss */
  .testimonial-quotes-big:before {
    font-size: 10rem;
  }
}

/* line 1039, app/assets/stylesheets/layouts/landing/index.scss */
.testimonial-quotes-big:after {
  content: close-quote;
  font-size: 10vw;
  color: var(--flashgreen);
  font-family: var(--comfortaa);
  position: absolute;
  left: 29vw;
  bottom: calc(51px + 6vw);
  height: 5vw !important;
}

@media all and (max-width: 500px) {
  /* line 1039, app/assets/stylesheets/layouts/landing/index.scss */
  .testimonial-quotes-big:after {
    font-size: 7rem;
    left: 83vw;
    bottom: 42vw;
  }
}

@media all and (min-width: 700px) and (max-width: 900px) {
  /* line 1039, app/assets/stylesheets/layouts/landing/index.scss */
  .testimonial-quotes-big:after {
    font-size: 8rem;
    left: 42vw;
    bottom: 22vw;
  }
}

@media all and (min-width: 2300px) {
  /* line 1039, app/assets/stylesheets/layouts/landing/index.scss */
  .testimonial-quotes-big:after {
    font-size: 10rem;
    bottom: 3vw;
    left: 29.5vw;
  }
}

/* line 1065, app/assets/stylesheets/layouts/landing/index.scss */
.logo-bottom {
  width: 150px;
  position: relative;
  margin-top: 40px;
}

/* ----------- */
/* BOOK A DEMO */
/* ----------- */
/* line 1074, app/assets/stylesheets/layouts/landing/index.scss */
#showcase-div {
  padding-bottom: 100px;
}

/* line 1076, app/assets/stylesheets/layouts/landing/index.scss */
#showcase-div .main-img {
  top: 50vh;
  width: 25vw;
}

/* line 1081, app/assets/stylesheets/layouts/landing/index.scss */
#showcase-div h5 {
  width: 45vw;
  margin: 30px 0 30px calc(230px + 1%);
  text-align: center;
}

@media all and (max-width: 900px) {
  /* line 1081, app/assets/stylesheets/layouts/landing/index.scss */
  #showcase-div h5 {
    margin: 0;
    width: 96%;
    padding: 2%;
    margin: 40px auto;
    line-height: 2;
  }
}

/* line 1094, app/assets/stylesheets/layouts/landing/index.scss */
#showcase-div form {
  max-width: 45%;
  margin-top: 50px;
  margin-left: calc(230px + 1%);
  z-index: 200;
}

/* line 1099, app/assets/stylesheets/layouts/landing/index.scss */
#showcase-div form label {
  margin-left: 1vw;
  font-weight: var(--bold);
}

/* line 1103, app/assets/stylesheets/layouts/landing/index.scss */
#showcase-div form input,
#showcase-div form textarea {
  height: 50px !important;
  width: 90%;
  margin: 10px;
  padding: 3px 3px 3px 20px;
  font-size: var(--responsivenormal);
  text-transform: uppercase;
  color: var(--black);
  background: var(--lightgrey);
  border: 1px solid var(--black);
  border-radius: 5px;
}

/* line 1116, app/assets/stylesheets/layouts/landing/index.scss */
#showcase-div form input[type=submit] {
  width: 93.5%;
  min-height: 50px;
  font-family: var(--amiko);
  font-weight: var(--bold);
  background-color: var(--flashgreen);
  color: var(--lightgrey);
  border: none;
  transition: 0.7s ease;
  margin-top: 5vh;
}

/* line 1126, app/assets/stylesheets/layouts/landing/index.scss */
#showcase-div form input[type=submit]:hover {
  box-shadow: 5px 5px 15px 0 rgba(7, 53, 75, 0.2);
}

@media all and (max-width: 900px) {
  /* line 1134, app/assets/stylesheets/layouts/landing/index.scss */
  #showcase-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1138, app/assets/stylesheets/layouts/landing/index.scss */
  #showcase-content form {
    position: initial;
    max-width: 70%;
    margin-top: 0;
    margin-left: 0;
  }
  /* line 1143, app/assets/stylesheets/layouts/landing/index.scss */
  #showcase-content form label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 1148, app/assets/stylesheets/layouts/landing/index.scss */
  #showcase-content form input, #showcase-content form textarea {
    margin: 0 0 5vh 0;
  }
  /* line 1149, app/assets/stylesheets/layouts/landing/index.scss */
  #showcase-content form input[type=submit] {
    width: 100%;
  }
}

/* ------ */
/* FOOTER */
/* ------ */
/* line 1159, app/assets/stylesheets/layouts/landing/index.scss */
footer {
  height: 40vh;
  min-height: 300px;
  display: grid;
  align-items: center;
  grid-template-rows: 20% 70%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 2.5vw 10vw 2.5vw calc(230px + 1%);
  background: linear-gradient(to right, #0c998e, var(--flashgreen));
  border-top-left-radius: 270px;
  margin-top: 10vh;
}

/* line 1171, app/assets/stylesheets/layouts/landing/index.scss */
footer address {
  align-self: flex-start;
}

/* line 1172, app/assets/stylesheets/layouts/landing/index.scss */
footer nav {
  align-self: flex-start;
}

/* line 1173, app/assets/stylesheets/layouts/landing/index.scss */
footer .footer-el {
  grid-row: 2 / span 1;
  line-height: 3;
}

/* line 1178, app/assets/stylesheets/layouts/landing/index.scss */
footer ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 20px 0;
}

/* line 1185, app/assets/stylesheets/layouts/landing/index.scss */
footer .logo-footer {
  grid-row: 1 / span 1;
}

/* line 1187, app/assets/stylesheets/layouts/landing/index.scss */
footer .logo-footer .logo-navbar {
  margin: 0;
}

/* line 1192, app/assets/stylesheets/layouts/landing/index.scss */
footer .techs-footer {
  position: relative;
  padding-right: 5%;
}

/* line 1197, app/assets/stylesheets/layouts/landing/index.scss */
footer .social-icons {
  text-align: center;
  display: flex;
  justify-content: center;
  line-height: 1.5;
}

/* line 1204, app/assets/stylesheets/layouts/landing/index.scss */
footer .img-tech {
  width: 100%;
}

/* line 1208, app/assets/stylesheets/layouts/landing/index.scss */
footer .img-ruby {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 20%;
}

@media all and (max-width: 900px) {
  /* line 1218, app/assets/stylesheets/layouts/landing/index.scss */
  footer {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10% 50% 40%;
    grid-gap: 3vw;
    min-height: 400px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding: 50px;
    border-top-left-radius: 0;
  }
  /* line 1229, app/assets/stylesheets/layouts/landing/index.scss */
  footer .footer-el {
    min-height: 40px;
  }
  /* line 1232, app/assets/stylesheets/layouts/landing/index.scss */
  footer ul {
    padding: 0;
  }
  /* line 1236, app/assets/stylesheets/layouts/landing/index.scss */
  footer .address {
    padding-left: 0;
  }
  /* line 1238, app/assets/stylesheets/layouts/landing/index.scss */
  footer .address li {
    line-height: 1.7;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  /* line 1245, app/assets/stylesheets/layouts/landing/index.scss */
  footer .contact {
    grid-row: 3 / span 1 !important;
    padding-left: 0;
  }
  /* line 1251, app/assets/stylesheets/layouts/landing/index.scss */
  .logo-footer {
    grid-row: 1;
    padding-left: 0 !important;
  }
  /* line 1255, app/assets/stylesheets/layouts/landing/index.scss */
  .techs-footer {
    display: none;
    padding-left: 0;
  }
  /* line 1259, app/assets/stylesheets/layouts/landing/index.scss */
  .intern-infos {
    grid-row: 2;
    align-self: flex-start;
  }
  /* line 1263, app/assets/stylesheets/layouts/landing/index.scss */
  .social-icons {
    grid-row: 3 / span 1 !important;
    flex-direction: row;
    justify-content: space-evenly !important;
  }
}

/* ------ */
/* MODALE */
/* ------ */
/* line 1274, app/assets/stylesheets/layouts/landing/index.scss */
.border-orange {
  border-bottom: 5px solid orange;
}

/* line 1276, app/assets/stylesheets/layouts/landing/index.scss */
.border-green {
  border-bottom: 5px solid var(--flashgreen);
}

/* line 1278, app/assets/stylesheets/layouts/landing/index.scss */
.border-grey {
  border-bottom: 5px solid lightgray;
}

/* line 1280, app/assets/stylesheets/layouts/landing/index.scss */
.background-orange {
  background: orange;
}

/* line 1282, app/assets/stylesheets/layouts/landing/index.scss */
.background-green {
  background: var(--flashgreen);
}

/* line 1284, app/assets/stylesheets/layouts/landing/index.scss */
.background-lightgrey {
  background: #e6e6e6;
}

/* line 1286, app/assets/stylesheets/layouts/landing/index.scss */
.background-grey {
  background: #c8c8c8;
}

/* line 1288, app/assets/stylesheets/layouts/landing/index.scss */
.input-radius {
  border-radius: 5px;
}

/* line 1290, app/assets/stylesheets/layouts/landing/index.scss */
.progress-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 1295, app/assets/stylesheets/layouts/landing/index.scss */
.progress-bar div {
  width: 18%;
}

/* line 1300, app/assets/stylesheets/layouts/landing/index.scss */
.overlay {
  position: fixed !important;
  top: 0px;
  left: 0px;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: var(--black);
}

/* line 1312, app/assets/stylesheets/layouts/landing/index.scss */
.modal {
  position: fixed;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  max-height: 90vh;
  z-index: 2000;
  padding: 40px;
  background-color: var(--lightgrey);
  border-radius: 5px;
  transition: 1s ease;
  top: 5%;
  bottom: 5%;
  left: 50%;
  overflow-y: auto;
  transform: translate(-50%, 0);
}

/* line 1330, app/assets/stylesheets/layouts/landing/index.scss */
.modal::-webkit-scrollbar {
  display: none;
}

/* line 1333, app/assets/stylesheets/layouts/landing/index.scss */
.modal h5 {
  margin: 20px 0px 0px 0px;
}

/* line 1336, app/assets/stylesheets/layouts/landing/index.scss */
.modal .modal-header {
  text-align: center;
}

/* line 1339, app/assets/stylesheets/layouts/landing/index.scss */
.modal .modal-title {
  font-family: var(--comfortaa);
  font-size: var(--responsivenormal);
  font-weight: var(--bold);
  letter-spacing: 0.2vw;
  margin: 0;
}

/* line 1346, app/assets/stylesheets/layouts/landing/index.scss */
.modal #close-modal {
  top: 3vh;
  right: 3vh;
  color: inherit;
}

/* line 1351, app/assets/stylesheets/layouts/landing/index.scss */
.modal .img-top {
  width: 15vh;
  margin-bottom: 20px;
}

/* line 1355, app/assets/stylesheets/layouts/landing/index.scss */
.modal .flex-column {
  margin-top: 15px;
  text-align: left;
}

/* line 1358, app/assets/stylesheets/layouts/landing/index.scss */
.modal .flex-column input,
.modal .flex-column select {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 5%;
  font-size: 1.2em;
  font-weight: 600;
  -webkit-appearance: none;
  color: var(--lightgrey);
  border: none;
}

/* line 1361, app/assets/stylesheets/layouts/landing/index.scss */
.modal .flex-column input:last-child,
.modal .flex-column select:last-child {
  margin-bottom: none;
}

/* line 1373, app/assets/stylesheets/layouts/landing/index.scss */
.modal .flex-column input[type=text],
.modal .flex-column input[type=email] {
  width: 95%;
}

/* line 1377, app/assets/stylesheets/layouts/landing/index.scss */
.modal .flex-column input:-webkit-autofill,
.modal .flex-column input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

/* line 1381, app/assets/stylesheets/layouts/landing/index.scss */
.modal .flex-column .awesomplete {
  width: 100%;
}

/* line 1383, app/assets/stylesheets/layouts/landing/index.scss */
.modal .flex-column .awesomplete .visually-hidden {
  display: none;
}

/* line 1386, app/assets/stylesheets/layouts/landing/index.scss */
.modal .flex-column .awesomplete ul {
  background: #e6e6e6;
  padding: 15px 0;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: -10px;
}

/* line 1393, app/assets/stylesheets/layouts/landing/index.scss */
.modal .flex-column .awesomplete ul li {
  font-size: 20px;
  font-weight: bold;
  color: #7c7c7c;
  padding: 4px 5%;
  cursor: pointer;
}

/* line 1400, app/assets/stylesheets/layouts/landing/index.scss */
.modal .flex-column .awesomplete ul li:hover {
  background: var(--flashgreen);
  color: var(--lightgrey);
}

/* line 1407, app/assets/stylesheets/layouts/landing/index.scss */
.modal .flex-column label {
  margin: 3px auto;
  padding-bottom: 5px;
  font-size: 12px;
}

@media all and (max-width: 900px) {
  /* line 1415, app/assets/stylesheets/layouts/landing/index.scss */
  .modal .flex-column {
    width: 100%;
  }
}

/* line 1419, app/assets/stylesheets/layouts/landing/index.scss */
.modal .button-modal {
  margin-top: 15px;
  text-transform: uppercase;
  transition: 1s ease;
  cursor: not-allowed;
}

/* line 1425, app/assets/stylesheets/layouts/landing/index.scss */
.modal .info-txt-little {
  margin: 10px;
  font-size: var(--responsivelittle);
  text-align: center;
}

/* ----- */
/* PAGES */
/* ----- */
/* line 1435, app/assets/stylesheets/layouts/landing/index.scss */
#page {
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  overflow: hidden;
  min-height: 70vh;
}

/* line 1441, app/assets/stylesheets/layouts/landing/index.scss */
#page section {
  min-height: initial;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2%;
}

/* line 1446, app/assets/stylesheets/layouts/landing/index.scss */
#page section:last-child {
  margin-bottom: 100px;
}

/* line 1450, app/assets/stylesheets/layouts/landing/index.scss */
#page p {
  font-weight: initial;
  font-size: 1em;
}

/* line 1453, app/assets/stylesheets/layouts/landing/index.scss */
#page p strong {
  font-size: 1.5em;
}

/* line 1459, app/assets/stylesheets/layouts/landing/index.scss */
.chapo {
  margin-top: 10vh;
}

@media all and (max-width: 900px) {
  /* line 1462, app/assets/stylesheets/layouts/landing/index.scss */
  .chapo h1, .chapo hr {
    grid-column: 2 / span 10;
    grid-column: 2 / span 10;
  }
}

/* ------------------ */
/* DETAILS INDEX PAGE */
/* ------------------ */
/* line 1472, app/assets/stylesheets/layouts/landing/index.scss */
#intro {
  margin-top: 10vh;
  min-height: 75vh;
}

/* line 1476, app/assets/stylesheets/layouts/landing/index.scss */
#intro .logo-main {
  font-family: var(--comfortaa);
  text-align: center;
  text-transform: uppercase;
  font-size: calc(var(--responsivebig) + 20px);
  border-radius: 25px;
  font-weight: var(--normal);
  grid-column: 4 / span 7;
}

/* line 1484, app/assets/stylesheets/layouts/landing/index.scss */
#intro .logo-main span {
  text-transform: lowercase;
  font-size: 0.7em;
  font-weight: var(--light);
}

/* line 1491, app/assets/stylesheets/layouts/landing/index.scss */
#intro h1 {
  padding: 9vh 0 10vh 0;
  text-align: center;
  font-size: 1.5em !important;
  grid-column: 4 / span 7;
}

/* line 1498, app/assets/stylesheets/layouts/landing/index.scss */
#intro figcaption {
  font-size: var(--responsivelittle);
}

/* line 1503, app/assets/stylesheets/layouts/landing/index.scss */
#intro .four-illustrations {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  grid-column: 3 / span 9;
}

/* line 1508, app/assets/stylesheets/layouts/landing/index.scss */
#intro .four-illustrations figure {
  width: 25%;
  grid-column: span 3;
  text-align: center;
}

/* line 1512, app/assets/stylesheets/layouts/landing/index.scss */
#intro .four-illustrations figure img {
  max-width: 60%;
}

/* line 1517, app/assets/stylesheets/layouts/landing/index.scss */
.section-short-desc {
  margin-top: 100px;
}

/* line 1521, app/assets/stylesheets/layouts/landing/index.scss */
.section-nb {
  grid-column: 1 / span 2;
  font-size: 4em;
  font-weight: var(--bold);
  justify-self: center;
}

/* -------------- */
/* DETAILED PAGES */
/* -------------- */
/* line 1532, app/assets/stylesheets/layouts/landing/index.scss */
.hint {
  font-family: var(--comfortaa);
  color: var(--flashgreen);
  transform: rotate(-90deg);
  grid-column: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
  letter-spacing: 10px;
  grid-row: span 2;
}

/* line 1545, app/assets/stylesheets/layouts/landing/index.scss */
.fixed-hint {
  position: fixed;
  bottom: 19%;
  left: -3%;
  z-index: -1;
  transform: rotate(-90deg);
  color: var(--flashgreen);
  font-family: var(--comfortaa);
  text-transform: uppercase;
  letter-spacing: 10px;
}

/* line 1557, app/assets/stylesheets/layouts/landing/index.scss */
.hint-center {
  grid-row: span 4;
}

/* line 1559, app/assets/stylesheets/layouts/landing/index.scss */
.page-title {
  position: initial;
  grid-column: 4 / span 7;
  grid-row: 1;
  font-family: var(--amiko);
  font-weight: 700;
  text-transform: initial;
  letter-spacing: initial;
  font-size: var(--responsiveenormous);
}

/* line 1570, app/assets/stylesheets/layouts/landing/index.scss */
.section-title {
  position: initial;
  grid-column: 4 / span 7;
  grid-row: 1;
  font-family: var(--amiko);
  font-weight: 700;
  text-transform: initial;
  letter-spacing: initial;
  margin: 0;
}

/* line 1581, app/assets/stylesheets/layouts/landing/index.scss */
.tags {
  grid-column: 4 / span 7;
  margin-top: 2%;
  line-height: 3;
}

/* line 1585, app/assets/stylesheets/layouts/landing/index.scss */
.tags .anchor-link {
  padding: 7px 19px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #8c8c8c;
  margin-right: 10px;
  border-radius: 25px;
  white-space: nowrap;
  transition: .4s ease;
}

/* line 1593, app/assets/stylesheets/layouts/landing/index.scss */
.tags .anchor-link:hover {
  color: white;
  background-color: var(--flashgreen);
  transition: .4s ease;
}

/* line 1600, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph {
  margin: 50px 0;
  grid-column: 4 / span 8;
  font-size: 1.2em;
  line-height: 1.4;
  width: 100%;
}

/* line 1607, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph ul {
  font-size: 1em;
  line-height: 40px;
  list-style-type: circle;
  line-height: 2;
  margin: 20px 0;
}

/* line 1613, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph ul li {
  margin-left: 25px;
}

/* line 1615, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph hr {
  margin: 20px 0;
}

/* line 1618, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph a:not(.underline-green) {
  color: #10998e;
  transition: color .4s ease;
}

/* line 1621, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph a:not(.underline-green):hover {
  color: var(--flashgreen);
}

/* line 1623, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/* line 1629, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph strong {
  font-size: 1em !important;
}

/* line 1630, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph em {
  font-style: italic;
}

/* line 1631, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph ol {
  list-style-type: decimal;
}

/* line 1632, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph h2 {
  margin: 50px 0;
  z-index: 0;
  font-size: var(--responsiveregular);
  letter-spacing: 8px;
  line-height: 1.6;
  border-bottom: 1px solid var(--flashgreen);
  padding-bottom: 20px;
}

/* line 1641, app/assets/stylesheets/layouts/landing/index.scss */
.public-page-paragraph .paragraph-title {
  margin-top: 50px;
}

/* line 1644, app/assets/stylesheets/layouts/landing/index.scss */
.page-paragraph {
  margin: 50px 0;
  grid-column: 4 / span 8;
  font-size: 1.2em;
  line-height: 1.4;
  width: 100%;
}

/* line 1650, app/assets/stylesheets/layouts/landing/index.scss */
.page-paragraph ul {
  font-size: 1em;
  line-height: 40px;
  list-style-type: circle;
  line-height: 2;
  margin: 20px 0;
}

/* line 1656, app/assets/stylesheets/layouts/landing/index.scss */
.page-paragraph ul li {
  margin-left: 25px;
}

/* line 1658, app/assets/stylesheets/layouts/landing/index.scss */
.page-paragraph hr {
  margin: 20px 0;
}

/* line 1661, app/assets/stylesheets/layouts/landing/index.scss */
.page-paragraph .paragraph-title {
  margin-top: 50px;
}

/* line 1664, app/assets/stylesheets/layouts/landing/index.scss */
.image-details {
  width: 100%;
}

/* line 1666, app/assets/stylesheets/layouts/landing/index.scss */
.flex-image-container {
  display: flex;
  justify-content: space-between;
}

/* line 1669, app/assets/stylesheets/layouts/landing/index.scss */
.flex-image-container figure {
  max-width: 30%;
}

/* line 1672, app/assets/stylesheets/layouts/landing/index.scss */
.details-screenshot {
  grid-column: 4 / span 8;
  min-height: 450px;
  margin-top: 25px;
}

/* line 1676, app/assets/stylesheets/layouts/landing/index.scss */
.details-screenshot .title-container {
  margin: 15px 0 10px 0;
}

/* line 1678, app/assets/stylesheets/layouts/landing/index.scss */
.details-screenshot .title-container .title-img {
  font-style: italic;
  border-bottom: 0.1px solid var(--black);
}

/* line 1685, app/assets/stylesheets/layouts/landing/index.scss */
.page-link {
  grid-column: 4 / span 7;
  align-self: flex-end;
  margin: 30px 0;
  font-family: var(--comfortaa);
  letter-spacing: 5px;
  line-height: 2.5;
}

/* ----------------- */
/* INFORMATION PAGES */
/* ----------------- */
/* line 1698, app/assets/stylesheets/layouts/landing/index.scss */
hr {
  grid-column: 5 / span 6;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--flashgreen);
}

/* line 1705, app/assets/stylesheets/layouts/landing/index.scss */
.information-title {
  grid-column: 4 / span 8;
  font-weight: var(--bold);
}

/* line 1709, app/assets/stylesheets/layouts/landing/index.scss */
.information-title.intelligence {
  margin-top: 3em;
}

/* line 1713, app/assets/stylesheets/layouts/landing/index.scss */
.information-title h2 {
  letter-spacing: initial;
  margin: 0;
  font-family: var(--amiko);
  text-transform: initial;
  font-weight: var(--bold);
}

/* line 1720, app/assets/stylesheets/layouts/landing/index.scss */
.information-title span {
  font-family: var(--comfortaa);
  letter-spacing: 5px;
  font-size: var(--responsivemini);
  border-bottom: 1px solid var(--flashgreen);
  padding: 10px 0;
  line-height: 3;
}

/* line 1730, app/assets/stylesheets/layouts/landing/index.scss */
.information-paragraph {
  grid-column: 4 / span 8;
  padding: 30px 0 20px 0;
  font-weight: var(--semibold);
  font-size: 1.5em;
}

/* line 1737, app/assets/stylesheets/layouts/landing/index.scss */
.about-paragraph {
  grid-column: 4 / span 8;
  padding: 20px 0;
  font-weight: var(--semibold);
  font-size: var(--responsivelittle);
}

/* ----------------- */
/* FORMS             */
/* ----------------- */
/* line 1748, app/assets/stylesheets/layouts/landing/index.scss */
.page-form h1 {
  margin: 30px 0;
}

/* line 1751, app/assets/stylesheets/layouts/landing/index.scss */
.page-form label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: none;
}

/* line 1758, app/assets/stylesheets/layouts/landing/index.scss */
.form-group {
  position: relative;
  margin: 20px 0;
}

/* line 1761, app/assets/stylesheets/layouts/landing/index.scss */
.form-group label {
  background: white;
  border-radius: 5px;
  position: absolute;
  bottom: 30px;
  left: 10px;
  font-size: .9em;
}

/* line 1769, app/assets/stylesheets/layouts/landing/index.scss */
.form-group label.text-area {
  top: -11px;
  height: 24px;
}

/* line 1773, app/assets/stylesheets/layouts/landing/index.scss */
.form-group input[type=text], .form-group input[type=number], .form-group input[type=datetime-local], .form-group select, .form-group textarea {
  display: block;
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--black);
  font-size: 1em;
  color: var(--black);
  transition: .3s ease;
}

/* line 1784, app/assets/stylesheets/layouts/landing/index.scss */
.form-group input[type=text]:focus, .form-group input[type=number]:focus, .form-group input[type=datetime-local]:focus, .form-group select:focus, .form-group textarea:focus {
  border: 1px solid var(--flashgreen);
}

/* line 1788, app/assets/stylesheets/layouts/landing/index.scss */
.form-group textarea {
  height: 60px;
  padding-top: 20px;
}

/* line 1792, app/assets/stylesheets/layouts/landing/index.scss */
.form-group .character-counter {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* line 1797, app/assets/stylesheets/layouts/landing/index.scss */
.form-group .character-counter.too-long {
  color: red;
}

/* ----------------- */
/* PRICING PAGE      */
/* ----------------- */
/* line 1807, app/assets/stylesheets/layouts/landing/index.scss */
.lighter-title {
  font-weight: var(--normal) !important;
}

/* line 1811, app/assets/stylesheets/layouts/landing/index.scss */
.lighter-sub {
  font-weight: 400 !important;
  padding: 50px 0 75px 0 !important;
  font-size: 1.5em;
}

@media only screen and (min-width: 2000px) and (max-width: 2560px) {
  /* line 1811, app/assets/stylesheets/layouts/landing/index.scss */
  .lighter-sub {
    padding: 60px 0 80px 0 !important;
  }
}

/* line 1821, app/assets/stylesheets/layouts/landing/index.scss */
.pricing-paragraph {
  grid-column: 4 / span 8;
  padding: 40px 0 70px 0;
  font-weight: var(--semibold);
  font-size: var(--responsivelittle);
}

@media all and (max-width: 900px) {
  /* line 1821, app/assets/stylesheets/layouts/landing/index.scss */
  .pricing-paragraph {
    grid-column: 2 / span 10;
    padding: 1em 0 2em;
  }
}

/* line 1832, app/assets/stylesheets/layouts/landing/index.scss */
.price-section {
  margin-bottom: 150px;
  background-image: url("https://res.cloudinary.com/goeurope/image/upload/v1554820114/Landing/Illustrations/wave.svg");
  background-repeat: no-repeat;
  background-position: right;
}

@media all and (max-width: 900px) {
  /* line 1832, app/assets/stylesheets/layouts/landing/index.scss */
  .price-section {
    height: auto;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 2560px) {
  /* line 1832, app/assets/stylesheets/layouts/landing/index.scss */
  .price-section {
    background-position: center;
  }
}

/* line 1846, app/assets/stylesheets/layouts/landing/index.scss */
.pricing-grid {
  display: grid;
  grid-column: 3 / span 8;
  grid-template-columns: repeat(4, 17vw);
  grid-gap: 3vw;
  height: auto;
}

@media all and (max-width: 699px) {
  /* line 1846, app/assets/stylesheets/layouts/landing/index.scss */
  .pricing-grid {
    grid-template-columns: repeat(1, 80%);
    margin-left: 0;
    grid-column: 3 / span 10;
  }
}

@media all and (min-width: 700px) and (max-width: 900px) {
  /* line 1846, app/assets/stylesheets/layouts/landing/index.scss */
  .pricing-grid {
    grid-template-columns: repeat(2, 50%);
    grid-column: 2 / span 9;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1366px) {
  /* line 1846, app/assets/stylesheets/layouts/landing/index.scss */
  .pricing-grid {
    grid-template-columns: repeat(2, 37%);
    grid-gap: 5vw;
    grid-column: 4 / span 10;
    margin-left: 4em;
  }
}

/* line 1870, app/assets/stylesheets/layouts/landing/index.scss */
.price-card {
  position: relative;
  box-shadow: 12px 8px 33px -14px rgba(0, 0, 0, 0.39);
  border-radius: 5px;
  background-color: var(--lightgrey);
  transition: 300ms ease-in-out;
}

/* line 1895, app/assets/stylesheets/layouts/landing/index.scss */
.price-card:hover {
  transform: translateY(-2em);
  box-shadow: 12px 8px 33px -14px rgba(0, 0, 0, 0.55);
}

/* line 1900, app/assets/stylesheets/layouts/landing/index.scss */
.option-inner {
  margin: 2vw 0 1vw 0;
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* line 1910, app/assets/stylesheets/layouts/landing/index.scss */
.option-title {
  font-family: var(--amiko);
  font-size: var(--responsivenormal);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  max-height: 3vw;
}

@media all and (max-width: 500px) {
  /* line 1910, app/assets/stylesheets/layouts/landing/index.scss */
  .option-title {
    font-size: var(--responsiveregular);
    margin-top: 0.5em;
    max-height: 2em;
  }
}

/* line 1922, app/assets/stylesheets/layouts/landing/index.scss */
.option-title .price-icon {
  color: var(--flashgreen);
}

/* line 1927, app/assets/stylesheets/layouts/landing/index.scss */
.price-number {
  font-size: var(--responsiveregular) !important;
  text-align: center;
  margin: 1.5em 0 0 0;
  font-family: var(--comfortaa);
  font-weight: 800 !important;
  letter-spacing: 1px;
  max-height: 3vw;
}

@media all and (max-width: 699px) {
  /* line 1927, app/assets/stylesheets/layouts/landing/index.scss */
  .price-number {
    max-height: 2em;
  }
}

@media all and (min-width: 700px) and (max-width: 900px) {
  /* line 1927, app/assets/stylesheets/layouts/landing/index.scss */
  .price-number {
    margin: 1em 0 0 0;
    max-height: 2em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  /* line 1927, app/assets/stylesheets/layouts/landing/index.scss */
  .price-number {
    margin-top: 1em;
    max-height: 2em;
  }
}

/* line 1948, app/assets/stylesheets/layouts/landing/index.scss */
.condition-price {
  font-style: italic;
  font-size: var(--responsivemini);
  margin-top: 0.7em;
}

/* line 1954, app/assets/stylesheets/layouts/landing/index.scss */
.card-list {
  text-align: center;
  width: 90%;
  margin-top: 2em;
  line-height: 2em;
}

/* line 1959, app/assets/stylesheets/layouts/landing/index.scss */
.card-list ul {
  list-style: none;
}

@media all and (max-width: 500px) {
  /* line 1954, app/assets/stylesheets/layouts/landing/index.scss */
  .card-list {
    margin-top: 0.5em;
    line-height: 1.5em;
    width: 75%;
  }
}

@media all and (min-width: 700px) and (max-width: 900px) {
  /* line 1954, app/assets/stylesheets/layouts/landing/index.scss */
  .card-list {
    width: 75%;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  /* line 1954, app/assets/stylesheets/layouts/landing/index.scss */
  .card-list {
    margin-top: 1.5em;
    width: 75%;
    line-height: 1.5em;
  }
}

/* line 1978, app/assets/stylesheets/layouts/landing/index.scss */
.action-call {
  margin: 2em 0 1em;
  font-weight: 600;
  letter-spacing: 0.7px;
}

@media all and (max-width: 500px) {
  /* line 1978, app/assets/stylesheets/layouts/landing/index.scss */
  .action-call {
    margin: 2em 1em 1em;
  }
}

@media all and (min-width: 700px) and (max-width: 900px) {
  /* line 1978, app/assets/stylesheets/layouts/landing/index.scss */
  .action-call {
    margin: 3em 0 2em;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  /* line 1978, app/assets/stylesheets/layouts/landing/index.scss */
  .action-call {
    margin: 3em 20px 2em;
  }
}

/* line 1993, app/assets/stylesheets/layouts/landing/index.scss */
.btn-sales {
  width: 12em;
  height: 2.5em;
  margin: 2em auto;
  background: linear-gradient(170.54deg, #38EF7D 21.03%, #11998E 195.4%), #38F07D;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 500ms;
  cursor: pointer;
}

/* line 2004, app/assets/stylesheets/layouts/landing/index.scss */
.btn-sales .button-text {
  font-weight: 700 !important;
  color: var(--lightgrey);
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media all and (max-width: 500px) {
  /* line 1993, app/assets/stylesheets/layouts/landing/index.scss */
  .btn-sales {
    width: 10em;
  }
}

/* line 2015, app/assets/stylesheets/layouts/landing/index.scss */
.btn-sales:hover {
  transform: scale(1.07);
  transition-duration: 300ms;
}

/* line 2020, app/assets/stylesheets/layouts/landing/index.scss */
.btn-sales:active:focus {
  box-shadow: 0px 0px 0px 3px #38F07D;
  background: var(--lightgrey);
  transition-duration: 300ms;
  text-decoration: none;
  outline: 0 !important;
}

/* line 2026, app/assets/stylesheets/layouts/landing/index.scss */
.btn-sales:active:focus .button-text {
  color: var(--black);
}

/* line 2033, app/assets/stylesheets/layouts/landing/index.scss */
.description-grid {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-column: 3/span 10;
  grid-gap: 2em;
}

@media all and (max-width: 699px) {
  /* line 2033, app/assets/stylesheets/layouts/landing/index.scss */
  .description-grid {
    grid-template-columns: repeat(1, 100%);
    margin-left: 0;
    grid-column: 2 / span 10;
  }
}

@media all and (min-width: 700px) and (max-width: 900px) {
  /* line 2033, app/assets/stylesheets/layouts/landing/index.scss */
  .description-grid {
    grid-template-columns: repeat(1, 100%);
    margin-left: 0;
    grid-column: 2 / span 10;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1366px) {
  /* line 2033, app/assets/stylesheets/layouts/landing/index.scss */
  .description-grid {
    grid-template-columns: repeat(1, 100%);
    grid-column: 5 / span 10;
  }
}

/* line 2054, app/assets/stylesheets/layouts/landing/index.scss */
.text-smaller {
  font-size: var(--responsivebig) !important;
  font-weight: 600 !important;
}

/* line 2059, app/assets/stylesheets/layouts/landing/index.scss */
.smaller-sub {
  letter-spacing: 3px !important;
}

/* line 2063, app/assets/stylesheets/layouts/landing/index.scss */
.advanced-sub {
  font-weight: 600;
  font-family: var(--amiko);
  margin-top: 2em;
  font-size: var(--responsivemini);
  margin-bottom: 2em;
  letter-spacing: 1.5px;
  margin-left: 2em;
  line-height: 1.5em;
}

@media all and (max-width: 500px) {
  /* line 2063, app/assets/stylesheets/layouts/landing/index.scss */
  .advanced-sub {
    font-size: calc(5px + 3vw);
    margin-left: 0em;
    letter-spacing: 3px;
  }
}

@media all and (min-width: 700px) and (max-width: 900px) {
  /* line 2063, app/assets/stylesheets/layouts/landing/index.scss */
  .advanced-sub {
    margin-left: 1.5em;
    font-size: var(--responsivelittle);
  }
}

@media only screen and (min-width: 2000px) and (max-width: 2560px) {
  /* line 2063, app/assets/stylesheets/layouts/landing/index.scss */
  .advanced-sub {
    margin-left: 1.5em;
  }
}

/* line 2087, app/assets/stylesheets/layouts/landing/index.scss */
.list-description {
  text-align: left;
  line-height: 1.7em;
  margin-left: 2em;
  margin-top: 2em;
  letter-spacing: 1px;
  font-weight: var(--normal);
}

/* line 2094, app/assets/stylesheets/layouts/landing/index.scss */
.list-description ul {
  list-style: none;
}

/* line 2096, app/assets/stylesheets/layouts/landing/index.scss */
.list-description ul li {
  position: relative;
  padding-bottom: 10px;
}

@media all and (max-width: 500px) {
  /* line 2087, app/assets/stylesheets/layouts/landing/index.scss */
  .list-description {
    line-height: 1.6em;
  }
}

/* line 2109, app/assets/stylesheets/layouts/landing/index.scss */
.list-align {
  margin-top: 4.5em;
}

@media only screen and (min-width: 2000px) and (max-width: 2560px) {
  /* line 2109, app/assets/stylesheets/layouts/landing/index.scss */
  .list-align {
    margin-top: 6em;
  }
}

/* line 2116, app/assets/stylesheets/layouts/landing/index.scss */
.list-description ul li::before {
  content: '';
  position: absolute;
  border-right: 3px solid var(--flashgreen);
  border-bottom: 3px solid var(--flashgreen);
  width: 6px;
  display: inline-block;
  height: 6px;
  top: .7em;
  margin-left: -2em;
  transform: translateY(-50%) rotate(-45deg);
}

/* line 2129, app/assets/stylesheets/layouts/landing/index.scss */
.contact-us-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 7em auto;
  grid-column: 4 / span 8;
}

@media all and (max-width: 1366px) {
  /* line 2129, app/assets/stylesheets/layouts/landing/index.scss */
  .contact-us-container {
    margin: 5em auto;
    grid-column: 3 / span 8;
  }
}

/* line 2142, app/assets/stylesheets/layouts/landing/index.scss */
.personalise-call {
  font-size: var(--responsivenormal);
  font-weight: 700;
  letter-spacing: 0.1vw;
}

/* line 2148, app/assets/stylesheets/layouts/landing/index.scss */
.personalize-btn {
  margin-top: 2em;
  width: 12em;
  height: 3em;
  border: 1px solid var(--flashgreen);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lightgrey);
  transition: 250ms ease-in-out;
  cursor: pointer;
  font-size: var(--responsivelittle);
}

/* line 2162, app/assets/stylesheets/layouts/landing/index.scss */
.personalize-btn:hover {
  box-shadow: inset 14em 0 0 0 var(--flashgreen);
  color: var(--lightgrey);
}

/* line 2167, app/assets/stylesheets/layouts/landing/index.scss */
.personalize-btn:active:focus {
  text-decoration: none;
  outline: 0 !important;
  transform: scale(1.07);
  background: var(--flashgreen);
  box-shadow: 12px 8px 33px -14px rgba(0, 0, 0, 0.55);
}

/* line 2197, app/assets/stylesheets/layouts/landing/index.scss */
.conditions {
  grid-column: 4 / span 8;
  display: grid;
  grid-template-rows: 60% 40%;
  grid-gap: 3vw;
  margin-top: 50px;
}

/* line 2203, app/assets/stylesheets/layouts/landing/index.scss */
.conditions .conditions-btn {
  border: 3px solid var(--black);
  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--responsivenormal);
  font-weight: var(--bold);
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}

/* line 2216, app/assets/stylesheets/layouts/landing/index.scss */
.conditions .conditions-subtitle {
  font-size: 1em;
  font-weight: var(--normal);
}

/* line 2220, app/assets/stylesheets/layouts/landing/index.scss */
.conditions .conditions-desc {
  font-weight: var(--light);
  font-size: 0.9em;
  text-align: center;
  margin-top: 30px;
}

/* line 2228, app/assets/stylesheets/layouts/landing/index.scss */
.team-member-grid {
  grid-column: 4 / span 8;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 3vw;
  text-align: center;
  margin-bottom: 100px;
}

/* line 2239, app/assets/stylesheets/layouts/landing/index.scss */
.team-logo-grid {
  grid-column: 10 / span 8;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 3vw;
  text-align: center;
  margin-top: 50px;
}

/* line 2249, app/assets/stylesheets/layouts/landing/index.scss */
.team-logo-element {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 20px;
  filter: grayscale(1);
  opacity: 0.6;
  transition: .3s ease;
}

/* line 2258, app/assets/stylesheets/layouts/landing/index.scss */
.team-logo-element:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* line 2259, app/assets/stylesheets/layouts/landing/index.scss */
.team-logo-element a {
  width: 100%;
}

/* line 2260, app/assets/stylesheets/layouts/landing/index.scss */
.team-logo-element img {
  max-width: 100%;
  max-height: 100px;
}

/* line 2266, app/assets/stylesheets/layouts/landing/index.scss */
.team-member-image {
  width: 100%;
}

/* line 2268, app/assets/stylesheets/layouts/landing/index.scss */
.team-member-name {
  font-weight: var(--bold);
  padding: 10px 0;
  font-size: var(--responsivenormal);
}

/* line 2274, app/assets/stylesheets/layouts/landing/index.scss */
.changelog-list {
  padding-left: 0;
  grid-column: 4 / span 8;
}

/* line 2277, app/assets/stylesheets/layouts/landing/index.scss */
.changelog-list p {
  font-size: 1.2rem;
}

/* line 2278, app/assets/stylesheets/layouts/landing/index.scss */
.changelog-list > li {
  margin-top: 50px;
}

/* line 2279, app/assets/stylesheets/layouts/landing/index.scss */
.changelog-list li > ul {
  list-style-type: circle;
}

/* ------------ */
/* MOBILE VIEW */
/* ----------- */
@media all and (max-width: 900px) {
  /* line 2286, app/assets/stylesheets/layouts/landing/index.scss */
  #menu-mobile {
    background-color: var(--lightgrey);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 850;
    overflow: scroll;
  }
  /* line 2296, app/assets/stylesheets/layouts/landing/index.scss */
  .flex-center {
    display: flex;
    justify-content: center;
    width: 100vw;
  }
  /* --------------- */
  /* MOBILE — NAVBAR */
  /* --------------- */
  /* line 2305, app/assets/stylesheets/layouts/landing/index.scss */
  #nav-aside {
    width: 100%;
    height: 10vh;
    min-height: initial;
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-bottom-right-radius: 0;
  }
  /* line 2313, app/assets/stylesheets/layouts/landing/index.scss */
  #nav-aside h3 {
    padding: 5% 0 5% 0;
  }
  /* line 2316, app/assets/stylesheets/layouts/landing/index.scss */
  #hamburger {
    padding: 5% 5% 0 0;
    cursor: pointer;
  }
  /* line 2319, app/assets/stylesheets/layouts/landing/index.scss */
  #hamburger img {
    width: 30px;
  }
  /* line 2322, app/assets/stylesheets/layouts/landing/index.scss */
  .mobile-menu-links {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0;
    padding-bottom: 5em;
  }
  /* line 2330, app/assets/stylesheets/layouts/landing/index.scss */
  .mobile-menu-links li {
    height: 5em;
  }
  /* line 2333, app/assets/stylesheets/layouts/landing/index.scss */
  .mobile-menu-links a {
    font-size: var(--responsivebig);
    line-height: 100px;
  }
  /* line 2339, app/assets/stylesheets/layouts/landing/index.scss */
  #mobile-language-selector {
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
    margin-top: 15%;
    padding: 0;
  }
  /* line 2345, app/assets/stylesheets/layouts/landing/index.scss */
  #mobile-language-selector a {
    font-size: var(--responsivebig);
  }
  /* --------------- */
  /* MOBILE — MODALE */
  /* --------------- */
  /* line 2351, app/assets/stylesheets/layouts/landing/index.scss */
  .modal {
    width: calc(100vw - 80px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    transform: none;
  }
  /* line 2359, app/assets/stylesheets/layouts/landing/index.scss */
  .modal form {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  /* line 2364, app/assets/stylesheets/layouts/landing/index.scss */
  .modal form .flex-column {
    width: 100%;
  }
  /* ----------------- */
  /* MOBILE CONNECTION */
  /* ----------------- */
  /* line 2373, app/assets/stylesheets/layouts/landing/index.scss */
  .connection {
    padding: 10px;
    margin-bottom: 50px;
    font-size: var(--responsivenormal);
    font-weight: var(--bold);
    text-transform: uppercase;
    border: 3px solid var(--black);
    border-radius: 8px;
  }
  /* line 2382, app/assets/stylesheets/layouts/landing/index.scss */
  .mobile-connection {
    margin-top: 50px;
  }
  /* ----------------- */
  /* MOBILE — SECTIONS */
  /* ----------------- */
  /* line 2387, app/assets/stylesheets/layouts/landing/index.scss */
  .title {
    width: 90%;
    margin: 30px auto;
    padding-top: 50px;
    text-align: center;
  }
  /* line 2394, app/assets/stylesheets/layouts/landing/index.scss */
  .info-txt {
    width: 90%;
    position: initial;
    margin: 0 auto;
  }
  /* line 2398, app/assets/stylesheets/layouts/landing/index.scss */
  .info-txt h3 {
    text-align: center;
  }
  /* line 2399, app/assets/stylesheets/layouts/landing/index.scss */
  .info-txt .description {
    padding: 0 10%;
    font-size: unset;
  }
  /* line 2405, app/assets/stylesheets/layouts/landing/index.scss */
  .info-txt h5 {
    width: 70vw;
    min-height: 100px;
    height: 10vh;
    max-width: 500px;
    margin: 0 auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--flashgreen);
    border-radius: 50px;
    box-shadow: 1px 1px 10px greyrgba(75, 75, 75, 0.15);
  }
  /* line 2420, app/assets/stylesheets/layouts/landing/index.scss */
  .info-txt h5 .discover-more {
    padding: 30px;
    line-height: 1.7;
    border: none;
    color: var(--lightgrey);
  }
  /* line 2427, app/assets/stylesheets/layouts/landing/index.scss */
  .info-txt .discover-more {
    font-size: var(--responsivenormal);
    border-bottom: 1px solid var(--lightgrey);
  }
  /* line 2433, app/assets/stylesheets/layouts/landing/index.scss */
  .screenshot-container {
    position: initial;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px auto;
  }
  /* line 2442, app/assets/stylesheets/layouts/landing/index.scss */
  .screenshot {
    position: initial;
    width: 90%;
    max-width: 400px;
  }
  /* -------------- */
  /* MOBILE — PAGES */
  /* -------------- */
  /* line 2451, app/assets/stylesheets/layouts/landing/index.scss */
  #intro h1 {
    grid-column: 2 / span 10;
    padding: 9vh 0 0 0;
  }
  /* line 2456, app/assets/stylesheets/layouts/landing/index.scss */
  .section-title {
    grid-column: 3 / span 8;
  }
  /* line 2457, app/assets/stylesheets/layouts/landing/index.scss */
  .illustration {
    grid-column: 3 / span 8 !important;
    display: flex;
    justify-content: center;
  }
  /* line 2461, app/assets/stylesheets/layouts/landing/index.scss */
  .illustration .main-img-mobile {
    width: 100%;
    max-width: 400px;
    grid-column: 5 / span 4;
  }
  /* line 2468, app/assets/stylesheets/layouts/landing/index.scss */
  .section-nb {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--responsivebig);
  }
  /* line 2475, app/assets/stylesheets/layouts/landing/index.scss */
  .page-title {
    grid-column: 2 / span 10;
    padding-bottom: 5%;
    border-bottom: 2px solid var(--flashgreen);
  }
  /* line 2480, app/assets/stylesheets/layouts/landing/index.scss */
  .section-paragraph {
    grid-column: 3 / span 8;
  }
  /* line 2483, app/assets/stylesheets/layouts/landing/index.scss */
  .page-link {
    grid-column: 2  / span 10;
    margin: 30px 0 0 0;
  }
  /* line 2487, app/assets/stylesheets/layouts/landing/index.scss */
  .page-paragraph {
    grid-column: 2 / span 10;
    margin: 25px 0;
    font-size: 1rem;
    text-align: left;
  }
  /* line 2494, app/assets/stylesheets/layouts/landing/index.scss */
  .details-screenshot {
    grid-column: 2 / span 10;
    min-height: unset;
  }
  /* line 2498, app/assets/stylesheets/layouts/landing/index.scss */
  .flex-image-container {
    grid-column: 2 / span 10;
  }
  /* line 2500, app/assets/stylesheets/layouts/landing/index.scss */
  .legend-details {
    position: initial !important;
    max-width: none !important;
    text-align: center;
    line-height: 30px;
  }
  /* line 2507, app/assets/stylesheets/layouts/landing/index.scss */
  .legend-txt {
    font-weight: 700;
  }
  /* line 2510, app/assets/stylesheets/layouts/landing/index.scss */
  .information-paragraph {
    grid-column: 2 / span 10;
    padding: 25px 0 50px 0;
  }
  /* line 2514, app/assets/stylesheets/layouts/landing/index.scss */
  .information-title {
    grid-column: 2 / span 10;
  }
  /* line 2516, app/assets/stylesheets/layouts/landing/index.scss */
  .price-grid {
    grid-column: 3 / span 9;
    grid-template-rows: initial;
    grid-auto-flow: initial;
    grid-gap: initial;
  }
  /* line 2522, app/assets/stylesheets/layouts/landing/index.scss */
  .conditions {
    grid-column: 3 / span 9;
  }
  /* line 2524, app/assets/stylesheets/layouts/landing/index.scss */
  .team-member-grid {
    grid-column: 3 / span 8;
    grid-template-columns: 100%;
    grid-gap: 0;
    margin-bottom: 0;
  }
  /* line 2529, app/assets/stylesheets/layouts/landing/index.scss */
  .team-member-grid > div {
    margin-bottom: 50px;
  }
  /* line 2530, app/assets/stylesheets/layouts/landing/index.scss */
  .team-member-grid hr {
    margin: 10px auto;
  }
  /* line 2531, app/assets/stylesheets/layouts/landing/index.scss */
  .team-member-grid .team-member-image {
    width: 80%;
  }
  /* line 2536, app/assets/stylesheets/layouts/landing/index.scss */
  .changelog-list {
    grid-column: 2 / span 10;
  }
}
