@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("https://use.typekit.net/csb3pge.css");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #1d1508;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 81.875rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

.column-block {
  margin-bottom: 1.875rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #979797;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.3125rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1.125rem;
  }
}

a {
  line-height: inherit;
  color: #cea222;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #b18b1d;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 81.875rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #979797;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.5;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #979797;
}

blockquote, blockquote p {
  line-height: 1.5;
  color: #696969;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #696969;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #1d1508;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #979797;
  background-color: #d1d2d1;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #1d1508;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #d1d2d1;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #1d1508;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #696969;
}

.lead {
  font-size: 125%;
  line-height: 1.5;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #696969;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
}

.clearfix::after {
  clear: both;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3rem;
  margin: 0 0 1.5625rem;
  padding: 0.78125rem;
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #1d1508;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #696969;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #979797;
          box-shadow: 0 0 5px #979797;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #979797;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #979797;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #979797;
}

input::placeholder,
textarea::placeholder {
  color: #979797;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f9f9f9;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.5625rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.78125rem;
  margin-right: 1.5625rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.78125rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.8;
  color: #1d1508;
}

label.middle {
  margin: 0 0 1.5625rem;
  padding: 0.84375rem 0;
}

.help-text {
  margin-top: -0.78125rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #1d1508;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.5625rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #979797;
  background: #d1d2d1;
  color: #1d1508;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 3.34375rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 3.34375rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.78125rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #979797;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 3rem;
  margin: 0 0 1.5625rem;
  padding: 0.78125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #1d1508;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28105, 105, 105%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1.5625rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 2.34375rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #696969;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px #979797;
          box-shadow: 0 0 5px #979797;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #f9f9f9;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #ac1400;
  background-color: #f7e8e6;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #ac1400;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #ac1400;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #ac1400;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #ac1400;
}

.is-invalid-label {
  color: #ac1400;
}

.form-error {
  display: none;
  margin-top: -0.78125rem;
  margin-bottom: 1.5625rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ac1400;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cea222;
  color: #cea222;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button, .button:hover, .button:focus {
  background-color: transparent;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: transparent;
}

.button:hover, .button:focus {
  border-color: #cea222;
  color: #cea222;
}

.button:hover.disabled, .button:hover[disabled], .button:focus.disabled, .button:focus[disabled] {
  border: 1px solid #cea222;
  color: #cea222;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  border: 1px solid #cea222;
  color: #cea222;
}

.button.primary:hover, .button.primary:focus {
  border-color: #cea222;
  color: #cea222;
}

.button.primary:hover.disabled, .button.primary:hover[disabled], .button.primary:focus.disabled, .button.primary:focus[disabled] {
  border: 1px solid #cea222;
  color: #cea222;
}

.button.primary.dropdown::after {
  border-top-color: #cea222;
}

.button.secondary {
  border: 1px solid #2a3b66;
  color: #2a3b66;
}

.button.secondary:hover, .button.secondary:focus {
  border-color: #2a3b66;
  color: #2a3b66;
}

.button.secondary:hover.disabled, .button.secondary:hover[disabled], .button.secondary:focus.disabled, .button.secondary:focus[disabled] {
  border: 1px solid #2a3b66;
  color: #2a3b66;
}

.button.secondary.dropdown::after {
  border-top-color: #2a3b66;
}

.button.success {
  border: 1px solid #46772b;
  color: #46772b;
}

.button.success:hover, .button.success:focus {
  border-color: #46772b;
  color: #46772b;
}

.button.success:hover.disabled, .button.success:hover[disabled], .button.success:focus.disabled, .button.success:focus[disabled] {
  border: 1px solid #46772b;
  color: #46772b;
}

.button.success.dropdown::after {
  border-top-color: #46772b;
}

.button.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.warning:hover, .button.warning:focus {
  border-color: #ffae00;
  color: #ffae00;
}

.button.warning:hover.disabled, .button.warning:hover[disabled], .button.warning:focus.disabled, .button.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.warning.dropdown::after {
  border-top-color: #ffae00;
}

.button.alert {
  border: 1px solid #ac1400;
  color: #ac1400;
}

.button.alert:hover, .button.alert:focus {
  border-color: #ac1400;
  color: #ac1400;
}

.button.alert:hover.disabled, .button.alert:hover[disabled], .button.alert:focus.disabled, .button.alert:focus[disabled] {
  border: 1px solid #ac1400;
  color: #ac1400;
}

.button.alert.dropdown::after {
  border-top-color: #ac1400;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #cea222;
  color: #ffffff;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #cea222;
  color: #1d1508;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #2a3b66;
  color: #ffffff;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #46772b;
  color: #ffffff;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #1d1508;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ac1400;
  color: #ffffff;
}

.button.clear {
  border: 1px solid #cea222;
  color: #cea222;
}

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover, .button.clear:focus {
  border-color: #cea222;
  color: #cea222;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #cea222;
  color: #cea222;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #cea222;
  color: #cea222;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #cea222;
  color: #cea222;
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #cea222;
  color: #cea222;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #2a3b66;
  color: #2a3b66;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #2a3b66;
  color: #2a3b66;
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #2a3b66;
  color: #2a3b66;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #46772b;
  color: #46772b;
}

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #46772b;
  color: #46772b;
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #46772b;
  color: #46772b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #ac1400;
  color: #ac1400;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #ac1400;
  color: #ac1400;
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #ac1400;
  color: #ac1400;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown::after {
  border-top-color: #cea222;
}

.button.dropdown.hollow::after {
  border-top-color: #cea222;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #cea222;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #2a3b66;
}

.button.dropdown.hollow.success::after {
  border-top-color: #46772b;
}

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
  border-top-color: #ac1400;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(29, 21, 8, 0.25);
  border-radius: 0;
  background-color: white;
  color: #1d1508;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #f9f2dc;
  color: #1d1508;
}

.callout.secondary {
  background-color: #d8dfef;
  color: #1d1508;
}

.callout.success {
  background-color: #e1f1d9;
  color: #1d1508;
}

.callout.warning {
  background-color: #fff3d9;
  color: #1d1508;
}

.callout.alert {
  background-color: #ffd2cc;
  color: #1d1508;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu li, .menu.horizontal li {
  display: inline-block;
}

.menu.vertical li {
  display: block;
}

.menu.expanded {
  display: table;
  width: 100%;
}

.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}

.menu.simple li + li {
  margin-left: 0;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal li {
    display: inline-block;
  }
  .menu.xlarge-vertical li {
    display: block;
  }
  .menu.xlarge-expanded {
    display: table;
    width: 100%;
  }
  .menu.xlarge-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.xlarge-simple {
    display: table;
    width: 100%;
  }
  .menu.xlarge-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal li {
    display: inline-block;
  }
  .menu.xxlarge-vertical li {
    display: block;
  }
  .menu.xxlarge-expanded {
    display: table;
    width: 100%;
  }
  .menu.xxlarge-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.xxlarge-simple {
    display: table;
    width: 100%;
  }
  .menu.xxlarge-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 0;
}

.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}

.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}

.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}

.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}

.menu.icon-top li a {
  text-align: center;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.icon-bottom li a {
  text-align: center;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}

.menu .is-active > a {
  background: transparent;
  color: inherit;
}

.menu .active > a {
  background: transparent;
  color: inherit;
}

.menu.align-left {
  text-align: left;
}

.menu.align-right {
  text-align: right;
}

.menu.align-right .submenu li {
  text-align: left;
}

.menu.align-right.vertical .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 0;
  margin-left: 0;
}

.menu.align-center {
  text-align: center;
}

.menu.align-center .submenu li {
  text-align: left;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  text-align: center;
}

.menu-centered > .menu .submenu li {
  text-align: left;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.pagination {
  margin-left: 0;
  margin-bottom: 0;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #1d1508;
}

.pagination a:hover,
.pagination button:hover {
  background: #d1d2d1;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #cea222;
  color: #ffffff;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #979797;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #1d1508;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 0;
  background-color: #ffffff;
}

table caption {
  padding: 0.9375rem 0.625rem;
  font-weight: 700;
}

table thead {
  background: #2a3b66;
  color: #ffffff;
}

table tfoot {
  background: #2a3b66;
  color: #1d1508;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.9375rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

table tbody th,
table tbody td {
  padding: 0.9375rem 0.625rem;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f5f3ed;
}

table.unstriped tbody {
  background-color: #ffffff;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 0;
  background-color: #ffffff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #27375f;
}

table.hover tfoot tr:hover {
  background-color: #27375f;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid 0;
  background: #2a3b66;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #cea222;
}

.tabs.primary > li > a {
  color: #1d1508;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #c49a20;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
}

.tabs-title > a:hover {
  background: #4560a7;
  color: #dbdbdb;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #4560a7;
  color: #ffffff;
}

.tabs-content {
  border: 1px solid 0;
  border-top: 0;
  background: #ffffff;
  color: #1d1508;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid 0;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1.5625rem 0.9375rem;
}

.tabs-panel.is-active {
  display: block;
}

body {
  position: relative;
}

body.loading * {
  -webkit-transition: none !important;
  transition: none !important;
}

body.has-booking-bar .footer-bottom {
  padding: 2.5rem 0.9375rem 8.75rem 0.9375rem;
}

body.navigation-open {
  overflow: hidden;
}

.grecaptcha-badge {
  display: none;
}

.button {
  outline: none;
  line-height: 1.25rem;
  padding: 0.8125rem 0.9375rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 10rem;
  color: #1d1508;
  height: 3rem;
}

.button.lang-button, .button.icon-button {
  padding: 0.8125rem 0;
  width: 3rem;
  min-width: 0;
}

.button.lang-button {
  padding: 0.8125rem 0;
  width: 3rem;
  min-width: 0;
}

.button:hover {
  background-color: #cea222;
  color: #ffffff;
}

.button.primary:hover {
  background-color: #cea222;
  color: #ffffff;
}

.button.secondary:hover {
  background-color: #2a3b66;
  color: #ffffff;
}

.button.more-button:after {
  content: '\f107';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.75rem;
  margin-left: 0.3125rem;
}

.button.more-button.is-open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link {
  font-weight: 700;
  text-decoration: underline;
}

.heading {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}

.heading.heading-only {
  margin-bottom: 0;
}

.heading i {
  margin-right: 0.5em;
}

.heading.tiny {
  font-size: 1.125rem;
}

.heading.small {
  font-size: 1.125rem;
}

@media print, screen and (min-width: 40em) {
  .heading.small {
    font-size: 1.5rem;
  }
}

.heading.medium {
  font-weight: 500;
  font-size: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .heading.medium {
    font-size: 2.25rem;
  }
}

.heading.large {
  font-weight: 300;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .heading.large {
    font-size: 3rem;
  }
}

.heading.xlarge {
  font-weight: 300;
  font-size: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .heading.xlarge {
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  .heading.xlarge {
    font-size: 3.75rem;
  }
}

.heading.border-top {
  border-top: 1px solid #d1d2d1;
  padding-top: 1.875rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
}

.heading.border-top.border-3 {
  border-top: 3px solid #979797;
}

.background-white {
  background-color: #ffffff;
}

.background-light-gray {
  background-color: #f9f9f9;
}

.background-primary {
  background-color: #cea222;
  color: #ffffff;
}

.background-secondary {
  background-color: #2a3b66;
  color: #ffffff;
}

.background-black {
  background-color: #1d1508;
  color: #979797;
}

.background-black .button {
  color: #ffffff;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #1d1508;
}

.color-primary {
  color: #cea222;
}

.unpublished-notice,
.offline-notice {
  font-size: 0.875rem;
  z-index: 1000000;
}

.unpublished-notice {
  margin: 0;
}

.unpublished-notice li {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.price-tag,
.discount-tag {
  border-radius: 0.25rem;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  padding: 0.3125rem 1.25rem;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(29, 21, 8, 0.3);
          box-shadow: 0 0 5px 0 rgba(29, 21, 8, 0.3);
  font-weight: 700;
}

.price-tag {
  background-color: #2a3b66;
}

.price-tag .persons {
  font-size: 0.5rem;
  vertical-align: super;
}

.discount-tag {
  background-color: #ac1400;
}

.related-content-section {
  border-top: 2px solid #d1d2d1;
  padding-top: 1.875rem;
}

.related-content-section .title {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 64em) {
  .section-wrapper {
    padding: 0 0.9375rem;
  }
}

.tabs {
  text-align: center;
}

.tabs > li {
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  float: none;
}

.tabs > li:not(:last-child) {
  border-right: 0;
}

@media print, screen and (min-width: 40em) {
  .tabs > li {
    float: left;
  }
  .tabs > li:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}

.tabs > li > a {
  outline: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.tabs > li > a:hover {
  color: #ffffff;
}

@media print, screen and (min-width: 64em) {
  .tabs.tabs-large-up-3 > li {
    width: 33.33%;
  }
}

@media print, screen and (min-width: 64em) {
  .tabs.tabs-large-up-4 > li {
    width: 25%;
  }
}

@media print, screen and (min-width: 40em) {
  .tabs-panel {
    padding: 1.5625rem;
  }
}

.load-more-button {
  outline: none;
  display: block;
  width: 100%;
  background-color: #cea222;
  color: #ffffff;
  padding: 1.25rem 0.625rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  line-height: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .load-more-button {
    font-size: 1.125rem;
    padding: 2.5rem 1.25rem;
  }
}

.load-more-button i {
  margin-right: 0.3125rem;
}

.load-more-button:hover {
  background-color: #deb43a;
}

.load-more-button.disabled {
  opacity: 0.5;
  background-color: #696969;
  cursor: default;
}

.aside-buttons {
  position: fixed;
  top: 6.25rem;
  right: 0;
  z-index: 8000;
}

@media print, screen and (min-width: 64em) {
  .aside-buttons {
    top: 11.25rem;
  }
}

.aside-buttons .aside-button {
  height: 2.5rem;
  padding: 0.625rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  background-color: #cea222;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  display: block;
  font-size: 0.75rem;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(-90deg) translateY(-100%);
      -ms-transform: rotate(-90deg) translateY(-100%);
          transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.aside-buttons .aside-button:hover {
  background-color: #2a3b66;
}

.aside-buttons .booking-widget-toggle {
  display: none;
}

.fixed-button-phone {
  display: none !important;
  position: fixed;
  z-index: 100;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  text-align: center;
  bottom: 0.9375rem;
  right: 0.9375rem;
  background-color: #cea222;
  color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(29, 21, 8, 0.2);
          box-shadow: 0 0 5px 0 rgba(29, 21, 8, 0.2);
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 30em) {
  .fixed-button-phone {
    display: none;
  }
}

.fixed-button-phone > i {
  display: inline-block;
  color: #ffffff;
}

.fixed-button-phone:hover {
  background-color: #2a3b66;
}

.media-links-box {
  background-color: #2a3b66;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.875rem;
  z-index: 10;
}

.media-links-box .media-link {
  display: block;
  font-size: 2.25rem;
  line-height: 1;
  padding: 0.3125rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.media-links-box .media-link:hover {
  color: #cea222;
}

@font-face {
  font-family: 'MeteoconsRegular';
  src: url("../fonts/meteocons/meteocons-webfont.eot");
  src: url("../fonts/meteocons/meteocons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/meteocons/meteocons-webfont.woff") format("woff"), url("../fonts/meteocons/meteocons-webfont.ttf") format("truetype"), url("../fonts/meteocons/meteocons-webfont.svg#MeteoconsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?ac7gez");
  src: url("../fonts/icomoon/icomoon.eot?ac7gez#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?ac7gez") format("truetype"), url("../fonts/icomoon/icomoon.woff?ac7gez") format("woff"), url("../fonts/icomoon/icomoon.svg?ac7gez#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-adventure-filled:before {
  content: "\e900";
}

.icon-field-filled:before {
  content: "\e902";
}

.icon-floor-plan-filled:before {
  content: "\e903";
}

.icon-gpx-filled:before {
  content: "\e904";
}

.icon-gym-filled:before {
  content: "\e905";
}

.icon-heart-with-pulse-filled:before {
  content: "\e906";
}

.icon-histogram-filled:before {
  content: "\e907";
}

.icon-minimum-value-filled:before {
  content: "\e908";
}

.icon-photo-gallery-filled:before {
  content: "\e909";
}

.icon-play-button:before {
  content: "\e90a";
}

.icon-trekking-filled:before {
  content: "\e90b";
}

/* Text
 ========================================================================== */
.strong {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-alert {
  color: #ac1400;
}

.bullet-list {
  list-style: none;
  margin-left: 0;
}

.bullet-list li {
  padding-left: 0.9375rem;
  margin-bottom: 0.3rem;
}

.bullet-list li:before {
  content: '';
  display: inline-block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  background-color: #1d1508;
  border-radius: 50%;
  margin: 0 0.5625rem 0 -0.9375rem;
}

/* Padding
 ========================================================================== */
.padding {
  padding: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .padding {
    padding: 5rem;
  }
}

.padding-top {
  padding-top: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .padding-top {
    padding-top: 5rem;
  }
}

.padding-bottom {
  padding-bottom: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .padding-bottom {
    padding-bottom: 5rem;
  }
}

.padding-left {
  padding-left: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .padding-left {
    padding-left: 5rem;
  }
}

.padding-right {
  padding-right: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .padding-right {
    padding-right: 5rem;
  }
}

/*
 * Large paddings
 */
.padding-large {
  padding: 3.75rem;
}

@media print, screen and (min-width: 40em) {
  .padding-large {
    padding: 7.5rem;
  }
}

.padding-large-top {
  padding-top: 3.75rem;
}

@media print, screen and (min-width: 40em) {
  .padding-large-top {
    padding-top: 7.5rem;
  }
}

.padding-large-bottom {
  padding-bottom: 3.75rem;
}

@media print, screen and (min-width: 40em) {
  .padding-large-bottom {
    padding-bottom: 7.5rem;
  }
}

/*
 * Small paddings
 */
.padding-small {
  padding: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .padding-small {
    padding: 2.5rem;
  }
}

.padding-small-top {
  padding-top: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .padding-small-top {
    padding-top: 2.5rem;
  }
}

.padding-small-bottom {
  padding-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .padding-small-bottom {
    padding-bottom: 2.5rem;
  }
}

/*
 * Remove paddings
 */
.padding-remove {
  padding: 0 !important;
}

.padding-top-remove {
  padding-top: 0 !important;
}

.padding-bottom-remove {
  padding-bottom: 0 !important;
}

.padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .padding-remove-for-medium {
    padding: 0 !important;
  }
}

@media print, screen and (min-width: 40em) {
  .padding-top-remove-for-medium {
    padding-top: 0 !important;
  }
}

@media print, screen and (min-width: 40em) {
  .padding-bottom-remove-for-medium {
    padding-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 40em) {
  .padding-vertical-remove-for-medium {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 64em) {
  .padding-remove-for-large {
    padding: 0 !important;
  }
}

@media print, screen and (min-width: 64em) {
  .padding-top-remove-for-large {
    padding-top: 0 !important;
  }
}

@media print, screen and (min-width: 64em) {
  .padding-bottom-remove-for-large {
    padding-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 64em) {
  .padding-vertical-remove-for-large {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* Margin
 ========================================================================== */
.margin {
  margin: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .margin {
    margin: 5rem;
  }
}

.margin-top {
  margin-top: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .margin-top {
    margin-top: 5rem;
  }
}

.margin-bottom {
  margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .margin-bottom {
    margin-bottom: 5rem;
  }
}

/*
 * Large margins
 */
.margin-large {
  margin: 3.75rem;
}

@media print, screen and (min-width: 40em) {
  .margin-large {
    margin: 7.5rem;
  }
}

.margin-large-top {
  margin-top: 3.75rem;
}

@media print, screen and (min-width: 40em) {
  .margin-large-top {
    margin-top: 7.5rem;
  }
}

.margin-large-bottom {
  margin-bottom: 3.75rem;
}

@media print, screen and (min-width: 40em) {
  .margin-large-bottom {
    margin-bottom: 7.5rem;
  }
}

/*
 * Small margins
 */
.margin-small {
  margin: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .margin-small {
    margin: 2.5rem;
  }
}

.margin-small-top {
  margin-top: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .margin-small-top {
    margin-top: 2.5rem;
  }
}

.margin-small-bottom {
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .margin-small-bottom {
    margin-bottom: 2.5rem;
  }
}

/*
 * Remove margins
 */
.margin-remove {
  margin: 0 !important;
}

.margin-top-remove {
  margin-top: 0 !important;
}

.margin-bottom-remove {
  margin-bottom: 0 !important;
}

.margin-vertical-remove {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .margin-remove-for-medium {
    margin: 0 !important;
  }
}

@media print, screen and (min-width: 40em) {
  .margin-top-remove-for-medium {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 40em) {
  .margin-bottom-remove-for-medium {
    margin-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 40em) {
  .margin-vertical-remove-for-medium {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 64em) {
  .margin-remove-for-large {
    margin: 0 !important;
  }
}

@media print, screen and (min-width: 64em) {
  .margin-top-remove-for-large {
    margin-top: 0 !important;
  }
}

@media print, screen and (min-width: 64em) {
  .margin-bottom-remove-for-large {
    margin-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 64em) {
  .margin-vertical-remove-for-large {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* Position
 ========================================================================== */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Border
 ========================================================================== */
.border-circle {
  border-radius: 50%;
}

.border-rounded {
  border-radius: 0.25rem;
}

/* Grid
 ========================================================================== */
.grid-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.gutter-margin-bottom {
  margin-bottom: 30px;
}

@page {
  margin: 3cm 1cm 2cm 1cm;
}

@media print {
  text-align: left !important;
  font-size: 1rem !important;
  h1 {
    font-size: 24pt !important;
    text-align: left !important;
  }
  h1.heading {
    text-align: left !important;
    font-size: 24pt !important;
  }
  h2 {
    font-size: 20pt !important;
    text-align: left !important;
  }
  h2.heading {
    text-align: left !important;
    font-size: 20pt !important;
  }
  h3, h4, h5, h6 {
    font-size: 18pt !important;
    text-align: left !important;
  }
  h3.heading, h4.heading, h5.heading, h6.heading {
    text-align: left !important;
    font-size: 18pt !important;
  }
  .trekking-map-container {
    width: 100% !important;
  }
  .media-links-box {
    display: none !important;
  }
  .trekking-detail-pagination {
    display: none !important;
  }
  .button {
    display: none !important;
  }
  .trekking-detail-buttons {
    display: none !important;
  }
  .gallery-grid {
    display: none !important;
  }
  .responsive-embed {
    display: none !important;
  }
}

.custom-checkbox,
.custom-radio {
  position: relative;
}

.custom-checkbox label,
.custom-radio label {
  position: relative;
  display: block;
  line-height: 1.25rem;
  padding-left: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-checkbox label span,
.custom-radio label span {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #ffffff;
  border: 1px solid #979797;
}

.custom-checkbox label span.checkbox,
.custom-radio label span.checkbox {
  border-radius: 0;
}

.custom-checkbox label span.radio,
.custom-radio label span.radio {
  border-radius: 50%;
}

.custom-checkbox label input,
.custom-radio label input {
  position: absolute;
  left: -624.9375rem;
}

.custom-checkbox label input:checked ~ span:before,
.custom-radio label input:checked ~ span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.custom-checkbox label input:checked ~ span.checkbox:before,
.custom-radio label input:checked ~ span.checkbox:before {
  content: '✔';
  font-size: 0.875rem;
}

.custom-checkbox label input:checked ~ span.radio:before,
.custom-radio label input:checked ~ span.radio:before {
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  background: #1d1508;
  border-radius: 50%;
}

.custom-checkbox label input:disabled ~ span,
.custom-radio label input:disabled ~ span {
  cursor: not-allowed;
  background: #f9f9f9;
}

.custom-checkbox label.disabled,
.custom-radio label.disabled {
  color: #979797;
}

.custom-checkbox label.disabled span,
.custom-radio label.disabled span {
  border-color: #d1d2d1;
}

.form-is-required label:after {
  content: ' *';
  color: #ac1400;
}

.form-warning label {
  color: #ac1400;
}

.form-warning input, .form-warning select, .form-warning textarea {
  border: 1px solid #ac1400;
}

.form-warning.custom-checkbox span, .form-warning.custom-radio span {
  border: 1px solid #ac1400;
}

.form-submit-success {
  background-color: #46772b;
  color: #ffffff;
  padding: 1rem;
}

.form-icon {
  display: block;
  position: relative;
}

.form-icon .icon {
  position: absolute;
  font-size: 0.875rem;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  text-align: right;
  pointer-events: none;
}

.form-icon input {
  padding-right: 2.5rem !important;
}

.form-currency {
  display: block;
  position: relative;
}

.form-currency .currency-label {
  display: block;
  width: 3.125rem;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #d1d2d1;
  font-size: 1rem;
  line-height: 3rem;
  left: 0;
  text-align: center;
  pointer-events: none;
  border: 1px solid #979797;
}

.form-currency input {
  padding-left: 3.75rem !important;
}

input[type=text], select, textarea {
  border-bottom: 1px solid #979797;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

input[type=text]:focus, input[type=text]:active, select:focus, select:active, textarea:focus, textarea:active {
  border-bottom: 1px solid #696969;
}

@media print, screen and (min-width: 40em) {
  .important-for-me .checkbox-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.important-for-me .checkbox-list .checkbox {
  margin-bottom: 16px;
}

.important-for-me .control-label {
  display: none !important;
  font-size: 0;
}

@-webkit-keyframes shake {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  60% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

@keyframes shake {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  60% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.slider-container {
  position: relative;
}

.slider {
  position: relative;
}

.slider .slider-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  min-height: 26.25rem;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .slider .slider-image {
    min-height: 33.75rem;
  }
}

.slider .slider-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 21, 8, 0.5)), to(transparent));
  background: -webkit-linear-gradient(rgba(29, 21, 8, 0.5), transparent);
  background: linear-gradient(rgba(29, 21, 8, 0.5), transparent);
}

.slider .slider-image:not(:first-child) {
  display: none;
}

@media screen and (min-width: 90em) {
  .slider .slider-image.slider-image-fullscreen {
    height: calc(100vh - 120px);
  }
}

.slider .background-video-container {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1d1508;
}

.slider .background-video-container .background-video {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.slider .background-video-container .video-controls {
  position: absolute;
  bottom: 1.875rem;
  right: 0.9375rem;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media print, screen and (min-width: 64em) {
  .slider .background-video-container .video-controls {
    right: auto;
    bottom: 0.9375rem;
    left: 1.875rem;
  }
}

@media screen and (min-width: 112.5em) {
  .slider .background-video-container .video-controls {
    bottom: 1.875rem;
    left: 3.75rem;
  }
}

.slider .background-video-container .control-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slider .background-video-container .control-button:not(:last-child) {
  margin-right: 0.25rem;
}

.slider .background-video-container .control-button:hover {
  opacity: 1;
}

.slider .background-video-container .control-button .icon-active {
  display: block;
}

.slider .background-video-container .control-button .icon-inactive {
  display: none;
}

.slider .background-video-container .control-button.is-active .icon-active {
  display: none;
}

.slider .background-video-container .control-button.is-active .icon-inactive {
  display: block;
}

.slider.slick-initialized .slider-image {
  display: block;
}

.slider-caption {
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  right: 0;
  z-index: 1000;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  color: #ffffff;
  text-align: center;
  padding: 1.875rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .slider-caption {
    padding: 1.875rem 3.75rem;
  }
}

.slider-caption .heading {
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  color: #ffffff;
  font-family: "museo-sans", sans-serif;
}

.slider-caption .heading.small {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  font-weight: 300;
}

@media print, screen and (min-width: 40em) {
  .slider-caption .heading.small {
    font-size: 1.5rem;
  }
}

.slider-caption .heading.large {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
  .slider-caption .heading.large {
    font-size: 3rem;
  }
}

@media screen and (min-width: 75em) {
  .slider-caption .heading.large {
    font-size: 3.75rem;
  }
}

.slider-caption.slider-caption-centered {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-badge {
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  z-index: 1000;
  position: absolute;
  display: none;
  outline: none;
  background-color: #cea222;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  text-align: center;
  right: 5rem;
  bottom: 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 62em) {
  .slider-badge {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  .slider-badge {
    right: 5rem;
    bottom: 2.5rem;
    width: 11.25rem;
    height: 11.25rem;
  }
}

.slider-badge:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  left: 0.3125rem;
  border: 1px solid #deb43a;
  border-radius: 50%;
}

.slider-badge.has-link:hover {
  color: #ffffff;
  background-color: #deb43a;
}

.slider-badge.has-link:hover:before {
  border: 1px solid #deb43a;
}

.slider-badge-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 10%;
}

.slider-badge-inner .title-small {
  display: block;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 64em) {
  .slider-badge-inner .title-small {
    font-size: 0.875rem;
  }
}

.slider-badge-inner .title-large {
  display: block;
  font-size: 1rem;
}

@media print, screen and (min-width: 64em) {
  .slider-badge-inner .title-large {
    font-size: 1.3125rem;
  }
}

.slider-awards {
  position: absolute;
  right: 0.9375rem;
  bottom: 1.875rem;
  width: 6.25rem;
  display: none;
}

@media print, screen and (min-width: 40em) {
  .slider-awards {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .slider-awards {
    right: 1.875rem;
    bottom: 3.75rem;
  }
}

@media screen and (min-width: 112.5em) {
  .slider-awards {
    right: 3.75rem;
    bottom: 5.625rem;
  }
}

.slider-awards > a {
  display: block;
}

.slider-awards > a:not(:last-child) {
  margin-bottom: 0.625rem;
}

.slider-controls {
  position: absolute;
  left: 0.9375rem;
  bottom: 1.875rem;
  text-align: center;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  width: 2.5rem;
  height: 5rem;
  opacity: 0.5;
}

@media print, screen and (min-width: 40em) {
  .slider-controls {
    opacity: 1;
    width: 6.25rem;
    height: 3.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .slider-controls {
    left: 1.875rem;
    bottom: 3.75rem;
  }
}

@media screen and (min-width: 112.5em) {
  .slider-controls {
    left: 3.75rem;
    bottom: 5.625rem;
  }
}

.slider-controls .slick-prev,
.slider-controls .slick-next {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.slider-controls .slick-prev {
  top: auto;
  bottom: 0;
  left: 0;
}

@media print, screen and (min-width: 40em) {
  .slider-controls .slick-prev {
    left: 0;
    bottom: auto;
    top: 3.0625rem;
  }
}

.slider-controls .slick-next {
  top: auto;
  bottom: 2.5rem;
  left: 0;
}

@media print, screen and (min-width: 40em) {
  .slider-controls .slick-next {
    top: 3.0625rem;
    left: 3.0625rem;
    bottom: auto;
  }
}

.slider-controls .control-button {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #ffffff;
  border: 1px solid #d1d2d1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  outline: none;
  z-index: 1;
}

@media print, screen and (min-width: 40em) {
  .slider-controls .control-button {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
}

.slider-controls .control-button:hover {
  border: 1px solid #ffffff;
  z-index: 2;
}

.slider-controls .control-button.is-active {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #979797;
  z-index: 2;
}

.slider-controls .control-button.share-control-button {
  left: 0;
  top: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .slider-controls .control-button.share-control-button {
    top: auto;
    left: 3.0625rem;
  }
}

.slider-controls .control-button.share-control-button:hover .share-buttons, .slider-controls .control-button.share-control-button.is-active .share-buttons {
  opacity: 1;
  visibility: visible;
}

.slider-controls .share-buttons {
  position: absolute;
  top: 0;
  left: 2.5rem;
  width: 5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 40em) {
  .slider-controls .share-buttons {
    left: 3.125rem;
    width: 6.25rem;
  }
}

.slider-controls .share-button {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #ffffff;
  float: left;
  background-color: #cea222;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.85;
}

@media print, screen and (min-width: 40em) {
  .slider-controls .share-button {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
}

.slider-controls .share-button.facebook {
  background-color: #3b5998;
}

.slider-controls .share-button.twitter {
  background-color: #1da1f2;
}

.slider-controls .share-button.pinterest {
  background-color: #cb2027;
}

.slider-controls .share-button.google {
  background-color: #dc4e41;
}

.slider-controls .share-button:hover {
  opacity: 1;
}

.slider-controls.has-arrows {
  height: 10rem;
}

@media print, screen and (min-width: 40em) {
  .slider-controls.has-arrows {
    height: 6.25rem;
  }
}

.slider-booking-widget {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.25);
          box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .slider-booking-widget {
    bottom: 68px;
  }
}

@media screen and (min-width: 112.5em) {
  .slider-booking-widget {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 5.625rem;
  }
}

.slider-booking-widget.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-booking-widget.is-invisible {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.slider-booking-widget.expanded {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slider-booking-widget-outside {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.25);
          box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .slider-booking-widget-outside {
    bottom: 68px;
  }
}

.slider-booking-widget-outside.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-booking-widget-outside.is-invisible {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.slider-booking-widget-outside.expanded {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.hamburger {
  display: block;
  position: relative;
  color: #d1d2d1;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 3rem;
  width: 3rem;
  border: 1px solid #d1d2d1;
  text-align: center;
}

.hamburger .label {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.hamburger .lines {
  display: block;
  width: 1.25rem;
  height: 0.0625rem;
  background: #d1d2d1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0.9375rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.hamburger .lines:before, .hamburger .lines:after {
  display: block;
  width: 1.25rem;
  height: 0.0625rem;
  background: #d1d2d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.0625rem center;
      -ms-transform-origin: 0.0625rem center;
          transform-origin: 0.0625rem center;
}

.hamburger .lines:before {
  top: 6px;
}

.hamburger .lines:after {
  top: -6px;
}

.hamburger:hover, .hamburger:focus {
  background: #cea222;
  border-color: #cea222;
}

.hamburger:hover .lines, .hamburger:focus .lines {
  background: #ffffff;
}

.hamburger:hover .lines:before, .hamburger:hover .lines:after, .hamburger:focus .lines:before, .hamburger:focus .lines:after {
  background: #ffffff;
}

.hamburger.expanded {
  color: #ffffff;
  background: #cea222;
  border-color: #cea222;
}

.hamburger.expanded .lines {
  background: transparent;
}

.hamburger.expanded .lines:before, .hamburger.expanded .lines:after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
  width: 1.25rem;
  background: #ffffff;
}

.hamburger.expanded .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.hamburger.expanded .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.meteocon:before {
  font-family: 'MeteoconsRegular';
  content: attr(data-meteocon);
}

.weather-preview {
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.weather-preview:hover {
  color: #cea222;
}

.weather-preview:hover .celsius {
  color: #cea222;
}

.weather-preview-location {
  color: #979797;
}

.weather-preview-forecast {
  font-size: 3rem;
}

.weather-preview-forecast .meteocon {
  font-size: 4rem;
}

.weather-preview-forecast .celsius {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  color: #979797;
  vertical-align: super;
}

.weather-detail {
  text-align: center;
}

.weather-detail .forecast {
  text-align: center;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #f9f9f9;
}

@media print, screen and (min-width: 40em) {
  .weather-detail .forecast {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.weather-detail .forecast p {
  margin-top: 1rem;
}

.weather-detail .forecast .title {
  display: block;
  font-size: 1.5rem;
}

.weather-detail .forecast .temp .min,
.weather-detail .forecast .temp .max {
  padding: 0 1rem;
  display: inline-block;
}

.weather-detail .forecast .temp .min {
  color: #2a3b66;
}

.weather-detail .forecast .temp .max {
  color: #cea222;
}

.weather-detail .forecast .meteocon {
  display: block;
  font-size: 3.75rem;
}

.weather-detail .forecast-today .meteocon,
.weather-detail .forecast-tomorrow .meteocon {
  font-size: 5rem;
}

@media print, screen and (min-width: 40em) {
  .weather-detail .forecast-today .meteocon,
  .weather-detail .forecast-tomorrow .meteocon {
    font-size: 6.25rem;
  }
}

.apartment-preview-text {
  min-height: 18.75rem;
  padding: 1.5625rem;
  background-color: #ffffff;
}

.apartment-preview-text::before, .apartment-preview-text::after {
  display: table;
  content: ' ';
}

.apartment-preview-text::after {
  clear: both;
}

.apartment-overview-booking-widget .booking-widget {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 64em) {
  .apartment-overview-booking-widget .booking-widget {
    min-height: 23.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .apartment-overview-booking-widget .booking-widget-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

.apartment-overview-box {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  min-height: 23.75rem;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  position: relative;
}

.apartment-overview-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(29, 21, 8, 0.2)));
  background: -webkit-linear-gradient(transparent, rgba(29, 21, 8, 0.2));
  background: linear-gradient(transparent, rgba(29, 21, 8, 0.2));
}

.apartment-overview-box a {
  color: #ffffff;
  text-decoration: none;
}

.apartment-overview-box:not(:last-child) {
  margin-bottom: 1.875rem;
}

.apartment-overview-box:hover .apartment-overview-box-description .title .link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.apartment-overview-box .discount-tag {
  position: absolute;
  top: 1.875rem;
  left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .apartment-overview-box .discount-tag {
    left: 1.875rem;
  }
}

.apartment-overview-box .price-tag {
  position: absolute;
  top: 1.875rem;
  right: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .apartment-overview-box .price-tag {
    right: 1.875rem;
  }
}

.apartment-overview-box-buttons {
  position: absolute;
  top: 6.25rem;
  right: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .apartment-overview-box-buttons {
    right: 1.875rem;
  }
}

.apartment-overview-box-buttons > a {
  display: block;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: 0.9375rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.apartment-overview-box-buttons > a > i {
  display: block;
}

.apartment-overview-box-buttons > a:hover {
  color: #cea222;
}

.apartment-overview-box-description {
  position: absolute;
  bottom: 0;
  left: 0.9375rem;
  right: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .apartment-overview-box-description {
    left: 1.875rem;
    right: 1.875rem;
  }
}

.apartment-overview-box-description .features {
  list-style: none;
  margin: 1.5em 0;
}

@media print, screen and (min-width: 64em) {
  .apartment-overview-box-description .features {
    font-size: 1.125rem;
  }
}

.apartment-overview-box-description .features > li {
  padding: 0.25rem 0;
}

.apartment-overview-box-description .features > li i {
  margin-right: 0.5em;
}

.apartment-overview-box-description .title {
  margin: 0;
  padding: 1.5625rem 0;
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.apartment-overview-box-description .title .link {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 64em) {
  .apartment-overview-box-description .title .link {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
  }
}

.apartment-overview-box-description .title .link i {
  margin-left: 0.5em;
  font-size: 0.875rem;
}

.apartment-overview-navigation {
  background-color: #ffffff;
  padding: 1.875rem 0.9375rem;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 40em) {
  .apartment-overview-navigation {
    padding: 1.875rem;
  }
}

.apartment-overview-menu > li {
  color: #979797;
  padding: 1em 0;
  line-height: 1.5;
}

.apartment-overview-menu > li:not(:last-child) {
  border-bottom: 1px solid #979797;
}

.apartment-overview-menu > li > a {
  color: #979797;
  display: block;
  position: relative;
  padding-left: 2em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
}

.apartment-overview-menu > li > a > i {
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}

.apartment-overview-menu > li.active > a, .apartment-overview-menu > li:hover > a {
  color: #cea222;
}

.apartment-detail-box {
  display: block;
  min-height: 17.5rem;
  position: relative;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 40em) {
  .apartment-detail-box {
    min-height: 23.75rem;
  }
}

.apartment-detail-box .discount-tag {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
}

.apartment-detail-box-buttons {
  position: absolute;
  bottom: 1.875rem;
  right: 0;
  left: 0;
  text-align: center;
}

.apartment-detail-box-buttons > a {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0.625rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.apartment-detail-box-buttons > a > i {
  display: block;
}

.apartment-detail-box-buttons > a:hover {
  color: #cea222;
}

.apartment-detail-panel {
  display: block;
  background-color: #ffffff;
  border-radius: 0.25rem;
  color: #979797;
  text-align: center;
  margin-bottom: 0.625rem;
  padding: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .apartment-detail-panel {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
}

.apartment-detail-panel i {
  display: block;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  .apartment-detail-panel i {
    font-size: 2.25rem;
  }
}

.apartment-detail-callout {
  margin: 30px 0;
  border-radius: 0.25rem;
  display: block;
  padding: 1.875rem;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  background-color: #2a3b66;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .apartment-detail-callout {
    font-size: 1.125rem;
  }
}

.apartment-detail-section {
  border-top: 1px solid #d1d2d1;
  padding-top: 1.875rem;
}

.apartment-detail-section .title {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
}

.apartment-detail-navigation {
  margin-bottom: 30px;
}

.apartment-detail-navigation::before, .apartment-detail-navigation::after {
  display: table;
  content: ' ';
}

.apartment-detail-navigation::after {
  clear: both;
}

.apartment-detail-menu {
  float: left;
  width: 60%;
}

@media print, screen and (min-width: 64em) {
  .apartment-detail-menu {
    margin-top: 0.5rem;
    line-height: 1;
    width: 75%;
  }
}

.apartment-detail-menu > li {
  font-weight: 700;
  text-transform: uppercase;
  color: #979797;
  vertical-align: top;
  display: block;
}

@media print, screen and (min-width: 64em) {
  .apartment-detail-menu > li {
    line-height: 1;
    display: inline-block;
  }
}

.apartment-detail-menu > li:hover > a {
  color: #1d1508;
  text-decoration: underline;
}

.apartment-detail-menu > li > a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #979797;
  padding: 0.25rem 0;
}

@media print, screen and (min-width: 64em) {
  .apartment-detail-menu > li > a {
    padding: 0;
  }
}

.apartment-detail-menu > li:not(:last-child) {
  margin-right: 10%;
}

.apartment-detail-price {
  float: left;
  width: 40%;
  font-size: 1.125rem;
  color: #2a3b66;
  font-weight: 700;
  text-align: right;
  line-height: 1;
}

@media print, screen and (min-width: 40em) {
  .apartment-detail-price {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .apartment-detail-price {
    width: 25%;
  }
}

.apartment-detail-price .persons {
  font-size: 0.875rem;
  vertical-align: super;
}

.trekking-overview-filter .filter-block-title {
  background-color: #cea222;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  padding: 1.875rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .trekking-overview-filter .filter-block-title {
    padding: 1.875rem;
  }
}

.trekking-overview-filter .filter-block-title .heading {
  margin: 0;
}

.trekking-overview-filter .filter-block {
  padding: 1.875rem 0.9375rem;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 40em) {
  .trekking-overview-filter .filter-block {
    padding: 1.875rem;
    margin-bottom: 30px;
  }
}

.trekking-overview-filter .selects-block {
  background-color: #ffffff;
}

.trekking-overview-filter .checkboxes-block {
  background-color: #ffffff;
}

.trekking-overview-filter .checkboxes-block .filter:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.trekking-overview-filter .search-wrapper {
  position: relative;
}

.trekking-overview-filter .search-wrapper input {
  padding-right: 3.125rem;
}

.trekking-overview-filter .search-wrapper button,
.trekking-overview-filter .search-wrapper .reset {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.875rem;
  color: #ffffff;
  background-color: #979797;
  cursor: pointer;
  text-align: center;
  line-height: 3rem;
  font-size: 1.25rem;
}

.trekking-overview-filter .search-wrapper .loading-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.trekking-overview-filter .search-wrapper .reset {
  z-index: 2;
  display: none;
  background-color: #2a3b66;
}

.trekking-preview-box {
  background-color: #ffffff;
}

.trekking-preview-box .heading a {
  color: #1d1508;
}

.trekking-preview-box .description {
  padding: 1.875rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .trekking-preview-box .description {
    padding: 1.875rem;
  }
}

.trekking-preview-box .description ul.features {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
  color: #696969;
  font-size: 0.875rem;
}

@media print, screen and (min-width: 64em) {
  .trekking-preview-box .description ul.features {
    font-size: 100%;
  }
}

.trekking-preview-box .description ul.features > li::before, .trekking-preview-box .description ul.features > li::after {
  display: table;
  content: ' ';
}

.trekking-preview-box .description ul.features > li::after {
  clear: both;
}

.trekking-preview-box .description ul.features > li .label {
  display: block;
  width: 60%;
  float: left;
  padding-left: 2em;
  position: relative;
}

.trekking-preview-box .description ul.features > li .label i {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trekking-preview-box .description ul.features > li .value {
  display: block;
  width: 40%;
  float: left;
}

.trekking-preview-box.is-popup {
  padding: 0.3125rem;
}

.trekking-preview-box.is-popup a {
  color: #1d1508;
}

.trekking-preview-box.is-popup a:hover {
  color: #1d1508;
  text-decoration: underline;
}

.trekking-preview-box.is-popup .button {
  color: #1d1508;
}

.trekking-preview-box.is-popup .button:hover {
  color: #ffffff;
}

.trekking-preview-box.is-popup .description {
  padding: 1.25rem 0 0 0;
}

.trekking-detail-panel {
  display: block;
  background-color: #ffffff;
  border-radius: 0.25rem;
  text-align: center;
  margin-bottom: 0.625rem;
  padding: 1.875rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .trekking-detail-panel {
    padding: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .trekking-detail-panel {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}

.trekking-detail-panel i {
  display: block;
  font-size: 1.5rem;
  color: #979797;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .trekking-detail-panel i {
    font-size: 2.25rem;
  }
}

.trekking-detail-panel .property {
  display: block;
}

.trekking-detail-panel .value {
  display: block;
  color: #979797;
}

.trekking-detail-pagination {
  display: block;
  background-color: #2a3b66;
  margin-bottom: 30px;
  padding: 1.25rem;
  border-radius: 0.25rem;
  position: relative;
}

.trekking-detail-pagination .arrow {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  .trekking-detail-pagination .arrow {
    font-size: 1.875rem;
  }
}

.trekking-detail-pagination .prev {
  left: 1.875rem;
}

.trekking-detail-pagination .next {
  right: 1.875rem;
}

.trekking-detail-pagination .value {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  line-height: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .trekking-detail-pagination .value {
    font-size: 1.5rem;
  }
}

.profileGraph {
  pointer-events: all;
}

.elev-text {
  fill: white;
  -webkit-box-shadow: 10px 10px 5px black;
          box-shadow: 10px 10px 5px black;
}

.focus circle {
  fill: #cea222;
  stroke: white;
  z-index: 1000;
}

.marker-hover {
  background: #3E3D3D;
  border-radius: 50%;
  border: 2px solid white;
  height: 20px;
}

.trekking-map-container {
  position: relative;
  margin-bottom: 30px;
}

.trekking-chart-container {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e9e9e9;
  margin-bottom: 30px;
}

.trekking-chart-container .chart {
  height: 10rem;
}

.trekking-chart-container .chart svg {
  display: block;
  width: 100%;
}

.trekking-chart-container .chart .elevGraph {
  fill: #3E3D3D;
  stroke: none;
  stroke-width: 4px;
  display: block;
}

.trekking-detail-description {
  margin-top: 30px;
}

@media print {
  .trekking-detail-description {
    font-size: 12pt;
    line-height: 1.5;
  }
}

.empty-list {
  font-size: 1.25rem;
  padding: 1.25rem;
  font-style: italic;
  text-align: center;
}

.gallery-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 15.625rem;
  position: relative;
}

.gallery-image.portrait {
  height: 33.125rem;
}

.gallery-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(29, 21, 8, 0.5)));
  background: -webkit-linear-gradient(transparent, rgba(29, 21, 8, 0.5));
  background: linear-gradient(transparent, rgba(29, 21, 8, 0.5));
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-image .caption {
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  right: 0.9375rem;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  display: block;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.gallery-image .caption i {
  font-size: 3rem;
  margin-bottom: 0.9375rem;
  display: block;
}

.gallery-image .caption .title {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}

.gallery-image:hover:before {
  opacity: 1;
  visibility: visible;
}

.gallery-image:hover .caption {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gallery-video {
  position: relative;
}

.gallery-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  z-index: 5;
  font-size: 4rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

.gallery-video:before {
  display: none;
}

.gallery-video:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(29, 21, 8, 0.5);
}

.gallery-video:hover .play-button {
  color: #cea222;
}

.gallery-panel {
  display: block;
  height: 15.625rem;
  text-align: center;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-panel.background-primary:hover {
  color: #ffffff;
  background-color: #deb43a;
}

.gallery-panel.disabled {
  background-color: #979797;
}

.gallery-panel.disabled:hover {
  color: #ffffff;
  background-color: #979797;
  cursor: default;
}

.gallery-panel-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-panel-inner i {
  display: block;
  font-size: 2.25rem;
  margin-bottom: 0.9375rem;
}

.gallery-panel-inner .text {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}

.gallery-video-panel {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.gallery-video-panel .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.75rem;
  display: block;
  color: #ffffff;
  outline: none;
}

.gallery-video-panel:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 21, 8, 0.5);
}

.booking-widget {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.booking-widget::before, .booking-widget::after {
  display: table;
  content: ' ';
}

.booking-widget::after {
  clear: both;
}

.booking-widget .booking-widget-row::before, .booking-widget .booking-widget-row::after {
  display: table;
  content: ' ';
}

.booking-widget .booking-widget-row::after {
  clear: both;
}

.booking-widget.layout-vertical {
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .booking-widget.layout-vertical {
    padding-top: 3.75rem;
  }
}

.booking-widget.layout-vertical .booking-widget-row {
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .booking-widget.layout-vertical .booking-widget-row {
    margin-bottom: 3.75rem;
  }
}

.booking-widget.layout-horizontal {
  padding-top: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .booking-widget.layout-horizontal {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-right: 20%;
  }
}

.booking-widget.layout-horizontal .booking-widget-row {
  padding-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .booking-widget.layout-horizontal .booking-widget-row {
    padding-bottom: 0;
    float: left;
    width: 50%;
  }
  .booking-widget.layout-horizontal .booking-widget-row:first-child {
    border-right: 1px solid #d1d2d1;
  }
}

.booking-widget.layout-horizontal .booking-widget-submit {
  display: block;
}

@media print, screen and (min-width: 40em) {
  .booking-widget.layout-horizontal .booking-widget-submit {
    width: 20%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.booking-widget-input {
  text-align: center;
  float: left;
  line-height: 1;
  width: 50%;
  position: relative;
}

.booking-widget-input .label {
  color: #979797;
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.booking-widget-input .number {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  min-width: 2.5rem;
  font-size: 2.375rem;
}

.booking-widget-input .month-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.25rem;
}

.booking-widget-input .month-wrapper .month {
  display: block;
}

.booking-widget-input .month-wrapper i {
  display: block;
}

.booking-widget-input .spinner {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.25rem;
}

.booking-widget-input .spinner .spinner-button {
  display: block;
  width: 100%;
  outline: none;
  cursor: pointer;
}

.booking-widget-input:not(:last-child) {
  border-right: 1px solid #d1d2d1;
}

.datepicker-trigger {
  display: block;
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 3.75rem;
}

.booking-widget-submit {
  display: block;
  border: none;
  outline: none;
  background-color: #cea222;
  width: 100%;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  padding: 0.9375rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 64em) {
  .booking-widget-submit {
    text-transform: uppercase;
    padding: 1.875rem 0.625rem;
  }
}

.booking-widget-submit:hover {
  background-color: #deb43a;
  color: #ffffff;
}

.rex-breadcrumbs {
  margin-bottom: 1.875rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .rex-breadcrumbs {
    margin-bottom: 3.125rem;
  }
}

.rex-breadcrumbs ul.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.rex-breadcrumbs ul.breadcrumbs li {
  display: block;
  float: left;
  padding-right: 1.25rem;
  margin-right: 0.625rem;
  position: relative;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 40em) {
  .rex-breadcrumbs ul.breadcrumbs li {
    font-size: 0.875rem;
  }
}

.rex-breadcrumbs ul.breadcrumbs li:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.625rem;
}

.rex-breadcrumbs ul.breadcrumbs li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.rex-breadcrumbs ul.breadcrumbs li:last-child:after {
  display: none;
}

.article-preview-carousel .slick-dots {
  bottom: 30px;
}

@media print, screen and (min-width: 64em) {
  .article-preview-carousel .slick-dots {
    width: 50%;
    bottom: 10%;
  }
}

@media print, screen and (min-width: 64em) {
  .article-preview-carousel.dots-right .slick-dots {
    right: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .article-preview-carousel.dots-left .slick-dots {
    left: 0;
  }
}

.article-preview-carousel.slick-initialized .article-preview-carousel-item-wrapper {
  display: block;
}

.article-preview-carousel-item-wrapper {
  display: block;
}

.article-preview-carousel-item-wrapper:not(:first-child) {
  display: none;
}

.article-preview-carousel-item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media print, screen and (min-width: 64em) {
  .article-preview-carousel-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.article-preview-carousel-item.description-left .description {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media print, screen and (min-width: 64em) {
  .article-preview-carousel-item.description-left .description {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

.article-preview-carousel-item.description-left .image {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

@media print, screen and (min-width: 64em) {
  .article-preview-carousel-item.description-left .image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.article-preview-carousel-item .description {
  text-align: center;
  color: #696969;
  padding: 3.125rem 1.5625rem 5rem 1.5625rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .article-preview-carousel-item .description {
    padding: 5% 10%;
  }
}

.article-preview-carousel-item .description .heading {
  color: #1d1508;
}

.article-preview-carousel-item .description .button {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .article-preview-carousel-item .description {
    min-height: 28.125rem;
    width: 50%;
  }
}

.article-preview-carousel-item .image {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d1d2d1;
  display: block;
  height: 15.625rem;
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

@media print, screen and (min-width: 64em) {
  .article-preview-carousel-item .image {
    min-height: 28.125rem;
    height: auto;
    width: 50%;
  }
}

.article-preview-box {
  background-color: #ffffff;
}

.article-preview-box .description {
  padding: 1.875rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .article-preview-box .description {
    padding: 1.875rem;
  }
}

.article-preview-box .description .button {
  margin-top: 1.5em;
}

.testimonial {
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.testimonial-meta {
  font-style: italic;
  font-size: 0.875rem;
  margin-top: 1em;
}

@media print, screen and (min-width: 40em) {
  .testimonial-meta {
    text-align: right;
    margin-top: 0;
  }
}

.testimonial-author {
  display: block;
}

.testimonial-date {
  display: block;
}

.testimonial-rating .fa-heart {
  font-size: 1.5rem;
}

.testimonial-rating .fa-heart.active:before {
  color: #cea222;
  font-weight: 900;
}

.testimonial-form .button {
  margin-top: 1.5625rem;
}

.contact-form-container .form-section,
.testimonial-form .form-section {
  padding-top: 1.875rem;
  padding-bottom: 0.3125rem;
  border-top: 1px solid #d1d2d1;
}

.contact-form-container .form-section-label,
.testimonial-form .form-section-label {
  display: block;
  font-size: 100%;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 64em) {
  .contact-form-container .form-section-label,
  .testimonial-form .form-section-label {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1;
    padding: 0.9375rem 0;
    text-transform: uppercase;
    margin: 0;
  }
}

.contact-form-container .add-room, .contact-form-container .remove-room,
.testimonial-form .add-room,
.testimonial-form .remove-room {
  outline: none;
  cursor: pointer;
  color: #1d1508;
  font-weight: 500;
  display: block;
  padding: 0.625rem 0;
}

.contact-form-container .control-label,
.testimonial-form .control-label {
  display: block;
  margin-bottom: 0.625rem;
}

.contact-form-container .checkbox-container,
.testimonial-form .checkbox-container {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #d1d2d1;
}

.contact-form-container .checkbox-container .label,
.testimonial-form .checkbox-container .label {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}

@media print, screen and (min-width: 64em) {
  .contact-form-container .checkbox-container .label,
  .testimonial-form .checkbox-container .label {
    padding: 0 1.25rem;
    margin-bottom: 0;
  }
}

.contact-form-container .mandatory-fields,
.testimonial-form .mandatory-fields {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 0.875rem;
  font-style: italic;
  color: #696969;
}

@media print, screen and (min-width: 64em) {
  .contact-form-container .mandatory-fields,
  .testimonial-form .mandatory-fields {
    padding-left: 1.25rem;
  }
}

.contact-form-container .age-child,
.contact-form-container .additional-room,
.testimonial-form .age-child,
.testimonial-form .additional-room {
  display: none;
}

.newsletter-form-container .hint-required-fields {
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .newsletter-form-container .hint-required-fields {
    margin-top: 0;
  }
}

.newsletter-form-container .button {
  margin-bottom: 1.5625rem;
}

.newsletter-form-container input[type=text], .newsletter-form-container input[type=email], .newsletter-form-container select, .newsletter-form-container textarea {
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
}

.newsletter-form-container a {
  color: #b18b1d;
}

@media (max-width: 768px) {
  .newsletter-form-container .submitBottunWrapper {
    margin-top: 15px;
  }
}

.footer-top .custom-checkbox label {
  color: #ffffff;
}

.footer-top .custom-checkbox span {
  color: #1d1508;
}

.sendgrid-subscription-widget input {
  padding: .5em .5em .55em;
  font-size: .8em;
  font-family: sans-serif;
}

.sendgrid-subscription-widget .sg_signup_first_name, .sendgrid-subscription-widget .sg_signup_last_name {
  margin-right: .5em;
}

.sendgrid-subscription-widget .response {
  display: none;
  font-family: sans-serif;
  font-size: .8em;
}

.sendgrid-subscription-widget .success {
  color: green;
}

.sg-response {
  margin-bottom: 15px;
}

.sendgrid-subscription-widget .sg-consent-text {
  font-size: .9em;
}

.sendgrid-subscription-widget .sg-consent-text label {
  font-weight: 400;
}

.sendgrid-subscription-widget .required {
  outline: 1px solid #f00;
}

.sendgrid-subscription-widget .checkbox_label {
  padding-left: 3px;
}

.content-box {
  background-color: #ffffff;
}

.content-box-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 15rem;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .content-box-image {
    height: 20rem;
  }
}

@media print, screen and (min-width: 64em) {
  .content-box-image {
    height: 31.25rem;
  }
}

.content-box-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(29, 21, 8, 0.2)));
  background: -webkit-linear-gradient(transparent, rgba(29, 21, 8, 0.2));
  background: linear-gradient(transparent, rgba(29, 21, 8, 0.2));
  z-index: 1;
}

.content-box-description {
  padding: 30px;
}

.content-box-description .text-wrapper {
  min-height: 3.125rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-box-description .text-wrapper:before {
  display: none;
  content: '';
  height: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
  background: -webkit-linear-gradient(transparent, #ffffff);
  background: linear-gradient(transparent, #ffffff);
}

.content-box-description .text-wrapper.has-overflow {
  overflow: hidden;
}

.content-box-description .text-wrapper.has-overflow:before {
  display: block;
}

.content-box-description .button {
  margin-top: 0.9375rem;
}

.content-box-buttons {
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
  z-index: 2;
}

.content-box-buttons > a {
  display: block;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  font-size: 2.25rem;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.content-box-buttons > a:not(:last-child) {
  margin-bottom: 0.625rem;
}

.content-box-buttons > a > i {
  display: block;
}

.content-box-buttons > a:hover {
  color: #cea222;
}

.date-carousel-wrapper {
  position: relative;
}

.date-carousel-prev-week,
.date-carousel-next-week {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  width: 6.25rem;
  border: 0;
  background-color: #979797;
  z-index: 10;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 64em) {
  .date-carousel-prev-week,
  .date-carousel-next-week {
    display: block;
  }
}

.date-carousel-prev-week:before,
.date-carousel-next-week:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
  font-size: 1.5rem;
  display: block;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
}

.date-carousel-prev-week:hover, .date-carousel-prev-week:focus,
.date-carousel-next-week:hover,
.date-carousel-next-week:focus {
  outline: none;
  border: 0;
  background-color: #cea222;
}

.date-carousel-prev-week {
  left: 0;
}

.date-carousel-prev-week:before {
  content: '\f104';
}

.date-carousel-next-week {
  right: 0;
}

.date-carousel-next-week:before {
  content: '\f105';
}

.date-carousel {
  position: relative;
  padding: 0 2.5rem;
  height: 6.25rem;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .date-carousel {
    padding: 0 3.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .date-carousel {
    padding: 0 6.25rem;
  }
}

.date-carousel .date-carousel-item {
  display: block;
  height: 6.25rem;
  width: 100%;
  position: relative;
  background-color: #f5f3ed;
  border-right: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(105, 105, 105, 0.5);
  overflow: hidden;
  text-shadow: 0 1px rgba(255, 255, 255, 0.65);
}

.date-carousel .date-carousel-item .event-count {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  font-size: 0.875rem;
}

.date-carousel .date-carousel-item .event-count .number {
  position: relative;
  z-index: 2;
}

.date-carousel .date-carousel-item .event-count:before {
  content: '';
  display: block;
  width: 7.5rem;
  height: 2.5rem;
  -webkit-transform: translateX(50%) rotate(45deg);
      -ms-transform: translateX(50%) rotate(45deg);
          transform: translateX(50%) rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4560a7;
  z-index: 1;
}

.date-carousel .date-carousel-item .date {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.date-carousel .date-carousel-item .date .day {
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
}

.date-carousel .date-carousel-item .date .weekday {
  font-size: 0.875rem;
  display: block;
}

.date-carousel .date-carousel-item:not(:first-child) {
  display: none;
}

.date-carousel .date-carousel-item.has-events {
  color: #696969;
}

.date-carousel .date-carousel-item.has-events:hover {
  background-color: #e4dece;
}

.date-carousel .date-carousel-item.is-active {
  background-color: #2a3b66;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
}

.date-carousel .date-carousel-item.is-selected {
  background-color: #cea222;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
}

.date-carousel.slick-initialized .date-carousel-item {
  display: block;
}

.date-carousel .slick-prev,
.date-carousel .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: auto;
  width: 2.5rem;
  border: 0;
  background-color: #979797;
}

@media print, screen and (min-width: 40em) {
  .date-carousel .slick-prev,
  .date-carousel .slick-next {
    width: 3.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .date-carousel .slick-prev,
  .date-carousel .slick-next {
    width: 6.25rem;
  }
}

.date-carousel .slick-prev:before,
.date-carousel .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

.date-carousel .slick-prev:hover, .date-carousel .slick-prev:focus,
.date-carousel .slick-next:hover,
.date-carousel .slick-next:focus {
  outline: none;
  border: 0;
  background-color: #cea222;
}

.date-carousel .slick-prev {
  left: 0;
}

.date-carousel .slick-prev:before {
  content: '\f104';
}

.date-carousel .slick-next {
  right: 0;
}

.date-carousel .slick-next:before {
  content: '\f105';
}

.poi-preview-box {
  background-color: #ffffff;
}

.poi-preview-box::before, .poi-preview-box::after {
  display: table;
  content: ' ';
}

.poi-preview-box::after {
  clear: both;
}

.poi-preview-box.highlight {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f7edd1;
}

.poi-preview-box .image-wrapper {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .poi-preview-box .image-wrapper {
    width: 30%;
    float: left;
    padding-right: 1.875rem;
  }
}

.poi-preview-box .image {
  background-color: #979797;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 15rem;
}

.poi-preview-box .description {
  padding: 1.875rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .poi-preview-box .description {
    padding: 1.875rem 0;
    width: 70%;
    float: left;
  }
}

.poi-preview-box .description .heading a {
  color: #1d1508;
}

.poi-preview-box .description .buttons {
  margin-top: 0.9375rem;
}

.poi-preview-box.is-popup {
  padding: 0.3125rem;
}

.poi-preview-box.is-popup a {
  color: #1d1508;
}

.poi-preview-box.is-popup a:hover {
  color: #1d1508;
  text-decoration: underline;
}

.poi-preview-box.is-popup .button {
  color: #1d1508;
}

.poi-preview-box.is-popup .button:hover {
  color: #ffffff;
}

.poi-preview-box.is-popup .image-wrapper {
  width: 100%;
  float: none;
  padding: 0;
  display: block;
  margin-bottom: 1.25rem;
}

.poi-preview-box.is-popup .image {
  height: 10rem;
}

.poi-preview-box.is-popup .description {
  width: 100%;
  float: none;
  padding: 0;
  display: block;
}

.poi-detail-description {
  margin-top: 30px;
  margin-bottom: 30px;
}

.offer-preview-carousel.slick-initialized .offer-preview-box {
  display: block;
}

.offer-preview-wrapper {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.offer-preview-wrapper:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 21, 8, 0.25);
  z-index: 1;
}

.offer-preview-wrapper:after {
  display: none;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10rem;
  background-color: #f9f9f9;
  z-index: 2;
}

@media print, screen and (min-width: 64em) {
  .offer-preview-wrapper:after {
    display: block;
  }
}

.offer-preview-text-wrapper {
  position: relative;
  z-index: 3;
}

@media print, screen and (min-width: 64em) {
  .offer-preview-text-wrapper {
    padding-top: 21.25rem;
  }
}

.offer-preview-text {
  padding: 3.125rem 1.5625rem;
  background-color: #f9f9f9;
  color: #979797;
}

@media print, screen and (min-width: 64em) {
  .offer-preview-text {
    padding: 3.75rem 1.875rem 1.875rem 0;
    -webkit-box-shadow: -350px 0 0 0 #f9f9f9;
            box-shadow: -350px 0 0 0 #f9f9f9;
    margin-right: 40%;
  }
}

@media screen and (min-width: 75em) {
  .offer-preview-text {
    margin-right: 33%;
  }
}

@media screen and (min-width: 90em) {
  .offer-preview-text {
    -webkit-box-shadow: -800px 0 0 0 #f9f9f9;
            box-shadow: -800px 0 0 0 #f9f9f9;
  }
}

.offer-preview-text .heading {
  font-weight: 700;
  color: #1d1508;
  margin-bottom: 0.5em;
}

.offer-preview-text .lead {
  color: #1d1508;
  font-size: 100%;
  margin-bottom: 1em;
}

.offer-preview-box {
  background-color: #ffffff;
  color: #696969;
}

.offer-preview-box:not(:first-child) {
  display: none;
}

.offer-preview-box-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 15.625rem;
}

.offer-preview-box-wrapper {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .offer-preview-box-wrapper {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 75em) {
  .offer-preview-box-wrapper {
    width: 33%;
  }
}

.offer-preview-box-wrapper .slick-dots {
  width: auto;
  background-color: #1d1508;
  padding: 2.4375rem 2.8125rem;
  position: absolute;
  bottom: auto;
  top: 15.625rem;
  left: 0;
  right: auto;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offer-preview-box-description {
  padding: 1.875rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .offer-preview-box-description {
    padding: 1.875rem;
  }
}

.offer-preview-box-description .price {
  padding-bottom: 1.875rem;
  margin-bottom: 1.5625rem;
  line-height: 1.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  border-bottom: 1px solid #d1d2d1;
}

.offer-preview-box-description .price::before, .offer-preview-box-description .price::after {
  display: table;
  content: ' ';
}

.offer-preview-box-description .price::after {
  clear: both;
}

.offer-preview-box-description .price .label {
  text-transform: uppercase;
  display: block;
  float: left;
}

.offer-preview-box-description .price .price-label {
  float: right;
  display: block;
  background-color: #2a3b66;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  border-radius: 0.25rem;
  padding: 0 0.9375rem;
}

.offer-preview-box-description .title {
  margin-bottom: 1.5625rem;
}

.offer-preview-box-description .title .small {
  font-size: 0.875rem;
}

.offer-preview-box-description .title .heading {
  margin-bottom: 0;
  color: #1d1508;
}

.offer-preview-box-description .text {
  margin-bottom: 1.5625rem;
}

.offer-preview-box-description .date strong {
  color: #1d1508;
}

.offer-preview-box-description .button {
  margin-top: 1.25rem;
}

.offer-overview-box {
  background-color: #ffffff;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 64em) {
  .offer-overview-box {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}

.offer-overview-box-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 15.625rem;
}

@media print, screen and (min-width: 40em) {
  .offer-overview-box-image {
    display: table-cell;
    width: 33%;
  }
}

.offer-overview-box-description {
  padding: 1.875rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .offer-overview-box-description {
    padding: 1.875rem;
    display: table-cell;
    width: 67%;
  }
}

.offer-overview-box-description .price {
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
  border-top: 1px solid #d1d2d1;
}

.offer-overview-box-description .price::before, .offer-overview-box-description .price::after {
  display: table;
  content: ' ';
}

.offer-overview-box-description .price::after {
  clear: both;
}

.offer-overview-box-description .price .button {
  display: block;
  width: 100%;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 30em) {
  .offer-overview-box-description .price .button {
    width: auto;
    display: inline-block;
    float: right;
    margin: 0;
  }
}

.offer-overview-box-description .price .price-label {
  display: block;
  background-color: #2a3b66;
  line-height: 1.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  border-radius: 0.25rem;
  padding: 0 0.9375rem;
}

@media screen and (min-width: 30em) {
  .offer-overview-box-description .price .price-label {
    float: left;
  }
}

.offer-overview-box-description .title {
  margin-bottom: 1.5625rem;
}

.offer-overview-box-description .title .small {
  font-size: 0.875rem;
}

.offer-overview-box-description .title .heading {
  margin-bottom: 0;
  color: #1d1508;
}

.offer-overview-box-description .text {
  margin-bottom: 1.5625rem;
}

.offer-overview-box-description .date strong {
  color: #1d1508;
}

.offer-overview-box-description .button {
  margin-top: 1.25rem;
}

.offer-overview-filter {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 1.5625rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .offer-overview-filter {
    padding: 1.5625rem;
  }
}

.offer-overview-filter .menu > li:not(:last-child) {
  margin-right: 1em;
}

.offer-overview-filter .menu > li > a {
  color: #1d1508;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offer-overview-filter .menu > li.all {
  font-weight: 700;
}

.offer-overview-filter .menu > li:hover > a {
  color: #cea222;
}

.offer-overview-filter .menu > li.is-active > a {
  color: #cea222;
  text-decoration: underline;
}

.loading-container {
  position: relative;
}

.loading-container:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.loading-container.is-loading:before {
  opacity: 1;
  visibility: visible;
}

.loading-container.is-loading .spinner {
  opacity: 1;
  visibility: visible;
}

.loading-container .spinner {
  width: 4.375rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.loading-container .spinner > div {
  width: 1.125rem;
  height: 1.125rem;
  background-color: #2a3b66;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading-container .spinner .bounce-1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.loading-container .spinner .bounce-2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.filter-panel {
  padding: 1.25rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  color: #696969;
}

.filter-panel::before, .filter-panel::after {
  display: table;
  content: ' ';
}

.filter-panel::after {
  clear: both;
}

@media print, screen and (min-width: 64em) {
  .filter-panel {
    margin-bottom: 30px;
  }
}

.filter-panel .custom-checkbox {
  float: left;
}

.filter-panel .custom-checkbox label {
  font-weight: 700;
  font-size: 1.125rem;
  color: #696969;
  margin: 0;
}

.filter-panel .custom-checkbox label span {
  background-color: #696969;
  border: 0;
}

.filter-panel .custom-checkbox label span.checkbox {
  border-radius: 0.25rem;
}

.filter-panel .custom-checkbox label input:checked ~ span {
  background-color: #cea222;
}

.filter-panel .custom-checkbox label input:checked ~ span.checkbox:before {
  color: #ffffff;
  content: '✔';
  font-size: 0.875rem;
}

.filter-panel .reset-filter {
  font-weight: 700;
  font-size: 1.125rem;
  color: #696969;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.25rem;
  display: block;
  float: left;
}

.filter-panel .reset-filter:hover {
  color: #cea222;
}

.filter-panel .count {
  float: right;
  line-height: 1.25rem;
}

.filter-panel.is-active {
  color: #cea222;
}

.filter-panel.is-active .custom-checkbox {
  float: left;
}

.filter-panel.is-active .custom-checkbox label {
  color: #cea222;
}

.image-collage {
  position: relative;
  padding-top: 40%;
  padding-right: 35%;
}

.image-collage .image-widescreen {
  position: relative;
  z-index: 10;
}

.image-collage .image-square {
  position: absolute;
  top: 0;
  left: 20%;
  z-index: 1;
  width: 45%;
}

.image-collage .image-portrait {
  width: 45%;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 5;
}

.image-grid {
  margin-left: -5px;
  margin-right: -5px;
}

.image-grid::before, .image-grid::after {
  display: table;
  content: ' ';
}

.image-grid::after {
  clear: both;
}

.image-grid > .image-grid-column {
  float: left;
  width: 50%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

@media print, screen and (min-width: 40em) {
  .image-grid > .image-grid-column {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.image-grid > .image-grid-column:nth-of-type(1n) {
  clear: none;
}

.image-grid > .image-grid-column:nth-of-type(2n+1) {
  clear: both;
}

.image-grid > .image-grid-column:last-child {
  float: left;
}

@media print, screen and (min-width: 40em) {
  .image-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.image-grid .image-widescreen {
  display: block;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 40em) {
  .image-grid .image-widescreen {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 64em) {
  .image-grid .image-widescreen:last-child {
    margin-bottom: 0;
  }
}

.image-full-width-wrapper {
  padding: 0.5rem 0;
}

@media print, screen and (min-width: 64em) {
  .image-full-width-wrapper {
    padding: 0.9375rem;
  }
}

.image-full-width-wrapper .image-wrapper {
  padding: 0.4375rem 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .image-full-width-wrapper .image-wrapper {
    padding: 0.9375rem;
  }
}

.image-full-width-wrapper .image {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  height: 15rem;
}

@media print, screen and (min-width: 40em) {
  .image-full-width-wrapper .image {
    height: 20rem;
  }
}

@media screen and (min-width: 90em) {
  .image-full-width-wrapper .image {
    height: 30rem;
  }
}

.image-full-width-wrapper .image .label {
  display: block;
  background-color: #ffffff;
  padding: 0.5em 1em;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 64em) {
  .image-full-width-wrapper .image .label {
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

.image-full-width-wrapper .image:hover .label {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.event-filter {
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .event-filter {
    margin-bottom: 2.8125rem;
  }
}

.event-filter-controls {
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .event-filter-controls {
    margin-bottom: 30px;
  }
}

.event-filter-controls .button i {
  font-size: 0.875rem;
}

.event-filter-controls .prev-week {
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .event-filter-controls .prev-week {
    margin-bottom: 0;
  }
}

.event-filter-controls .prev-week i {
  margin-right: 0.3125rem;
}

.event-filter-controls .next-week i {
  margin-left: 0.3125rem;
}

.event-filter-date {
  display: block;
  float: left;
  margin-right: 2em;
  line-height: 1.125rem;
  padding: 0.9375rem 0;
}

.event-filter-pick-date {
  display: block;
  float: left;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.125rem;
  padding: 0.9375rem 0;
}

.news-preview-wrapper {
  background-color: #f9f9f9;
}

.news-preview-wrapper .text-block-header .heading {
  font-weight: 500;
}

.news-preview-wrapper .text-block-header .heading .small {
  color: #696969;
  font-weight: 300;
  font-size: 0.875rem;
}

.news-item {
  background-color: #ffffff;
  color: #696969;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.05);
          box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-item .news-description {
  padding: 1.5625rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .news-item .news-description {
    padding: 1.5625rem;
  }
}

.news-item .news-category {
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #d1d2d1;
  margin-bottom: 1.5625rem;
  font-weight: 700;
  color: #1d1508;
}

.news-item .news-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.news-item .news-image img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.news-item .news-title {
  margin-bottom: 1.5625rem;
}

.news-item .news-title .news-date {
  font-size: 0.875rem;
  display: block;
}

.news-item .news-title .heading {
  color: #1d1508;
  margin: 0;
}

@media print, screen and (min-width: 64em) {
  .news-item .news-title .heading {
    min-height: 2.8125rem;
  }
}

.news-item .news-title .heading a {
  color: #1d1508;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-item .news-title .heading a:hover {
  color: #cea222;
}

.news-item .news-text {
  margin-bottom: 1.5625rem;
}

@media print, screen and (min-width: 64em) {
  .news-item .news-text {
    min-height: 7.5rem;
  }
}

.news-item:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.2);
          box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.2);
}

.news-item:hover .news-image img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.news-item-small {
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
}

.news-item-small:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(29, 21, 8, 0.5)));
  background: -webkit-linear-gradient(transparent, rgba(29, 21, 8, 0.5));
  background: linear-gradient(transparent, rgba(29, 21, 8, 0.5));
  z-index: 1;
}

.news-item-small a {
  color: #ffffff;
}

.news-item-small .news-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.news-item-small .news-category {
  color: #ffffff;
  padding-bottom: 0.5em;
}

.news-item-small .news-title {
  margin-bottom: 0;
}

.news-item-small .news-title .heading {
  color: #ffffff;
}

.news-category-link {
  position: relative;
  padding: 1.5625rem 2.5rem 1.5625rem 1.5625rem;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.news-category-link .label {
  font-size: 0.875rem;
}

.news-category-link .heading {
  margin: 0;
  line-height: 1;
}

.news-category-link:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.875rem;
  display: block;
  position: absolute;
  right: 1.5625rem;
  bottom: 1.5625rem;
}

.news-category-link:hover {
  background-color: #1d1508;
  color: #ffffff;
}

.news-detail .news-image {
  display: block;
}

.news-detail .news-meta {
  margin-bottom: 1em;
}

.news-detail .news-meta .news-date {
  font-size: 1.125rem;
  font-weight: 700;
}

.news-detail .news-meta .news-categories {
  font-size: 1.125rem;
}

.news-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-navigation::before, .news-navigation::after {
  display: table;
  content: ' ';
}

.news-navigation::after {
  clear: both;
}

.news-navigation > li {
  display: block;
  float: left;
  position: relative;
}

.news-navigation > li:not(:last-child) {
  padding-right: 1em;
}

.news-navigation > li:not(:last-child):after {
  content: '/';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  text-align: center;
}

.news-navigation > li > a {
  display: block;
  text-decoration: underline;
}

.news-info {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 1.5625rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .news-info {
    padding: 1.5625rem;
  }
}

.news-info-item {
  padding: 0.625rem 0;
  font-size: 0.875rem;
}

@media print, screen and (min-width: 40em) {
  .news-info-item {
    font-size: 100%;
    padding: 0.9375rem 0;
  }
}

.news-info-item:not(:last-child) {
  border-bottom: 1px solid #d1d2d1;
}

.news-info-item .label {
  display: inline-block;
  font-weight: 700;
}

.news-info-item .detail-price {
  font-size: 1.5rem;
  color: #2a3b66;
  font-weight: 700;
}

.news-files {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 1.5625rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .news-files {
    padding: 1.5625rem;
  }
}

.news-file {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .news-file {
    font-size: 100%;
    padding: 0.9375rem 0;
  }
}

.news-file:not(:last-child) {
  border-bottom: 1px solid #d1d2d1;
}

.news-file i {
  margin-right: 0.3125rem;
}

@media print, screen and (min-width: 64em) {
  .news-gallery {
    margin-top: -15px;
  }
}

.text-block-header .heading .small {
  font-size: 1rem;
  margin-bottom: 1em;
  display: block;
}

.text-block-video {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.quicklink-wrapper .heading {
  color: #ffffff;
}

.quicklink-wrapper .heading.tiny {
  font-weight: 300;
}

.quicklink-wrapper .heading.xlarge .text-primary {
  color: #cea222;
}

.quicklink-text-block {
  padding: 5% 10%;
}

.quicklink-text-block .text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.image-text-block {
  background-color: #ffffff;
}

@media print, screen and (min-width: 64em) {
  .image-text-block {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.image-text-block .text-container,
.image-text-block .image-container {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .image-text-block .text-container,
  .image-text-block .image-container {
    width: 50%;
    display: table-cell;
  }
}

.image-text-block .image-container {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  height: 22.5rem;
}

@media print, screen and (min-width: 64em) {
  .image-text-block .image-container {
    height: auto;
  }
}

.image-text-block .text-container {
  padding: 2.5rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .image-text-block .text-container {
    padding: 10% 5%;
    vertical-align: middle;
  }
}

.image-text-block.one-third .text-container {
  padding: 3.75rem 2.5rem;
}

@media print, screen and (min-width: 64em) {
  .image-text-block.one-third .text-container {
    width: 33.33%;
  }
}

@media print, screen and (min-width: 64em) {
  .image-text-block.one-third .image-container {
    width: 66.67%;
  }
}

@media print, screen and (min-width: 64em) {
  .image-text-block.two-thirds .text-container {
    width: 66.67%;
  }
}

@media print, screen and (min-width: 64em) {
  .image-text-block.two-thirds .image-container {
    width: 33.33%;
  }
}

.preview-box {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  position: relative;
  overflow: hidden;
  min-height: 18.75rem;
  text-align: left;
}

.preview-box:before, .preview-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.preview-box:before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(29, 21, 8, 0.2)));
  background: -webkit-linear-gradient(transparent, rgba(29, 21, 8, 0.2));
  background: linear-gradient(transparent, rgba(29, 21, 8, 0.2));
  background: linear-gradient(transparent, rgba(29, 21, 8, 0.2));
  opacity: 1;
  visibility: visible;
}

.preview-box:after {
  background: rgba(29, 21, 8, 0.2);
  opacity: 0;
  visibility: hidden;
}

.preview-box:hover {
  color: #ffffff;
}

.preview-box:hover:before {
  opacity: 0;
  visibility: hidden;
}

.preview-box:hover:after {
  opacity: 1;
  visibility: visible;
}

.preview-box:hover .preview-box-title {
  top: 10%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.preview-box:hover .preview-box-description {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.preview-box-title {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0.9375rem;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.125rem;
}

@media print, screen and (min-width: 40em) {
  .preview-box-title {
    padding: 0.9375rem 1.5625rem;
  }
}

.preview-box-title .small {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
}

.preview-box-description {
  padding: 0.9375rem;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.125rem;
}

@media print, screen and (min-width: 40em) {
  .preview-box-description {
    padding: 0.9375rem 1.5625rem;
  }
}

.preview-box-description .features {
  font-size: 1rem;
  list-style: none;
  margin: 1em 0;
}

.preview-box-description .features > li {
  padding: 0.125rem 0;
}

.preview-box-description .features > li i {
  margin-right: 0.5em;
}

.preview-box-description .details {
  border-top: 1px solid #ffffff;
  padding-top: 0.9375rem;
  font-size: 1.125rem;
}

.preview-box-description .details i {
  margin-left: 0.5em;
}

.video-block {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 20rem;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
}

@media print, screen and (min-width: 40em) {
  .video-block {
    height: 31.25rem;
  }
}

.video-block .video-caption {
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 90em) {
  .video-block .video-caption {
    left: 20%;
    right: 20%;
  }
}

.video-block .video-caption .heading {
  font-size: 1.5rem;
  font-weight: 500;
}

@media print, screen and (min-width: 40em) {
  .video-block .video-caption .heading {
    font-size: 2.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .video-block .video-caption .heading {
    font-weight: 300;
    font-size: 3rem;
  }
}

.video-block .video-caption .text {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .video-block .video-caption .text {
    display: block;
  }
}

.video-block .video-caption .play-button {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 3rem;
}

@media print, screen and (min-width: 40em) {
  .video-block .video-caption .play-button {
    width: 6.25rem;
    height: 6.25rem;
    font-size: 3.75rem;
  }
}

.video-block .video-caption .play-button:hover {
  color: #cea222;
}

.video-block:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 21, 8, 0.5);
}

.rating-wrapper {
  margin-bottom: 1.5625rem;
  height: 3rem;
}

.rating-wrapper .rating-input {
  direction: rtl;
  float: left;
  margin-top: 0.75rem;
}

.rating-wrapper .rating-input .fa-heart {
  font-size: 1.5rem;
  cursor: pointer;
  float: right;
  padding: 0 0.125rem 0 0;
}

.rating-wrapper .rating-input .fa-heart.active ~ .fa-heart:before, .rating-wrapper .rating-input .fa-heart.active:before, .rating-wrapper .rating-input .fa-heart:hover ~ .fa-heart:before, .rating-wrapper .rating-input .fa-heart:hover:before {
  color: #cea222;
  font-weight: 900;
}

.trekking-map-container,
.poi-map-container {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

.trekking-map-container .llmap,
.poi-map-container .llmap {
  height: calc(80vh - 150px);
  min-height: 12.5rem;
}

@media print, screen and (min-width: 64em) {
  .trekking-map-container .llmap,
  .poi-map-container .llmap {
    height: 33.75rem;
  }
}

.trekking-map-container .llmap.detail,
.poi-map-container .llmap.detail {
  height: calc(95vh - 150px);
}

@media print, screen and (min-width: 40em) {
  .trekking-map-container .llmap.detail,
  .poi-map-container .llmap.detail {
    height: calc(75vh - 150px);
  }
}

.trekking-map-container .llmap .leaflet-control-layers-toggle,
.poi-map-container .llmap .leaflet-control-layers-toggle {
  -webkit-background-size: 2.25rem 16.875rem;
          background-size: 2.25rem 16.875rem;
  width: 2.25rem;
  height: 2.25rem;
}

.trekking-map-container .llmap .leaflet-div-icon,
.poi-map-container .llmap .leaflet-div-icon {
  width: 1.875rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  border: 0;
  background: transparent;
}

.trekking-map-container .llmap .leaflet-div-icon:before,
.poi-map-container .llmap .leaflet-div-icon:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f3c5';
  font-size: 1.875rem;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  color: #1d1508;
}

.trekking-map-container .llmap .leaflet-div-icon.current-position,
.poi-map-container .llmap .leaflet-div-icon.current-position {
  display: block;
  background: none;
  text-align: center;
}

.trekking-map-container .llmap .leaflet-div-icon.current-position svg,
.poi-map-container .llmap .leaflet-div-icon.current-position svg {
  width: 2.25rem;
  fill: #1d9514 !important;
}

.trekking-map-container .llmap .leaflet-div-icon .cluster-num,
.poi-map-container .llmap .leaflet-div-icon .cluster-num {
  position: absolute;
  top: -4px;
  right: -10px;
  background: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 20px;
  font-size: 11px;
}

.trekking-map-container .llmap .leaflet-popup .catItemHeader a,
.poi-map-container .llmap .leaflet-popup .catItemHeader a {
  color: #cea222;
}

.trekking-map-container .llmap .leaflet-popup .catItemHeader p,
.poi-map-container .llmap .leaflet-popup .catItemHeader p {
  margin: 0;
}

.trekking-map-container .llmap .leaflet-popup .catItemHeader p a,
.poi-map-container .llmap .leaflet-popup .catItemHeader p a {
  display: block;
}

.trekking-map-container .llmap .leaflet-popup .catItemExtraFields,
.poi-map-container .llmap .leaflet-popup .catItemExtraFields {
  padding-bottom: 10px;
}

.trekking-map-container .llmap .leaflet-popup .catItemHeader a.k2ReadMore,
.trekking-map-container .llmap .leaflet-popup .k2ReadMore:hover,
.poi-map-container .llmap .leaflet-popup .catItemHeader a.k2ReadMore,
.poi-map-container .llmap .leaflet-popup .k2ReadMore:hover {
  color: #ffffff;
}

.trekking-map-container .llmap .leaflet-popup img,
.poi-map-container .llmap .leaflet-popup img {
  width: 100%;
  max-width: 100%;
}

.trekking-map-container .current-position,
.poi-map-container .current-position {
  display: none;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  background: #fff;
  top: 0.625rem;
  left: 0.625rem;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.1875rem;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}

.trekking-map-container .current-position svg,
.poi-map-container .current-position svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
}

.trekking-map-container .current-position.active,
.poi-map-container .current-position.active {
  background-color: #cea222;
}

.trekking-map-container .current-position.active svg,
.poi-map-container .current-position.active svg {
  fill: #fff !important;
}

.trekking-map-container .info-box,
.poi-map-container .info-box {
  display: none;
  position: absolute;
  overflow: visible;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  font-family: arial;
}

.trekking-map-container .info-box .warning,
.poi-map-container .info-box .warning {
  position: relative;
  background-color: #ffdc52;
  margin: 0.625rem 0.625rem 0 0.625rem;
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
}

.trekking-map-container .info-box .fa-times,
.poi-map-container .info-box .fa-times {
  position: absolute;
  font-size: 1.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.3125rem;
}

.trekking-map-container .map-text,
.poi-map-container .map-text {
  border-top: 1px solid #F0F0F0;
  margin-top: 0.625rem;
  padding-top: 19px;
}

.trekking-map-container .itemBody .map-images,
.poi-map-container .itemBody .map-images {
  border-top: 1px solid #F0F0F0;
  margin: 1.375rem 0 1rem 0;
}

.trekking-map-container .itemBody .map-images .images,
.poi-map-container .itemBody .map-images .images {
  margin: 0 -5px;
}

.trekking-map-container .itemBody .map-images .images .wrapper,
.poi-map-container .itemBody .map-images .images .wrapper {
  margin: 0 5px 10px 5px;
}

.map-container {
  position: relative;
  z-index: 5;
}

.map-container .llmap {
  height: 22.5rem;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .map-container .llmap {
    height: 31.25rem;
  }
}

.map-container .llmap .leaflet-control-layers-toggle {
  -webkit-background-size: 2.25rem 16.875rem;
          background-size: 2.25rem 16.875rem;
  width: 2.25rem;
  height: 2.25rem;
}

.map-container .llmap .leaflet-div-icon {
  width: 1.875rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  border: 0;
  background: transparent;
}

.map-container .llmap .leaflet-div-icon:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f3c5';
  font-size: 2.5625rem;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  color: #1d1508;
}

.map-container .llmap .leaflet-popup .leaflet-popup-close-button {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  color: #ffffff;
  padding: 0;
  background: none;
}

.map-container .llmap .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  text-align: center;
  background-color: #cea222;
  border: 1px solid #cea222;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.map-container .llmap .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  padding: 1.875rem;
  margin: 0;
  color: #ffffff;
  background-color: #cea222;
  font-family: "museo-sans", sans-serif;
}

.map-container .llmap .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content h1, .map-container .llmap .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content h2, .map-container .llmap .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content h3 {
  color: #ffffff;
  margin-bottom: 0.9375rem;
}

.map-container .llmap .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content h1 {
  font-size: 1.5625rem;
}

.map-container .llmap .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content h2 {
  font-size: 1.25rem;
}

.map-container .llmap .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content h3 {
  font-size: 1.125rem;
}

.map-container .llmap .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .text {
  font-size: 1rem;
  line-height: 1.4;
}

.map-container .llmap .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a {
  margin-top: 1.25rem;
  font-size: 1rem;
  display: block;
  color: #ffffff;
  text-decoration: underline;
}

.map-container .llmap .leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  border-top-color: #cea222;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Slider */
.slick-loading .slick-list {
  background: url("../img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  outline: none;
  border-radius: 0;
  border: 1px solid #d1d2d1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 40em) {
  .slick-prev,
  .slick-next {
    height: 3.125rem;
    width: 3.125rem;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  border: 1px solid #ffffff;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #ffffff;
}

@media print, screen and (min-width: 40em) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 1.125rem;
  }
}

.slick-prev {
  left: 2rem;
}

.slick-prev:before {
  content: '\f060';
}

.slick-next {
  right: 2rem;
}

.slick-next:before {
  content: '\f061';
}

.slick-slide {
  outline: none;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0.75rem;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 0.75rem;
  width: 0.75rem;
  margin: 0 0.25rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background-color: transparent;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  outline: none;
  color: transparent;
  cursor: pointer;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #696969;
}

.slick-dots li.slick-active button:before {
  background-color: #cea222;
}

.responsive-embed {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.responsive-embed .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 4.375rem;
  width: 4.375rem;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

.responsive-embed .play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '\f144';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 3.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.responsive-embed .play:hover {
  background-color: #2a3b66;
}

.responsive-embed .play:hover:before {
  color: #cea222;
}

.callback-service-aside {
  position: fixed;
  top: 22%;
  right: 0;
  -webkit-transform: translateX(280px);
      -ms-transform: translateX(280px);
          transform: translateX(280px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9000;
  display: none;
}

@media screen and (min-width: 22.5em) {
  .callback-service-aside {
    display: block;
  }
}

.callback-service-aside.expanded {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.callback-service-icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #cea222;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2.5rem;
  color: #ffffff;
  text-align: center;
  line-height: 2.5rem;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.callback-service-icon:hover {
  background-color: #2a3b66;
}

.callback-service-icon > svg {
  display: block;
  fill: #ffffff;
  width: 1.25rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.callback-service-inner {
  width: 17.5rem;
  background-color: #ffffff;
  padding: 1.875rem 0.9375rem 0.9375rem 0.9375rem;
  border-left: 1px solid #d1d2d1;
  border-bottom: 1px solid #d1d2d1;
  position: relative;
}

.callback-service-inner .lead-wrapper {
  position: relative;
  margin-bottom: 0.9375rem;
}

.callback-service-inner .lead-wrapper .lead {
  padding-left: 5.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.callback-service-inner .text {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}

.callback-service-inner:before, .callback-service-inner:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.625rem;
  background-color: #cea222;
  z-index: 1;
}

.callback-service-inner:after {
  width: 50%;
  z-index: 2;
  background-color: #2a3b66;
}

.callback-service-box {
  background-color: #2a3b66;
  color: #ffffff;
  padding: 0.9375rem;
}

.callback-service-box .input-wrapper::before, .callback-service-box .input-wrapper::after {
  display: table;
  content: ' ';
}

.callback-service-box .input-wrapper::after {
  clear: both;
}

.callback-service-box .number, .callback-service-box .prefix {
  position: relative;
  margin-bottom: 0.9375rem;
}

.callback-service-box .number input, .callback-service-box .prefix input {
  margin: 0;
  border: none;
  line-height: 1.25rem;
  height: 2.5rem;
  font-size: 0.875rem;
}

.callback-service-box .number i {
  color: #1d1508;
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  font-size: 0.875rem;
  text-align: center;
}

.callback-service-box .number input {
  padding: 0.625rem 0.3125rem 0.625rem 1.875rem;
}

.callback-service-box .prefix {
  width: 30%;
  float: left;
}

.callback-service-box .prefix input {
  font-size: 0.75rem;
  padding: 0.625rem 0.3125rem 0.625rem 0.625rem;
  border-right: 1px solid #d1d2d1;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.callback-service-box .number {
  width: 70%;
  float: left;
}

.callback-service-box .number input {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.callback-service-box .button {
  padding: 0.625rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 0.75rem;
}

.callback-service-box .callout {
  font-size: 0.75rem;
  margin: 0 -0.9375rem 0 -0.9375rem;
}

.datepicker thead {
  background: none;
}

.datepicker td span.month.disabled,
.datepicker td span.year.disabled,
.datepicker td.day.disabled {
  text-decoration: line-through;
  color: #d1d2d1;
}

.datepicker.dropdown-menu td.offered {
  background: #fffbe1;
}

.datepicker.dropdown-menu td.offered.active {
  background: #cea222;
}

.datepicker-departure input:-moz-read-only,
.datepicker-arrival input:-moz-read-only {
  background: #ffffff;
  cursor: pointer;
}

.datepicker-departure input:read-only,
.datepicker-arrival input:read-only {
  background: #ffffff;
  cursor: pointer;
}

.datepicker-departure.fixed {
  position: relative;
}

.datepicker-departure.fixed:after {
  content: '';
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  cursor: not-allowed;
  z-index: 10;
}

.datepicker-departure.fixed input {
  background: #efefef;
}

.customer-stories .story-item {
  background-color: #ffffff;
  color: #696969;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.05);
          box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.customer-stories .story-item:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.2);
          box-shadow: 0 0 10px 0 rgba(29, 21, 8, 0.2);
}

.customer-stories .story-item:hover .story-image img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.customer-stories .story-item .story-description {
  padding: 1.5625rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .customer-stories .story-item .story-description {
    padding: 1.5625rem;
  }
}

.customer-stories .story-item .story-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.customer-stories .story-item .story-image img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.customer-stories .story-item .story-title {
  margin-bottom: 1.5625rem;
  min-height: 4rem;
  display: block;
}

.customer-stories .story-item .story-title .heading {
  color: #1d1508;
  margin: 0;
}

.customer-stories .story-item .story-title .heading a {
  color: #1d1508;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.customer-stories .story-item .story-title .heading a:hover {
  color: #cea222;
}

.table {
  text-align: center;
  margin-bottom: 30px;
}

.table thead tr th {
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  font-size: 0.875rem;
}

@media print, screen and (min-width: 40em) {
  .table thead tr th {
    font-size: 1rem;
  }
}

.table thead tr th i {
  margin-right: 0.25rem;
}

.table thead tr th:not(:last-child) {
  border-right: 2px solid #f9f9f9;
}

.table tbody tr td {
  text-shadow: 0 1px rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
}

.table tbody tr td:not(:last-child) {
  border-right: 2px solid #f9f9f9;
}

.price-table thead tr th {
  width: 50%;
  text-align: center;
}

.price-table tbody tr td {
  position: relative;
  width: 50%;
  text-align: center;
}

.price-table tbody tr td .discount-tag {
  margin-top: 0.625rem;
}

.price-table-large thead tr th {
  text-align: center;
  font-weight: 300;
  font-size: 0.875rem;
}

.price-table-large thead tr th:first-child {
  width: 15rem;
  background-color: #4560a7;
  font-weight: 700;
  font-size: 100%;
}

.price-table-large thead tr th a {
  display: block;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
  font-size: 100%;
}

.price-table-large tbody tr td {
  text-align: center;
}

.price-table-large tbody tr td .discount-tag {
  margin-top: 0.625rem;
}

.price-table-large tbody tr td:first-child {
  font-weight: 700;
}

.price-table-large tbody tr td:first-child .date-span {
  font-weight: normal;
}

.table-scroll-wrapper {
  position: relative;
}

.table-scroll-wrapper .swipe-hint {
  display: block;
  width: 1.875rem;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  -webkit-animation: shake 2s infinite;
          animation: shake 2s infinite;
}

@media print, screen and (min-width: 40em) {
  .table-scroll-wrapper .swipe-hint {
    display: none;
  }
}

.table-scroll-wrapper .swipe-hint svg {
  display: block;
  fill: #ffffff;
}

.table-scroll-wrapper .swipe-hint.swiped {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: none;
          animation: none;
}

.table-scroll .table {
  width: 100%;
}

.info-table tbody tr td {
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  background-color: #2a3b66;
  position: relative;
  width: 50%;
  text-align: center;
}

.info-table tbody tr:nth-child(2n) td {
  background-color: #3a518d;
}

.bottom-row {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
  z-index: 20;
}

@media screen and (min-width: 769px) {
  .bottom-row {
    display: none !important;
  }
}

.bottom-row .button-phone,
.bottom-row button.fewo-booking-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px;
  -webkit-flex-basis: calc(50% - 20px);
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cea222;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}

.bottom-row .button-phone:hover,
.bottom-row button.fewo-booking-button:hover {
  background-color: #2a3b66;
}

.bottom-row .button-phone.expanded,
.bottom-row button.fewo-booking-button.expanded {
  background-color: #2a3b66;
}

.bottom-row .button-phone.expanded svg,
.bottom-row button.fewo-booking-button.expanded svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.bottom-row .button-phone svg,
.bottom-row button.fewo-booking-button svg {
  max-width: 20px;
  color: #ffffff;
  fill: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bottom-row .button-phone svg,
.bottom-row .button-phone i,
.bottom-row button.fewo-booking-button svg,
.bottom-row button.fewo-booking-button i {
  margin-left: 10px;
}

.site-main.no-slider {
  padding-top: 5rem;
}

@media screen and (min-width: 75em) {
  .site-main.no-slider {
    padding-top: 8.75rem;
  }
}

.site-header {
  position: fixed;
  background-color: transparent;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9000;
  -webkit-transition: background-color 0.3s ease, text-shadow 0.1s ease, -webkit-transform 0.8s;
  transition: background-color 0.3s ease, text-shadow 0.1s ease, -webkit-transform 0.8s;
  transition: background-color 0.3s ease, text-shadow 0.1s ease, transform 0.8s;
  transition: background-color 0.3s ease, text-shadow 0.1s ease, transform 0.8s, -webkit-transform 0.8s;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  color: #d1d2d1;
}

.site-header::before, .site-header::after {
  display: table;
  content: ' ';
}

.site-header::after {
  clear: both;
}

.site-header a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #d1d2d1;
}

.site-header a:hover {
  color: #ffffff;
}

.site-header .button {
  border-color: #d1d2d1;
  color: #d1d2d1;
}

.site-header .button:hover {
  color: #ffffff;
  border-color: #cea222;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
}

@media print, screen and (min-width: 64em) {
  .site-header .button-mail {
    display: none;
  }
}

.site-header .button-phone {
  display: none;
}

@media screen and (min-width: 30em) {
  .site-header .button-phone {
    display: inline-block;
  }
}

.site-header.hide-header {
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
}

.site-header.scrolled, .site-header.navigation-open {
  background-color: #ffffff;
  text-shadow: 0 1px rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0 0 15px 1px rgba(29, 21, 8, 0.2);
          box-shadow: 0 0 15px 1px rgba(29, 21, 8, 0.2);
}

.site-header.scrolled a, .site-header.navigation-open a {
  color: #979797;
}

.site-header.scrolled a:hover, .site-header.navigation-open a:hover {
  color: #cea222;
}

.site-header.scrolled .button, .site-header.navigation-open .button {
  border-color: #979797;
}

.site-header.scrolled .button:hover, .site-header.navigation-open .button:hover {
  color: #ffffff;
  border-color: #cea222;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
}

.site-header.scrolled .header-left-top,
.site-header.scrolled .header-right-top, .site-header.navigation-open .header-left-top,
.site-header.navigation-open .header-right-top {
  padding: 1.25rem 0;
}

.site-header.scrolled .header-left-bottom,
.site-header.scrolled .header-right-bottom, .site-header.navigation-open .header-left-bottom,
.site-header.navigation-open .header-right-bottom {
  padding: 0.9375rem 0;
}

@media print, screen and (min-width: 40em) {
  .site-header.scrolled .header-left-bottom,
  .site-header.scrolled .header-right-bottom, .site-header.navigation-open .header-left-bottom,
  .site-header.navigation-open .header-right-bottom {
    padding: 1.25rem 0;
  }
}

@media screen and (min-width: 75em) {
  .site-header.scrolled .header-logo, .site-header.navigation-open .header-logo {
    height: 9.0625rem;
  }
}

.site-header.scrolled .hamburger, .site-header.navigation-open .hamburger {
  border-color: #979797;
}

.site-header.scrolled .hamburger .lines, .site-header.navigation-open .hamburger .lines {
  background: #979797;
}

.site-header.scrolled .hamburger .lines:before, .site-header.scrolled .hamburger .lines:after, .site-header.navigation-open .hamburger .lines:before, .site-header.navigation-open .hamburger .lines:after {
  background: #979797;
}

.site-header.scrolled .hamburger:hover, .site-header.scrolled .hamburger:focus, .site-header.navigation-open .hamburger:hover, .site-header.navigation-open .hamburger:focus {
  border-color: #cea222;
}

.site-header.scrolled .hamburger:hover .lines, .site-header.scrolled .hamburger:focus .lines, .site-header.navigation-open .hamburger:hover .lines, .site-header.navigation-open .hamburger:focus .lines {
  background: #ffffff;
}

.site-header.scrolled .hamburger:hover .lines:before, .site-header.scrolled .hamburger:hover .lines:after, .site-header.scrolled .hamburger:focus .lines:before, .site-header.scrolled .hamburger:focus .lines:after, .site-header.navigation-open .hamburger:hover .lines:before, .site-header.navigation-open .hamburger:hover .lines:after, .site-header.navigation-open .hamburger:focus .lines:before, .site-header.navigation-open .hamburger:focus .lines:after {
  background: #ffffff;
}

.site-header.scrolled .hamburger.expanded, .site-header.navigation-open .hamburger.expanded {
  border-color: #cea222;
}

.site-header.scrolled .hamburger.expanded .lines, .site-header.navigation-open .hamburger.expanded .lines {
  background: transparent;
}

.site-header.scrolled .hamburger.expanded .lines:before, .site-header.scrolled .hamburger.expanded .lines:after, .site-header.navigation-open .hamburger.expanded .lines:before, .site-header.navigation-open .hamburger.expanded .lines:after {
  background: #ffffff;
}

.site-header.navigation-open {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-logo {
  display: block;
  background-color: #ffffff;
  width: 7.5rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 40em) {
  .header-logo {
    width: 12.5rem;
    height: 7.5rem;
  }
}

@media screen and (min-width: 90em) {
  .header-logo {
    width: 15.625rem;
    height: 10rem;
  }
}

.header-logo .header-logo-inner {
  display: block;
  padding: 0.375rem 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .header-logo .header-logo-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.875rem;
    right: 1.875rem;
    padding: 0;
  }
}

.header-logo img {
  display: block;
  width: 100%;
}

.header-left,
.header-right {
  padding: 0 0.9375rem;
  width: 42.5%;
}

@media print, screen and (min-width: 64em) {
  .header-left,
  .header-right {
    padding: 0 1.875rem;
  }
}

@media screen and (min-width: 112.5em) {
  .header-left,
  .header-right {
    padding: 0 3.75rem;
  }
}

.header-left-top,
.header-right-top {
  border-bottom: 1px solid #d1d2d1;
  padding: 2.0625rem 0 1.875rem 0;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 75em) {
  .header-left-top,
  .header-right-top {
    display: block;
  }
}

.header-left-bottom,
.header-right-bottom {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.9375rem 0;
}

.header-left-bottom::before, .header-left-bottom::after,
.header-right-bottom::before,
.header-right-bottom::after {
  display: table;
  content: ' ';
}

.header-left-bottom::after,
.header-right-bottom::after {
  clear: both;
}

@media print, screen and (min-width: 40em) {
  .header-left-bottom,
  .header-right-bottom {
    padding: 1.875rem 0;
  }
}

.header-left {
  float: left;
}

.header-left-top::before, .header-left-top::after {
  display: table;
  content: ' ';
}

.header-left-top::after {
  clear: both;
}

.header-left-top .header-menu {
  float: left;
}

.header-left-bottom .hamburger {
  float: left;
  margin-right: 0.3125rem;
}

.header-right {
  float: right;
  text-align: right;
}

.header-right-top::before, .header-right-top::after {
  display: table;
  content: ' ';
}

.header-right-top::after {
  clear: both;
}

.header-right-top .header-menu {
  float: right;
}

.header-social {
  list-style: none;
  float: left;
  display: none;
}

@media screen and (min-width: 62em) {
  .header-social {
    display: block;
  }
}

.header-social > li {
  font-size: 1.125rem;
  vertical-align: top;
  line-height: 1.75rem;
  padding: 0.625rem 0;
}

.header-social > li:not(:last-child) {
  margin-right: 0.5em;
}

.header-social > li > a {
  display: block;
  line-height: 1.75rem;
}

.header-menu {
  line-height: 1;
}

.header-menu > li {
  vertical-align: top;
  font-size: 0.875rem;
}

@media screen and (min-width: 90em) {
  .header-menu > li {
    font-size: 1rem;
  }
}

.header-menu > li:not(:last-child) {
  margin-right: 1em;
}

@media screen and (min-width: 90em) {
  .header-menu > li:not(:last-child) {
    margin-right: 2em;
  }
}

.header-menu > li.active > a {
  font-weight: 700;
  color: #cea222;
}

.header-left-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-left-bottom .fewoFindenWrapper {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .header-left-bottom .fewoFindenWrapper {
    display: none !important;
  }
}

.header-left-bottom .fewoFindenWrapper .aside-button {
  height: 48px;
  text-transform: uppercase;
  background-color: #cea222;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  display: block;
  font-size: 16px;
  padding: 13px 15px;
  outline: none;
  cursor: pointer;
}

.site-navigation {
  position: fixed;
  z-index: 8000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-navigation.expanded {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.navigation-inner {
  position: absolute;
  top: 5.625rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

@media print, screen and (min-width: 64em) {
  .navigation-inner {
    padding: 0 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .navigation-inner {
    top: 10rem;
  }
}

@media screen and (min-width: 75em) {
  .navigation-inner .info-articles {
    display: none;
  }
}

.navigation-box {
  background-color: #f5f3ed;
}

.navigation-box-image {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .navigation-box-image {
    display: none;
  }
}

@media screen and (min-width: 90em) {
  .navigation-box-image {
    display: block;
  }
}

.navigation-box-header {
  display: block;
}

.navigation-box-header:hover .navigation-box-title {
  background-color: #cea222;
}

.navigation-box-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
  text-align: center;
  background-color: #2a3b66;
  line-height: 1.875rem;
  padding: 1.25rem;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navigation-list {
  text-align: center;
  padding: 1.25rem;
}

.navigation-list > li > a {
  padding: 0.3125rem 0;
  color: #1d1508;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navigation-list > li:hover > a {
  text-decoration: underline;
  color: #cea222;
}

.site-footer {
  color: #ffffff;
  text-shadow: 0 1px rgba(29, 21, 8, 0.65);
}

.footer-top {
  background: #1d1508;
  padding: 3.125rem 0;
}

@media print, screen and (min-width: 64em) {
  .footer-top {
    padding: 6.25rem 0.9375rem;
  }
}

.footer-menu li > a {
  display: block;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

.footer-menu li > a:before {
  content: '»';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #979797;
}

.footer-bottom {
  font-size: 0.875rem;
  background: #2a3b66;
  padding: 1.875rem 0;
}

@media print, screen and (min-width: 64em) {
  .footer-bottom {
    padding: 2.5rem 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .footer-copyright {
    float: left;
  }
}

.footer-credits {
  float: left;
  margin-top: 0.5em;
}

@media print, screen and (min-width: 40em) {
  .footer-credits {
    float: right;
    margin-top: 0;
  }
}

.footer-scroll-top {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0.625rem 0 0 0;
}

@media screen and (min-width: 30em) {
  .footer-scroll-top {
    float: right;
    margin: 0.25rem 0 0 0;
    font-size: 1.3125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .footer-scroll-top {
    margin: 0 0 0 1em;
    display: inline-block;
  }
}

.partner-wrapper {
  background-color: #f5f3ed;
  padding: 2.5rem 0;
}

.partner {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}

.partner .partner-logo {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.625rem;
  width: 11%;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .partner .partner-logo {
    padding: 0 1.25rem;
  }
}

.partner .partner-logo.square {
  width: 8%;
}

.partner .partner-logo.wide {
  width: 17.5%;
}

.partner .partner-logo.slick-slide {
  display: block;
  width: auto;
  height: 6.25rem;
  position: relative;
}

.partner .partner-logo.slick-slide > div {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.partner .partner-logo.slick-slide.square > div {
  left: 20%;
  right: 20%;
}

.footer-boxes-logo {
  position: relative;
}

.footer-boxes-logo-inner {
  display: block;
  position: relative;
  z-index: 5;
  height: 5rem;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media print, screen and (min-width: 64em) {
  .footer-boxes-logo-inner {
    height: 6.25rem;
  }
}

.footer-box {
  text-align: center;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .footer-box {
    margin-bottom: 0;
  }
}

.footer-box .icon {
  font-size: 2.25rem;
  margin-bottom: 0.625rem;
  color: #2a3b66;
  display: block;
}

.footer-box .heading {
  margin-bottom: 1.5em;
}

.footer-box .text {
  margin-bottom: 1em;
}

.cookieBar {
  position: fixed;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  text-align: left;
  padding: 1.25rem 0;
  font-family: "museo-sans", sans-serif;
  font-size: 100%;
  color: #ffffff;
  background-color: #696969;
}

.cookieBar .cookieBarButtons {
  position: relative;
  text-align: left;
  margin: 1.25rem 1.25rem 0;
}

@media print, screen and (min-width: 40em) {
  .cookieBar .cookieBarButtons {
    margin: 0;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    text-align: right;
  }
}

.cookieBar .cookieBarButtons > a {
  display: inline-block;
  vertical-align: top;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 100%;
  color: #ffffff;
  padding: 0 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  border-radius: 0;
}

.cookieBar .cookieBarButtons > a.cookieBarOk {
  background-color: #cea222;
}

.cookieBar > h3 {
  display: block;
  line-height: 1;
  font-weight: 700;
  padding: 0 1.25rem;
  font-family: "museo-sans", sans-serif;
  color: #ffffff;
  font-size: 1.125rem;
}

@media print, screen and (min-width: 40em) {
  .cookieBar > h3 {
    padding: 0 8.125rem 0 1.25rem;
  }
}

.cookieBar > p {
  display: block;
  font-family: "museo-sans", sans-serif;
  font-size: 100%;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
  padding: 0 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .cookieBar > p {
    padding: 0 8.125rem 0 1.25rem;
  }
}

.cookieBar > p > .cookieBarMore {
  text-decoration: underline;
  color: #ffffff;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content {
  max-width: 98vw !important;
  background-color: #ffffff !important;
  color: #1d1508 !important;
  font-size: 14px !important;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content button {
  width: auto !important;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content button:focus, #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content button:hover {
  outline: none !important;
  border-color: transparent !important;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .iubenda-cs-opt-group-custom .iubenda-cs-customize-btn {
  background-color: #d1d2d1 !important;
  color: #1d1508 !important;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .iubenda-cs-opt-group-consent .iubenda-cs-reject-btn {
  background-color: #cea222 !important;
  color: #ffffff !important;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .iubenda-cs-opt-group-consent .iubenda-cs-accept-btn {
  background-color: #cea222 !important;
  color: #ffffff !important;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .iubenda-cs-close-btn {
  display: none !important;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .cookieBannerLanguageSwitch {
  position: absolute;
  top: 24px;
  right: 24px;
  text-align: center;
  line-height: 100%;
  font-size: 14px;
  color: #979797;
  z-index: 1;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .cookieBannerLanguageSwitch .cookieBannerLanguageToggler {
  width: 20px;
  height: 20px;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .cookieBannerLanguageSwitch .cookieBannerLanguageToggler:hover {
  cursor: pointer;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .cookieBannerLanguageSwitch .cookieBannerLanguageMenu {
  position: absolute;
  top: 100%;
  right: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 2px 7px #696969;
          box-shadow: 0px 2px 7px #696969;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  text-transform: uppercase;
  color: #696969;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .cookieBannerLanguageSwitch .cookieBannerLanguageMenu > * {
  padding: 7px 10px;
  text-align: center;
  display: block;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .cookieBannerLanguageSwitch .cookieBannerLanguageMenu span {
  background: #d1d2d1;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .cookieBannerLanguageSwitch .cookieBannerLanguageMenu a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  color: #696969;
  background: #ffffff;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .cookieBannerLanguageSwitch .cookieBannerLanguageMenu a:hover {
  background: #d1d2d1;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content .cookieBannerLanguageSwitch.menu-open .cookieBannerLanguageMenu {
  max-height: initial;
  overflow: visible;
  opacity: 1;
}

#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom).iubenda-cs-visible .iubenda-cs-container {
  width: auto !important;
  min-width: 35vw !important;
}

@media screen and (min-width: 75em) {
  #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom).iubenda-cs-visible .iubenda-cs-container {
    width: 930px !important;
  }
}

#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom).iubenda-cs-visible .iubenda-cs-container .iubenda-banner-content {
  padding: 24px !important;
}

#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom).iubenda-cs-visible .iubenda-cs-container .iubenda-banner-content #iubenda-cs-title {
  margin-top: 0 !important;
  font-size: 16px !important;
}

#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom).iubenda-cs-visible .iubenda-cs-container .iubenda-banner-content #iubenda-cs-paragraph .iub-p {
  display: inline !important;
}

#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom).iubenda-cs-visible .iubenda-cs-container .iubenda-cs-opt-group {
  margin: 24px !important;
  margin-top: 0 !important;
}

@media print, screen and (min-width: 40em) {
  #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom).iubenda-cs-visible .iubenda-cs-container .iubenda-cs-opt-group {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom).iubenda-cs-visible .iubenda-cs-container .iubenda-cs-opt-group button {
  width: auto !important;
}

/*!
 * Font Awesome Pro 7.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 * 
 * COMPATIBILITY VERSION for old Sass compilers
 */
[class*="fa-"],
[class^="fa-"],
i[class*="fa-"],
i[class^="fa-"] {
  font-style: normal !important;
}

.fa,
.fas,
.far,
.fal,
.fat,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal !important;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa::before,
.fas::before,
.far::before,
.fal::before,
.fat::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.fa-flip-both {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-ditto::before {
  content: "\22";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-ampersand::before {
  content: "\26";
}

.fa-apostrophe::before {
  content: "\27";
}

.fa-bracket-round::before {
  content: "\28";
}

.fa-parenthesis::before {
  content: "\28";
}

.fa-bracket-round-right::before {
  content: "\29";
}

.fa-asterisk::before {
  content: "\2a";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-comma::before {
  content: "\2c";
}

.fa-hyphen::before {
  content: "\2d";
}

.fa-period::before {
  content: "\2e";
}

.fa-slash-forward::before {
  content: "\2f";
}

.fa-colon::before {
  content: "\3a";
}

.fa-semicolon::before {
  content: "\3b";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-equals::before {
  content: "\3d";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-question::before {
  content: "\3f";
}

.fa-at::before {
  content: "\40";
}

.fa-a::before {
  content: "\41";
}

.fa-b::before {
  content: "\42";
}

.fa-c::before {
  content: "\43";
}

.fa-d::before {
  content: "\44";
}

.fa-e::before {
  content: "\45";
}

.fa-f::before {
  content: "\46";
}

.fa-g::before {
  content: "\47";
}

.fa-h::before {
  content: "\48";
}

.fa-i::before {
  content: "\49";
}

.fa-j::before {
  content: "\4a";
}

.fa-k::before {
  content: "\4b";
}

.fa-l::before {
  content: "\4c";
}

.fa-m::before {
  content: "\4d";
}

.fa-n::before {
  content: "\4e";
}

.fa-o::before {
  content: "\4f";
}

.fa-p::before {
  content: "\50";
}

.fa-q::before {
  content: "\51";
}

.fa-r::before {
  content: "\52";
}

.fa-s::before {
  content: "\53";
}

.fa-t::before {
  content: "\54";
}

.fa-u::before {
  content: "\55";
}

.fa-v::before {
  content: "\56";
}

.fa-w::before {
  content: "\57";
}

.fa-x::before {
  content: "\58";
}

.fa-y::before {
  content: "\59";
}

.fa-z::before {
  content: "\5a";
}

.fa-bracket-square::before {
  content: "\5b";
}

.fa-bracket::before {
  content: "\5b";
}

.fa-bracket-left::before {
  content: "\5b";
}

.fa-slash-back::before {
  content: "\5c";
}

.fa-bracket-square-right::before {
  content: "\5d";
}

.fa-accent-grave::before {
  content: "\60";
}

.fa-bracket-curly::before {
  content: "\7b";
}

.fa-bracket-curly-left::before {
  content: "\7b";
}

.fa-pipe::before {
  content: "\7c";
}

.fa-bracket-curly-right::before {
  content: "\7d";
}

.fa-tilde::before {
  content: "\7e";
}

.fa-caravan-simple::before {
  content: "\e000";
}

.fa-caravan-alt::before {
  content: "\e000";
}

.fa-cat-space::before {
  content: "\e001";
}

.fa-coffee-pot::before {
  content: "\e002";
}

.fa-comet::before {
  content: "\e003";
}

.fa-fan-table::before {
  content: "\e004";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-galaxy::before {
  content: "\e008";
}

.fa-garage::before {
  content: "\e009";
}

.fa-garage-car::before {
  content: "\e00a";
}

.fa-garage-open::before {
  content: "\e00b";
}

.fa-heat::before {
  content: "\e00c";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-house-day::before {
  content: "\e00e";
}

.fa-house-person-leave::before {
  content: "\e00f";
}

.fa-house-leave::before {
  content: "\e00f";
}

.fa-house-person-depart::before {
  content: "\e00f";
}

.fa-house-night::before {
  content: "\e010";
}

.fa-house-person-return::before {
  content: "\e011";
}

.fa-house-person-arrive::before {
  content: "\e011";
}

.fa-house-return::before {
  content: "\e011";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-lamp-desk::before {
  content: "\e014";
}

.fa-lamp-floor::before {
  content: "\e015";
}

.fa-light-ceiling::before {
  content: "\e016";
}

.fa-light-switch::before {
  content: "\e017";
}

.fa-light-switch-off::before {
  content: "\e018";
}

.fa-light-switch-on::before {
  content: "\e019";
}

.fa-microwave::before {
  content: "\e01b";
}

.fa-outlet::before {
  content: "\e01c";
}

.fa-oven::before {
  content: "\e01d";
}

.fa-planet-moon::before {
  content: "\e01f";
}

.fa-planet-ringed::before {
  content: "\e020";
}

.fa-police-box::before {
  content: "\e021";
}

.fa-person-to-portal::before {
  content: "\e022";
}

.fa-portal-enter::before {
  content: "\e022";
}

.fa-person-from-portal::before {
  content: "\e023";
}

.fa-portal-exit::before {
  content: "\e023";
}

.fa-radar::before {
  content: "\e024";
}

.fa-raygun::before {
  content: "\e025";
}

.fa-refrigerator::before {
  content: "\e026";
}

.fa-rocket-launch::before {
  content: "\e027";
}

.fa-sensor::before {
  content: "\e028";
}

.fa-sensor-triangle-exclamation::before {
  content: "\e029";
}

.fa-sensor-alert::before {
  content: "\e029";
}

.fa-sensor-fire::before {
  content: "\e02a";
}

.fa-sensor-on::before {
  content: "\e02b";
}

.fa-sensor-cloud::before {
  content: "\e02c";
}

.fa-sensor-smoke::before {
  content: "\e02c";
}

.fa-siren::before {
  content: "\e02d";
}

.fa-siren-on::before {
  content: "\e02e";
}

.fa-solar-system::before {
  content: "\e02f";
}

.fa-circle-sort::before {
  content: "\e030";
}

.fa-sort-circle::before {
  content: "\e030";
}

.fa-circle-sort-down::before {
  content: "\e031";
}

.fa-sort-circle-down::before {
  content: "\e031";
}

.fa-circle-sort-up::before {
  content: "\e032";
}

.fa-sort-circle-up::before {
  content: "\e032";
}

.fa-space-station-moon::before {
  content: "\e033";
}

.fa-space-station-moon-construction::before {
  content: "\e034";
}

.fa-space-station-moon-alt::before {
  content: "\e034";
}

.fa-sprinkler::before {
  content: "\e035";
}

.fa-star-shooting::before {
  content: "\e036";
}

.fa-starfighter::before {
  content: "\e037";
}

.fa-starfighter-twin-ion-engine::before {
  content: "\e038";
}

.fa-starfighter-alt::before {
  content: "\e038";
}

.fa-starship::before {
  content: "\e039";
}

.fa-starship-freighter::before {
  content: "\e03a";
}

.fa-sword-laser::before {
  content: "\e03b";
}

.fa-sword-laser-alt::before {
  content: "\e03c";
}

.fa-swords-laser::before {
  content: "\e03d";
}

.fa-telescope::before {
  content: "\e03e";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-transporter::before {
  content: "\e042";
}

.fa-transporter-1::before {
  content: "\e043";
}

.fa-transporter-2::before {
  content: "\e044";
}

.fa-transporter-3::before {
  content: "\e045";
}

.fa-transporter-empty::before {
  content: "\e046";
}

.fa-ufo::before {
  content: "\e047";
}

.fa-ufo-beam::before {
  content: "\e048";
}

.fa-user-alien::before {
  content: "\e04a";
}

.fa-user-robot::before {
  content: "\e04b";
}

.fa-user-visor::before {
  content: "\e04c";
}

.fa-vacuum::before {
  content: "\e04d";
}

.fa-vacuum-robot::before {
  content: "\e04e";
}

.fa-window-frame::before {
  content: "\e04f";
}

.fa-window-frame-open::before {
  content: "\e050";
}

.fa-coffin-cross::before {
  content: "\e051";
}

.fa-folder-arrow-down::before {
  content: "\e053";
}

.fa-folder-download::before {
  content: "\e053";
}

.fa-folder-arrow-up::before {
  content: "\e054";
}

.fa-folder-upload::before {
  content: "\e054";
}

.fa-user-unlock::before {
  content: "\e058";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-handshake-alt-slash::before {
  content: "\e060";
}

.fa-handshake-simple-slash::before {
  content: "\e060";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-virus::before {
  content: "\e074";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-vest::before {
  content: "\e085";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-airplay::before {
  content: "\e089";
}

.fa-alt::before {
  content: "\e08a";
}

.fa-angle::before {
  content: "\e08c";
}

.fa-angle-90::before {
  content: "\e08d";
}

.fa-apple-core::before {
  content: "\e08f";
}

.fa-arrow-down-from-dotted-line::before {
  content: "\e090";
}

.fa-arrow-down-left::before {
  content: "\e091";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "\e092";
}

.fa-arrow-down-right::before {
  content: "\e093";
}

.fa-arrow-down-to-bracket::before {
  content: "\e094";
}

.fa-arrow-down-to-dotted-line::before {
  content: "\e095";
}

.fa-arrow-down-to-square::before {
  content: "\e096";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-arrow-up-arrow-down::before {
  content: "\e099";
}

.fa-sort-up-down::before {
  content: "\e099";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-arrow-up-from-dotted-line::before {
  content: "\e09b";
}

.fa-arrow-up-from-square::before {
  content: "\e09c";
}

.fa-arrow-up-left::before {
  content: "\e09d";
}

.fa-arrow-up-left-from-circle::before {
  content: "\e09e";
}

.fa-arrow-up-right::before {
  content: "\e09f";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "\e0a0";
}

.fa-arrow-up-to-dotted-line::before {
  content: "\e0a1";
}

.fa-arrows-cross::before {
  content: "\e0a2";
}

.fa-arrows-from-dotted-line::before {
  content: "\e0a3";
}

.fa-arrows-from-line::before {
  content: "\e0a4";
}

.fa-arrows-minimize::before {
  content: "\e0a5";
}

.fa-compress-arrows::before {
  content: "\e0a5";
}

.fa-arrows-to-dotted-line::before {
  content: "\e0a6";
}

.fa-arrows-to-line::before {
  content: "\e0a7";
}

.fa-audio-description-slash::before {
  content: "\e0a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-avocado::before {
  content: "\e0aa";
}

.fa-award-simple::before {
  content: "\e0ab";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-bars-filter::before {
  content: "\e0ad";
}

.fa-bars-sort::before {
  content: "\e0ae";
}

.fa-basket-shopping-simple::before {
  content: "\e0af";
}

.fa-shopping-basket-alt::before {
  content: "\e0af";
}

.fa-battery-exclamation::before {
  content: "\e0b0";
}

.fa-battery-low::before {
  content: "\e0b1";
}

.fa-battery-1::before {
  content: "\e0b1";
}

.fa-bee::before {
  content: "\e0b2";
}

.fa-beer-mug::before {
  content: "\e0b3";
}

.fa-beer-foam::before {
  content: "\e0b3";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-block-quote::before {
  content: "\e0b5";
}

.fa-bolt-auto::before {
  content: "\e0b6";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-bolt-slash::before {
  content: "\e0b8";
}

.fa-book-arrow-right::before {
  content: "\e0b9";
}

.fa-book-arrow-up::before {
  content: "\e0ba";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-book-circle-arrow-right::before {
  content: "\e0bc";
}

.fa-book-circle-arrow-up::before {
  content: "\e0bd";
}

.fa-book-copy::before {
  content: "\e0be";
}

.fa-book-font::before {
  content: "\e0bf";
}

.fa-book-open-cover::before {
  content: "\e0c0";
}

.fa-book-open-alt::before {
  content: "\e0c0";
}

.fa-book-section::before {
  content: "\e0c1";
}

.fa-book-law::before {
  content: "\e0c1";
}

.fa-bookmark-slash::before {
  content: "\e0c2";
}

.fa-bowling-ball-pin::before {
  content: "\e0c3";
}

.fa-box-circle-check::before {
  content: "\e0c4";
}

.fa-brackets-round::before {
  content: "\e0c5";
}

.fa-parentheses::before {
  content: "\e0c5";
}

.fa-brain-circuit::before {
  content: "\e0c6";
}

.fa-brake-warning::before {
  content: "\e0c7";
}

.fa-briefcase-blank::before {
  content: "\e0c8";
}

.fa-brightness::before {
  content: "\e0c9";
}

.fa-brightness-low::before {
  content: "\e0ca";
}

.fa-browsers::before {
  content: "\e0cb";
}

.fa-buildings::before {
  content: "\e0cc";
}

.fa-burger-fries::before {
  content: "\e0cd";
}

.fa-burger-glass::before {
  content: "\e0ce";
}

.fa-calendar-arrow-down::before {
  content: "\e0d0";
}

.fa-calendar-download::before {
  content: "\e0d0";
}

.fa-calendar-arrow-up::before {
  content: "\e0d1";
}

.fa-calendar-upload::before {
  content: "\e0d1";
}

.fa-calendar-clock::before {
  content: "\e0d2";
}

.fa-calendar-time::before {
  content: "\e0d2";
}

.fa-calendar-heart::before {
  content: "\e0d3";
}

.fa-calendar-image::before {
  content: "\e0d4";
}

.fa-calendar-lines::before {
  content: "\e0d5";
}

.fa-calendar-note::before {
  content: "\e0d5";
}

.fa-calendar-range::before {
  content: "\e0d6";
}

.fa-calendars::before {
  content: "\e0d7";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-camera-slash::before {
  content: "\e0d9";
}

.fa-camera-viewfinder::before {
  content: "\e0da";
}

.fa-screenshot::before {
  content: "\e0da";
}

.fa-cart-minus::before {
  content: "\e0db";
}

.fa-cart-shopping-fast::before {
  content: "\e0dc";
}

.fa-cart-xmark::before {
  content: "\e0dd";
}

.fa-castle::before {
  content: "\e0de";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-chart-bullet::before {
  content: "\e0e1";
}

.fa-chart-candlestick::before {
  content: "\e0e2";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-chart-line-up::before {
  content: "\e0e5";
}

.fa-chart-pyramid::before {
  content: "\e0e6";
}

.fa-chart-radar::before {
  content: "\e0e7";
}

.fa-chart-scatter-3d::before {
  content: "\e0e8";
}

.fa-chart-scatter-bubble::before {
  content: "\e0e9";
}

.fa-chart-tree-map::before {
  content: "\e0ea";
}

.fa-chart-waterfall::before {
  content: "\e0eb";
}

.fa-cherries::before {
  content: "\e0ec";
}

.fa-circle-0::before {
  content: "\e0ed";
}

.fa-circle-1::before {
  content: "\e0ee";
}

.fa-circle-2::before {
  content: "\e0ef";
}

.fa-circle-3::before {
  content: "\e0f0";
}

.fa-circle-4::before {
  content: "\e0f1";
}

.fa-circle-5::before {
  content: "\e0f2";
}

.fa-circle-6::before {
  content: "\e0f3";
}

.fa-circle-7::before {
  content: "\e0f4";
}

.fa-circle-8::before {
  content: "\e0f5";
}

.fa-circle-9::before {
  content: "\e0f6";
}

.fa-circle-a::before {
  content: "\e0f7";
}

.fa-circle-ampersand::before {
  content: "\e0f8";
}

.fa-circle-arrow-down-left::before {
  content: "\e0f9";
}

.fa-circle-arrow-down-right::before {
  content: "\e0fa";
}

.fa-circle-arrow-up-left::before {
  content: "\e0fb";
}

.fa-circle-arrow-up-right::before {
  content: "\e0fc";
}

.fa-circle-b::before {
  content: "\e0fd";
}

.fa-circle-bolt::before {
  content: "\e0fe";
}

.fa-circle-book-open::before {
  content: "\e0ff";
}

.fa-book-circle::before {
  content: "\e0ff";
}

.fa-circle-bookmark::before {
  content: "\e100";
}

.fa-bookmark-circle::before {
  content: "\e100";
}

.fa-circle-c::before {
  content: "\e101";
}

.fa-circle-calendar::before {
  content: "\e102";
}

.fa-calendar-circle::before {
  content: "\e102";
}

.fa-circle-camera::before {
  content: "\e103";
}

.fa-camera-circle::before {
  content: "\e103";
}

.fa-circle-d::before {
  content: "\e104";
}

.fa-circle-dashed::before {
  content: "\e105";
}

.fa-circle-divide::before {
  content: "\e106";
}

.fa-circle-down-left::before {
  content: "\e107";
}

.fa-circle-down-right::before {
  content: "\e108";
}

.fa-circle-e::before {
  content: "\e109";
}

.fa-circle-ellipsis::before {
  content: "\e10a";
}

.fa-circle-ellipsis-vertical::before {
  content: "\e10b";
}

.fa-circle-envelope::before {
  content: "\e10c";
}

.fa-envelope-circle::before {
  content: "\e10c";
}

.fa-circle-exclamation-check::before {
  content: "\e10d";
}

.fa-circle-f::before {
  content: "\e10e";
}

.fa-circle-g::before {
  content: "\e10f";
}

.fa-circle-half::before {
  content: "\e110";
}

.fa-circle-i::before {
  content: "\e111";
}

.fa-circle-j::before {
  content: "\e112";
}

.fa-circle-k::before {
  content: "\e113";
}

.fa-circle-l::before {
  content: "\e114";
}

.fa-circle-m::before {
  content: "\e115";
}

.fa-circle-microphone::before {
  content: "\e116";
}

.fa-microphone-circle::before {
  content: "\e116";
}

.fa-circle-microphone-lines::before {
  content: "\e117";
}

.fa-microphone-circle-alt::before {
  content: "\e117";
}

.fa-circle-n::before {
  content: "\e118";
}

.fa-circle-o::before {
  content: "\e119";
}

.fa-circle-p::before {
  content: "\e11a";
}

.fa-circle-phone::before {
  content: "\e11b";
}

.fa-phone-circle::before {
  content: "\e11b";
}

.fa-circle-phone-flip::before {
  content: "\e11c";
}

.fa-phone-circle-alt::before {
  content: "\e11c";
}

.fa-circle-phone-hangup::before {
  content: "\e11d";
}

.fa-phone-circle-down::before {
  content: "\e11d";
}

.fa-circle-q::before {
  content: "\e11e";
}

.fa-circle-quarter::before {
  content: "\e11f";
}

.fa-circle-r::before {
  content: "\e120";
}

.fa-circle-s::before {
  content: "\e121";
}

.fa-circle-small::before {
  content: "\e122";
}

.fa-circle-star::before {
  content: "\e123";
}

.fa-star-circle::before {
  content: "\e123";
}

.fa-circle-t::before {
  content: "\e124";
}

.fa-circle-three-quarters::before {
  content: "\e125";
}

.fa-circle-trash::before {
  content: "\e126";
}

.fa-trash-circle::before {
  content: "\e126";
}

.fa-circle-u::before {
  content: "\e127";
}

.fa-circle-up-left::before {
  content: "\e128";
}

.fa-circle-up-right::before {
  content: "\e129";
}

.fa-circle-v::before {
  content: "\e12a";
}

.fa-circle-video::before {
  content: "\e12b";
}

.fa-video-circle::before {
  content: "\e12b";
}

.fa-circle-w::before {
  content: "\e12c";
}

.fa-circle-waveform-lines::before {
  content: "\e12d";
}

.fa-waveform-circle::before {
  content: "\e12d";
}

.fa-circle-x::before {
  content: "\e12e";
}

.fa-circle-y::before {
  content: "\e12f";
}

.fa-circle-z::before {
  content: "\e130";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-clapperboard-play::before {
  content: "\e132";
}

.fa-clipboard-medical::before {
  content: "\e133";
}

.fa-clock-desk::before {
  content: "\e134";
}

.fa-closed-captioning-slash::before {
  content: "\e135";
}

.fa-clothes-hanger::before {
  content: "\e136";
}

.fa-cloud-slash::before {
  content: "\e137";
}

.fa-cloud-word::before {
  content: "\e138";
}

.fa-clover::before {
  content: "\e139";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-code-simple::before {
  content: "\e13d";
}

.fa-coffee-bean::before {
  content: "\e13e";
}

.fa-coffee-beans::before {
  content: "\e13f";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-command::before {
  content: "\e142";
}

.fa-comment-arrow-down::before {
  content: "\e143";
}

.fa-comment-arrow-up::before {
  content: "\e144";
}

.fa-comment-arrow-up-right::before {
  content: "\e145";
}

.fa-comment-captions::before {
  content: "\e146";
}

.fa-comment-code::before {
  content: "\e147";
}

.fa-comment-image::before {
  content: "\e148";
}

.fa-comment-middle::before {
  content: "\e149";
}

.fa-comment-middle-top::before {
  content: "\e14a";
}

.fa-comment-question::before {
  content: "\e14b";
}

.fa-comment-quote::before {
  content: "\e14c";
}

.fa-comment-text::before {
  content: "\e14d";
}

.fa-comments-question::before {
  content: "\e14e";
}

.fa-comments-question-check::before {
  content: "\e14f";
}

.fa-conveyor-belt-empty::before {
  content: "\e150";
}

.fa-crate-empty::before {
  content: "\e151";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-delete-right::before {
  content: "\e154";
}

.fa-desktop-arrow-down::before {
  content: "\e155";
}

.fa-diagram-lean-canvas::before {
  content: "\e156";
}

.fa-diagram-nested::before {
  content: "\e157";
}

.fa-diagram-sankey::before {
  content: "\e158";
}

.fa-diagram-venn::before {
  content: "\e15a";
}

.fa-dial::before {
  content: "\e15b";
}

.fa-dial-med-high::before {
  content: "\e15b";
}

.fa-dial-high::before {
  content: "\e15c";
}

.fa-dial-low::before {
  content: "\e15d";
}

.fa-dial-max::before {
  content: "\e15e";
}

.fa-dial-med::before {
  content: "\e15f";
}

.fa-dial-med-low::before {
  content: "\e160";
}

.fa-dial-min::before {
  content: "\e161";
}

.fa-dial-off::before {
  content: "\e162";
}

.fa-display::before {
  content: "\e163";
}

.fa-display-arrow-down::before {
  content: "\e164";
}

.fa-display-code::before {
  content: "\e165";
}

.fa-desktop-code::before {
  content: "\e165";
}

.fa-display-medical::before {
  content: "\e166";
}

.fa-desktop-medical::before {
  content: "\e166";
}

.fa-dolphin::before {
  content: "\e168";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-down-left::before {
  content: "\e16a";
}

.fa-down-right::before {
  content: "\e16b";
}

.fa-eggplant::before {
  content: "\e16c";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-engine::before {
  content: "\e16e";
}

.fa-envelope-dot::before {
  content: "\e16f";
}

.fa-envelope-badge::before {
  content: "\e16f";
}

.fa-envelopes::before {
  content: "\e170";
}

.fa-escalator::before {
  content: "\e171";
}

.fa-eye-dropper-full::before {
  content: "\e172";
}

.fa-eye-dropper-half::before {
  content: "\e173";
}

.fa-ferris-wheel::before {
  content: "\e174";
}

.fa-file-binary::before {
  content: "\e175";
}

.fa-file-heart::before {
  content: "\e176";
}

.fa-file-plus-minus::before {
  content: "\e177";
}

.fa-files::before {
  content: "\e178";
}

.fa-film-slash::before {
  content: "\e179";
}

.fa-films::before {
  content: "\e17a";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-filter-list::before {
  content: "\e17c";
}

.fa-filter-slash::before {
  content: "\e17d";
}

.fa-filters::before {
  content: "\e17e";
}

.fa-fire-hydrant::before {
  content: "\e17f";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "\e180";
}

.fa-save-circle-arrow-right::before {
  content: "\e180";
}

.fa-floppy-disk-circle-xmark::before {
  content: "\e181";
}

.fa-floppy-disk-times::before {
  content: "\e181";
}

.fa-save-circle-xmark::before {
  content: "\e181";
}

.fa-save-times::before {
  content: "\e181";
}

.fa-floppy-disk-pen::before {
  content: "\e182";
}

.fa-floppy-disks::before {
  content: "\e183";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-folder-bookmark::before {
  content: "\e186";
}

.fa-folder-gear::before {
  content: "\e187";
}

.fa-folder-cog::before {
  content: "\e187";
}

.fa-folder-grid::before {
  content: "\e188";
}

.fa-folder-heart::before {
  content: "\e189";
}

.fa-folder-image::before {
  content: "\e18a";
}

.fa-folder-magnifying-glass::before {
  content: "\e18b";
}

.fa-folder-search::before {
  content: "\e18b";
}

.fa-folder-medical::before {
  content: "\e18c";
}

.fa-folder-music::before {
  content: "\e18d";
}

.fa-folder-user::before {
  content: "\e18e";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-gif::before {
  content: "\e190";
}

.fa-glass-empty::before {
  content: "\e191";
}

.fa-glass-half::before {
  content: "\e192";
}

.fa-glass-half-empty::before {
  content: "\e192";
}

.fa-glass-half-full::before {
  content: "\e192";
}

.fa-grate::before {
  content: "\e193";
}

.fa-grate-droplet::before {
  content: "\e194";
}

.fa-grid::before {
  content: "\e195";
}

.fa-grid-3::before {
  content: "\e195";
}

.fa-grid-2::before {
  content: "\e196";
}

.fa-grid-2-plus::before {
  content: "\e197";
}

.fa-grid-4::before {
  content: "\e198";
}

.fa-grid-5::before {
  content: "\e199";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-gun-slash::before {
  content: "\e19c";
}

.fa-gun-squirt::before {
  content: "\e19d";
}

.fa-hand-back-point-down::before {
  content: "\e19e";
}

.fa-hand-back-point-left::before {
  content: "\e19f";
}

.fa-hand-back-point-ribbon::before {
  content: "\e1a0";
}

.fa-hand-back-point-right::before {
  content: "\e1a1";
}

.fa-hand-back-point-up::before {
  content: "\e1a2";
}

.fa-hand-fingers-crossed::before {
  content: "\e1a3";
}

.fa-hand-holding-skull::before {
  content: "\e1a4";
}

.fa-hand-love::before {
  content: "\e1a5";
}

.fa-hand-point-ribbon::before {
  content: "\e1a6";
}

.fa-hand-wave::before {
  content: "\e1a7";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-hand-horns::before {
  content: "\e1a9";
}

.fa-head-side-heart::before {
  content: "\e1aa";
}

.fa-heart-half::before {
  content: "\e1ab";
}

.fa-heart-half-stroke::before {
  content: "\e1ac";
}

.fa-heart-half-alt::before {
  content: "\e1ac";
}

.fa-hexagon-divide::before {
  content: "\e1ad";
}

.fa-high-definition::before {
  content: "\e1ae";
}

.fa-rectangle-hd::before {
  content: "\e1ae";
}

.fa-highlighter-line::before {
  content: "\e1af";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-house-building::before {
  content: "\e1b1";
}

.fa-house-chimney-heart::before {
  content: "\e1b2";
}

.fa-house-tree::before {
  content: "\e1b3";
}

.fa-house-turret::before {
  content: "\e1b4";
}

.fa-image-landscape::before {
  content: "\e1b5";
}

.fa-landscape::before {
  content: "\e1b5";
}

.fa-image-polaroid-user::before {
  content: "\e1b6";
}

.fa-image-slash::before {
  content: "\e1b7";
}

.fa-image-user::before {
  content: "\e1b8";
}

.fa-images-user::before {
  content: "\e1b9";
}

.fa-inbox-full::before {
  content: "\e1ba";
}

.fa-inboxes::before {
  content: "\e1bb";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-input-numeric::before {
  content: "\e1bd";
}

.fa-input-pipe::before {
  content: "\e1be";
}

.fa-input-text::before {
  content: "\e1bf";
}

.fa-keyboard-brightness::before {
  content: "\e1c0";
}

.fa-keyboard-brightness-low::before {
  content: "\e1c1";
}

.fa-keyboard-down::before {
  content: "\e1c2";
}

.fa-keyboard-left::before {
  content: "\e1c3";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-lamp-street::before {
  content: "\e1c5";
}

.fa-laptop-arrow-down::before {
  content: "\e1c6";
}

.fa-laptop-slash::before {
  content: "\e1c7";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-lasso-sparkles::before {
  content: "\e1c9";
}

.fa-lightbulb-exclamation-on::before {
  content: "\e1ca";
}

.fa-link-horizontal::before {
  content: "\e1cb";
}

.fa-chain-horizontal::before {
  content: "\e1cb";
}

.fa-link-horizontal-slash::before {
  content: "\e1cc";
}

.fa-chain-horizontal-slash::before {
  content: "\e1cc";
}

.fa-link-simple::before {
  content: "\e1cd";
}

.fa-link-simple-slash::before {
  content: "\e1ce";
}

.fa-list-dropdown::before {
  content: "\e1cf";
}

.fa-list-radio::before {
  content: "\e1d0";
}

.fa-list-timeline::before {
  content: "\e1d1";
}

.fa-list-tree::before {
  content: "\e1d2";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-loader::before {
  content: "\e1d4";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-manhole::before {
  content: "\e1d6";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-memo::before {
  content: "\e1d8";
}

.fa-memo-circle-check::before {
  content: "\e1d9";
}

.fa-memo-pad::before {
  content: "\e1da";
}

.fa-message-arrow-down::before {
  content: "\e1db";
}

.fa-comment-alt-arrow-down::before {
  content: "\e1db";
}

.fa-message-arrow-up::before {
  content: "\e1dc";
}

.fa-comment-alt-arrow-up::before {
  content: "\e1dc";
}

.fa-message-arrow-up-right::before {
  content: "\e1dd";
}

.fa-message-captions::before {
  content: "\e1de";
}

.fa-comment-alt-captions::before {
  content: "\e1de";
}

.fa-message-code::before {
  content: "\e1df";
}

.fa-message-image::before {
  content: "\e1e0";
}

.fa-comment-alt-image::before {
  content: "\e1e0";
}

.fa-message-middle::before {
  content: "\e1e1";
}

.fa-comment-middle-alt::before {
  content: "\e1e1";
}

.fa-message-middle-top::before {
  content: "\e1e2";
}

.fa-comment-middle-top-alt::before {
  content: "\e1e2";
}

.fa-message-question::before {
  content: "\e1e3";
}

.fa-message-quote::before {
  content: "\e1e4";
}

.fa-comment-alt-quote::before {
  content: "\e1e4";
}

.fa-message-sms::before {
  content: "\e1e5";
}

.fa-message-text::before {
  content: "\e1e6";
}

.fa-comment-alt-text::before {
  content: "\e1e6";
}

.fa-messages-question::before {
  content: "\e1e7";
}

.fa-meter::before {
  content: "\e1e8";
}

.fa-meter-bolt::before {
  content: "\e1e9";
}

.fa-meter-droplet::before {
  content: "\e1ea";
}

.fa-meter-fire::before {
  content: "\e1eb";
}

.fa-microchip-ai::before {
  content: "\e1ec";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-mobile-notch::before {
  content: "\e1ee";
}

.fa-mobile-iphone::before {
  content: "\e1ee";
}

.fa-mobile-signal::before {
  content: "\e1ef";
}

.fa-mobile-signal-out::before {
  content: "\e1f0";
}

.fa-money-bill-simple::before {
  content: "\e1f1";
}

.fa-money-bill-simple-wave::before {
  content: "\e1f2";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-money-bills-simple::before {
  content: "\e1f4";
}

.fa-money-bills-alt::before {
  content: "\e1f4";
}

.fa-mug-tea-saucer::before {
  content: "\e1f5";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-nfc::before {
  content: "\e1f7";
}

.fa-nfc-lock::before {
  content: "\e1f8";
}

.fa-nfc-magnifying-glass::before {
  content: "\e1f9";
}

.fa-nfc-pen::before {
  content: "\e1fa";
}

.fa-nfc-signal::before {
  content: "\e1fb";
}

.fa-nfc-slash::before {
  content: "\e1fc";
}

.fa-nfc-trash::before {
  content: "\e1fd";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-note::before {
  content: "\e1ff";
}

.fa-note-medical::before {
  content: "\e200";
}

.fa-notebook::before {
  content: "\e201";
}

.fa-notes::before {
  content: "\e202";
}

.fa-octagon-divide::before {
  content: "\e203";
}

.fa-octagon-exclamation::before {
  content: "\e204";
}

.fa-oil-can-drip::before {
  content: "\e205";
}

.fa-paintbrush-pencil::before {
  content: "\e206";
}

.fa-pallet-box::before {
  content: "\e208";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-paper-plane-top::before {
  content: "\e20a";
}

.fa-paper-plane-alt::before {
  content: "\e20a";
}

.fa-send::before {
  content: "\e20a";
}

.fa-peach::before {
  content: "\e20b";
}

.fa-pear::before {
  content: "\e20c";
}

.fa-pedestal::before {
  content: "\e20d";
}

.fa-pen-circle::before {
  content: "\e20e";
}

.fa-pen-clip-slash::before {
  content: "\e20f";
}

.fa-pen-alt-slash::before {
  content: "\e20f";
}

.fa-pen-fancy-slash::before {
  content: "\e210";
}

.fa-pen-field::before {
  content: "\e211";
}

.fa-pen-line::before {
  content: "\e212";
}

.fa-pen-slash::before {
  content: "\e213";
}

.fa-pen-swirl::before {
  content: "\e214";
}

.fa-pencil-slash::before {
  content: "\e215";
}

.fa-people::before {
  content: "\e216";
}

.fa-people-dress::before {
  content: "\e217";
}

.fa-people-dress-simple::before {
  content: "\e218";
}

.fa-people-pants::before {
  content: "\e219";
}

.fa-people-pants-simple::before {
  content: "\e21a";
}

.fa-people-simple::before {
  content: "\e21b";
}

.fa-person-dress-simple::before {
  content: "\e21c";
}

.fa-person-pinball::before {
  content: "\e21d";
}

.fa-person-seat::before {
  content: "\e21e";
}

.fa-person-seat-reclined::before {
  content: "\e21f";
}

.fa-person-simple::before {
  content: "\e220";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-phone-arrow-down-left::before {
  content: "\e223";
}

.fa-phone-arrow-down::before {
  content: "\e223";
}

.fa-phone-incoming::before {
  content: "\e223";
}

.fa-phone-arrow-up-right::before {
  content: "\e224";
}

.fa-phone-arrow-up::before {
  content: "\e224";
}

.fa-phone-outgoing::before {
  content: "\e224";
}

.fa-phone-hangup::before {
  content: "\e225";
}

.fa-phone-missed::before {
  content: "\e226";
}

.fa-phone-xmark::before {
  content: "\e227";
}

.fa-photo-film-music::before {
  content: "\e228";
}

.fa-pinball::before {
  content: "\e229";
}

.fa-plane-prop::before {
  content: "\e22b";
}

.fa-plane-tail::before {
  content: "\e22c";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-plane-up-slash::before {
  content: "\e22e";
}

.fa-play-pause::before {
  content: "\e22f";
}

.fa-puzzle-piece-simple::before {
  content: "\e231";
}

.fa-puzzle-piece-alt::before {
  content: "\e231";
}

.fa-quotes::before {
  content: "\e234";
}

.fa-rectangle-pro::before {
  content: "\e235";
}

.fa-pro::before {
  content: "\e235";
}

.fa-rectangle-terminal::before {
  content: "\e236";
}

.fa-rectangle-vertical-history::before {
  content: "\e237";
}

.fa-reel::before {
  content: "\e238";
}

.fa-reply-clock::before {
  content: "\e239";
}

.fa-reply-time::before {
  content: "\e239";
}

.fa-restroom-simple::before {
  content: "\e23a";
}

.fa-rhombus::before {
  content: "\e23b";
}

.fa-rotate-exclamation::before {
  content: "\e23c";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-screencast::before {
  content: "\e23e";
}

.fa-scribble::before {
  content: "\e23f";
}

.fa-sd-cards::before {
  content: "\e240";
}

.fa-seal::before {
  content: "\e241";
}

.fa-seal-exclamation::before {
  content: "\e242";
}

.fa-seal-question::before {
  content: "\e243";
}

.fa-seat-airline::before {
  content: "\e244";
}

.fa-shelves-empty::before {
  content: "\e246";
}

.fa-shield-exclamation::before {
  content: "\e247";
}

.fa-shield-keyhole::before {
  content: "\e248";
}

.fa-shield-minus::before {
  content: "\e249";
}

.fa-shield-plus::before {
  content: "\e24a";
}

.fa-shield-slash::before {
  content: "\e24b";
}

.fa-shield-xmark::before {
  content: "\e24c";
}

.fa-shield-times::before {
  content: "\e24c";
}

.fa-shower-down::before {
  content: "\e24d";
}

.fa-shower-alt::before {
  content: "\e24d";
}

.fa-sidebar::before {
  content: "\e24e";
}

.fa-sidebar-flip::before {
  content: "\e24f";
}

.fa-signal-stream-slash::before {
  content: "\e250";
}

.fa-sim-cards::before {
  content: "\e251";
}

.fa-slider::before {
  content: "\e252";
}

.fa-sliders-simple::before {
  content: "\e253";
}

.fa-split::before {
  content: "\e254";
}

.fa-square-0::before {
  content: "\e255";
}

.fa-square-1::before {
  content: "\e256";
}

.fa-square-2::before {
  content: "\e257";
}

.fa-square-3::before {
  content: "\e258";
}

.fa-square-4::before {
  content: "\e259";
}

.fa-square-5::before {
  content: "\e25a";
}

.fa-square-6::before {
  content: "\e25b";
}

.fa-square-7::before {
  content: "\e25c";
}

.fa-square-8::before {
  content: "\e25d";
}

.fa-square-9::before {
  content: "\e25e";
}

.fa-square-a::before {
  content: "\e25f";
}

.fa-square-ampersand::before {
  content: "\e260";
}

.fa-square-arrow-down-left::before {
  content: "\e261";
}

.fa-square-arrow-down-right::before {
  content: "\e262";
}

.fa-square-arrow-up-left::before {
  content: "\e263";
}

.fa-square-b::before {
  content: "\e264";
}

.fa-square-bolt::before {
  content: "\e265";
}

.fa-square-c::before {
  content: "\e266";
}

.fa-square-code::before {
  content: "\e267";
}

.fa-square-d::before {
  content: "\e268";
}

.fa-square-dashed::before {
  content: "\e269";
}

.fa-square-divide::before {
  content: "\e26a";
}

.fa-square-down-left::before {
  content: "\e26b";
}

.fa-square-down-right::before {
  content: "\e26c";
}

.fa-square-e::before {
  content: "\e26d";
}

.fa-square-ellipsis::before {
  content: "\e26e";
}

.fa-square-ellipsis-vertical::before {
  content: "\e26f";
}

.fa-square-f::before {
  content: "\e270";
}

.fa-square-g::before {
  content: "\e271";
}

.fa-square-i::before {
  content: "\e272";
}

.fa-square-j::before {
  content: "\e273";
}

.fa-square-k::before {
  content: "\e274";
}

.fa-square-l::before {
  content: "\e275";
}

.fa-square-m::before {
  content: "\e276";
}

.fa-square-n::before {
  content: "\e277";
}

.fa-square-o::before {
  content: "\e278";
}

.fa-square-p::before {
  content: "\e279";
}

.fa-square-phone-hangup::before {
  content: "\e27a";
}

.fa-phone-square-down::before {
  content: "\e27a";
}

.fa-square-q::before {
  content: "\e27b";
}

.fa-square-r::before {
  content: "\e27c";
}

.fa-square-s::before {
  content: "\e27d";
}

.fa-square-small::before {
  content: "\e27e";
}

.fa-square-star::before {
  content: "\e27f";
}

.fa-square-t::before {
  content: "\e280";
}

.fa-square-u::before {
  content: "\e281";
}

.fa-square-up-left::before {
  content: "\e282";
}

.fa-square-user::before {
  content: "\e283";
}

.fa-square-v::before {
  content: "\e284";
}

.fa-square-w::before {
  content: "\e285";
}

.fa-square-x::before {
  content: "\e286";
}

.fa-square-y::before {
  content: "\e287";
}

.fa-square-z::before {
  content: "\e288";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-standard-definition::before {
  content: "\e28a";
}

.fa-rectangle-sd::before {
  content: "\e28a";
}

.fa-star-sharp::before {
  content: "\e28b";
}

.fa-star-sharp-half::before {
  content: "\e28c";
}

.fa-star-sharp-half-stroke::before {
  content: "\e28d";
}

.fa-star-sharp-half-alt::before {
  content: "\e28d";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "\e28e";
}

.fa-starfighter-alt-advanced::before {
  content: "\e28e";
}

.fa-sun-bright::before {
  content: "\e28f";
}

.fa-sun-alt::before {
  content: "\e28f";
}

.fa-table-layout::before {
  content: "\e290";
}

.fa-table-pivot::before {
  content: "\e291";
}

.fa-table-rows::before {
  content: "\e292";
}

.fa-rows::before {
  content: "\e292";
}

.fa-table-tree::before {
  content: "\e293";
}

.fa-tally-1::before {
  content: "\e294";
}

.fa-tally-2::before {
  content: "\e295";
}

.fa-tally-3::before {
  content: "\e296";
}

.fa-tally-4::before {
  content: "\e297";
}

.fa-taxi-bus::before {
  content: "\e298";
}

.fa-temperature-list::before {
  content: "\e299";
}

.fa-ticket-airline::before {
  content: "\e29a";
}

.fa-ticket-perforated-plane::before {
  content: "\e29a";
}

.fa-ticket-plane::before {
  content: "\e29a";
}

.fa-tickets-airline::before {
  content: "\e29b";
}

.fa-tickets-perforated-plane::before {
  content: "\e29b";
}

.fa-tickets-plane::before {
  content: "\e29b";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-timeline-arrow::before {
  content: "\e29d";
}

.fa-timer::before {
  content: "\e29e";
}

.fa-toilet-paper-under::before {
  content: "\e2a0";
}

.fa-toilet-paper-blank-under::before {
  content: "\e2a0";
}

.fa-toilet-paper-reverse::before {
  content: "\e2a0";
}

.fa-toilet-paper-reverse-alt::before {
  content: "\e2a0";
}

.fa-toilet-paper-under-slash::before {
  content: "\e2a1";
}

.fa-toilet-paper-reverse-slash::before {
  content: "\e2a1";
}

.fa-tower-control::before {
  content: "\e2a2";
}

.fa-train-subway-tunnel::before {
  content: "\e2a3";
}

.fa-subway-tunnel::before {
  content: "\e2a3";
}

.fa-transformer-bolt::before {
  content: "\e2a4";
}

.fa-transporter-4::before {
  content: "\e2a5";
}

.fa-transporter-5::before {
  content: "\e2a6";
}

.fa-transporter-6::before {
  content: "\e2a7";
}

.fa-transporter-7::before {
  content: "\e2a8";
}

.fa-trash-can-check::before {
  content: "\e2a9";
}

.fa-trash-can-clock::before {
  content: "\e2aa";
}

.fa-trash-can-list::before {
  content: "\e2ab";
}

.fa-trash-can-plus::before {
  content: "\e2ac";
}

.fa-trash-can-slash::before {
  content: "\e2ad";
}

.fa-trash-alt-slash::before {
  content: "\e2ad";
}

.fa-trash-can-xmark::before {
  content: "\e2ae";
}

.fa-trash-check::before {
  content: "\e2af";
}

.fa-trash-clock::before {
  content: "\e2b0";
}

.fa-trash-list::before {
  content: "\e2b1";
}

.fa-trash-plus::before {
  content: "\e2b2";
}

.fa-trash-slash::before {
  content: "\e2b3";
}

.fa-trash-xmark::before {
  content: "\e2b4";
}

.fa-truck-container-empty::before {
  content: "\e2b5";
}

.fa-truck-flatbed::before {
  content: "\e2b6";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-truck-tow::before {
  content: "\e2b8";
}

.fa-tty-answer::before {
  content: "\e2b9";
}

.fa-teletype-answer::before {
  content: "\e2b9";
}

.fa-tugrik-sign::before {
  content: "\e2ba";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-umbrella-simple::before {
  content: "\e2bc";
}

.fa-umbrella-alt::before {
  content: "\e2bc";
}

.fa-up-left::before {
  content: "\e2bd";
}

.fa-up-right::before {
  content: "\e2be";
}

.fa-user-bounty-hunter::before {
  content: "\e2bf";
}

.fa-user-pilot::before {
  content: "\e2c0";
}

.fa-user-pilot-tie::before {
  content: "\e2c1";
}

.fa-user-shakespeare::before {
  content: "\e2c2";
}

.fa-utility-pole::before {
  content: "\e2c3";
}

.fa-utility-pole-double::before {
  content: "\e2c4";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-video-arrow-down-left::before {
  content: "\e2c8";
}

.fa-video-arrow-up-right::before {
  content: "\e2c9";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-watch-apple::before {
  content: "\e2cb";
}

.fa-watch-smart::before {
  content: "\e2cc";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-wifi-exclamation::before {
  content: "\e2cf";
}

.fa-wrench-simple::before {
  content: "\e2d1";
}

.fa-robot-astromech::before {
  content: "\e2d2";
}

.fa-360-degrees::before {
  content: "\e2dc";
}

.fa-aperture::before {
  content: "\e2df";
}

.fa-arrow-turn-down-left::before {
  content: "\e2e1";
}

.fa-balloon::before {
  content: "\e2e3";
}

.fa-balloons::before {
  content: "\e2e4";
}

.fa-banana::before {
  content: "\e2e5";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bench-tree::before {
  content: "\e2e7";
}

.fa-blueberries::before {
  content: "\e2e8";
}

.fa-bowl-chopsticks::before {
  content: "\e2e9";
}

.fa-bowl-chopsticks-noodles::before {
  content: "\e2ea";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-briefcase-arrow-right::before {
  content: "\e2f2";
}

.fa-citrus::before {
  content: "\e2f4";
}

.fa-citrus-slice::before {
  content: "\e2f5";
}

.fa-coconut::before {
  content: "\e2f6";
}

.fa-display-slash::before {
  content: "\e2fa";
}

.fa-desktop-slash::before {
  content: "\e2fa";
}

.fa-face-explode::before {
  content: "\e2fe";
}

.fa-exploding-head::before {
  content: "\e2fe";
}

.fa-face-viewfinder::before {
  content: "\e2ff";
}

.fa-family::before {
  content: "\e300";
}

.fa-family-dress::before {
  content: "\e301";
}

.fa-family-pants::before {
  content: "\e302";
}

.fa-fence::before {
  content: "\e303";
}

.fa-fish-bones::before {
  content: "\e304";
}

.fa-grapes::before {
  content: "\e306";
}

.fa-kiwi-fruit::before {
  content: "\e30c";
}

.fa-mango::before {
  content: "\e30f";
}

.fa-melon::before {
  content: "\e310";
}

.fa-melon-slice::before {
  content: "\e311";
}

.fa-money-from-bracket::before {
  content: "\e312";
}

.fa-money-simple-from-bracket::before {
  content: "\e313";
}

.fa-olive::before {
  content: "\e316";
}

.fa-olive-branch::before {
  content: "\e317";
}

.fa-option::before {
  content: "\e318";
}

.fa-party-bell::before {
  content: "\e31a";
}

.fa-party-horn::before {
  content: "\e31b";
}

.fa-peapod::before {
  content: "\e31c";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-pineapple::before {
  content: "\e31f";
}

.fa-rectangle-code::before {
  content: "\e322";
}

.fa-rectangles-mixed::before {
  content: "\e323";
}

.fa-roller-coaster::before {
  content: "\e324";
}

.fa-square-quote::before {
  content: "\e329";
}

.fa-square-terminal::before {
  content: "\e32a";
}

.fa-strawberry::before {
  content: "\e32b";
}

.fa-table-picnic::before {
  content: "\e32d";
}

.fa-thought-bubble::before {
  content: "\e32e";
}

.fa-tick::before {
  content: "\e32f";
}

.fa-tomato::before {
  content: "\e330";
}

.fa-turn-down-left::before {
  content: "\e331";
}

.fa-user-police::before {
  content: "\e333";
}

.fa-user-police-tie::before {
  content: "\e334";
}

.fa-watermelon-slice::before {
  content: "\e337";
}

.fa-wheat-awn-slash::before {
  content: "\e338";
}

.fa-wheat-slash::before {
  content: "\e339";
}

.fa-badminton::before {
  content: "\e33a";
}

.fa-binary::before {
  content: "\e33b";
}

.fa-binary-circle-check::before {
  content: "\e33c";
}

.fa-binary-lock::before {
  content: "\e33d";
}

.fa-binary-slash::before {
  content: "\e33e";
}

.fa-boot-heeled::before {
  content: "\e33f";
}

.fa-car-bolt::before {
  content: "\e341";
}

.fa-car-circle-bolt::before {
  content: "\e342";
}

.fa-car-mirrors::before {
  content: "\e343";
}

.fa-car-side-bolt::before {
  content: "\e344";
}

.fa-clock-eight::before {
  content: "\e345";
}

.fa-clock-eight-thirty::before {
  content: "\e346";
}

.fa-clock-eleven::before {
  content: "\e347";
}

.fa-clock-eleven-thirty::before {
  content: "\e348";
}

.fa-clock-five::before {
  content: "\e349";
}

.fa-clock-five-thirty::before {
  content: "\e34a";
}

.fa-clock-four-thirty::before {
  content: "\e34b";
}

.fa-clock-nine::before {
  content: "\e34c";
}

.fa-clock-nine-thirty::before {
  content: "\e34d";
}

.fa-clock-one::before {
  content: "\e34e";
}

.fa-clock-one-thirty::before {
  content: "\e34f";
}

.fa-clock-seven::before {
  content: "\e350";
}

.fa-clock-seven-thirty::before {
  content: "\e351";
}

.fa-clock-six::before {
  content: "\e352";
}

.fa-clock-six-thirty::before {
  content: "\e353";
}

.fa-clock-ten::before {
  content: "\e354";
}

.fa-clock-ten-thirty::before {
  content: "\e355";
}

.fa-clock-three::before {
  content: "\e356";
}

.fa-clock-three-thirty::before {
  content: "\e357";
}

.fa-clock-twelve::before {
  content: "\e358";
}

.fa-clock-twelve-thirty::before {
  content: "\e359";
}

.fa-clock-two::before {
  content: "\e35a";
}

.fa-clock-two-thirty::before {
  content: "\e35b";
}

.fa-cloud-check::before {
  content: "\e35c";
}

.fa-cloud-minus::before {
  content: "\e35d";
}

.fa-cloud-plus::before {
  content: "\e35e";
}

.fa-cloud-xmark::before {
  content: "\e35f";
}

.fa-columns-3::before {
  content: "\e361";
}

.fa-crystal-ball::before {
  content: "\e362";
}

.fa-cup-straw::before {
  content: "\e363";
}

.fa-cup-straw-swoosh::before {
  content: "\e364";
}

.fa-distribute-spacing-horizontal::before {
  content: "\e365";
}

.fa-distribute-spacing-vertical::before {
  content: "\e366";
}

.fa-eyes::before {
  content: "\e367";
}

.fa-face-angry-horns::before {
  content: "\e368";
}

.fa-face-anguished::before {
  content: "\e369";
}

.fa-face-anxious-sweat::before {
  content: "\e36a";
}

.fa-face-astonished::before {
  content: "\e36b";
}

.fa-face-confounded::before {
  content: "\e36c";
}

.fa-face-confused::before {
  content: "\e36d";
}

.fa-face-cowboy-hat::before {
  content: "\e36e";
}

.fa-face-disappointed::before {
  content: "\e36f";
}

.fa-face-disguise::before {
  content: "\e370";
}

.fa-face-downcast-sweat::before {
  content: "\e371";
}

.fa-face-drooling::before {
  content: "\e372";
}

.fa-face-expressionless::before {
  content: "\e373";
}

.fa-face-eyes-xmarks::before {
  content: "\e374";
}

.fa-face-fearful::before {
  content: "\e375";
}

.fa-face-frown-slight::before {
  content: "\e376";
}

.fa-face-glasses::before {
  content: "\e377";
}

.fa-face-hand-over-mouth::before {
  content: "\e378";
}

.fa-face-hand-yawn::before {
  content: "\e379";
}

.fa-face-head-bandage::before {
  content: "\e37a";
}

.fa-face-hushed::before {
  content: "\e37b";
}

.fa-face-icicles::before {
  content: "\e37c";
}

.fa-face-kiss-closed-eyes::before {
  content: "\e37d";
}

.fa-face-lying::before {
  content: "\e37e";
}

.fa-face-mask::before {
  content: "\e37f";
}

.fa-face-monocle::before {
  content: "\e380";
}

.fa-face-nauseated::before {
  content: "\e381";
}

.fa-face-nose-steam::before {
  content: "\e382";
}

.fa-face-party::before {
  content: "\e383";
}

.fa-face-pensive::before {
  content: "\e384";
}

.fa-face-persevering::before {
  content: "\e385";
}

.fa-face-pleading::before {
  content: "\e386";
}

.fa-face-pouting::before {
  content: "\e387";
}

.fa-face-raised-eyebrow::before {
  content: "\e388";
}

.fa-face-relieved::before {
  content: "\e389";
}

.fa-face-sad-sweat::before {
  content: "\e38a";
}

.fa-face-scream::before {
  content: "\e38b";
}

.fa-face-shush::before {
  content: "\e38c";
}

.fa-face-sleeping::before {
  content: "\e38d";
}

.fa-face-sleepy::before {
  content: "\e38e";
}

.fa-face-smile-halo::before {
  content: "\e38f";
}

.fa-face-smile-hearts::before {
  content: "\e390";
}

.fa-face-smile-horns::before {
  content: "\e391";
}

.fa-face-smile-relaxed::before {
  content: "\e392";
}

.fa-face-smile-tear::before {
  content: "\e393";
}

.fa-face-smile-tongue::before {
  content: "\e394";
}

.fa-face-smile-upside-down::before {
  content: "\e395";
}

.fa-face-smiling-hands::before {
  content: "\e396";
}

.fa-face-smirking::before {
  content: "\e397";
}

.fa-face-sunglasses::before {
  content: "\e398";
}

.fa-face-swear::before {
  content: "\e399";
}

.fa-face-thermometer::before {
  content: "\e39a";
}

.fa-face-thinking::before {
  content: "\e39b";
}

.fa-face-tissue::before {
  content: "\e39c";
}

.fa-face-tongue-money::before {
  content: "\e39d";
}

.fa-face-tongue-sweat::before {
  content: "\e39e";
}

.fa-face-unamused::before {
  content: "\e39f";
}

.fa-face-vomit::before {
  content: "\e3a0";
}

.fa-face-weary::before {
  content: "\e3a1";
}

.fa-face-woozy::before {
  content: "\e3a2";
}

.fa-face-worried::before {
  content: "\e3a3";
}

.fa-face-zany::before {
  content: "\e3a4";
}

.fa-face-zipper::before {
  content: "\e3a5";
}

.fa-file-lock::before {
  content: "\e3a6";
}

.fa-file-slash::before {
  content: "\e3a7";
}

.fa-fishing-rod::before {
  content: "\e3a8";
}

.fa-flying-disc::before {
  content: "\e3a9";
}

.fa-gallery-thumbnails::before {
  content: "\e3aa";
}

.fa-goal-net::before {
  content: "\e3ab";
}

.fa-golf-flag-hole::before {
  content: "\e3ac";
}

.fa-grid-dividers::before {
  content: "\e3ad";
}

.fa-hockey-stick-puck::before {
  content: "\e3ae";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-house-chimney-blank::before {
  content: "\e3b0";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-house-window::before {
  content: "\e3b3";
}

.fa-key-skeleton-left-right::before {
  content: "\e3b4";
}

.fa-lacrosse-stick::before {
  content: "\e3b5";
}

.fa-lacrosse-stick-ball::before {
  content: "\e3b6";
}

.fa-mask-snorkel::before {
  content: "\e3b7";
}

.fa-message-bot::before {
  content: "\e3b8";
}

.fa-moped::before {
  content: "\e3b9";
}

.fa-nesting-dolls::before {
  content: "\e3ba";
}

.fa-objects-align-bottom::before {
  content: "\e3bb";
}

.fa-objects-align-center-horizontal::before {
  content: "\e3bc";
}

.fa-objects-align-center-vertical::before {
  content: "\e3bd";
}

.fa-objects-align-left::before {
  content: "\e3be";
}

.fa-objects-align-right::before {
  content: "\e3bf";
}

.fa-objects-align-top::before {
  content: "\e3c0";
}

.fa-objects-column::before {
  content: "\e3c1";
}

.fa-paperclip-vertical::before {
  content: "\e3c2";
}

.fa-pinata::before {
  content: "\e3c3";
}

.fa-pipe-smoking::before {
  content: "\e3c4";
}

.fa-pool-8-ball::before {
  content: "\e3c5";
}

.fa-rugby-ball::before {
  content: "\e3c6";
}

.fa-shirt-long-sleeve::before {
  content: "\e3c7";
}

.fa-shirt-running::before {
  content: "\e3c8";
}

.fa-shirt-tank-top::before {
  content: "\e3c9";
}

.fa-signature-lock::before {
  content: "\e3ca";
}

.fa-signature-slash::before {
  content: "\e3cb";
}

.fa-ski-boot::before {
  content: "\e3cc";
}

.fa-ski-boot-ski::before {
  content: "\e3cd";
}

.fa-slot-machine::before {
  content: "\e3ce";
}

.fa-teddy-bear::before {
  content: "\e3cf";
}

.fa-truck-bolt::before {
  content: "\e3d0";
}

.fa-uniform-martial-arts::before {
  content: "\e3d1";
}

.fa-user-chef::before {
  content: "\e3d2";
}

.fa-user-hair-buns::before {
  content: "\e3d3";
}

.fa-arrow-left-long-to-line::before {
  content: "\e3d4";
}

.fa-arrow-right-long-to-line::before {
  content: "\e3d5";
}

.fa-arrow-turn-down-right::before {
  content: "\e3d6";
}

.fa-bagel::before {
  content: "\e3d7";
}

.fa-baguette::before {
  content: "\e3d8";
}

.fa-blanket-fire::before {
  content: "\e3da";
}

.fa-block-brick::before {
  content: "\e3db";
}

.fa-wall-brick::before {
  content: "\e3db";
}

.fa-block-brick-fire::before {
  content: "\e3dc";
}

.fa-firewall::before {
  content: "\e3dc";
}

.fa-block-question::before {
  content: "\e3dd";
}

.fa-bowl-scoop::before {
  content: "\e3de";
}

.fa-bowl-shaved-ice::before {
  content: "\e3de";
}

.fa-bowl-scoops::before {
  content: "\e3df";
}

.fa-bowl-spoon::before {
  content: "\e3e0";
}

.fa-bread-slice-butter::before {
  content: "\e3e1";
}

.fa-broccoli::before {
  content: "\e3e2";
}

.fa-burger-lettuce::before {
  content: "\e3e3";
}

.fa-butter::before {
  content: "\e3e4";
}

.fa-cake-slice::before {
  content: "\e3e5";
}

.fa-shortcake::before {
  content: "\e3e5";
}

.fa-can-food::before {
  content: "\e3e6";
}

.fa-candy::before {
  content: "\e3e7";
}

.fa-candy-bar::before {
  content: "\e3e8";
}

.fa-chocolate-bar::before {
  content: "\e3e8";
}

.fa-card-club::before {
  content: "\e3e9";
}

.fa-card-diamond::before {
  content: "\e3ea";
}

.fa-card-heart::before {
  content: "\e3eb";
}

.fa-card-spade::before {
  content: "\e3ec";
}

.fa-cards::before {
  content: "\e3ed";
}

.fa-cart-arrow-up::before {
  content: "\e3ee";
}

.fa-cart-circle-arrow-down::before {
  content: "\e3ef";
}

.fa-cart-circle-arrow-up::before {
  content: "\e3f0";
}

.fa-cart-circle-check::before {
  content: "\e3f1";
}

.fa-cart-circle-exclamation::before {
  content: "\e3f2";
}

.fa-cart-circle-plus::before {
  content: "\e3f3";
}

.fa-cart-circle-xmark::before {
  content: "\e3f4";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-chestnut::before {
  content: "\e3f6";
}

.fa-chopsticks::before {
  content: "\e3f7";
}

.fa-circle-quarters::before {
  content: "\e3f8";
}

.fa-code-pull-request-closed::before {
  content: "\e3f9";
}

.fa-code-pull-request-draft::before {
  content: "\e3fa";
}

.fa-coin-blank::before {
  content: "\e3fb";
}

.fa-coin-front::before {
  content: "\e3fc";
}

.fa-coin-vertical::before {
  content: "\e3fd";
}

.fa-corner::before {
  content: "\e3fe";
}

.fa-crab::before {
  content: "\e3ff";
}

.fa-soft-serve::before {
  content: "\e400";
}

.fa-creemee::before {
  content: "\e400";
}

.fa-cucumber::before {
  content: "\e401";
}

.fa-cupcake::before {
  content: "\e402";
}

.fa-custard::before {
  content: "\e403";
}

.fa-dash::before {
  content: "\e404";
}

.fa-minus-large::before {
  content: "\e404";
}

.fa-diamond-exclamation::before {
  content: "\e405";
}

.fa-donut::before {
  content: "\e406";
}

.fa-doughnut::before {
  content: "\e406";
}

.fa-down-from-dotted-line::before {
  content: "\e407";
}

.fa-down-to-dotted-line::before {
  content: "\e408";
}

.fa-face-awesome::before {
  content: "\e409";
}

.fa-gave-dandy::before {
  content: "\e409";
}

.fa-falafel::before {
  content: "\e40a";
}

.fa-flatbread::before {
  content: "\e40b";
}

.fa-flatbread-stuffed::before {
  content: "\e40c";
}

.fa-fondue-pot::before {
  content: "\e40d";
}

.fa-garlic::before {
  content: "\e40e";
}

.fa-grip-dots::before {
  content: "\e410";
}

.fa-grip-dots-vertical::before {
  content: "\e411";
}

.fa-h5::before {
  content: "\e412";
}

.fa-h6::before {
  content: "\e413";
}

.fa-hammer-crash::before {
  content: "\e414";
}

.fa-hashtag-lock::before {
  content: "\e415";
}

.fa-hexagon-check::before {
  content: "\e416";
}

.fa-hexagon-exclamation::before {
  content: "\e417";
}

.fa-honey-pot::before {
  content: "\e418";
}

.fa-hose::before {
  content: "\e419";
}

.fa-hose-reel::before {
  content: "\e41a";
}

.fa-hourglass-clock::before {
  content: "\e41b";
}

.fa-hundred-points::before {
  content: "\e41c";
}

.fa-100::before {
  content: "\e41c";
}

.fa-leafy-green::before {
  content: "\e41d";
}

.fa-left-long-to-line::before {
  content: "\e41e";
}

.fa-light-emergency::before {
  content: "\e41f";
}

.fa-light-emergency-on::before {
  content: "\e420";
}

.fa-lobster::before {
  content: "\e421";
}

.fa-lock-a::before {
  content: "\e422";
}

.fa-lock-hashtag::before {
  content: "\e423";
}

.fa-lollipop::before {
  content: "\e424";
}

.fa-lollypop::before {
  content: "\e424";
}

.fa-mushroom::before {
  content: "\e425";
}

.fa-octagon-check::before {
  content: "\e426";
}

.fa-onion::before {
  content: "\e427";
}

.fa-page::before {
  content: "\e428";
}

.fa-page-caret-down::before {
  content: "\e429";
}

.fa-file-caret-down::before {
  content: "\e429";
}

.fa-page-caret-up::before {
  content: "\e42a";
}

.fa-file-caret-up::before {
  content: "\e42a";
}

.fa-pan-food::before {
  content: "\e42b";
}

.fa-pan-frying::before {
  content: "\e42c";
}

.fa-pancakes::before {
  content: "\e42d";
}

.fa-panel-ews::before {
  content: "\e42e";
}

.fa-panel-fire::before {
  content: "\e42f";
}

.fa-peanut::before {
  content: "\e430";
}

.fa-peanuts::before {
  content: "\e431";
}

.fa-pepper::before {
  content: "\e432";
}

.fa-person-to-door::before {
  content: "\e433";
}

.fa-phone-intercom::before {
  content: "\e434";
}

.fa-pickleball::before {
  content: "\e435";
}

.fa-pipe-circle-check::before {
  content: "\e436";
}

.fa-pipe-collar::before {
  content: "\e437";
}

.fa-pipe-section::before {
  content: "\e438";
}

.fa-pipe-valve::before {
  content: "\e439";
}

.fa-plate-utensils::before {
  content: "\e43b";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-pompebled::before {
  content: "\e43d";
}

.fa-popsicle::before {
  content: "\e43e";
}

.fa-pot-food::before {
  content: "\e43f";
}

.fa-potato::before {
  content: "\e440";
}

.fa-pretzel::before {
  content: "\e441";
}

.fa-pump::before {
  content: "\e442";
}

.fa-puzzle::before {
  content: "\e443";
}

.fa-right-long-to-line::before {
  content: "\e444";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-salt-shaker::before {
  content: "\e446";
}

.fa-section::before {
  content: "\e447";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-shutters::before {
  content: "\e449";
}

.fa-sportsball::before {
  content: "\e44b";
}

.fa-sprinkler-ceiling::before {
  content: "\e44c";
}

.fa-square-a-lock::before {
  content: "\e44d";
}

.fa-square-quarters::before {
  content: "\e44e";
}

.fa-square-ring::before {
  content: "\e44f";
}

.fa-squid::before {
  content: "\e450";
}

.fa-tamale::before {
  content: "\e451";
}

.fa-tank-water::before {
  content: "\e452";
}

.fa-train-track::before {
  content: "\e453";
}

.fa-train-tunnel::before {
  content: "\e454";
}

.fa-turn-down-right::before {
  content: "\e455";
}

.fa-up-from-dotted-line::before {
  content: "\e456";
}

.fa-up-to-dotted-line::before {
  content: "\e457";
}

.fa-user-doctor-hair::before {
  content: "\e458";
}

.fa-user-doctor-hair-long::before {
  content: "\e459";
}

.fa-user-hair::before {
  content: "\e45a";
}

.fa-user-hair-long::before {
  content: "\e45b";
}

.fa-user-hair-mullet::before {
  content: "\e45c";
}

.fa-business-front::before {
  content: "\e45c";
}

.fa-party-back::before {
  content: "\e45c";
}

.fa-trian-balbot::before {
  content: "\e45c";
}

.fa-user-nurse-hair::before {
  content: "\e45d";
}

.fa-user-nurse-hair-long::before {
  content: "\e45e";
}

.fa-user-tie-hair::before {
  content: "\e45f";
}

.fa-user-tie-hair-long::before {
  content: "\e460";
}

.fa-user-vneck::before {
  content: "\e461";
}

.fa-user-vneck-hair::before {
  content: "\e462";
}

.fa-user-vneck-hair-long::before {
  content: "\e463";
}

.fa-utensils-slash::before {
  content: "\e464";
}

.fa-vent-damper::before {
  content: "\e465";
}

.fa-waffle::before {
  content: "\e466";
}

.fa-00::before {
  content: "\e467";
}

.fa-apartment::before {
  content: "\e468";
}

.fa-bird::before {
  content: "\e469";
}

.fa-block::before {
  content: "\e46a";
}

.fa-bowl-soft-serve::before {
  content: "\e46b";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-cabin::before {
  content: "\e46d";
}

.fa-calendar-circle-exclamation::before {
  content: "\e46e";
}

.fa-calendar-circle-minus::before {
  content: "\e46f";
}

.fa-calendar-circle-plus::before {
  content: "\e470";
}

.fa-calendar-circle-user::before {
  content: "\e471";
}

.fa-calendar-lines-pen::before {
  content: "\e472";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-chart-simple-horizontal::before {
  content: "\e474";
}

.fa-diagram-cells::before {
  content: "\e475";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-diagram-previous::before {
  content: "\e478";
}

.fa-diagram-subtask::before {
  content: "\e479";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-face-beam-hand-over-mouth::before {
  content: "\e47c";
}

.fa-face-clouds::before {
  content: "\e47d";
}

.fa-face-diagonal-mouth::before {
  content: "\e47e";
}

.fa-face-dotted::before {
  content: "\e47f";
}

.fa-face-exhaling::before {
  content: "\e480";
}

.fa-face-hand-peeking::before {
  content: "\e481";
}

.fa-face-holding-back-tears::before {
  content: "\e482";
}

.fa-face-melting::before {
  content: "\e483";
}

.fa-face-saluting::before {
  content: "\e484";
}

.fa-face-spiral-eyes::before {
  content: "\e485";
}

.fa-fort::before {
  content: "\e486";
}

.fa-house-blank::before {
  content: "\e487";
}

.fa-home-blank::before {
  content: "\e487";
}

.fa-square-kanban::before {
  content: "\e488";
}

.fa-square-list::before {
  content: "\e489";
}

.fa-sushi::before {
  content: "\e48a";
}

.fa-nigiri::before {
  content: "\e48a";
}

.fa-sushi-roll::before {
  content: "\e48b";
}

.fa-maki-roll::before {
  content: "\e48b";
}

.fa-makizushi::before {
  content: "\e48b";
}

.fa-album-circle-plus::before {
  content: "\e48c";
}

.fa-album-circle-user::before {
  content: "\e48d";
}

.fa-album-collection-circle-plus::before {
  content: "\e48e";
}

.fa-album-collection-circle-user::before {
  content: "\e48f";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-cloud-exclamation::before {
  content: "\e491";
}

.fa-cloud-question::before {
  content: "\e492";
}

.fa-file-circle-info::before {
  content: "\e493";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-frame::before {
  content: "\e495";
}

.fa-gauge-circle-bolt::before {
  content: "\e496";
}

.fa-gauge-circle-minus::before {
  content: "\e497";
}

.fa-gauge-circle-plus::before {
  content: "\e498";
}

.fa-memo-circle-info::before {
  content: "\e49a";
}

.fa-object-exclude::before {
  content: "\e49c";
}

.fa-object-intersect::before {
  content: "\e49d";
}

.fa-object-subtract::before {
  content: "\e49e";
}

.fa-object-union::before {
  content: "\e49f";
}

.fa-pen-nib-slash::before {
  content: "\e4a1";
}

.fa-rectangle-history::before {
  content: "\e4a2";
}

.fa-rectangle-history-circle-plus::before {
  content: "\e4a3";
}

.fa-rectangle-history-circle-user::before {
  content: "\e4a4";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-store-lock::before {
  content: "\e4a6";
}

.fa-user-robot-xmarks::before {
  content: "\e4a7";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-arrow-down-to-arc::before {
  content: "\e4ae";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-arrow-right-from-arc::before {
  content: "\e4b1";
}

.fa-arrow-right-to-arc::before {
  content: "\e4b2";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-arrow-up-from-arc::before {
  content: "\e4b4";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-bridge-suspension::before {
  content: "\e4cd";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-cards-blank::before {
  content: "\e4df";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-down-to-bracket::before {
  content: "\e4e7";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-hexagon-image::before {
  content: "\e504";
}

.fa-hexagon-vertical-nft::before {
  content: "\e505";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "\e505";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-jar::before {
  content: "\e516";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-locust::before {
  content: "\e520";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-merge::before {
  content: "\e526";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-nfc-symbol::before {
  content: "\e531";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-rug::before {
  content: "\e569";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-shield-quartered::before {
  content: "\e575";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-tents::before {
  content: "\e582";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-trillium::before {
  content: "\e588";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-up-from-bracket::before {
  content: "\e590";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-worm::before {
  content: "\e599";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-xmark-large::before {
  content: "\e59b";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-plus-large::before {
  content: "\e59e";
}

.fa-crosshairs-simple::before {
  content: "\e59f";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-gamepad-modern::before {
  content: "\e5a2";
}

.fa-gamepad-alt::before {
  content: "\e5a2";
}

.fa-grill::before {
  content: "\e5a3";
}

.fa-grill-fire::before {
  content: "\e5a4";
}

.fa-grill-hot::before {
  content: "\e5a5";
}

.fa-lightbulb-cfl::before {
  content: "\e5a6";
}

.fa-lightbulb-cfl-on::before {
  content: "\e5a7";
}

.fa-mouse-field::before {
  content: "\e5a8";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-ring-diamond::before {
  content: "\e5ab";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-toggle-large-off::before {
  content: "\e5b0";
}

.fa-toggle-large-on::before {
  content: "\e5b1";
}

.fa-toilet-paper-check::before {
  content: "\e5b2";
}

.fa-toilet-paper-xmark::before {
  content: "\e5b3";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-buoy::before {
  content: "\e5b5";
}

.fa-buoy-mooring::before {
  content: "\e5b6";
}

.fa-diamond-half::before {
  content: "\e5b7";
}

.fa-diamond-half-stroke::before {
  content: "\e5b8";
}

.fa-game-console-handheld-crank::before {
  content: "\e5b9";
}

.fa-interrobang::before {
  content: "\e5ba";
}

.fa-mailbox-flag-up::before {
  content: "\e5bb";
}

.fa-mustache::before {
  content: "\e5bc";
}

.fa-nose::before {
  content: "\e5bd";
}

.fa-phone-arrow-right::before {
  content: "\e5be";
}

.fa-pickaxe::before {
  content: "\e5bf";
}

.fa-prescription-bottle-pill::before {
  content: "\e5c0";
}

.fa-snowflake-droplets::before {
  content: "\e5c1";
}

.fa-square-dashed-circle-plus::before {
  content: "\e5c2";
}

.fa-tricycle::before {
  content: "\e5c3";
}

.fa-tricycle-adult::before {
  content: "\e5c4";
}

.fa-user-magnifying-glass::before {
  content: "\e5c5";
}

.fa-comment-heart::before {
  content: "\e5c8";
}

.fa-message-heart::before {
  content: "\e5c9";
}

.fa-pencil-mechanical::before {
  content: "\e5ca";
}

.fa-skeleton-ribs::before {
  content: "\e5cb";
}

.fa-billboard::before {
  content: "\e5cd";
}

.fa-circle-euro::before {
  content: "\e5ce";
}

.fa-circle-sterling::before {
  content: "\e5cf";
}

.fa-circle-yen::before {
  content: "\e5d0";
}

.fa-broom-wide::before {
  content: "\e5d1";
}

.fa-wreath-laurel::before {
  content: "\e5d2";
}

.fa-circle-quarter-stroke::before {
  content: "\e5d3";
}

.fa-circle-three-quarters-stroke::before {
  content: "\e5d4";
}

.fa-webhook::before {
  content: "\e5d5";
}

.fa-sparkle::before {
  content: "\e5d6";
}

.fa-chart-line-up-down::before {
  content: "\e5d7";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "\e5d8";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "\e5d9";
}

.fa-grid-round::before {
  content: "\e5da";
}

.fa-grid-round-2::before {
  content: "\e5db";
}

.fa-grid-round-2-plus::before {
  content: "\e5dc";
}

.fa-grid-round-4::before {
  content: "\e5dd";
}

.fa-grid-round-5::before {
  content: "\e5de";
}

.fa-arrow-progress::before {
  content: "\e5df";
}

.fa-right-left-large::before {
  content: "\e5e1";
}

.fa-calendar-users::before {
  content: "\e5e2";
}

.fa-display-chart-up::before {
  content: "\e5e3";
}

.fa-display-chart-up-circle-currency::before {
  content: "\e5e5";
}

.fa-display-chart-up-circle-dollar::before {
  content: "\e5e6";
}

.fa-laptop-binary::before {
  content: "\e5e7";
}

.fa-gear-code::before {
  content: "\e5e8";
}

.fa-gear-complex::before {
  content: "\e5e9";
}

.fa-gear-complex-code::before {
  content: "\e5eb";
}

.fa-file-doc::before {
  content: "\e5ed";
}

.fa-file-zip::before {
  content: "\e5ee";
}

.fa-flask-gear::before {
  content: "\e5f1";
}

.fa-bag-seedling::before {
  content: "\e5f2";
}

.fa-bin-bottles::before {
  content: "\e5f5";
}

.fa-bin-bottles-recycle::before {
  content: "\e5f6";
}

.fa-bin-recycle::before {
  content: "\e5f7";
}

.fa-conveyor-belt-arm::before {
  content: "\e5f8";
}

.fa-jug-bottle::before {
  content: "\e5fb";
}

.fa-lightbulb-gear::before {
  content: "\e5fd";
}

.fa-dinosaur::before {
  content: "\e5fe";
}

.fa-person-running-fast::before {
  content: "\e5ff";
}

.fa-circles-overlap::before {
  content: "\e600";
}

.fa-cloud-binary::before {
  content: "\e601";
}

.fa-chf-sign::before {
  content: "\e602";
}

.fa-user-group-simple::before {
  content: "\e603";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "\e604";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "\e605";
}

.fa-hat-beach::before {
  content: "\e606";
}

.fa-person-dress-fairy::before {
  content: "\e607";
}

.fa-person-fairy::before {
  content: "\e608";
}

.fa-swap::before {
  content: "\e609";
}

.fa-swap-arrows::before {
  content: "\e60a";
}

.fa-angles-up-down::before {
  content: "\e60d";
}

.fa-globe-pointer::before {
  content: "\e60e";
}

.fa-subtitles::before {
  content: "\e60f";
}

.fa-subtitles-slash::before {
  content: "\e610";
}

.fa-head-side-gear::before {
  content: "\e611";
}

.fa-lighthouse::before {
  content: "\e612";
}

.fa-raccoon::before {
  content: "\e613";
}

.fa-arrow-down-from-arc::before {
  content: "\e614";
}

.fa-arrow-left-from-arc::before {
  content: "\e615";
}

.fa-arrow-left-to-arc::before {
  content: "\e616";
}

.fa-arrow-up-to-arc::before {
  content: "\e617";
}

.fa-building-magnifying-glass::before {
  content: "\e61c";
}

.fa-building-memo::before {
  content: "\e61e";
}

.fa-hammer-brush::before {
  content: "\e620";
}

.fa-hand-holding-circle-dollar::before {
  content: "\e621";
}

.fa-landmark-magnifying-glass::before {
  content: "\e622";
}

.fa-sign-post::before {
  content: "\e624";
}

.fa-sign-posts::before {
  content: "\e625";
}

.fa-sign-posts-wrench::before {
  content: "\e626";
}

.fa-tent-double-peak::before {
  content: "\e627";
}

.fa-truck-utensils::before {
  content: "\e628";
}

.fa-t-rex::before {
  content: "\e629";
}

.fa-spinner-scale::before {
  content: "\e62a";
}

.fa-bell-ring::before {
  content: "\e62c";
}

.fa-arrows-rotate-reverse::before {
  content: "\e630";
}

.fa-rotate-reverse::before {
  content: "\e631";
}

.fa-arrow-turn-left::before {
  content: "\e632";
}

.fa-arrow-turn-left-down::before {
  content: "\e633";
}

.fa-arrow-turn-left-up::before {
  content: "\e634";
}

.fa-arrow-turn-right::before {
  content: "\e635";
}

.fa-turn-left::before {
  content: "\e636";
}

.fa-turn-left-down::before {
  content: "\e637";
}

.fa-turn-left-up::before {
  content: "\e638";
}

.fa-turn-right::before {
  content: "\e639";
}

.fa-location-arrow-up::before {
  content: "\e63a";
}

.fa-ticket-perforated::before {
  content: "\e63e";
}

.fa-tickets-perforated::before {
  content: "\e63f";
}

.fa-cannon::before {
  content: "\e642";
}

.fa-court-sport::before {
  content: "\e643";
}

.fa-file-eps::before {
  content: "\e644";
}

.fa-file-gif::before {
  content: "\e645";
}

.fa-file-jpg::before {
  content: "\e646";
}

.fa-file-mov::before {
  content: "\e647";
}

.fa-file-mp3::before {
  content: "\e648";
}

.fa-file-mp4::before {
  content: "\e649";
}

.fa-file-ppt::before {
  content: "\e64a";
}

.fa-file-svg::before {
  content: "\e64b";
}

.fa-file-vector::before {
  content: "\e64c";
}

.fa-file-xls::before {
  content: "\e64d";
}

.fa-folder-check::before {
  content: "\e64e";
}

.fa-chart-kanban::before {
  content: "\e64f";
}

.fa-bag-shopping-minus::before {
  content: "\e650";
}

.fa-bag-shopping-plus::before {
  content: "\e651";
}

.fa-basket-shopping-minus::before {
  content: "\e652";
}

.fa-basket-shopping-plus::before {
  content: "\e653";
}

.fa-file-xml::before {
  content: "\e654";
}

.fa-bulldozer::before {
  content: "\e655";
}

.fa-excavator::before {
  content: "\e656";
}

.fa-truck-ladder::before {
  content: "\e657";
}

.fa-tickets::before {
  content: "\e658";
}

.fa-tickets-simple::before {
  content: "\e659";
}

.fa-truck-fire::before {
  content: "\e65a";
}

.fa-wave::before {
  content: "\e65b";
}

.fa-waves-sine::before {
  content: "\e65d";
}

.fa-magnifying-glass-arrows-rotate::before {
  content: "\e65e";
}

.fa-magnifying-glass-music::before {
  content: "\e65f";
}

.fa-magnifying-glass-play::before {
  content: "\e660";
}

.fa-magnifying-glass-waveform::before {
  content: "\e661";
}

.fa-music-magnifying-glass::before {
  content: "\e662";
}

.fa-reflect-horizontal::before {
  content: "\e664";
}

.fa-reflect-vertical::before {
  content: "\e665";
}

.fa-file-png::before {
  content: "\e666";
}

.fa-arrow-down-from-bracket::before {
  content: "\e667";
}

.fa-arrow-left-from-bracket::before {
  content: "\e668";
}

.fa-arrow-left-to-bracket::before {
  content: "\e669";
}

.fa-arrow-up-to-bracket::before {
  content: "\e66a";
}

.fa-down-from-bracket::before {
  content: "\e66b";
}

.fa-left-from-bracket::before {
  content: "\e66c";
}

.fa-left-to-bracket::before {
  content: "\e66d";
}

.fa-up-to-bracket::before {
  content: "\e66e";
}

.fa-reflect-both::before {
  content: "\e66f";
}

.fa-file-cad::before {
  content: "\e672";
}

.fa-bottle-baby::before {
  content: "\e673";
}

.fa-table-cells-column-lock::before {
  content: "\e678";
}

.fa-table-cells-lock::before {
  content: "\e679";
}

.fa-table-cells-row-lock::before {
  content: "\e67a";
}

.fa-circle-wifi::before {
  content: "\e67d";
}

.fa-circle-wifi-circle-wifi::before {
  content: "\e67e";
}

.fa-circle-wifi-group::before {
  content: "\e67e";
}

.fa-circle-gf::before {
  content: "\e67f";
}

.fa-ant::before {
  content: "\e680";
}

.fa-caduceus::before {
  content: "\e681";
}

.fa-web-awesome::before {
  content: "\e682";
}

.fa-globe-wifi::before {
  content: "\e685";
}

.fa-hydra::before {
  content: "\e686";
}

.fa-lightbulb-message::before {
  content: "\e687";
}

.fa-octopus::before {
  content: "\e688";
}

.fa-user-beard-bolt::before {
  content: "\e689";
}

.fa-user-hoodie::before {
  content: "\e68a";
}

.fa-diamonds-4::before {
  content: "\e68b";
}

.fa-thumbtack-slash::before {
  content: "\e68f";
}

.fa-thumb-tack-slash::before {
  content: "\e68f";
}

.fa-table-cells-column-unlock::before {
  content: "\e690";
}

.fa-table-cells-row-unlock::before {
  content: "\e691";
}

.fa-table-cells-unlock::before {
  content: "\e692";
}

.fa-chart-diagram::before {
  content: "\e695";
}

.fa-comment-nodes::before {
  content: "\e696";
}

.fa-file-fragment::before {
  content: "\e697";
}

.fa-file-half-dashed::before {
  content: "\e698";
}

.fa-hexagon-nodes::before {
  content: "\e699";
}

.fa-hexagon-nodes-bolt::before {
  content: "\e69a";
}

.fa-square-binary::before {
  content: "\e69b";
}

.fa-carpool::before {
  content: "\e69c";
}

.fa-car-people::before {
  content: "\e69c";
}

.fa-chart-sine::before {
  content: "\e69d";
}

.fa-chart-fft::before {
  content: "\e69e";
}

.fa-circles-overlap-3::before {
  content: "\e6a1";
}

.fa-pronoun::before {
  content: "\e6a1";
}

.fa-bar-progress::before {
  content: "\e6a4";
}

.fa-bar-progress-empty::before {
  content: "\e6a5";
}

.fa-bar-progress-full::before {
  content: "\e6a6";
}

.fa-bar-progress-half::before {
  content: "\e6a7";
}

.fa-bar-progress-quarter::before {
  content: "\e6a8";
}

.fa-bar-progress-three-quarters::before {
  content: "\e6a9";
}

.fa-grid-2-minus::before {
  content: "\e6aa";
}

.fa-grid-round-2-minus::before {
  content: "\e6ab";
}

.fa-table-cells-columns::before {
  content: "\e6ac";
}

.fa-table-cells-header::before {
  content: "\e6ad";
}

.fa-table-cells-header-lock::before {
  content: "\e6ae";
}

.fa-table-cells-header-unlock::before {
  content: "\e6af";
}

.fa-table-cells-rows::before {
  content: "\e6b0";
}

.fa-circle-equals::before {
  content: "\e6b1";
}

.fa-hexagon-equals::before {
  content: "\e6b2";
}

.fa-octagon-equals::before {
  content: "\e6b3";
}

.fa-rectangle-minus::before {
  content: "\e6b4";
}

.fa-rectangle-plus::before {
  content: "\e6b5";
}

.fa-square-equals::before {
  content: "\e6b6";
}

.fa-arrow-down-long-to-line::before {
  content: "\e6b7";
}

.fa-arrow-left-arrow-right::before {
  content: "\e6b8";
}

.fa-arrow-left-from-dotted-line::before {
  content: "\e6b9";
}

.fa-arrow-left-to-dotted-line::before {
  content: "\e6ba";
}

.fa-arrow-right-from-dotted-line::before {
  content: "\e6bb";
}

.fa-arrow-right-to-dotted-line::before {
  content: "\e6bc";
}

.fa-arrow-up-long-to-line::before {
  content: "\e6bd";
}

.fa-direction-left-right::before {
  content: "\e6be";
}

.fa-direction-up-down::before {
  content: "\e6bf";
}

.fa-down-long-to-line::before {
  content: "\e6c0";
}

.fa-down-up::before {
  content: "\e6c1";
}

.fa-left-from-dotted-line::before {
  content: "\e6c2";
}

.fa-left-to-dotted-line::before {
  content: "\e6c3";
}

.fa-right-from-dotted-line::before {
  content: "\e6c4";
}

.fa-right-to-dotted-line::before {
  content: "\e6c5";
}

.fa-up-long-to-line::before {
  content: "\e6c6";
}

.fa-barn::before {
  content: "\e6c7";
}

.fa-circle-house::before {
  content: "\e6c8";
}

.fa-garage-empty::before {
  content: "\e6c9";
}

.fa-house-unlock::before {
  content: "\e6ca";
}

.fa-school-unlock::before {
  content: "\e6cb";
}

.fa-stadium::before {
  content: "\e6cc";
}

.fa-tent-circus::before {
  content: "\e6cd";
}

.fa-ball-yarn::before {
  content: "\e6ce";
}

.fa-bra::before {
  content: "\e6cf";
}

.fa-briefs::before {
  content: "\e6d0";
}

.fa-dress::before {
  content: "\e6d1";
}

.fa-jeans::before {
  content: "\e6d2";
}

.fa-jeans-straight::before {
  content: "\e6d3";
}

.fa-panties::before {
  content: "\e6d4";
}

.fa-pants::before {
  content: "\e6d5";
}

.fa-pants-straight::before {
  content: "\e6d6";
}

.fa-shirt-jersey::before {
  content: "\e6d7";
}

.fa-shoe::before {
  content: "\e6d8";
}

.fa-shorts::before {
  content: "\e6d9";
}

.fa-sneaker::before {
  content: "\e6da";
}

.fa-circle-share-nodes::before {
  content: "\e6db";
}

.fa-comment-dot::before {
  content: "\e6dc";
}

.fa-comment-waveform::before {
  content: "\e6dd";
}

.fa-envelope-circle-user::before {
  content: "\e6de";
}

.fa-message-dot::before {
  content: "\e6df";
}

.fa-message-waveform::before {
  content: "\e6e0";
}

.fa-phone-connection::before {
  content: "\e6e1";
}

.fa-phone-waveform::before {
  content: "\e6e2";
}

.fa-postage-stamp::before {
  content: "\e6e3";
}

.fa-circle-florin::before {
  content: "\e6e4";
}

.fa-circle-ruble::before {
  content: "\e6e5";
}

.fa-square-chf::before {
  content: "\e6e6";
}

.fa-square-lira::before {
  content: "\e6e7";
}

.fa-norwegian-krone-sign::before {
  content: "\e6e8";
}

.fa-circle-renminbi::before {
  content: "\e6e9";
}

.fa-square-peseta::before {
  content: "\e6ea";
}

.fa-circle-brazilian-real::before {
  content: "\e6eb";
}

.fa-circle-won::before {
  content: "\e6ec";
}

.fa-square-cruzeiro::before {
  content: "\e6ed";
}

.fa-circle-currency::before {
  content: "\e6ee";
}

.fa-circle-hryvnia::before {
  content: "\e6ef";
}

.fa-square-cent::before {
  content: "\e6f0";
}

.fa-square-brazilian-real::before {
  content: "\e6f1";
}

.fa-square-bitcoin::before {
  content: "\e6f2";
}

.fa-circle-peruvian-soles::before {
  content: "\e6f3";
}

.fa-circle-litecoin::before {
  content: "\e6f4";
}

.fa-square-indian-rupee::before {
  content: "\e6f5";
}

.fa-circle-lira::before {
  content: "\e6f6";
}

.fa-square-litecoin::before {
  content: "\e6f7";
}

.fa-square-ruble::before {
  content: "\e6f8";
}

.fa-circle-malaysian-ringgit::before {
  content: "\e6f9";
}

.fa-malaysian-ringgit-sign::before {
  content: "\e6fa";
}

.fa-circle-manat::before {
  content: "\e6fb";
}

.fa-circle-colon::before {
  content: "\e6fc";
}

.fa-circle-kip::before {
  content: "\e6fd";
}

.fa-australian-dollar-sign::before {
  content: "\e6fe";
}

.fa-circle-peso::before {
  content: "\e6ff";
}

.fa-circle-polish-zloty::before {
  content: "\e700";
}

.fa-circle-bangladeshi-taka::before {
  content: "\e701";
}

.fa-circle-mill::before {
  content: "\e702";
}

.fa-circle-shekel::before {
  content: "\e703";
}

.fa-square-manat::before {
  content: "\e704";
}

.fa-peruvian-soles-sign::before {
  content: "\e705";
}

.fa-circle-rupiah::before {
  content: "\e706";
}

.fa-square-norwegian-krone::before {
  content: "\e707";
}

.fa-square-naira::before {
  content: "\e708";
}

.fa-square-won::before {
  content: "\e709";
}

.fa-square-mill::before {
  content: "\e70a";
}

.fa-polish-zloty-sign::before {
  content: "\e70b";
}

.fa-square-currency::before {
  content: "\e70c";
}

.fa-square-kip::before {
  content: "\e70d";
}

.fa-square-guarani::before {
  content: "\e70e";
}

.fa-square-dong::before {
  content: "\e70f";
}

.fa-square-hryvnia::before {
  content: "\e710";
}

.fa-circle-tugrik::before {
  content: "\e711";
}

.fa-square-rupiah::before {
  content: "\e712";
}

.fa-square-sterling::before {
  content: "\e713";
}

.fa-circle-rupee::before {
  content: "\e714";
}

.fa-square-rupee::before {
  content: "\e715";
}

.fa-square-peruvian-soles::before {
  content: "\e716";
}

.fa-square-florin::before {
  content: "\e717";
}

.fa-square-australian-dollar::before {
  content: "\e718";
}

.fa-square-baht::before {
  content: "\e719";
}

.fa-square-peso::before {
  content: "\e71a";
}

.fa-circle-austral::before {
  content: "\e71b";
}

.fa-square-swedish-krona::before {
  content: "\e71c";
}

.fa-circle-lari::before {
  content: "\e71d";
}

.fa-circleapore-dollar::before {
  content: "\e71e";
}

.fa-square-turkish-lira::before {
  content: "\e71f";
}

.fa-danish-krone-sign::before {
  content: "\e720";
}

.fa-circle-franc::before {
  content: "\e721";
}

.fa-circle-cruzeiro::before {
  content: "\e722";
}

.fa-circle-dong::before {
  content: "\e723";
}

.fa-square-yen::before {
  content: "\e724";
}

.fa-circle-tenge::before {
  content: "\e725";
}

.fa-square-austral::before {
  content: "\e726";
}

.fa-square-eurozone::before {
  content: "\e727";
}

.fa-square-tugrik::before {
  content: "\e728";
}

.fa-square-cedi::before {
  content: "\e729";
}

.fa-circle-cent::before {
  content: "\e72a";
}

.fa-currency-sign::before {
  content: "\e72b";
}

.fa-circle-chf::before {
  content: "\e72c";
}

.fa-circle-baht::before {
  content: "\e72d";
}

.fa-signapore-dollar-sign::before {
  content: "\e72e";
}

.fa-square-franc::before {
  content: "\e72f";
}

.fa-circle-australian-dollar::before {
  content: "\e730";
}

.fa-square-tenge::before {
  content: "\e731";
}

.fa-square-euro::before {
  content: "\e732";
}

.fa-squareapore-dollar::before {
  content: "\e733";
}

.fa-circle-indian-rupee::before {
  content: "\e734";
}

.fa-square-shekel::before {
  content: "\e735";
}

.fa-square-polish-zloty::before {
  content: "\e736";
}

.fa-circle-bitcoin::before {
  content: "\e737";
}

.fa-circle-norwegian-krone::before {
  content: "\e738";
}

.fa-circle-turkish-lira::before {
  content: "\e739";
}

.fa-square-colon::before {
  content: "\e73a";
}

.fa-circle-guarani::before {
  content: "\e73b";
}

.fa-renminbi-sign::before {
  content: "\e73c";
}

.fa-square-renminbi::before {
  content: "\e73d";
}

.fa-swedish-krona-sign::before {
  content: "\e73e";
}

.fa-square-lari::before {
  content: "\e73f";
}

.fa-eurozone-sign::before {
  content: "\e740";
}

.fa-circle-peseta::before {
  content: "\e741";
}

.fa-circle-cedi::before {
  content: "\e742";
}

.fa-circle-swedish-krona::before {
  content: "\e743";
}

.fa-square-bangladeshi-taka::before {
  content: "\e744";
}

.fa-circle-eurozone::before {
  content: "\e745";
}

.fa-circle-danish-krone::before {
  content: "\e746";
}

.fa-square-danish-krone::before {
  content: "\e747";
}

.fa-square-malaysian-ringgit::before {
  content: "\e748";
}

.fa-circle-naira::before {
  content: "\e749";
}

.fa-mobile-arrow-down::before {
  content: "\e74b";
}

.fa-clone-plus::before {
  content: "\e74c";
}

.fa-paintbrush-fine-slash::before {
  content: "\e74d";
}

.fa-paintbrush-slash::before {
  content: "\e74e";
}

.fa-pencil-line::before {
  content: "\e74f";
}

.fa-slider-circle::before {
  content: "\e750";
}

.fa-thumbtack-angle::before {
  content: "\e751";
}

.fa-thumbtack-angle-slash::before {
  content: "\e752";
}

.fa-book-open-lines::before {
  content: "\e753";
}

.fa-book-spine::before {
  content: "\e754";
}

.fa-bookmark-plus::before {
  content: "\e755";
}

.fa-clipboard-clock::before {
  content: "\e756";
}

.fa-clipboard-exclamation::before {
  content: "\e757";
}

.fa-file-ban::before {
  content: "\e758";
}

.fa-notes-sticky::before {
  content: "\e759";
}

.fa-capsule::before {
  content: "\e75a";
}

.fa-ear-circle-checkmark::before {
  content: "\e75b";
}

.fa-ear-triangle-exclamation::before {
  content: "\e75c";
}

.fa-ear-waveform::before {
  content: "\e75d";
}

.fa-head-side-circuit::before {
  content: "\e75e";
}

.fa-head-side-speak::before {
  content: "\e75f";
}

.fa-microphone-signal-meter::before {
  content: "\e760";
}

.fa-spine::before {
  content: "\e761";
}

.fa-vial-vertical::before {
  content: "\e762";
}

.fa-bin::before {
  content: "\e763";
}

.fa-seat::before {
  content: "\e764";
}

.fa-seats::before {
  content: "\e765";
}

.fa-camera-circle-ellipsis::before {
  content: "\e766";
}

.fa-camera-clock::before {
  content: "\e767";
}

.fa-camera-shutter::before {
  content: "\e768";
}

.fa-film-music::before {
  content: "\e769";
}

.fa-film-stack::before {
  content: "\e76b";
}

.fa-image-circle-arrow-down::before {
  content: "\e76c";
}

.fa-image-circle-check::before {
  content: "\e76d";
}

.fa-image-circle-plus::before {
  content: "\e76e";
}

.fa-image-circle-xmark::before {
  content: "\e76f";
}

.fa-image-music::before {
  content: "\e770";
}

.fa-image-stack::before {
  content: "\e771";
}

.fa-rectangle-4k::before {
  content: "\e772";
}

.fa-rectangle-high-dynamic-range::before {
  content: "\e773";
}

.fa-rectangle-hdr::before {
  content: "\e773";
}

.fa-rectangle-video-on-demand::before {
  content: "\e774";
}

.fa-user-viewfinder::before {
  content: "\e775";
}

.fa-video-down-to-line::before {
  content: "\e776";
}

.fa-video-question::before {
  content: "\e777";
}

.fa-gas-pump-left::before {
  content: "\e778";
}

.fa-gas-pump-right::before {
  content: "\e779";
}

.fa-location-arrow-slash::before {
  content: "\e77a";
}

.fa-airplay-audio::before {
  content: "\e77b";
}

.fa-headphones-slash::before {
  content: "\e77c";
}

.fa-microphone-circle-plus::before {
  content: "\e77d";
}

.fa-microphone-circle-xmark::before {
  content: "\e77e";
}

.fa-open-captioning::before {
  content: "\e77f";
}

.fa-play-flip::before {
  content: "\e780";
}

.fa-square-microphone::before {
  content: "\e781";
}

.fa-trombone::before {
  content: "\e782";
}

.fa-person-arms-raised::before {
  content: "\e783";
}

.fa-person-basketball::before {
  content: "\e784";
}

.fa-person-carry-empty::before {
  content: "\e785";
}

.fa-person-golfing::before {
  content: "\e786";
}

.fa-person-limbs-wide::before {
  content: "\e787";
}

.fa-person-seat-window::before {
  content: "\e788";
}

.fa-person-soccer::before {
  content: "\e789";
}

.fa-person-swimming-pool::before {
  content: "\e78a";
}

.fa-person-swimming-water::before {
  content: "\e78b";
}

.fa-person-water-arms-raised::before {
  content: "\e78c";
}

.fa-person-waving::before {
  content: "\e78d";
}

.fa-heart-slash::before {
  content: "\e78e";
}

.fa-hearts::before {
  content: "\e78f";
}

.fa-pentagon::before {
  content: "\e790";
}

.fa-rectangle-tall::before {
  content: "\e791";
}

.fa-square-half::before {
  content: "\e792";
}

.fa-square-half-stroke::before {
  content: "\e793";
}

.fa-box-arrow-down::before {
  content: "\e794";
}

.fa-box-arrow-down-arrow-up::before {
  content: "\e795";
}

.fa-box-arrow-down-magnifying-glass::before {
  content: "\e796";
}

.fa-box-isometric::before {
  content: "\e797";
}

.fa-box-isometric-tape::before {
  content: "\e798";
}

.fa-qrcode-read::before {
  content: "\e799";
}

.fa-shop-24::before {
  content: "\e79a";
}

.fa-store-24::before {
  content: "\e79b";
}

.fa-face-shaking::before {
  content: "\e79c";
}

.fa-face-shaking-horizontal::before {
  content: "\e79d";
}

.fa-face-shaking-vertical::before {
  content: "\e79e";
}

.fa-circle-user-circle-check::before {
  content: "\e79f";
}

.fa-circle-user-circle-exclamation::before {
  content: "\e7a0";
}

.fa-circle-user-circle-minus::before {
  content: "\e7a1";
}

.fa-circle-user-circle-moon::before {
  content: "\e7a2";
}

.fa-circle-user-circle-plus::before {
  content: "\e7a3";
}

.fa-circle-user-circle-question::before {
  content: "\e7a4";
}

.fa-circle-user-circle-user::before {
  content: "\e7a5";
}

.fa-circle-user-circle-xmark::before {
  content: "\e7a6";
}

.fa-circle-user-clock::before {
  content: "\e7a7";
}

.fa-user-beard::before {
  content: "\e7a8";
}

.fa-user-chef-hair-long::before {
  content: "\e7a9";
}

.fa-user-circle-minus::before {
  content: "\e7aa";
}

.fa-user-circle-plus::before {
  content: "\e7ab";
}

.fa-user-dashed::before {
  content: "\e7ac";
}

.fa-user-doctor-hair-mullet::before {
  content: "\e7ad";
}

.fa-user-hat-tie::before {
  content: "\e7ae";
}

.fa-user-hat-tie-magnifying-glass::before {
  content: "\e7af";
}

.fa-user-key::before {
  content: "\e7b0";
}

.fa-user-message::before {
  content: "\e7b1";
}

.fa-user-microphone::before {
  content: "\e7b2";
}

.fa-user-pilot-hair-long::before {
  content: "\e7b3";
}

.fa-user-pilot-tie-hair-long::before {
  content: "\e7b4";
}

.fa-user-police-hair-long::before {
  content: "\e7b5";
}

.fa-user-police-tie-hair-long::before {
  content: "\e7b6";
}

.fa-user-question::before {
  content: "\e7b7";
}

.fa-user-sith::before {
  content: "\e7b8";
}

.fa-user-tie-hair-mullet::before {
  content: "\e7b9";
}

.fa-user-vneck-hair-mullet::before {
  content: "\e7ba";
}

.fa-plane-flying::before {
  content: "\e7bb";
}

.fa-plane-landing-gear::before {
  content: "\e7bc";
}

.fa-rocket-vertical::before {
  content: "\e7bd";
}

.fa-seat-airline-window::before {
  content: "\e7be";
}

.fa-shuttle-space-vertical::before {
  content: "\e7bf";
}

.fa-car-key::before {
  content: "\e7c0";
}

.fa-car-siren::before {
  content: "\e7c1";
}

.fa-car-siren-on::before {
  content: "\e7c2";
}

.fa-scooter::before {
  content: "\e7c3";
}

.fa-snowmobile-blank::before {
  content: "\e7c4";
}

.fa-stair-car::before {
  content: "\e7c5";
}

.fa-truck-suv::before {
  content: "\e7c6";
}

.fa-unicycle::before {
  content: "\e7c7";
}

.fa-van::before {
  content: "\e7c8";
}

.fa-moon-star::before {
  content: "\e7c9";
}

.fa-rainbow-half::before {
  content: "\e7ca";
}

.fa-temperature-slash::before {
  content: "\e7cb";
}

.fa-dialpad::before {
  content: "\e7cc";
}

.fa-computer-mouse-button-left::before {
  content: "\e7cd";
}

.fa-computer-mouse-button-right::before {
  content: "\e7ce";
}

.fa-dot::before {
  content: "\e7d1";
}

.fa-folder-arrow-left::before {
  content: "\e7d2";
}

.fa-folder-arrow-right::before {
  content: "\e7d3";
}

.fa-wireless::before {
  content: "\e7df";
}

.fa-circle-moon::before {
  content: "\e7e0";
}

.fa-person-meditating::before {
  content: "\e7e1";
}

.fa-baseball-bat::before {
  content: "\e7e5";
}

.fa-hockey-stick::before {
  content: "\e7e6";
}

.fa-arrow-u-turn-down-left::before {
  content: "\e7e7";
}

.fa-arrow-u-turn-down-right::before {
  content: "\e7e8";
}

.fa-arrow-u-turn-left-down::before {
  content: "\e7e9";
}

.fa-arrow-u-turn-left-up::before {
  content: "\e7ea";
}

.fa-arrow-u-turn-right-down::before {
  content: "\e7eb";
}

.fa-arrow-u-turn-right-up::before {
  content: "\e7ec";
}

.fa-arrow-u-turn-up-left::before {
  content: "\e7ed";
}

.fa-arrow-u-turn-up-right::before {
  content: "\e7ee";
}

.fa-u-turn-down-left::before {
  content: "\e7ef";
}

.fa-u-turn-down-right::before {
  content: "\e7f0";
}

.fa-u-turn-left-down::before {
  content: "\e7f1";
}

.fa-u-turn::before {
  content: "\e7f1";
}

.fa-u-turn-left-up::before {
  content: "\e7f2";
}

.fa-u-turn-right-down::before {
  content: "\e7f3";
}

.fa-u-turn-right-up::before {
  content: "\e7f4";
}

.fa-u-turn-up-left::before {
  content: "\e7f5";
}

.fa-u-turn-up-right::before {
  content: "\e7f6";
}

.fa-triple-chevrons-down::before {
  content: "\e7f7";
}

.fa-triple-chevrons-left::before {
  content: "\e7f8";
}

.fa-triple-chevrons-right::before {
  content: "\e7f9";
}

.fa-triple-chevrons-up::before {
  content: "\e7fa";
}

.fa-file-aiff::before {
  content: "\e7fb";
}

.fa-file-odf::before {
  content: "\e7fc";
}

.fa-file-tex::before {
  content: "\e7fd";
}

.fa-file-wav::before {
  content: "\e7fe";
}

.fa-droplet-plus::before {
  content: "\e800";
}

.fa-hand-holding-star::before {
  content: "\e801";
}

.fa-transmission::before {
  content: "\e802";
}

.fa-alarm-minus::before {
  content: "\e803";
}

.fa-file-brackets-curly::before {
  content: "\e804";
}

.fa-file-midi::before {
  content: "\e805";
}

.fa-midi::before {
  content: "\e806";
}

.fa-non-binary::before {
  content: "\e807";
}

.fa-rectangle-beta::before {
  content: "\e808";
}

.fa-shield-user::before {
  content: "\e809";
}

.fa-spiral::before {
  content: "\e80a";
}

.fa-picture-in-picture::before {
  content: "\e80b";
}

.fa-circle-half-horizontal::before {
  content: "\e80c";
}

.fa-circle-half-stroke-horizontal::before {
  content: "\e80d";
}

.fa-square-half-horizontal::before {
  content: "\e80e";
}

.fa-square-half-stroke-horizontal::before {
  content: "\e80f";
}

.fa-ship-large::before {
  content: "\e810";
}

.fa-butterfly::before {
  content: "\e811";
}

.fa-mobile-rotate::before {
  content: "\e813";
}

.fa-mobile-rotate-reverse::before {
  content: "\e814";
}

.fa-mobile-slash::before {
  content: "\e815";
}

.fa-mobile-vibrate::before {
  content: "\e816";
}

.fa-mobile-vibrate-slash::before {
  content: "\e817";
}

.fa-almost-equal-to::before {
  content: "\e818";
}

.fa-sneaker-running::before {
  content: "\e819";
}

.fa-horseshoe::before {
  content: "\e81a";
}

.fa-single-quote-left::before {
  content: "\e81b";
}

.fa-single-quote-right::before {
  content: "\e81c";
}

.fa-bus-side::before {
  content: "\e81d";
}

.fa-bus-stop::before {
  content: "\e81e";
}

.fa-train-stop::before {
  content: "\e81f";
}

.fa-septagon::before {
  content: "\e820";
}

.fa-heptagon::before {
  content: "\e820";
}

.fa-mailbox-open-empty::before {
  content: "\e821";
}

.fa-mailbox-open-letter::before {
  content: "\e823";
}

.fa-lychee::before {
  content: "\e824";
}

.fa-tank-recovery::before {
  content: "\e825";
}

.fa-transducer::before {
  content: "\e826";
}

.fa-box-arrow-up::before {
  content: "\e827";
}

.fa-box-magnifying-glass::before {
  content: "\e828";
}

.fa-envelope-ribbon::before {
  content: "\e829";
}

.fa-envelope-certificate::before {
  content: "\e829";
}

.fa-water-temperature::before {
  content: "\e82a";
}

.fa-water-temp::before {
  content: "\e82a";
}

.fa-aeropress::before {
  content: "\e82b";
}

.fa-caret-large-down::before {
  content: "\e82c";
}

.fa-caret-large-left::before {
  content: "\e82d";
}

.fa-caret-large-right::before {
  content: "\e82e";
}

.fa-caret-large-up::before {
  content: "\e82f";
}

.fa-chemex::before {
  content: "\e830";
}

.fa-hand-shaka::before {
  content: "\e831";
}

.fa-kettlebell::before {
  content: "\e832";
}

.fa-foot-wing::before {
  content: "\e834";
}

.fa-pump-impeller::before {
  content: "\e835";
}

.fa-arrow-rotate-left-10::before {
  content: "\e836";
}

.fa-arrow-rotate-right-10::before {
  content: "\e837";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-music::before {
  content: "\f001";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-heart::before {
  content: "\f004";
}

.fa-star::before {
  content: "\f005";
}

.fa-user::before {
  content: "\f007";
}

.fa-user-alt::before {
  content: "\f007";
}

.fa-user-large::before {
  content: "\f007";
}

.fa-film::before {
  content: "\f008";
}

.fa-film-alt::before {
  content: "\f008";
}

.fa-film-simple::before {
  content: "\f008";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-check::before {
  content: "\f00c";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-road::before {
  content: "\f018";
}

.fa-download::before {
  content: "\f019";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-lock::before {
  content: "\f023";
}

.fa-flag::before {
  content: "\f024";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-headphones-alt::before {
  content: "\f025";
}

.fa-headphones-simple::before {
  content: "\f025";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-book::before {
  content: "\f02d";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-print::before {
  content: "\f02f";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-font::before {
  content: "\f031";
}

.fa-bold::before {
  content: "\f032";
}

.fa-italic::before {
  content: "\f033";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-image::before {
  content: "\f03e";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-play::before {
  content: "\f04b";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-eject::before {
  content: "\f052";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-share::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-expand::before {
  content: "\f065";
}

.fa-compress::before {
  content: "\f066";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-plane::before {
  content: "\f072";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-comment::before {
  content: "\f075";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-key::before {
  content: "\f084";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-comments::before {
  content: "\f086";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-upload::before {
  content: "\f093";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-phone::before {
  content: "\f095";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-circle::before {
  content: "\f111";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-code::before {
  content: "\f121";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-crop::before {
  content: "\f125";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-info::before {
  content: "\f129";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-file::before {
  content: "\f15b";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-sun::before {
  content: "\f185";
}

.fa-moon::before {
  content: "\f186";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-bug::before {
  content: "\f188";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-bus::before {
  content: "\f207";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-venus::before {
  content: "\f221";
}

.fa-mars::before {
  content: "\f222";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-server::before {
  content: "\f233";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-bed::before {
  content: "\f236";
}

.fa-train::before {
  content: "\f238";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-industry::before {
  content: "\f275";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-map::before {
  content: "\f279";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-bluetooth::before {
  content: "\f293";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-font-awesome::before {
  content: "\f2b4";
}

.fa-font-awesome-flag::before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full::before {
  content: "\f2b4";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-handshake-alt::before {
  content: "\f2b5";
}

.fa-handshake-simple::before {
  content: "\f2b5";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-watch::before {
  content: "\f2e1";
}

.fa-volume-slash::before {
  content: "\f2e2";
}

.fa-fork::before {
  content: "\f2e3";
}

.fa-utensil-fork::before {
  content: "\f2e3";
}

.fa-knife::before {
  content: "\f2e4";
}

.fa-utensil-knife::before {
  content: "\f2e4";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-fork-knife::before {
  content: "\f2e6";
}

.fa-utensils-alt::before {
  content: "\f2e6";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-circle-dollar::before {
  content: "\f2e8";
}

.fa-dollar-circle::before {
  content: "\f2e8";
}

.fa-usd-circle::before {
  content: "\f2e8";
}

.fa-square-dollar::before {
  content: "\f2e9";
}

.fa-dollar-square::before {
  content: "\f2e9";
}

.fa-usd-square::before {
  content: "\f2e9";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-trophy-star::before {
  content: "\f2eb";
}

.fa-trophy-alt::before {
  content: "\f2eb";
}

.fa-triangle::before {
  content: "\f2ec";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-hexagon-xmark::before {
  content: "\f2ee";
}

.fa-times-hexagon::before {
  content: "\f2ee";
}

.fa-xmark-hexagon::before {
  content: "\f2ee";
}

.fa-octagon-xmark::before {
  content: "\f2f0";
}

.fa-times-octagon::before {
  content: "\f2f0";
}

.fa-xmark-octagon::before {
  content: "\f2f0";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-star-exclamation::before {
  content: "\f2f3";
}

.fa-spade::before {
  content: "\f2f4";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-shield-check::before {
  content: "\f2f7";
}

.fa-scrubber::before {
  content: "\f2f8";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-rectangle::before {
  content: "\f2fa";
}

.fa-rectangle-landscape::before {
  content: "\f2fa";
}

.fa-rectangle-vertical::before {
  content: "\f2fb";
}

.fa-rectangle-portrait::before {
  content: "\f2fb";
}

.fa-rectangle-wide::before {
  content: "\f2fc";
}

.fa-square-question::before {
  content: "\f2fd";
}

.fa-question-square::before {
  content: "\f2fd";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-hexagon-plus::before {
  content: "\f300";
}

.fa-plus-hexagon::before {
  content: "\f300";
}

.fa-octagon-plus::before {
  content: "\f301";
}

.fa-plus-octagon::before {
  content: "\f301";
}

.fa-images::before {
  content: "\f302";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-pen::before {
  content: "\f304";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-octagon::before {
  content: "\f306";
}

.fa-hexagon-minus::before {
  content: "\f307";
}

.fa-minus-hexagon::before {
  content: "\f307";
}

.fa-octagon-minus::before {
  content: "\f308";
}

.fa-minus-octagon::before {
  content: "\f308";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-lock-keyhole::before {
  content: "\f30d";
}

.fa-lock-alt::before {
  content: "\f30d";
}

.fa-jack-o-lantern::before {
  content: "\f30e";
}

.fa-square-info::before {
  content: "\f30f";
}

.fa-info-square::before {
  content: "\f30f";
}

.fa-inbox-in::before {
  content: "\f310";
}

.fa-inbox-arrow-down::before {
  content: "\f310";
}

.fa-inbox-out::before {
  content: "\f311";
}

.fa-inbox-arrow-up::before {
  content: "\f311";
}

.fa-hexagon::before {
  content: "\f312";
}

.fa-h1::before {
  content: "\f313";
}

.fa-h2::before {
  content: "\f314";
}

.fa-h3::before {
  content: "\f315";
}

.fa-file-check::before {
  content: "\f316";
}

.fa-file-xmark::before {
  content: "\f317";
}

.fa-file-times::before {
  content: "\f317";
}

.fa-file-minus::before {
  content: "\f318";
}

.fa-file-plus::before {
  content: "\f319";
}

.fa-file-exclamation::before {
  content: "\f31a";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-arrows-maximize::before {
  content: "\f31d";
}

.fa-expand-arrows::before {
  content: "\f31d";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-expand-wide::before {
  content: "\f320";
}

.fa-square-exclamation::before {
  content: "\f321";
}

.fa-exclamation-square::before {
  content: "\f321";
}

.fa-chevrons-down::before {
  content: "\f322";
}

.fa-chevron-double-down::before {
  content: "\f322";
}

.fa-chevrons-left::before {
  content: "\f323";
}

.fa-chevron-double-left::before {
  content: "\f323";
}

.fa-chevrons-right::before {
  content: "\f324";
}

.fa-chevron-double-right::before {
  content: "\f324";
}

.fa-chevrons-up::before {
  content: "\f325";
}

.fa-chevron-double-up::before {
  content: "\f325";
}

.fa-compress-wide::before {
  content: "\f326";
}

.fa-club::before {
  content: "\f327";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-square-chevron-down::before {
  content: "\f329";
}

.fa-chevron-square-down::before {
  content: "\f329";
}

.fa-square-chevron-left::before {
  content: "\f32a";
}

.fa-chevron-square-left::before {
  content: "\f32a";
}

.fa-square-chevron-right::before {
  content: "\f32b";
}

.fa-chevron-square-right::before {
  content: "\f32b";
}

.fa-square-chevron-up::before {
  content: "\f32c";
}

.fa-chevron-square-up::before {
  content: "\f32c";
}

.fa-circle-caret-down::before {
  content: "\f32d";
}

.fa-caret-circle-down::before {
  content: "\f32d";
}

.fa-circle-caret-left::before {
  content: "\f32e";
}

.fa-caret-circle-left::before {
  content: "\f32e";
}

.fa-circle-caret-right::before {
  content: "\f330";
}

.fa-caret-circle-right::before {
  content: "\f330";
}

.fa-circle-caret-up::before {
  content: "\f331";
}

.fa-caret-circle-up::before {
  content: "\f331";
}

.fa-calendar-pen::before {
  content: "\f333";
}

.fa-calendar-edit::before {
  content: "\f333";
}

.fa-calendar-exclamation::before {
  content: "\f334";
}

.fa-badge::before {
  content: "\f335";
}

.fa-badge-check::before {
  content: "\f336";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-square-arrow-down::before {
  content: "\f339";
}

.fa-arrow-square-down::before {
  content: "\f339";
}

.fa-square-arrow-left::before {
  content: "\f33a";
}

.fa-arrow-square-left::before {
  content: "\f33a";
}

.fa-square-arrow-right::before {
  content: "\f33b";
}

.fa-arrow-square-right::before {
  content: "\f33b";
}

.fa-square-arrow-up::before {
  content: "\f33c";
}

.fa-arrow-square-up::before {
  content: "\f33c";
}

.fa-arrow-down-to-line::before {
  content: "\f33d";
}

.fa-arrow-to-bottom::before {
  content: "\f33d";
}

.fa-arrow-left-to-line::before {
  content: "\f33e";
}

.fa-arrow-to-left::before {
  content: "\f33e";
}

.fa-arrow-right-to-line::before {
  content: "\f340";
}

.fa-arrow-to-right::before {
  content: "\f340";
}

.fa-arrow-up-to-line::before {
  content: "\f341";
}

.fa-arrow-to-top::before {
  content: "\f341";
}

.fa-arrow-up-from-line::before {
  content: "\f342";
}

.fa-arrow-from-bottom::before {
  content: "\f342";
}

.fa-arrow-right-from-line::before {
  content: "\f343";
}

.fa-arrow-from-left::before {
  content: "\f343";
}

.fa-arrow-left-from-line::before {
  content: "\f344";
}

.fa-arrow-from-right::before {
  content: "\f344";
}

.fa-arrow-down-from-line::before {
  content: "\f345";
}

.fa-arrow-from-top::before {
  content: "\f345";
}

.fa-up-from-line::before {
  content: "\f346";
}

.fa-arrow-alt-from-bottom::before {
  content: "\f346";
}

.fa-right-from-line::before {
  content: "\f347";
}

.fa-arrow-alt-from-left::before {
  content: "\f347";
}

.fa-left-from-line::before {
  content: "\f348";
}

.fa-arrow-alt-from-right::before {
  content: "\f348";
}

.fa-down-from-line::before {
  content: "\f349";
}

.fa-arrow-alt-from-top::before {
  content: "\f349";
}

.fa-down-to-line::before {
  content: "\f34a";
}

.fa-arrow-alt-to-bottom::before {
  content: "\f34a";
}

.fa-left-to-line::before {
  content: "\f34b";
}

.fa-arrow-alt-to-left::before {
  content: "\f34b";
}

.fa-right-to-line::before {
  content: "\f34c";
}

.fa-arrow-alt-to-right::before {
  content: "\f34c";
}

.fa-up-to-line::before {
  content: "\f34d";
}

.fa-arrow-alt-to-top::before {
  content: "\f34d";
}

.fa-alarm-clock::before {
  content: "\f34e";
}

.fa-square-down::before {
  content: "\f350";
}

.fa-arrow-alt-square-down::before {
  content: "\f350";
}

.fa-square-left::before {
  content: "\f351";
}

.fa-arrow-alt-square-left::before {
  content: "\f351";
}

.fa-square-right::before {
  content: "\f352";
}

.fa-arrow-alt-square-right::before {
  content: "\f352";
}

.fa-square-up::before {
  content: "\f353";
}

.fa-arrow-alt-square-up::before {
  content: "\f353";
}

.fa-down::before {
  content: "\f354";
}

.fa-arrow-alt-down::before {
  content: "\f354";
}

.fa-left::before {
  content: "\f355";
}

.fa-arrow-alt-left::before {
  content: "\f355";
}

.fa-right::before {
  content: "\f356";
}

.fa-arrow-alt-right::before {
  content: "\f356";
}

.fa-up::before {
  content: "\f357";
}

.fa-arrow-alt-up::before {
  content: "\f357";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-arrows-retweet::before {
  content: "\f361";
}

.fa-retweet-alt::before {
  content: "\f361";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-arrows-repeat::before {
  content: "\f364";
}

.fa-repeat-alt::before {
  content: "\f364";
}

.fa-repeat-1::before {
  content: "\f365";
}

.fa-arrows-repeat-1::before {
  content: "\f366";
}

.fa-repeat-1-alt::before {
  content: "\f366";
}

.fa-share-all::before {
  content: "\f367";
}

.fa-battery-bolt::before {
  content: "\f376";
}

.fa-battery-slash::before {
  content: "\f377";
}

.fa-browser::before {
  content: "\f37e";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-credit-card-blank::before {
  content: "\f389";
}

.fa-credit-card-front::before {
  content: "\f38a";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-ellipsis-stroke::before {
  content: "\f39b";
}

.fa-ellipsis-h-alt::before {
  content: "\f39b";
}

.fa-ellipsis-stroke-vertical::before {
  content: "\f39c";
}

.fa-ellipsis-v-alt::before {
  content: "\f39c";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-industry-windows::before {
  content: "\f3b3";
}

.fa-industry-alt::before {
  content: "\f3b3";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-lock-keyhole-open::before {
  content: "\f3c2";
}

.fa-lock-open-alt::before {
  content: "\f3c2";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-plane-engines::before {
  content: "\f3de";
}

.fa-plane-alt::before {
  content: "\f3de";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-square-sliders::before {
  content: "\f3f0";
}

.fa-sliders-h-square::before {
  content: "\f3f0";
}

.fa-sliders-up::before {
  content: "\f3f1";
}

.fa-sliders-v::before {
  content: "\f3f1";
}

.fa-square-sliders-vertical::before {
  content: "\f3f2";
}

.fa-sliders-v-square::before {
  content: "\f3f2";
}

.fa-spinner-third::before {
  content: "\f3f4";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-tablet-screen::before {
  content: "\f3fc";
}

.fa-tablet-android-alt::before {
  content: "\f3fc";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-tree-deciduous::before {
  content: "\f400";
}

.fa-tree-alt::before {
  content: "\f400";
}

.fa-tv-retro::before {
  content: "\f401";
}

.fa-window::before {
  content: "\f40e";
}

.fa-window-flip::before {
  content: "\f40f";
}

.fa-window-alt::before {
  content: "\f40f";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-basketball-hoop::before {
  content: "\f435";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-bowling-pins::before {
  content: "\f437";
}

.fa-boxing-glove::before {
  content: "\f438";
}

.fa-glove-boxing::before {
  content: "\f438";
}

.fa-chess::before {
  content: "\f439";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-chess-bishop-piece::before {
  content: "\f43b";
}

.fa-chess-bishop-alt::before {
  content: "\f43b";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-chess-clock::before {
  content: "\f43d";
}

.fa-chess-clock-flip::before {
  content: "\f43e";
}

.fa-chess-clock-alt::before {
  content: "\f43e";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-chess-king-piece::before {
  content: "\f440";
}

.fa-chess-king-alt::before {
  content: "\f440";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-chess-knight-piece::before {
  content: "\f442";
}

.fa-chess-knight-alt::before {
  content: "\f442";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-chess-pawn-piece::before {
  content: "\f444";
}

.fa-chess-pawn-alt::before {
  content: "\f444";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-chess-queen-piece::before {
  content: "\f446";
}

.fa-chess-queen-alt::before {
  content: "\f446";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-chess-rook-piece::before {
  content: "\f448";
}

.fa-chess-rook-alt::before {
  content: "\f448";
}

.fa-cricket-bat-ball::before {
  content: "\f449";
}

.fa-cricket::before {
  content: "\f449";
}

.fa-curling-stone::before {
  content: "\f44a";
}

.fa-curling::before {
  content: "\f44a";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-field-hockey-stick-ball::before {
  content: "\f44c";
}

.fa-field-hockey::before {
  content: "\f44c";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-football-helmet::before {
  content: "\f44f";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-golf-club::before {
  content: "\f451";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-hockey-sticks::before {
  content: "\f454";
}

.fa-luchador-mask::before {
  content: "\f455";
}

.fa-luchador::before {
  content: "\f455";
}

.fa-mask-luchador::before {
  content: "\f455";
}

.fa-flag-pennant::before {
  content: "\f456";
}

.fa-pennant::before {
  content: "\f456";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-racquet::before {
  content: "\f45a";
}

.fa-shuttlecock::before {
  content: "\f45b";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-tennis-ball::before {
  content: "\f45e";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-whistle::before {
  content: "\f460";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-rectangle-barcode::before {
  content: "\f463";
}

.fa-barcode-alt::before {
  content: "\f463";
}

.fa-barcode-read::before {
  content: "\f464";
}

.fa-barcode-scan::before {
  content: "\f465";
}

.fa-box::before {
  content: "\f466";
}

.fa-box-check::before {
  content: "\f467";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-conveyor-belt::before {
  content: "\f46e";
}

.fa-conveyor-belt-boxes::before {
  content: "\f46f";
}

.fa-conveyor-belt-alt::before {
  content: "\f46f";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-dna::before {
  content: "\f471";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-dolly-empty::before {
  content: "\f473";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-cart-flatbed-boxes::before {
  content: "\f475";
}

.fa-dolly-flatbed-alt::before {
  content: "\f475";
}

.fa-cart-flatbed-empty::before {
  content: "\f476";
}

.fa-dolly-flatbed-empty::before {
  content: "\f476";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-forklift::before {
  content: "\f47a";
}

.fa-hand-holding-box::before {
  content: "\f47b";
}

.fa-hands-holding-diamond::before {
  content: "\f47c";
}

.fa-hand-receiving::before {
  content: "\f47c";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-shelves::before {
  content: "\f480";
}

.fa-inventory::before {
  content: "\f480";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-pallet-boxes::before {
  content: "\f483";
}

.fa-palette-boxes::before {
  content: "\f483";
}

.fa-pallet-alt::before {
  content: "\f483";
}

.fa-pills::before {
  content: "\f484";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-scanner-gun::before {
  content: "\f488";
}

.fa-scanner::before {
  content: "\f488";
}

.fa-scanner-keyboard::before {
  content: "\f489";
}

.fa-scanner-touchscreen::before {
  content: "\f48a";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-truck-clock::before {
  content: "\f48c";
}

.fa-shipping-timed::before {
  content: "\f48c";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-tablet-rugged::before {
  content: "\f48f";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vial::before {
  content: "\f492";
}

.fa-vials::before {
  content: "\f493";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-warehouse-full::before {
  content: "\f495";
}

.fa-warehouse-alt::before {
  content: "\f495";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-blanket::before {
  content: "\f498";
}

.fa-book-heart::before {
  content: "\f499";
}

.fa-box-taped::before {
  content: "\f49a";
}

.fa-box-alt::before {
  content: "\f49a";
}

.fa-square-fragile::before {
  content: "\f49b";
}

.fa-box-fragile::before {
  content: "\f49b";
}

.fa-square-wine-glass-crack::before {
  content: "\f49b";
}

.fa-box-open-full::before {
  content: "\f49c";
}

.fa-box-full::before {
  content: "\f49c";
}

.fa-box-heart::before {
  content: "\f49d";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-square-this-way-up::before {
  content: "\f49f";
}

.fa-box-up::before {
  content: "\f49f";
}

.fa-box-dollar::before {
  content: "\f4a0";
}

.fa-box-usd::before {
  content: "\f4a0";
}

.fa-message-check::before {
  content: "\f4a2";
}

.fa-comment-alt-check::before {
  content: "\f4a2";
}

.fa-message-dots::before {
  content: "\f4a3";
}

.fa-comment-alt-dots::before {
  content: "\f4a3";
}

.fa-messaging::before {
  content: "\f4a3";
}

.fa-message-pen::before {
  content: "\f4a4";
}

.fa-comment-alt-edit::before {
  content: "\f4a4";
}

.fa-message-edit::before {
  content: "\f4a4";
}

.fa-message-exclamation::before {
  content: "\f4a5";
}

.fa-comment-alt-exclamation::before {
  content: "\f4a5";
}

.fa-message-lines::before {
  content: "\f4a6";
}

.fa-comment-alt-lines::before {
  content: "\f4a6";
}

.fa-message-minus::before {
  content: "\f4a7";
}

.fa-comment-alt-minus::before {
  content: "\f4a7";
}

.fa-message-plus::before {
  content: "\f4a8";
}

.fa-comment-alt-plus::before {
  content: "\f4a8";
}

.fa-message-slash::before {
  content: "\f4a9";
}

.fa-comment-alt-slash::before {
  content: "\f4a9";
}

.fa-message-smile::before {
  content: "\f4aa";
}

.fa-comment-alt-smile::before {
  content: "\f4aa";
}

.fa-message-xmark::before {
  content: "\f4ab";
}

.fa-comment-alt-times::before {
  content: "\f4ab";
}

.fa-message-times::before {
  content: "\f4ab";
}

.fa-comment-check::before {
  content: "\f4ac";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-comment-pen::before {
  content: "\f4ae";
}

.fa-comment-edit::before {
  content: "\f4ae";
}

.fa-comment-exclamation::before {
  content: "\f4af";
}

.fa-comment-lines::before {
  content: "\f4b0";
}

.fa-comment-minus::before {
  content: "\f4b1";
}

.fa-comment-plus::before {
  content: "\f4b2";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-comment-smile::before {
  content: "\f4b4";
}

.fa-comment-xmark::before {
  content: "\f4b5";
}

.fa-comment-times::before {
  content: "\f4b5";
}

.fa-messages::before {
  content: "\f4b6";
}

.fa-comments-alt::before {
  content: "\f4b6";
}

.fa-container-storage::before {
  content: "\f4b7";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-wine-glass-crack::before {
  content: "\f4bb";
}

.fa-fragile::before {
  content: "\f4bb";
}

.fa-hand-heart::before {
  content: "\f4bc";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-hand-holding-seedling::before {
  content: "\f4bf";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-holding-heart::before {
  content: "\f4c3";
}

.fa-hands-heart::before {
  content: "\f4c3";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-hands-holding-dollar::before {
  content: "\f4c5";
}

.fa-hands-usd::before {
  content: "\f4c5";
}

.fa-circle-heart::before {
  content: "\f4c7";
}

.fa-heart-circle::before {
  content: "\f4c7";
}

.fa-square-heart::before {
  content: "\f4c8";
}

.fa-heart-square::before {
  content: "\f4c8";
}

.fa-house-heart::before {
  content: "\f4c9";
}

.fa-home-heart::before {
  content: "\f4c9";
}

.fa-lamp::before {
  content: "\f4ca";
}

.fa-leaf-heart::before {
  content: "\f4cb";
}

.fa-loveseat::before {
  content: "\f4cc";
}

.fa-couch-small::before {
  content: "\f4cc";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-person-carry-box::before {
  content: "\f4cf";
}

.fa-person-carry::before {
  content: "\f4cf";
}

.fa-person-dolly::before {
  content: "\f4d0";
}

.fa-person-dolly-empty::before {
  content: "\f4d1";
}

.fa-phone-plus::before {
  content: "\f4d2";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-ramp-loading::before {
  content: "\f4d4";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-truck-container::before {
  content: "\f4dc";
}

.fa-truck-ramp-couch::before {
  content: "\f4dd";
}

.fa-truck-couch::before {
  content: "\f4dd";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-truck-ramp::before {
  content: "\f4e0";
}

.fa-video-plus::before {
  content: "\f4e1";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-user-alt-slash::before {
  content: "\f506";
}

.fa-user-large-slash::before {
  content: "\f506";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-blender::before {
  content: "\f517";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-church::before {
  content: "\f51d";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-crow::before {
  content: "\f520";
}

.fa-crown::before {
  content: "\f521";
}

.fa-dice::before {
  content: "\f522";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-divide::before {
  content: "\f529";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-memory::before {
  content: "\f538";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-robot::before {
  content: "\f544";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-school::before {
  content: "\f549";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-archway::before {
  content: "\f557";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-award::before {
  content: "\f559";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-drum::before {
  content: "\f569";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-fill::before {
  content: "\f575";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-fish::before {
  content: "\f578";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grid-horizontal::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-grid-vertical::before {
  content: "\f58e";
}

.fa-headset::before {
  content: "\f590";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-joint::before {
  content: "\f595";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-paintbrush-fine::before {
  content: "\f5a9";
}

.fa-paint-brush-alt::before {
  content: "\f5a9";
}

.fa-paint-brush-fine::before {
  content: "\f5a9";
}

.fa-paintbrush-alt::before {
  content: "\f5a9";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-face-smile-plus::before {
  content: "\f5b9";
}

.fa-smile-plus::before {
  content: "\f5b9";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-atom-simple::before {
  content: "\f5d3";
}

.fa-atom-alt::before {
  content: "\f5d3";
}

.fa-backpack::before {
  content: "\f5d4";
}

.fa-bell-school::before {
  content: "\f5d5";
}

.fa-bell-school-slash::before {
  content: "\f5d6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-bone-break::before {
  content: "\f5d8";
}

.fa-book-blank::before {
  content: "\f5d9";
}

.fa-book-alt::before {
  content: "\f5d9";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-books::before {
  content: "\f5db";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bus-school::before {
  content: "\f5dd";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-car-bump::before {
  content: "\f5e0";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-car-garage::before {
  content: "\f5e2";
}

.fa-car-wrench::before {
  content: "\f5e3";
}

.fa-car-mechanic::before {
  content: "\f5e3";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-car-tilt::before {
  content: "\f5e5";
}

.fa-car-wash::before {
  content: "\f5e6";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-clipboard-prescription::before {
  content: "\f5e8";
}

.fa-compass-slash::before {
  content: "\f5e9";
}

.fa-diploma::before {
  content: "\f5ea";
}

.fa-scroll-ribbon::before {
  content: "\f5ea";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-do-not-enter::before {
  content: "\f5ec";
}

.fa-draw-circle::before {
  content: "\f5ed";
}

.fa-vector-circle::before {
  content: "\f5ed";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-vector-polygon::before {
  content: "\f5ee";
}

.fa-draw-square::before {
  content: "\f5ef";
}

.fa-vector-square::before {
  content: "\f5ef";
}

.fa-ear::before {
  content: "\f5f0";
}

.fa-engine-warning::before {
  content: "\f5f2";
}

.fa-engine-exclamation::before {
  content: "\f5f2";
}

.fa-file-certificate::before {
  content: "\f5f3";
}

.fa-file-award::before {
  content: "\f5f3";
}

.fa-gas-pump-slash::before {
  content: "\f5f4";
}

.fa-glasses-round::before {
  content: "\f5f5";
}

.fa-glasses-alt::before {
  content: "\f5f5";
}

.fa-globe-stand::before {
  content: "\f5f6";
}

.fa-wave-pulse::before {
  content: "\f5f8";
}

.fa-heart-rate::before {
  content: "\f5f8";
}

.fa-inhaler::before {
  content: "\f5f9";
}

.fa-kidneys::before {
  content: "\f5fb";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-layer-minus::before {
  content: "\f5fe";
}

.fa-layer-group-minus::before {
  content: "\f5fe";
}

.fa-layer-plus::before {
  content: "\f5ff";
}

.fa-layer-group-plus::before {
  content: "\f5ff";
}

.fa-lips::before {
  content: "\f600";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-circle-location-arrow::before {
  content: "\f602";
}

.fa-location-circle::before {
  content: "\f602";
}

.fa-location-crosshairs-slash::before {
  content: "\f603";
}

.fa-location-slash::before {
  content: "\f603";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-location-dot-slash::before {
  content: "\f605";
}

.fa-map-marker-alt-slash::before {
  content: "\f605";
}

.fa-location-check::before {
  content: "\f606";
}

.fa-map-marker-check::before {
  content: "\f606";
}

.fa-location-pen::before {
  content: "\f607";
}

.fa-map-marker-edit::before {
  content: "\f607";
}

.fa-location-exclamation::before {
  content: "\f608";
}

.fa-map-marker-exclamation::before {
  content: "\f608";
}

.fa-location-minus::before {
  content: "\f609";
}

.fa-map-marker-minus::before {
  content: "\f609";
}

.fa-location-plus::before {
  content: "\f60a";
}

.fa-map-marker-plus::before {
  content: "\f60a";
}

.fa-location-question::before {
  content: "\f60b";
}

.fa-map-marker-question::before {
  content: "\f60b";
}

.fa-location-pin-slash::before {
  content: "\f60c";
}

.fa-map-marker-slash::before {
  content: "\f60c";
}

.fa-location-smile::before {
  content: "\f60d";
}

.fa-map-marker-smile::before {
  content: "\f60d";
}

.fa-location-xmark::before {
  content: "\f60e";
}

.fa-map-marker-times::before {
  content: "\f60e";
}

.fa-map-marker-xmark::before {
  content: "\f60e";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-monitor-waveform::before {
  content: "\f611";
}

.fa-monitor-heart-rate::before {
  content: "\f611";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-oil-temperature::before {
  content: "\f614";
}

.fa-oil-temp::before {
  content: "\f614";
}

.fa-circle-parking::before {
  content: "\f615";
}

.fa-parking-circle::before {
  content: "\f615";
}

.fa-ban-parking::before {
  content: "\f616";
}

.fa-parking-circle-slash::before {
  content: "\f616";
}

.fa-square-parking-slash::before {
  content: "\f617";
}

.fa-parking-slash::before {
  content: "\f617";
}

.fa-pen-paintbrush::before {
  content: "\f618";
}

.fa-pencil-paintbrush::before {
  content: "\f618";
}

.fa-poop::before {
  content: "\f619";
}

.fa-route-highway::before {
  content: "\f61a";
}

.fa-route-interstate::before {
  content: "\f61b";
}

.fa-ruler-triangle::before {
  content: "\f61c";
}

.fa-scalpel::before {
  content: "\f61d";
}

.fa-scalpel-line-dashed::before {
  content: "\f61e";
}

.fa-scalpel-path::before {
  content: "\f61e";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-skeleton::before {
  content: "\f620";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-steering-wheel::before {
  content: "\f622";
}

.fa-stomach::before {
  content: "\f623";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-gauge-max::before {
  content: "\f626";
}

.fa-tachometer-alt-fastest::before {
  content: "\f626";
}

.fa-gauge-low::before {
  content: "\f627";
}

.fa-tachometer-alt-slow::before {
  content: "\f627";
}

.fa-gauge-min::before {
  content: "\f628";
}

.fa-tachometer-alt-slowest::before {
  content: "\f628";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-gauge-simple-max::before {
  content: "\f62b";
}

.fa-tachometer-fastest::before {
  content: "\f62b";
}

.fa-gauge-simple-low::before {
  content: "\f62c";
}

.fa-tachometer-slow::before {
  content: "\f62c";
}

.fa-gauge-simple-min::before {
  content: "\f62d";
}

.fa-tachometer-slowest::before {
  content: "\f62d";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-tire::before {
  content: "\f631";
}

.fa-tire-flat::before {
  content: "\f632";
}

.fa-tire-pressure-warning::before {
  content: "\f633";
}

.fa-tire-rugged::before {
  content: "\f634";
}

.fa-toothbrush::before {
  content: "\f635";
}

.fa-traffic-cone::before {
  content: "\f636";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-traffic-light-go::before {
  content: "\f638";
}

.fa-traffic-light-slow::before {
  content: "\f639";
}

.fa-traffic-light-stop::before {
  content: "\f63a";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-screen-users::before {
  content: "\f63d";
}

.fa-users-class::before {
  content: "\f63d";
}

.fa-watch-fitness::before {
  content: "\f63e";
}

.fa-abacus::before {
  content: "\f640";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-chart-mixed::before {
  content: "\f643";
}

.fa-analytics::before {
  content: "\f643";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-badge-dollar::before {
  content: "\f645";
}

.fa-badge-percent::before {
  content: "\f646";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-bullseye-arrow::before {
  content: "\f648";
}

.fa-bullseye-pointer::before {
  content: "\f649";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-cabinet-filing::before {
  content: "\f64b";
}

.fa-calculator-simple::before {
  content: "\f64c";
}

.fa-calculator-alt::before {
  content: "\f64c";
}

.fa-chart-line-down::before {
  content: "\f64d";
}

.fa-chart-pie-simple::before {
  content: "\f64e";
}

.fa-chart-pie-alt::before {
  content: "\f64e";
}

.fa-city::before {
  content: "\f64f";
}

.fa-message-dollar::before {
  content: "\f650";
}

.fa-comment-alt-dollar::before {
  content: "\f650";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-messages-dollar::before {
  content: "\f652";
}

.fa-comments-alt-dollar::before {
  content: "\f652";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-cross::before {
  content: "\f654";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-empty-set::before {
  content: "\f656";
}

.fa-envelope-open-dollar::before {
  content: "\f657";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-file-chart-column::before {
  content: "\f659";
}

.fa-file-chart-line::before {
  content: "\f659";
}

.fa-file-chart-pie::before {
  content: "\f65a";
}

.fa-file-spreadsheet::before {
  content: "\f65b";
}

.fa-file-user::before {
  content: "\f65c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-folder-xmark::before {
  content: "\f65f";
}

.fa-folder-times::before {
  content: "\f65f";
}

.fa-folders::before {
  content: "\f660";
}

.fa-function::before {
  content: "\f661";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-gift-card::before {
  content: "\f663";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-integral::before {
  content: "\f667";
}

.fa-intersection::before {
  content: "\f668";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-keynote::before {
  content: "\f66c";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-lambda::before {
  content: "\f66e";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-lightbulb-dollar::before {
  content: "\f670";
}

.fa-lightbulb-exclamation::before {
  content: "\f671";
}

.fa-lightbulb-on::before {
  content: "\f672";
}

.fa-lightbulb-slash::before {
  content: "\f673";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-megaphone::before {
  content: "\f675";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-brain-arrow-curved-right::before {
  content: "\f677";
}

.fa-mind-share::before {
  content: "\f677";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-om::before {
  content: "\f679";
}

.fa-omega::before {
  content: "\f67a";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-phone-office::before {
  content: "\f67d";
}

.fa-pi::before {
  content: "\f67e";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-podium::before {
  content: "\f680";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-presentation-screen::before {
  content: "\f685";
}

.fa-presentation::before {
  content: "\f685";
}

.fa-print-slash::before {
  content: "\f686";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-shredder::before {
  content: "\f68a";
}

.fa-sigma::before {
  content: "\f68b";
}

.fa-signal-weak::before {
  content: "\f68c";
}

.fa-signal-1::before {
  content: "\f68c";
}

.fa-signal-fair::before {
  content: "\f68d";
}

.fa-signal-2::before {
  content: "\f68d";
}

.fa-signal-good::before {
  content: "\f68e";
}

.fa-signal-3::before {
  content: "\f68e";
}

.fa-signal-strong::before {
  content: "\f68f";
}

.fa-signal-4::before {
  content: "\f68f";
}

.fa-signal-bars::before {
  content: "\f690";
}

.fa-signal-alt::before {
  content: "\f690";
}

.fa-signal-alt-4::before {
  content: "\f690";
}

.fa-signal-bars-strong::before {
  content: "\f690";
}

.fa-signal-bars-weak::before {
  content: "\f691";
}

.fa-signal-alt-1::before {
  content: "\f691";
}

.fa-signal-bars-fair::before {
  content: "\f692";
}

.fa-signal-alt-2::before {
  content: "\f692";
}

.fa-signal-bars-good::before {
  content: "\f693";
}

.fa-signal-alt-3::before {
  content: "\f693";
}

.fa-signal-bars-slash::before {
  content: "\f694";
}

.fa-signal-alt-slash::before {
  content: "\f694";
}

.fa-signal-slash::before {
  content: "\f695";
}

.fa-socks::before {
  content: "\f696";
}

.fa-square-root::before {
  content: "\f697";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-tally::before {
  content: "\f69c";
}

.fa-tally-5::before {
  content: "\f69c";
}

.fa-theta::before {
  content: "\f69e";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-union::before {
  content: "\f6a2";
}

.fa-chart-user::before {
  content: "\f6a3";
}

.fa-user-chart::before {
  content: "\f6a3";
}

.fa-user-crown::before {
  content: "\f6a4";
}

.fa-user-group-crown::before {
  content: "\f6a5";
}

.fa-users-crown::before {
  content: "\f6a5";
}

.fa-value-absolute::before {
  content: "\f6a6";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-volume::before {
  content: "\f6a8";
}

.fa-volume-medium::before {
  content: "\f6a8";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-wifi-weak::before {
  content: "\f6aa";
}

.fa-wifi-1::before {
  content: "\f6aa";
}

.fa-wifi-fair::before {
  content: "\f6ab";
}

.fa-wifi-2::before {
  content: "\f6ab";
}

.fa-wifi-slash::before {
  content: "\f6ac";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-acorn::before {
  content: "\f6ae";
}

.fa-alicorn::before {
  content: "\f6b0";
}

.fa-crate-apple::before {
  content: "\f6b1";
}

.fa-apple-crate::before {
  content: "\f6b1";
}

.fa-axe::before {
  content: "\f6b2";
}

.fa-axe-battle::before {
  content: "\f6b3";
}

.fa-badger-honey::before {
  content: "\f6b4";
}

.fa-bat::before {
  content: "\f6b5";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-book-sparkles::before {
  content: "\f6b8";
}

.fa-book-spells::before {
  content: "\f6b8";
}

.fa-bow-arrow::before {
  content: "\f6b9";
}

.fa-campfire::before {
  content: "\f6ba";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-candle-holder::before {
  content: "\f6bc";
}

.fa-candy-corn::before {
  content: "\f6bd";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-cauldron::before {
  content: "\f6bf";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-chair-office::before {
  content: "\f6c1";
}

.fa-claw-marks::before {
  content: "\f6c2";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-cup-togo::before {
  content: "\f6c5";
}

.fa-coffee-togo::before {
  content: "\f6c5";
}

.fa-coffin::before {
  content: "\f6c6";
}

.fa-corn::before {
  content: "\f6c7";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-dagger::before {
  content: "\f6cb";
}

.fa-dice-d10::before {
  content: "\f6cd";
}

.fa-dice-d12::before {
  content: "\f6ce";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-dice-d4::before {
  content: "\f6d0";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-dice-d8::before {
  content: "\f6d2";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-dog-leashed::before {
  content: "\f6d4";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-drumstick::before {
  content: "\f6d6";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-duck::before {
  content: "\f6d8";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-elephant::before {
  content: "\f6da";
}

.fa-eye-evil::before {
  content: "\f6db";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-fire-flame::before {
  content: "\f6df";
}

.fa-flame::before {
  content: "\f6df";
}

.fa-flask-round-poison::before {
  content: "\f6e0";
}

.fa-flask-poison::before {
  content: "\f6e0";
}

.fa-flask-round-potion::before {
  content: "\f6e1";
}

.fa-flask-potion::before {
  content: "\f6e1";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hammer-war::before {
  content: "\f6e4";
}

.fa-hand-holding-magic::before {
  content: "\f6e5";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-hat-witch::before {
  content: "\f6e7";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-head-side::before {
  content: "\f6e9";
}

.fa-head-side-goggles::before {
  content: "\f6ea";
}

.fa-head-vr::before {
  content: "\f6ea";
}

.fa-helmet-battle::before {
  content: "\f6eb";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-hockey-mask::before {
  content: "\f6ee";
}

.fa-hood-cloak::before {
  content: "\f6ef";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-key-skeleton::before {
  content: "\f6f3";
}

.fa-kite::before {
  content: "\f6f4";
}

.fa-knife-kitchen::before {
  content: "\f6f5";
}

.fa-leaf-maple::before {
  content: "\f6f6";
}

.fa-leaf-oak::before {
  content: "\f6f7";
}

.fa-mace::before {
  content: "\f6f8";
}

.fa-mandolin::before {
  content: "\f6f9";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-monkey::before {
  content: "\f6fb";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-mountains::before {
  content: "\f6fd";
}

.fa-narwhal::before {
  content: "\f6fe";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-otter::before {
  content: "\f700";
}

.fa-paw-simple::before {
  content: "\f701";
}

.fa-paw-alt::before {
  content: "\f701";
}

.fa-paw-claws::before {
  content: "\f702";
}

.fa-pegasus::before {
  content: "\f703";
}

.fa-pie::before {
  content: "\f705";
}

.fa-pig::before {
  content: "\f706";
}

.fa-pumpkin::before {
  content: "\f707";
}

.fa-rabbit::before {
  content: "\f708";
}

.fa-rabbit-running::before {
  content: "\f709";
}

.fa-rabbit-fast::before {
  content: "\f709";
}

.fa-ram::before {
  content: "\f70a";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-scarecrow::before {
  content: "\f70d";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-scroll-old::before {
  content: "\f70f";
}

.fa-scythe::before {
  content: "\f710";
}

.fa-sheep::before {
  content: "\f711";
}

.fa-shield-cross::before {
  content: "\f712";
}

.fa-shovel::before {
  content: "\f713";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-slash::before {
  content: "\f715";
}

.fa-snake::before {
  content: "\f716";
}

.fa-spider::before {
  content: "\f717";
}

.fa-spider-black-widow::before {
  content: "\f718";
}

.fa-spider-web::before {
  content: "\f719";
}

.fa-squirrel::before {
  content: "\f71a";
}

.fa-staff::before {
  content: "\f71b";
}

.fa-sword::before {
  content: "\f71c";
}

.fa-swords::before {
  content: "\f71d";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-toilet-paper-alt::before {
  content: "\f71e";
}

.fa-toilet-paper-blank::before {
  content: "\f71e";
}

.fa-tombstone::before {
  content: "\f720";
}

.fa-tombstone-blank::before {
  content: "\f721";
}

.fa-tombstone-alt::before {
  content: "\f721";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-treasure-chest::before {
  content: "\f723";
}

.fa-trees::before {
  content: "\f724";
}

.fa-turkey::before {
  content: "\f725";
}

.fa-turtle::before {
  content: "\f726";
}

.fa-unicorn::before {
  content: "\f727";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-wand::before {
  content: "\f72a";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-whale::before {
  content: "\f72c";
}

.fa-wheat::before {
  content: "\f72d";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-ballot::before {
  content: "\f732";
}

.fa-ballot-check::before {
  content: "\f733";
}

.fa-booth-curtain::before {
  content: "\f734";
}

.fa-box-ballot::before {
  content: "\f735";
}

.fa-calendar-star::before {
  content: "\f736";
}

.fa-clipboard-list-check::before {
  content: "\f737";
}

.fa-cloud-drizzle::before {
  content: "\f738";
}

.fa-cloud-hail::before {
  content: "\f739";
}

.fa-cloud-hail-mixed::before {
  content: "\f73a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-cloud-rainbow::before {
  content: "\f73e";
}

.fa-cloud-showers::before {
  content: "\f73f";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-cloud-sleet::before {
  content: "\f741";
}

.fa-cloud-snow::before {
  content: "\f742";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-clouds::before {
  content: "\f744";
}

.fa-clouds-moon::before {
  content: "\f745";
}

.fa-clouds-sun::before {
  content: "\f746";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-droplet-degree::before {
  content: "\f748";
}

.fa-dewpoint::before {
  content: "\f748";
}

.fa-eclipse::before {
  content: "\f749";
}

.fa-moon-over-sun::before {
  content: "\f74a";
}

.fa-eclipse-alt::before {
  content: "\f74a";
}

.fa-fire-smoke::before {
  content: "\f74b";
}

.fa-flag-swallowtail::before {
  content: "\f74c";
}

.fa-flag-alt::before {
  content: "\f74c";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-cloud-fog::before {
  content: "\f74e";
}

.fa-fog::before {
  content: "\f74e";
}

.fa-house-water::before {
  content: "\f74f";
}

.fa-house-flood::before {
  content: "\f74f";
}

.fa-droplet-percent::before {
  content: "\f750";
}

.fa-humidity::before {
  content: "\f750";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-moon-cloud::before {
  content: "\f754";
}

.fa-moon-stars::before {
  content: "\f755";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-person-sign::before {
  content: "\f757";
}

.fa-podium-star::before {
  content: "\f758";
}

.fa-poll-people::before {
  content: "\f759";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-raindrops::before {
  content: "\f75c";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-smoke::before {
  content: "\f760";
}

.fa-snow-blowing::before {
  content: "\f761";
}

.fa-stars::before {
  content: "\f762";
}

.fa-sun-cloud::before {
  content: "\f763";
}

.fa-sun-dust::before {
  content: "\f764";
}

.fa-sun-haze::before {
  content: "\f765";
}

.fa-sunrise::before {
  content: "\f766";
}

.fa-sunset::before {
  content: "\f767";
}

.fa-temperature-snow::before {
  content: "\f768";
}

.fa-temperature-frigid::before {
  content: "\f768";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-temperature-sun::before {
  content: "\f76a";
}

.fa-temperature-hot::before {
  content: "\f76a";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-cloud-bolt-moon::before {
  content: "\f76d";
}

.fa-thunderstorm-moon::before {
  content: "\f76d";
}

.fa-cloud-bolt-sun::before {
  content: "\f76e";
}

.fa-thunderstorm-sun::before {
  content: "\f76e";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-xmark-to-slot::before {
  content: "\f771";
}

.fa-times-to-slot::before {
  content: "\f771";
}

.fa-vote-nay::before {
  content: "\f771";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-water::before {
  content: "\f773";
}

.fa-water-arrow-down::before {
  content: "\f774";
}

.fa-water-lower::before {
  content: "\f774";
}

.fa-water-arrow-up::before {
  content: "\f775";
}

.fa-water-rise::before {
  content: "\f775";
}

.fa-wind-warning::before {
  content: "\f776";
}

.fa-wind-circle-exclamation::before {
  content: "\f776";
}

.fa-windsock::before {
  content: "\f777";
}

.fa-angel::before {
  content: "\f779";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-ball-pile::before {
  content: "\f77e";
}

.fa-bells::before {
  content: "\f77f";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-blog::before {
  content: "\f781";
}

.fa-boot::before {
  content: "\f782";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-chart-network::before {
  content: "\f78a";
}

.fa-chimney::before {
  content: "\f78b";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-deer::before {
  content: "\f78e";
}

.fa-deer-rudolph::before {
  content: "\f78f";
}

.fa-dreidel::before {
  content: "\f792";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-ear-muffs::before {
  content: "\f795";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-fireplace::before {
  content: "\f79a";
}

.fa-snowman-head::before {
  content: "\f79b";
}

.fa-frosty-head::before {
  content: "\f79b";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-gingerbread-man::before {
  content: "\f79d";
}

.fa-champagne-glass::before {
  content: "\f79e";
}

.fa-glass-champagne::before {
  content: "\f79e";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-whiskey-glass-ice::before {
  content: "\f7a1";
}

.fa-glass-whiskey-rocks::before {
  content: "\f7a1";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-globe-snow::before {
  content: "\f7a3";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-hat-santa::before {
  content: "\f7a7";
}

.fa-hat-winter::before {
  content: "\f7a8";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-ice-skate::before {
  content: "\f7ac";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-lights-holiday::before {
  content: "\f7b2";
}

.fa-mistletoe::before {
  content: "\f7b4";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-mug-marshmallows::before {
  content: "\f7b7";
}

.fa-ornament::before {
  content: "\f7b8";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-rv::before {
  content: "\f7be";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-scarf::before {
  content: "\f7c1";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-shovel-snow::before {
  content: "\f7c3";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-person-ski-jumping::before {
  content: "\f7c7";
}

.fa-ski-jump::before {
  content: "\f7c7";
}

.fa-person-ski-lift::before {
  content: "\f7c8";
}

.fa-ski-lift::before {
  content: "\f7c8";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-person-sledding::before {
  content: "\f7cb";
}

.fa-sledding::before {
  content: "\f7cb";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-snowflakes::before {
  content: "\f7cf";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-person-snowmobiling::before {
  content: "\f7d1";
}

.fa-snowmobile::before {
  content: "\f7d1";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-star-christmas::before {
  content: "\f7d4";
}

.fa-stocking::before {
  content: "\f7d5";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-tree-christmas::before {
  content: "\f7db";
}

.fa-tree-decorated::before {
  content: "\f7dc";
}

.fa-tree-large::before {
  content: "\f7dd";
}

.fa-truck-plow::before {
  content: "\f7de";
}

.fa-wreath::before {
  content: "\f7e2";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-book-user::before {
  content: "\f7e7";
}

.fa-books-medical::before {
  content: "\f7e8";
}

.fa-brackets-square::before {
  content: "\f7e9";
}

.fa-brackets::before {
  content: "\f7e9";
}

.fa-brackets-curly::before {
  content: "\f7ea";
}

.fa-bread-loaf::before {
  content: "\f7eb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-burrito::before {
  content: "\f7ed";
}

.fa-chart-scatter::before {
  content: "\f7ee";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-cheese-swiss::before {
  content: "\f7f0";
}

.fa-burger-cheese::before {
  content: "\f7f1";
}

.fa-cheeseburger::before {
  content: "\f7f1";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-message-medical::before {
  content: "\f7f4";
}

.fa-comment-alt-medical::before {
  content: "\f7f4";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-croissant::before {
  content: "\f7f6";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-crutches::before {
  content: "\f7f8";
}

.fa-ban-bug::before {
  content: "\f7f9";
}

.fa-debug::before {
  content: "\f7f9";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-egg-fried::before {
  content: "\f7fc";
}

.fa-files-medical::before {
  content: "\f7fd";
}

.fa-fish-cooked::before {
  content: "\f7fe";
}

.fa-flower::before {
  content: "\f7ff";
}

.fa-flower-daffodil::before {
  content: "\f800";
}

.fa-flower-tulip::before {
  content: "\f801";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-french-fries::before {
  content: "\f803";
}

.fa-glass::before {
  content: "\f804";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-head-side-brain::before {
  content: "\f808";
}

.fa-head-side-medical::before {
  content: "\f809";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-hospitals::before {
  content: "\f80e";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-island-tropical::before {
  content: "\f811";
}

.fa-island-tree-palm::before {
  content: "\f811";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-mailbox::before {
  content: "\f813";
}

.fa-meat::before {
  content: "\f814";
}

.fa-pager::before {
  content: "\f815";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-pizza::before {
  content: "\f817";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-popcorn::before {
  content: "\f819";
}

.fa-print-magnifying-glass::before {
  content: "\f81a";
}

.fa-print-search::before {
  content: "\f81a";
}

.fa-rings-wedding::before {
  content: "\f81b";
}

.fa-sack::before {
  content: "\f81c";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-salad::before {
  content: "\f81e";
}

.fa-bowl-salad::before {
  content: "\f81e";
}

.fa-sandwich::before {
  content: "\f81f";
}

.fa-sausage::before {
  content: "\f820";
}

.fa-shish-kebab::before {
  content: "\f821";
}

.fa-sickle::before {
  content: "\f822";
}

.fa-bowl-hot::before {
  content: "\f823";
}

.fa-soup::before {
  content: "\f823";
}

.fa-steak::before {
  content: "\f824";
}

.fa-stretcher::before {
  content: "\f825";
}

.fa-taco::before {
  content: "\f826";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-tree-palm::before {
  content: "\f82b";
}

.fa-user-helmet-safety::before {
  content: "\f82c";
}

.fa-user-construction::before {
  content: "\f82c";
}

.fa-user-hard-hat::before {
  content: "\f82c";
}

.fa-user-headset::before {
  content: "\f82d";
}

.fa-user-doctor-message::before {
  content: "\f82e";
}

.fa-user-md-chat::before {
  content: "\f82e";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-users-medical::before {
  content: "\f830";
}

.fa-walker::before {
  content: "\f831";
}

.fa-camera-web::before {
  content: "\f832";
}

.fa-webcam::before {
  content: "\f832";
}

.fa-camera-web-slash::before {
  content: "\f833";
}

.fa-webcam-slash::before {
  content: "\f833";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-alarm-exclamation::before {
  content: "\f843";
}

.fa-alarm-plus::before {
  content: "\f844";
}

.fa-alarm-snooze::before {
  content: "\f845";
}

.fa-align-slash::before {
  content: "\f846";
}

.fa-bags-shopping::before {
  content: "\f847";
}

.fa-bell-exclamation::before {
  content: "\f848";
}

.fa-bell-plus::before {
  content: "\f849";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-person-biking-mountain::before {
  content: "\f84b";
}

.fa-biking-mountain::before {
  content: "\f84b";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-border-bottom::before {
  content: "\f84d";
}

.fa-border-inner::before {
  content: "\f84e";
}

.fa-border-left::before {
  content: "\f84f";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-border-outer::before {
  content: "\f851";
}

.fa-border-right::before {
  content: "\f852";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-border-bottom-right::before {
  content: "\f854";
}

.fa-border-style-alt::before {
  content: "\f854";
}

.fa-border-top::before {
  content: "\f855";
}

.fa-bring-forward::before {
  content: "\f856";
}

.fa-bring-front::before {
  content: "\f857";
}

.fa-burger-soda::before {
  content: "\f858";
}

.fa-car-building::before {
  content: "\f859";
}

.fa-car-bus::before {
  content: "\f85a";
}

.fa-cars::before {
  content: "\f85b";
}

.fa-coin::before {
  content: "\f85c";
}

.fa-triangle-person-digging::before {
  content: "\f85d";
}

.fa-construction::before {
  content: "\f85d";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-drone::before {
  content: "\f85f";
}

.fa-drone-front::before {
  content: "\f860";
}

.fa-drone-alt::before {
  content: "\f860";
}

.fa-dryer::before {
  content: "\f861";
}

.fa-dryer-heat::before {
  content: "\f862";
}

.fa-dryer-alt::before {
  content: "\f862";
}

.fa-fan::before {
  content: "\f863";
}

.fa-farm::before {
  content: "\f864";
}

.fa-barn-silo::before {
  content: "\f864";
}

.fa-file-magnifying-glass::before {
  content: "\f865";
}

.fa-file-search::before {
  content: "\f865";
}

.fa-font-case::before {
  content: "\f866";
}

.fa-game-board::before {
  content: "\f867";
}

.fa-game-board-simple::before {
  content: "\f868";
}

.fa-game-board-alt::before {
  content: "\f868";
}

.fa-glass-citrus::before {
  content: "\f869";
}

.fa-h4::before {
  content: "\f86a";
}

.fa-hat-chef::before {
  content: "\f86b";
}

.fa-horizontal-rule::before {
  content: "\f86c";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-symbols::before {
  content: "\f86e";
}

.fa-icons-alt::before {
  content: "\f86e";
}

.fa-kerning::before {
  content: "\f86f";
}

.fa-line-columns::before {
  content: "\f870";
}

.fa-line-height::before {
  content: "\f871";
}

.fa-money-check-pen::before {
  content: "\f872";
}

.fa-money-check-edit::before {
  content: "\f872";
}

.fa-money-check-dollar-pen::before {
  content: "\f873";
}

.fa-money-check-edit-alt::before {
  content: "\f873";
}

.fa-mug::before {
  content: "\f874";
}

.fa-mug-tea::before {
  content: "\f875";
}

.fa-overline::before {
  content: "\f876";
}

.fa-file-dashed-line::before {
  content: "\f877";
}

.fa-page-break::before {
  content: "\f877";
}

.fa-paragraph-left::before {
  content: "\f878";
}

.fa-paragraph-rtl::before {
  content: "\f878";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-laptop-mobile::before {
  content: "\f87a";
}

.fa-phone-laptop::before {
  content: "\f87a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-send-back::before {
  content: "\f87e";
}

.fa-send-backward::before {
  content: "\f87f";
}

.fa-snooze::before {
  content: "\f880";
}

.fa-zzz::before {
  content: "\f880";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-arrow-down-arrow-up::before {
  content: "\f883";
}

.fa-sort-alt::before {
  content: "\f883";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-arrow-down-triangle-square::before {
  content: "\f888";
}

.fa-sort-shapes-down::before {
  content: "\f888";
}

.fa-arrow-down-square-triangle::before {
  content: "\f889";
}

.fa-sort-shapes-down-alt::before {
  content: "\f889";
}

.fa-arrow-up-triangle-square::before {
  content: "\f88a";
}

.fa-sort-shapes-up::before {
  content: "\f88a";
}

.fa-arrow-up-square-triangle::before {
  content: "\f88b";
}

.fa-sort-shapes-up-alt::before {
  content: "\f88b";
}

.fa-arrow-down-big-small::before {
  content: "\f88c";
}

.fa-sort-size-down::before {
  content: "\f88c";
}

.fa-arrow-down-small-big::before {
  content: "\f88d";
}

.fa-sort-size-down-alt::before {
  content: "\f88d";
}

.fa-arrow-up-big-small::before {
  content: "\f88e";
}

.fa-sort-size-up::before {
  content: "\f88e";
}

.fa-arrow-up-small-big::before {
  content: "\f88f";
}

.fa-sort-size-up-alt::before {
  content: "\f88f";
}

.fa-sparkles::before {
  content: "\f890";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-sunglasses::before {
  content: "\f892";
}

.fa-text::before {
  content: "\f893";
}

.fa-text-size::before {
  content: "\f894";
}

.fa-trash-undo::before {
  content: "\f895";
}

.fa-trash-arrow-turn-left::before {
  content: "\f895";
}

.fa-trash-can-undo::before {
  content: "\f896";
}

.fa-trash-can-arrow-turn-left::before {
  content: "\f896";
}

.fa-trash-undo-alt::before {
  content: "\f896";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-washing-machine::before {
  content: "\f898";
}

.fa-washer::before {
  content: "\f898";
}

.fa-wave-sine::before {
  content: "\f899";
}

.fa-wave-triangle::before {
  content: "\f89a";
}

.fa-wind-turbine::before {
  content: "\f89b";
}

.fa-border-center-h::before {
  content: "\f89c";
}

.fa-border-center-v::before {
  content: "\f89d";
}

.fa-album::before {
  content: "\f89f";
}

.fa-album-collection::before {
  content: "\f8a0";
}

.fa-amp-guitar::before {
  content: "\f8a1";
}

.fa-badge-sheriff::before {
  content: "\f8a2";
}

.fa-banjo::before {
  content: "\f8a3";
}

.fa-cassette-betamax::before {
  content: "\f8a4";
}

.fa-betamax::before {
  content: "\f8a4";
}

.fa-boombox::before {
  content: "\f8a5";
}

.fa-cactus::before {
  content: "\f8a7";
}

.fa-camcorder::before {
  content: "\f8a8";
}

.fa-video-handheld::before {
  content: "\f8a8";
}

.fa-camera-movie::before {
  content: "\f8a9";
}

.fa-camera-polaroid::before {
  content: "\f8aa";
}

.fa-cassette-tape::before {
  content: "\f8ab";
}

.fa-camera-cctv::before {
  content: "\f8ac";
}

.fa-cctv::before {
  content: "\f8ac";
}

.fa-clarinet::before {
  content: "\f8ad";
}

.fa-cloud-music::before {
  content: "\f8ae";
}

.fa-message-music::before {
  content: "\f8af";
}

.fa-comment-alt-music::before {
  content: "\f8af";
}

.fa-comment-music::before {
  content: "\f8b0";
}

.fa-computer-classic::before {
  content: "\f8b1";
}

.fa-computer-speaker::before {
  content: "\f8b2";
}

.fa-cowbell::before {
  content: "\f8b3";
}

.fa-cowbell-circle-plus::before {
  content: "\f8b4";
}

.fa-cowbell-more::before {
  content: "\f8b4";
}

.fa-disc-drive::before {
  content: "\f8b5";
}

.fa-file-music::before {
  content: "\f8b6";
}

.fa-film-canister::before {
  content: "\f8b7";
}

.fa-film-cannister::before {
  content: "\f8b7";
}

.fa-flashlight::before {
  content: "\f8b8";
}

.fa-flute::before {
  content: "\f8b9";
}

.fa-flux-capacitor::before {
  content: "\f8ba";
}

.fa-game-console-handheld::before {
  content: "\f8bb";
}

.fa-gramophone::before {
  content: "\f8bd";
}

.fa-guitar-electric::before {
  content: "\f8be";
}

.fa-guitars::before {
  content: "\f8bf";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-head-side-headphones::before {
  content: "\f8c2";
}

.fa-horse-saddle::before {
  content: "\f8c3";
}

.fa-image-polaroid::before {
  content: "\f8c4";
}

.fa-joystick::before {
  content: "\f8c5";
}

.fa-jug::before {
  content: "\f8c6";
}

.fa-kazoo::before {
  content: "\f8c7";
}

.fa-lasso::before {
  content: "\f8c8";
}

.fa-list-music::before {
  content: "\f8c9";
}

.fa-microphone-stand::before {
  content: "\f8cb";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-computer-mouse-scrollwheel::before {
  content: "\f8cd";
}

.fa-mouse-alt::before {
  content: "\f8cd";
}

.fa-mp3-player::before {
  content: "\f8ce";
}

.fa-music-note::before {
  content: "\f8cf";
}

.fa-music-alt::before {
  content: "\f8cf";
}

.fa-music-note-slash::before {
  content: "\f8d0";
}

.fa-music-alt-slash::before {
  content: "\f8d0";
}

.fa-music-slash::before {
  content: "\f8d1";
}

.fa-phone-rotary::before {
  content: "\f8d3";
}

.fa-piano::before {
  content: "\f8d4";
}

.fa-piano-keyboard::before {
  content: "\f8d5";
}

.fa-projector::before {
  content: "\f8d6";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-radio-tuner::before {
  content: "\f8d8";
}

.fa-radio-alt::before {
  content: "\f8d8";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-router::before {
  content: "\f8da";
}

.fa-saxophone-fire::before {
  content: "\f8db";
}

.fa-sax-hot::before {
  content: "\f8db";
}

.fa-saxophone::before {
  content: "\f8dc";
}

.fa-signal-stream::before {
  content: "\f8dd";
}

.fa-skull-cow::before {
  content: "\f8de";
}

.fa-speaker::before {
  content: "\f8df";
}

.fa-speakers::before {
  content: "\f8e0";
}

.fa-triangle-instrument::before {
  content: "\f8e2";
}

.fa-triangle-music::before {
  content: "\f8e2";
}

.fa-trumpet::before {
  content: "\f8e3";
}

.fa-turntable::before {
  content: "\f8e4";
}

.fa-tv-music::before {
  content: "\f8e6";
}

.fa-typewriter::before {
  content: "\f8e7";
}

.fa-usb-drive::before {
  content: "\f8e9";
}

.fa-user-cowboy::before {
  content: "\f8ea";
}

.fa-user-music::before {
  content: "\f8eb";
}

.fa-cassette-vhs::before {
  content: "\f8ec";
}

.fa-vhs::before {
  content: "\f8ec";
}

.fa-violin::before {
  content: "\f8ed";
}

.fa-wagon-covered::before {
  content: "\f8ee";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-watch-calculator::before {
  content: "\f8f0";
}

.fa-waveform::before {
  content: "\f8f1";
}

.fa-waveform-lines::before {
  content: "\f8f2";
}

.fa-waveform-path::before {
  content: "\f8f2";
}

.fa-scanner-image::before {
  content: "\f8f3";
}

.fa-air-conditioner::before {
  content: "\f8f4";
}

.fa-alien::before {
  content: "\f8f5";
}

.fa-alien-8bit::before {
  content: "\f8f6";
}

.fa-alien-monster::before {
  content: "\f8f6";
}

.fa-bed-front::before {
  content: "\f8f7";
}

.fa-bed-alt::before {
  content: "\f8f7";
}

.fa-bed-bunk::before {
  content: "\f8f8";
}

.fa-bed-empty::before {
  content: "\f8f9";
}

.fa-bell-on::before {
  content: "\f8fa";
}

.fa-blinds::before {
  content: "\f8fb";
}

.fa-blinds-open::before {
  content: "\f8fc";
}

.fa-blinds-raised::before {
  content: "\f8fd";
}

.fa-camera-security::before {
  content: "\f8fe";
}

.fa-camera-home::before {
  content: "\f8fe";
}

.fa-caravan::before {
  content: "\f8ff";
}

@font-face {
  font-family: 'Font Awesome 7 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2");
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 7 Brands';
  font-weight: 400;
}

.fa-brands {
  font-family: 'Font Awesome 7 Brands';
  font-weight: 400;
}

.fa-firefox-browser::before {
  content: "\e007";
}

.fa-ideal::before {
  content: "\e013";
}

.fa-microblog::before {
  content: "\e01a";
}

.fa-square-pied-piper::before {
  content: "\e01e";
}

.fa-pied-piper-square::before {
  content: "\e01e";
}

.fa-unity::before {
  content: "\e049";
}

.fa-dailymotion::before {
  content: "\e052";
}

.fa-square-instagram::before {
  content: "\e055";
}

.fa-instagram-square::before {
  content: "\e055";
}

.fa-mixer::before {
  content: "\e056";
}

.fa-shopify::before {
  content: "\e057";
}

.fa-deezer::before {
  content: "\e077";
}

.fa-edge-legacy::before {
  content: "\e078";
}

.fa-google-pay::before {
  content: "\e079";
}

.fa-rust::before {
  content: "\e07a";
}

.fa-tiktok::before {
  content: "\e07b";
}

.fa-unsplash::before {
  content: "\e07c";
}

.fa-cloudflare::before {
  content: "\e07d";
}

.fa-guilded::before {
  content: "\e07e";
}

.fa-hive::before {
  content: "\e07f";
}

.fa-42-group::before {
  content: "\e080";
}

.fa-innosoft::before {
  content: "\e080";
}

.fa-instalod::before {
  content: "\e081";
}

.fa-octopus-deploy::before {
  content: "\e082";
}

.fa-perbyte::before {
  content: "\e083";
}

.fa-uncharted::before {
  content: "\e084";
}

.fa-watchman-monitoring::before {
  content: "\e087";
}

.fa-wodu::before {
  content: "\e088";
}

.fa-wirsindhandwerk::before {
  content: "\e2d0";
}

.fa-wsh::before {
  content: "\e2d0";
}

.fa-bots::before {
  content: "\e340";
}

.fa-cmplid::before {
  content: "\e360";
}

.fa-bilibili::before {
  content: "\e3d9";
}

.fa-golang::before {
  content: "\e40f";
}

.fa-pix::before {
  content: "\e43a";
}

.fa-sitrox::before {
  content: "\e44a";
}

.fa-hashnode::before {
  content: "\e499";
}

.fa-meta::before {
  content: "\e49b";
}

.fa-padlet::before {
  content: "\e4a0";
}

.fa-nfc-directional::before {
  content: "\e530";
}

.fa-nfc-symbol::before {
  content: "\e531";
}

.fa-screenpal::before {
  content: "\e570";
}

.fa-space-awesome::before {
  content: "\e5ac";
}

.fa-square-font-awesome::before {
  content: "\e5ad";
}

.fa-square-gitlab::before {
  content: "\e5ae";
}

.fa-gitlab-square::before {
  content: "\e5ae";
}

.fa-odysee::before {
  content: "\e5c6";
}

.fa-stubber::before {
  content: "\e5c7";
}

.fa-debian::before {
  content: "\e60b";
}

.fa-shoelace::before {
  content: "\e60c";
}

.fa-threads::before {
  content: "\e618";
}

.fa-square-threads::before {
  content: "\e619";
}

.fa-square-x-twitter::before {
  content: "\e61a";
}

.fa-x-twitter::before {
  content: "\e61b";
}

.fa-opensuse::before {
  content: "\e62b";
}

.fa-letterboxd::before {
  content: "\e62d";
}

.fa-square-letterboxd::before {
  content: "\e62e";
}

.fa-mintbit::before {
  content: "\e62f";
}

.fa-google-scholar::before {
  content: "\e63b";
}

.fa-brave::before {
  content: "\e63c";
}

.fa-brave-reverse::before {
  content: "\e63d";
}

.fa-pixiv::before {
  content: "\e640";
}

.fa-upwork::before {
  content: "\e641";
}

.fa-webflow::before {
  content: "\e65c";
}

.fa-signal-messenger::before {
  content: "\e663";
}

.fa-bluesky::before {
  content: "\e671";
}

.fa-jxl::before {
  content: "\e67b";
}

.fa-square-upwork::before {
  content: "\e67c";
}

.fa-web-awesome::before {
  content: "\e682";
}

.fa-square-web-awesome::before {
  content: "\e683";
}

.fa-square-web-awesome-stroke::before {
  content: "\e684";
}

.fa-dart-lang::before {
  content: "\e693";
}

.fa-flutter::before {
  content: "\e694";
}

.fa-files-pinwheel::before {
  content: "\e69f";
}

.fa-css::before {
  content: "\e6a2";
}

.fa-square-bluesky::before {
  content: "\e6a3";
}

.fa-openai::before {
  content: "\e7cf";
}

.fa-square-linkedin::before {
  content: "\e7d0";
}

.fa-cash-app::before {
  content: "\e7d4";
}

.fa-disqus::before {
  content: "\e7d5";
}

.fa-eleventy::before {
  content: "\e7d6";
}

.fa-11ty::before {
  content: "\e7d6";
}

.fa-kakao-talk::before {
  content: "\e7d7";
}

.fa-linktree::before {
  content: "\e7d8";
}

.fa-notion::before {
  content: "\e7d9";
}

.fa-pandora::before {
  content: "\e7da";
}

.fa-pixelfed::before {
  content: "\e7db";
}

.fa-tidal::before {
  content: "\e7dc";
}

.fa-vsco::before {
  content: "\e7dd";
}

.fa-w3c::before {
  content: "\e7de";
}

.fa-lumon::before {
  content: "\e7e2";
}

.fa-lumon-drop::before {
  content: "\e7e3";
}

.fa-square-figma::before {
  content: "\e7e4";
}

.fa-tex::before {
  content: "\e7ff";
}

.fa-duolingo::before {
  content: "\e812";
}

.fa-supportnow::before {
  content: "\e833";
}

.fa-tor-browser::before {
  content: "\e838";
}

.fa-square-twitter::before {
  content: "\f081";
}

.fa-twitter-square::before {
  content: "\f081";
}

.fa-square-facebook::before {
  content: "\f082";
}

.fa-facebook-square::before {
  content: "\f082";
}

.fa-linkedin::before {
  content: "\f08c";
}

.fa-square-github::before {
  content: "\f092";
}

.fa-github-square::before {
  content: "\f092";
}

.fa-twitter::before {
  content: "\f099";
}

.fa-facebook::before {
  content: "\f09a";
}

.fa-github::before {
  content: "\f09b";
}

.fa-pinterest::before {
  content: "\f0d2";
}

.fa-square-pinterest::before {
  content: "\f0d3";
}

.fa-pinterest-square::before {
  content: "\f0d3";
}

.fa-square-google-plus::before {
  content: "\f0d4";
}

.fa-google-plus-square::before {
  content: "\f0d4";
}

.fa-google-plus-g::before {
  content: "\f0d5";
}

.fa-linkedin-in::before {
  content: "\f0e1";
}

.fa-github-alt::before {
  content: "\f113";
}

.fa-maxcdn::before {
  content: "\f136";
}

.fa-html5::before {
  content: "\f13b";
}

.fa-css3::before {
  content: "\f13c";
}

.fa-btc::before {
  content: "\f15a";
}

.fa-youtube::before {
  content: "\f167";
}

.fa-xing::before {
  content: "\f168";
}

.fa-square-xing::before {
  content: "\f169";
}

.fa-xing-square::before {
  content: "\f169";
}

.fa-dropbox::before {
  content: "\f16b";
}

.fa-stack-overflow::before {
  content: "\f16c";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-flickr::before {
  content: "\f16e";
}

.fa-adn::before {
  content: "\f170";
}

.fa-bitbucket::before {
  content: "\f171";
}

.fa-tumblr::before {
  content: "\f173";
}

.fa-square-tumblr::before {
  content: "\f174";
}

.fa-tumblr-square::before {
  content: "\f174";
}

.fa-apple::before {
  content: "\f179";
}

.fa-windows::before {
  content: "\f17a";
}

.fa-android::before {
  content: "\f17b";
}

.fa-linux::before {
  content: "\f17c";
}

.fa-dribbble::before {
  content: "\f17d";
}

.fa-skype::before {
  content: "\f17e";
}

.fa-foursquare::before {
  content: "\f180";
}

.fa-trello::before {
  content: "\f181";
}

.fa-gratipay::before {
  content: "\f184";
}

.fa-vk::before {
  content: "\f189";
}

.fa-weibo::before {
  content: "\f18a";
}

.fa-renren::before {
  content: "\f18b";
}

.fa-pagelines::before {
  content: "\f18c";
}

.fa-stack-exchange::before {
  content: "\f18d";
}

.fa-square-vimeo::before {
  content: "\f194";
}

.fa-vimeo-square::before {
  content: "\f194";
}

.fa-slack::before {
  content: "\f198";
}

.fa-slack-hash::before {
  content: "\f198";
}

.fa-wordpress::before {
  content: "\f19a";
}

.fa-openid::before {
  content: "\f19b";
}

.fa-yahoo::before {
  content: "\f19e";
}

.fa-google::before {
  content: "\f1a0";
}

.fa-reddit::before {
  content: "\f1a1";
}

.fa-square-reddit::before {
  content: "\f1a2";
}

.fa-reddit-square::before {
  content: "\f1a2";
}

.fa-stumbleupon-circle::before {
  content: "\f1a3";
}

.fa-stumbleupon::before {
  content: "\f1a4";
}

.fa-delicious::before {
  content: "\f1a5";
}

.fa-digg::before {
  content: "\f1a6";
}

.fa-pied-piper-pp::before {
  content: "\f1a7";
}

.fa-pied-piper-alt::before {
  content: "\f1a8";
}

.fa-drupal::before {
  content: "\f1a9";
}

.fa-joomla::before {
  content: "\f1aa";
}

.fa-behance::before {
  content: "\f1b4";
}

.fa-square-behance::before {
  content: "\f1b5";
}

.fa-behance-square::before {
  content: "\f1b5";
}

.fa-steam::before {
  content: "\f1b6";
}

.fa-square-steam::before {
  content: "\f1b7";
}

.fa-steam-square::before {
  content: "\f1b7";
}

.fa-spotify::before {
  content: "\f1bc";
}

.fa-deviantart::before {
  content: "\f1bd";
}

.fa-soundcloud::before {
  content: "\f1be";
}

.fa-vine::before {
  content: "\f1ca";
}

.fa-codepen::before {
  content: "\f1cb";
}

.fa-jsfiddle::before {
  content: "\f1cc";
}

.fa-rebel::before {
  content: "\f1d0";
}

.fa-empire::before {
  content: "\f1d1";
}

.fa-square-git::before {
  content: "\f1d2";
}

.fa-git-square::before {
  content: "\f1d2";
}

.fa-git::before {
  content: "\f1d3";
}

.fa-hacker-news::before {
  content: "\f1d4";
}

.fa-tencent-weibo::before {
  content: "\f1d5";
}

.fa-qq::before {
  content: "\f1d6";
}

.fa-weixin::before {
  content: "\f1d7";
}

.fa-slideshare::before {
  content: "\f1e7";
}

.fa-twitch::before {
  content: "\f1e8";
}

.fa-yelp::before {
  content: "\f1e9";
}

.fa-paypal::before {
  content: "\f1ed";
}

.fa-google-wallet::before {
  content: "\f1ee";
}

.fa-cc-visa::before {
  content: "\f1f0";
}

.fa-cc-mastercard::before {
  content: "\f1f1";
}

.fa-cc-discover::before {
  content: "\f1f2";
}

.fa-cc-amex::before {
  content: "\f1f3";
}

.fa-cc-paypal::before {
  content: "\f1f4";
}

.fa-cc-stripe::before {
  content: "\f1f5";
}

.fa-lastfm::before {
  content: "\f202";
}

.fa-square-lastfm::before {
  content: "\f203";
}

.fa-lastfm-square::before {
  content: "\f203";
}

.fa-ioxhost::before {
  content: "\f208";
}

.fa-angellist::before {
  content: "\f209";
}

.fa-buysellads::before {
  content: "\f20d";
}

.fa-connectdevelop::before {
  content: "\f20e";
}

.fa-dashcube::before {
  content: "\f210";
}

.fa-forumbee::before {
  content: "\f211";
}

.fa-leanpub::before {
  content: "\f212";
}

.fa-sellsy::before {
  content: "\f213";
}

.fa-shirtsinbulk::before {
  content: "\f214";
}

.fa-simplybuilt::before {
  content: "\f215";
}

.fa-skyatlas::before {
  content: "\f216";
}

.fa-pinterest-p::before {
  content: "\f231";
}

.fa-whatsapp::before {
  content: "\f232";
}

.fa-viacoin::before {
  content: "\f237";
}

.fa-medium::before {
  content: "\f23a";
}

.fa-medium-m::before {
  content: "\f23a";
}

.fa-y-combinator::before {
  content: "\f23b";
}

.fa-optin-monster::before {
  content: "\f23c";
}

.fa-opencart::before {
  content: "\f23d";
}

.fa-expeditedssl::before {
  content: "\f23e";
}

.fa-cc-jcb::before {
  content: "\f24b";
}

.fa-cc-diners-club::before {
  content: "\f24c";
}

.fa-creative-commons::before {
  content: "\f25e";
}

.fa-gg::before {
  content: "\f260";
}

.fa-gg-circle::before {
  content: "\f261";
}

.fa-odnoklassniki::before {
  content: "\f263";
}

.fa-square-odnoklassniki::before {
  content: "\f264";
}

.fa-odnoklassniki-square::before {
  content: "\f264";
}

.fa-get-pocket::before {
  content: "\f265";
}

.fa-wikipedia-w::before {
  content: "\f266";
}

.fa-safari::before {
  content: "\f267";
}

.fa-chrome::before {
  content: "\f268";
}

.fa-firefox::before {
  content: "\f269";
}

.fa-opera::before {
  content: "\f26a";
}

.fa-internet-explorer::before {
  content: "\f26b";
}

.fa-contao::before {
  content: "\f26d";
}

.fa-500px::before {
  content: "\f26e";
}

.fa-amazon::before {
  content: "\f270";
}

.fa-houzz::before {
  content: "\f27c";
}

.fa-vimeo-v::before {
  content: "\f27d";
}

.fa-black-tie::before {
  content: "\f27e";
}

.fa-fonticons::before {
  content: "\f280";
}

.fa-reddit-alien::before {
  content: "\f281";
}

.fa-edge::before {
  content: "\f282";
}

.fa-codiepie::before {
  content: "\f284";
}

.fa-modx::before {
  content: "\f285";
}

.fa-fort-awesome::before {
  content: "\f286";
}

.fa-usb::before {
  content: "\f287";
}

.fa-product-hunt::before {
  content: "\f288";
}

.fa-mixcloud::before {
  content: "\f289";
}

.fa-scribd::before {
  content: "\f28a";
}

.fa-bluetooth::before {
  content: "\f293";
}

.fa-bluetooth-b::before {
  content: "\f294";
}

.fa-gitlab::before {
  content: "\f296";
}

.fa-wpbeginner::before {
  content: "\f297";
}

.fa-wpforms::before {
  content: "\f298";
}

.fa-envira::before {
  content: "\f299";
}

.fa-glide::before {
  content: "\f2a5";
}

.fa-glide-g::before {
  content: "\f2a6";
}

.fa-viadeo::before {
  content: "\f2a9";
}

.fa-square-viadeo::before {
  content: "\f2aa";
}

.fa-viadeo-square::before {
  content: "\f2aa";
}

.fa-snapchat::before {
  content: "\f2ab";
}

.fa-snapchat-ghost::before {
  content: "\f2ab";
}

.fa-square-snapchat::before {
  content: "\f2ad";
}

.fa-snapchat-square::before {
  content: "\f2ad";
}

.fa-pied-piper::before {
  content: "\f2ae";
}

.fa-first-order::before {
  content: "\f2b0";
}

.fa-yoast::before {
  content: "\f2b1";
}

.fa-themeisle::before {
  content: "\f2b2";
}

.fa-google-plus::before {
  content: "\f2b3";
}

.fa-font-awesome::before {
  content: "\f2b4";
}

.fa-font-awesome-flag::before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full::before {
  content: "\f2b4";
}

.fa-linode::before {
  content: "\f2b8";
}

.fa-quora::before {
  content: "\f2c4";
}

.fa-free-code-camp::before {
  content: "\f2c5";
}

.fa-telegram::before {
  content: "\f2c6";
}

.fa-telegram-plane::before {
  content: "\f2c6";
}

.fa-bandcamp::before {
  content: "\f2d5";
}

.fa-grav::before {
  content: "\f2d6";
}

.fa-etsy::before {
  content: "\f2d7";
}

.fa-imdb::before {
  content: "\f2d8";
}

.fa-ravelry::before {
  content: "\f2d9";
}

.fa-sellcast::before {
  content: "\f2da";
}

.fa-superpowers::before {
  content: "\f2dd";
}

.fa-wpexplorer::before {
  content: "\f2de";
}

.fa-meetup::before {
  content: "\f2e0";
}

.fa-square-font-awesome-stroke::before {
  content: "\f35c";
}

.fa-font-awesome-alt::before {
  content: "\f35c";
}

.fa-accessible-icon::before {
  content: "\f368";
}

.fa-accusoft::before {
  content: "\f369";
}

.fa-adversal::before {
  content: "\f36a";
}

.fa-affiliatetheme::before {
  content: "\f36b";
}

.fa-algolia::before {
  content: "\f36c";
}

.fa-amilia::before {
  content: "\f36d";
}

.fa-angrycreative::before {
  content: "\f36e";
}

.fa-app-store::before {
  content: "\f36f";
}

.fa-app-store-ios::before {
  content: "\f370";
}

.fa-apper::before {
  content: "\f371";
}

.fa-asymmetrik::before {
  content: "\f372";
}

.fa-audible::before {
  content: "\f373";
}

.fa-avianex::before {
  content: "\f374";
}

.fa-aws::before {
  content: "\f375";
}

.fa-bimobject::before {
  content: "\f378";
}

.fa-bitcoin::before {
  content: "\f379";
}

.fa-bity::before {
  content: "\f37a";
}

.fa-blackberry::before {
  content: "\f37b";
}

.fa-blogger::before {
  content: "\f37c";
}

.fa-blogger-b::before {
  content: "\f37d";
}

.fa-buromobelexperte::before {
  content: "\f37f";
}

.fa-centercode::before {
  content: "\f380";
}

.fa-cloudscale::before {
  content: "\f383";
}

.fa-cloudsmith::before {
  content: "\f384";
}

.fa-cloudversify::before {
  content: "\f385";
}

.fa-cpanel::before {
  content: "\f388";
}

.fa-css3-alt::before {
  content: "\f38b";
}

.fa-cuttlefish::before {
  content: "\f38c";
}

.fa-d-and-d::before {
  content: "\f38d";
}

.fa-deploydog::before {
  content: "\f38e";
}

.fa-deskpro::before {
  content: "\f38f";
}

.fa-digital-ocean::before {
  content: "\f391";
}

.fa-discord::before {
  content: "\f392";
}

.fa-discourse::before {
  content: "\f393";
}

.fa-dochub::before {
  content: "\f394";
}

.fa-docker::before {
  content: "\f395";
}

.fa-draft2digital::before {
  content: "\f396";
}

.fa-square-dribbble::before {
  content: "\f397";
}

.fa-dribbble-square::before {
  content: "\f397";
}

.fa-dyalog::before {
  content: "\f399";
}

.fa-earlybirds::before {
  content: "\f39a";
}

.fa-erlang::before {
  content: "\f39d";
}

.fa-facebook-f::before {
  content: "\f39e";
}

.fa-facebook-messenger::before {
  content: "\f39f";
}

.fa-firstdraft::before {
  content: "\f3a1";
}

.fa-fonticons-fi::before {
  content: "\f3a2";
}

.fa-fort-awesome-alt::before {
  content: "\f3a3";
}

.fa-freebsd::before {
  content: "\f3a4";
}

.fa-gitkraken::before {
  content: "\f3a6";
}

.fa-gofore::before {
  content: "\f3a7";
}

.fa-goodreads::before {
  content: "\f3a8";
}

.fa-goodreads-g::before {
  content: "\f3a9";
}

.fa-google-drive::before {
  content: "\f3aa";
}

.fa-google-play::before {
  content: "\f3ab";
}

.fa-gripfire::before {
  content: "\f3ac";
}

.fa-grunt::before {
  content: "\f3ad";
}

.fa-gulp::before {
  content: "\f3ae";
}

.fa-square-hacker-news::before {
  content: "\f3af";
}

.fa-hacker-news-square::before {
  content: "\f3af";
}

.fa-hire-a-helper::before {
  content: "\f3b0";
}

.fa-hotjar::before {
  content: "\f3b1";
}

.fa-hubspot::before {
  content: "\f3b2";
}

.fa-itunes::before {
  content: "\f3b4";
}

.fa-itunes-note::before {
  content: "\f3b5";
}

.fa-jenkins::before {
  content: "\f3b6";
}

.fa-joget::before {
  content: "\f3b7";
}

.fa-js::before {
  content: "\f3b8";
}

.fa-square-js::before {
  content: "\f3b9";
}

.fa-js-square::before {
  content: "\f3b9";
}

.fa-keycdn::before {
  content: "\f3ba";
}

.fa-kickstarter::before {
  content: "\f3bb";
}

.fa-square-kickstarter::before {
  content: "\f3bb";
}

.fa-kickstarter-k::before {
  content: "\f3bc";
}

.fa-laravel::before {
  content: "\f3bd";
}

.fa-line::before {
  content: "\f3c0";
}

.fa-lyft::before {
  content: "\f3c3";
}

.fa-magento::before {
  content: "\f3c4";
}

.fa-medapps::before {
  content: "\f3c6";
}

.fa-medrt::before {
  content: "\f3c8";
}

.fa-microsoft::before {
  content: "\f3ca";
}

.fa-mix::before {
  content: "\f3cb";
}

.fa-mizuni::before {
  content: "\f3cc";
}

.fa-monero::before {
  content: "\f3d0";
}

.fa-napster::before {
  content: "\f3d2";
}

.fa-node-js::before {
  content: "\f3d3";
}

.fa-npm::before {
  content: "\f3d4";
}

.fa-ns8::before {
  content: "\f3d5";
}

.fa-nutritionix::before {
  content: "\f3d6";
}

.fa-page4::before {
  content: "\f3d7";
}

.fa-palfed::before {
  content: "\f3d8";
}

.fa-patreon::before {
  content: "\f3d9";
}

.fa-periscope::before {
  content: "\f3da";
}

.fa-phabricator::before {
  content: "\f3db";
}

.fa-phoenix-framework::before {
  content: "\f3dc";
}

.fa-playstation::before {
  content: "\f3df";
}

.fa-pushed::before {
  content: "\f3e1";
}

.fa-python::before {
  content: "\f3e2";
}

.fa-red-river::before {
  content: "\f3e3";
}

.fa-wpressr::before {
  content: "\f3e4";
}

.fa-rendact::before {
  content: "\f3e4";
}

.fa-replyd::before {
  content: "\f3e6";
}

.fa-resolving::before {
  content: "\f3e7";
}

.fa-rocketchat::before {
  content: "\f3e8";
}

.fa-rockrms::before {
  content: "\f3e9";
}

.fa-schlix::before {
  content: "\f3ea";
}

.fa-searchengin::before {
  content: "\f3eb";
}

.fa-servicestack::before {
  content: "\f3ec";
}

.fa-sistrix::before {
  content: "\f3ee";
}

.fa-speakap::before {
  content: "\f3f3";
}

.fa-staylinked::before {
  content: "\f3f5";
}

.fa-steam-symbol::before {
  content: "\f3f6";
}

.fa-sticker-mule::before {
  content: "\f3f7";
}

.fa-studiovinari::before {
  content: "\f3f8";
}

.fa-supple::before {
  content: "\f3f9";
}

.fa-uber::before {
  content: "\f402";
}

.fa-uikit::before {
  content: "\f403";
}

.fa-uniregistry::before {
  content: "\f404";
}

.fa-untappd::before {
  content: "\f405";
}

.fa-ussunnah::before {
  content: "\f407";
}

.fa-vaadin::before {
  content: "\f408";
}

.fa-viber::before {
  content: "\f409";
}

.fa-vimeo::before {
  content: "\f40a";
}

.fa-vnv::before {
  content: "\f40b";
}

.fa-square-whatsapp::before {
  content: "\f40c";
}

.fa-whatsapp-square::before {
  content: "\f40c";
}

.fa-whmcs::before {
  content: "\f40d";
}

.fa-wordpress-simple::before {
  content: "\f411";
}

.fa-xbox::before {
  content: "\f412";
}

.fa-yandex::before {
  content: "\f413";
}

.fa-yandex-international::before {
  content: "\f414";
}

.fa-apple-pay::before {
  content: "\f415";
}

.fa-cc-apple-pay::before {
  content: "\f416";
}

.fa-fly::before {
  content: "\f417";
}

.fa-node::before {
  content: "\f419";
}

.fa-osi::before {
  content: "\f41a";
}

.fa-react::before {
  content: "\f41b";
}

.fa-autoprefixer::before {
  content: "\f41c";
}

.fa-less::before {
  content: "\f41d";
}

.fa-sass::before {
  content: "\f41e";
}

.fa-vuejs::before {
  content: "\f41f";
}

.fa-angular::before {
  content: "\f420";
}

.fa-aviato::before {
  content: "\f421";
}

.fa-ember::before {
  content: "\f423";
}

.fa-gitter::before {
  content: "\f426";
}

.fa-hooli::before {
  content: "\f427";
}

.fa-strava::before {
  content: "\f428";
}

.fa-stripe::before {
  content: "\f429";
}

.fa-stripe-s::before {
  content: "\f42a";
}

.fa-typo3::before {
  content: "\f42b";
}

.fa-amazon-pay::before {
  content: "\f42c";
}

.fa-cc-amazon-pay::before {
  content: "\f42d";
}

.fa-ethereum::before {
  content: "\f42e";
}

.fa-korvue::before {
  content: "\f42f";
}

.fa-elementor::before {
  content: "\f430";
}

.fa-square-youtube::before {
  content: "\f431";
}

.fa-youtube-square::before {
  content: "\f431";
}

.fa-flipboard::before {
  content: "\f44d";
}

.fa-hips::before {
  content: "\f452";
}

.fa-php::before {
  content: "\f457";
}

.fa-quinscape::before {
  content: "\f459";
}

.fa-readme::before {
  content: "\f4d5";
}

.fa-java::before {
  content: "\f4e4";
}

.fa-pied-piper-hat::before {
  content: "\f4e5";
}

.fa-creative-commons-by::before {
  content: "\f4e7";
}

.fa-creative-commons-nc::before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu::before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp::before {
  content: "\f4ea";
}

.fa-creative-commons-nd::before {
  content: "\f4eb";
}

.fa-creative-commons-pd::before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt::before {
  content: "\f4ed";
}

.fa-creative-commons-remix::before {
  content: "\f4ee";
}

.fa-creative-commons-sa::before {
  content: "\f4ef";
}

.fa-creative-commons-sampling::before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus::before {
  content: "\f4f1";
}

.fa-creative-commons-share::before {
  content: "\f4f2";
}

.fa-creative-commons-zero::before {
  content: "\f4f3";
}

.fa-ebay::before {
  content: "\f4f4";
}

.fa-keybase::before {
  content: "\f4f5";
}

.fa-mastodon::before {
  content: "\f4f6";
}

.fa-r-project::before {
  content: "\f4f7";
}

.fa-researchgate::before {
  content: "\f4f8";
}

.fa-teamspeak::before {
  content: "\f4f9";
}

.fa-first-order-alt::before {
  content: "\f50a";
}

.fa-fulcrum::before {
  content: "\f50b";
}

.fa-galactic-republic::before {
  content: "\f50c";
}

.fa-galactic-senate::before {
  content: "\f50d";
}

.fa-jedi-order::before {
  content: "\f50e";
}

.fa-mandalorian::before {
  content: "\f50f";
}

.fa-old-republic::before {
  content: "\f510";
}

.fa-phoenix-squadron::before {
  content: "\f511";
}

.fa-sith::before {
  content: "\f512";
}

.fa-trade-federation::before {
  content: "\f513";
}

.fa-wolf-pack-battalion::before {
  content: "\f514";
}

.fa-hornbill::before {
  content: "\f592";
}

.fa-mailchimp::before {
  content: "\f59e";
}

.fa-megaport::before {
  content: "\f5a3";
}

.fa-nimblr::before {
  content: "\f5a8";
}

.fa-rev::before {
  content: "\f5b2";
}

.fa-shopware::before {
  content: "\f5b5";
}

.fa-squarespace::before {
  content: "\f5be";
}

.fa-themeco::before {
  content: "\f5c6";
}

.fa-weebly::before {
  content: "\f5cc";
}

.fa-wix::before {
  content: "\f5cf";
}

.fa-ello::before {
  content: "\f5f1";
}

.fa-hackerrank::before {
  content: "\f5f7";
}

.fa-kaggle::before {
  content: "\f5fa";
}

.fa-markdown::before {
  content: "\f60f";
}

.fa-neos::before {
  content: "\f612";
}

.fa-zhihu::before {
  content: "\f63f";
}

.fa-alipay::before {
  content: "\f642";
}

.fa-the-red-yeti::before {
  content: "\f69d";
}

.fa-critical-role::before {
  content: "\f6c9";
}

.fa-d-and-d-beyond::before {
  content: "\f6ca";
}

.fa-dev::before {
  content: "\f6cc";
}

.fa-fantasy-flight-games::before {
  content: "\f6dc";
}

.fa-wizards-of-the-coast::before {
  content: "\f730";
}

.fa-think-peaks::before {
  content: "\f731";
}

.fa-reacteurope::before {
  content: "\f75d";
}

.fa-artstation::before {
  content: "\f77a";
}

.fa-atlassian::before {
  content: "\f77b";
}

.fa-canadian-maple-leaf::before {
  content: "\f785";
}

.fa-centos::before {
  content: "\f789";
}

.fa-confluence::before {
  content: "\f78d";
}

.fa-dhl::before {
  content: "\f790";
}

.fa-diaspora::before {
  content: "\f791";
}

.fa-fedex::before {
  content: "\f797";
}

.fa-fedora::before {
  content: "\f798";
}

.fa-figma::before {
  content: "\f799";
}

.fa-intercom::before {
  content: "\f7af";
}

.fa-invision::before {
  content: "\f7b0";
}

.fa-jira::before {
  content: "\f7b1";
}

.fa-mendeley::before {
  content: "\f7b3";
}

.fa-raspberry-pi::before {
  content: "\f7bb";
}

.fa-redhat::before {
  content: "\f7bc";
}

.fa-sketch::before {
  content: "\f7c6";
}

.fa-sourcetree::before {
  content: "\f7d3";
}

.fa-suse::before {
  content: "\f7d6";
}

.fa-ubuntu::before {
  content: "\f7df";
}

.fa-ups::before {
  content: "\f7e0";
}

.fa-usps::before {
  content: "\f7e1";
}

.fa-yarn::before {
  content: "\f7e3";
}

.fa-airbnb::before {
  content: "\f834";
}

.fa-battle-net::before {
  content: "\f835";
}

.fa-bootstrap::before {
  content: "\f836";
}

.fa-buffer::before {
  content: "\f837";
}

.fa-chromecast::before {
  content: "\f838";
}

.fa-evernote::before {
  content: "\f839";
}

.fa-itch-io::before {
  content: "\f83a";
}

.fa-salesforce::before {
  content: "\f83b";
}

.fa-speaker-deck::before {
  content: "\f83c";
}

.fa-symfony::before {
  content: "\f83d";
}

.fa-waze::before {
  content: "\f83f";
}

.fa-yammer::before {
  content: "\f840";
}

.fa-git-alt::before {
  content: "\f841";
}

.fa-stackpath::before {
  content: "\f842";
}

.fa-cotton-bureau::before {
  content: "\f89e";
}

.fa-buy-n-large::before {
  content: "\f8a6";
}

.fa-mdb::before {
  content: "\f8ca";
}

.fa-orcid::before {
  content: "\f8d2";
}

.fa-swift::before {
  content: "\f8e1";
}

.fa-umbraco::before {
  content: "\f8e8";
}

@font-face {
  font-family: 'Font Awesome 7 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2");
}

.far,
.fa-regular {
  font-family: 'Font Awesome 7 Pro';
  font-weight: 400;
}

.fa-regular {
  font-family: 'Font Awesome 7 Pro';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 7 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2");
}

.fas,
.fa-solid {
  font-family: 'Font Awesome 7 Pro';
  font-weight: 900;
}

.fa-solid {
  font-family: 'Font Awesome 7 Pro';
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 7 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fontawesome/fa-light-300.woff2") format("woff2");
}

.fal,
.fa-light {
  font-family: 'Font Awesome 7 Pro';
  font-weight: 300;
}

.fa-light {
  font-family: 'Font Awesome 7 Pro';
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome 7 Pro';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fonts/fontawesome/fa-thin-100.woff2") format("woff2");
}

.fat,
.fa-thin {
  font-family: 'Font Awesome 7 Pro';
  font-weight: 100;
}

.fa-thin {
  font-family: 'Font Awesome 7 Pro';
  font-weight: 100;
}

.datepicker {
  display: none;
  position: absolute;
  padding: 20px;
  margin: 0;
  direction: ltr;
  color: #696969;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 240px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #d1d2d1;
  border-radius: 0;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #696969;
  font-size: 14px;
  line-height: 18px;
}

.datepicker.dropdown-menu th {
  padding: 4px 5px;
}

.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

.datepicker table {
  border: 0;
  margin: 0 auto;
  width: auto;
}

.datepicker table thead {
  color: #696969;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker td {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 14px;
  padding: 4px 8px;
  background: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.datepicker td.active.day, .datepicker td.active.year {
  background: #cea222;
  color: #ffffff;
}

.datepicker td.old, .datepicker td.new {
  color: #979797;
}

.datepicker td span.active {
  background: #cea222;
}

.datepicker td.day.disabled {
  color: #979797;
}

.datepicker td span.month.disabled, .datepicker td span.year.disabled {
  color: #979797;
}

.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 14px;
  padding: 4px 8px;
  background: #ffffff;
  cursor: pointer;
}

.datepicker th.active.day, .datepicker th.active.year {
  background: #cea222;
}

.datepicker th.date-switch {
  width: 145px;
}

.datepicker th span.active {
  background: #cea222;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cea222;
  border-bottom-color: 1px solid #d1d2d1;
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none;
}

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  -webkit-background-size: contain;
          background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
      transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

span.unicorn:before {
  content: "@";
}

span.unicorn > span {
  /*
     * Hide only visually, but have it available for screen readers:
     * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
     *
     * Beachten: Diese Art des Ausblendens ermöglicht ein Copy & Paste von
     * E-Mailadressen. Bei anderen Varianten, etwa display: none, ist dies
     * nicht mehr möglich!
     */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.leaflet-container {
  background: #fff;
  font: 12px/20px 'Helvetica Neue',Arial,Helvetica,sans-serif;
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
  -ms-touch-action: none;
}

.leaflet-container *, .leaflet-container :after, .leaflet-container :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.leaflet-container h1, .leaflet-container h2, .leaflet-container h3, .leaflet-container h4, .leaflet-container h5, .leaflet-container h6, .leaflet-container p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px;
}

.leaflet-container .marker-description img {
  margin-bottom: 10px;
}

.leaflet-container a {
  color: #3887BE;
  font-weight: 400;
  text-decoration: none;
}

.leaflet-container a:hover, .leaflet-container.dark a {
  color: #63b6e5;
}

.leaflet-container.dark a:hover {
  color: #8fcaec;
}

.leaflet-container .mapbox-button, .leaflet-container.dark .mapbox-button {
  background-color: #3887be;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.leaflet-container .mapbox-button:hover, .leaflet-container.dark .mapbox-button:hover {
  color: #fff;
  background-color: #3bb2d0;
}

.leaflet-image-layer, .leaflet-layer, .leaflet-map-pane canvas, .leaflet-map-pane svg, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-pane, .leaflet-tile, .leaflet-tile-container, .leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  z-index: 800;
}

.leaflet-map-pane canvas {
  z-index: 1;
}

.leaflet-map-pane svg, .leaflet-tile-pane {
  z-index: 2;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-tooltip-pane {
  z-index: 7;
}

.leaflet-popup-pane {
  z-index: 8;
}

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-bottom, .leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-pan-anim .leaflet-tile, .leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-control, .leaflet-popup-pane {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-image-layer, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}

.leaflet-image-layer.leaflet-interactive, .leaflet-marker-icon.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-container {
  outline: 0;
}

.leaflet-zoom-box {
  background: #fff;
  border: 2px dotted #202020;
  opacity: .5;
}

.leaflet-bar, .leaflet-control-layers {
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leaflet-bar a, .leaflet-bar a:hover {
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.leaflet-bar a:last-child {
  border-bottom: 0;
}

.leaflet-bar a:active, .leaflet-bar a:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.leaflet-bar a:hover:first-child {
  border-radius: 3px 3px 0 0;
}

.leaflet-bar a:hover:last-child {
  border-radius: 0 0 3px 3px;
}

.leaflet-bar a:hover:only-of-type {
  border-radius: 3px;
}

.leaflet-bar .leaflet-disabled {
  cursor: default;
  opacity: .75;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  display: block;
  content: '';
  text-indent: -999em;
}

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  background: #fff;
  padding: 6px 10px 6px 6px;
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url(../img/mapbox/marker-icon.png);
}

.leaflet-container .leaflet-control-attribution {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leaflet-container .leaflet-control-attribution a, .leaflet-container .map-info-container a {
  color: #404040;
}

.leaflet-control-attribution a:hover, .map-info-container a:hover {
  color: inherit;
  text-decoration: underline;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-container .mapbox-improve-map {
  font-weight: 700;
}

.leaflet-control-scale-line {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-top: 0;
  padding: 2px 5px 1px;
  white-space: nowrap;
  overflow: hidden;
}

.leaflet-control-scale-line:last-child {
  border-top: 2px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  margin-top: -2px;
}

.leaflet-container .leaflet-control-attribution.leaflet-compact-attribution {
  margin: 10px;
  background: #fff;
  border-radius: 3px 13px 13px 3px;
  padding: 3px 31px 3px 3px;
  visibility: hidden;
}

.leaflet-control-attribution.leaflet-compact-attribution:hover {
  visibility: visible;
}

.leaflet-control-attribution.leaflet-compact-attribution:after {
  content: '';
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: 0 -78px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  bottom: 0;
  z-index: 1;
  visibility: visible;
  cursor: pointer;
}

.leaflet-control-attribution.leaflet-compact-attribution:hover:after {
  background-color: #fff;
}

.leaflet-right .leaflet-control-attribution.leaflet-compact-attribution:after {
  right: 0;
}

.leaflet-left .leaflet-control-attribution.leaflet-compact-attribution:after {
  left: 0;
}

.leaflet-touch .leaflet-bar, .leaflet-touch .leaflet-control-layers {
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
  pointer-events: none;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  pointer-events: all;
}

.leaflet-popup-content {
  padding: 10px 10px 15px;
  margin: 0;
  line-height: inherit;
}

.leaflet-popup-close-button + .leaflet-popup-content-wrapper .leaflet-popup-content {
  padding-top: 15px;
}

.leaflet-popup-tip-container {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
}

.leaflet-popup-tip {
  width: 0;
  height: 0;
  margin: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leaflet-popup-close-button {
  text-indent: -999em;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all;
}

.leaflet-popup-close-button:hover {
  background-color: #f8f8f8;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
}

.leaflet-editing-icon {
  border-radius: 3px;
}

.leaflet-tooltip {
  position: absolute;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before, .leaflet-tooltip-top:before {
  content: '';
  position: absolute;
  pointer-events: none;
  border: 5px solid transparent;
  background: 0 0;
}

.leaflet-tooltip-bottom {
  margin-top: 5px;
}

.leaflet-tooltip-top {
  margin-top: -5px;
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -5px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -10px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -15px;
  margin-left: -5px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -5px;
}

.leaflet-tooltip-right {
  margin-left: 5px;
}

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -5px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -10px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -10px;
  border-right-color: #fff;
}

.leaflet-bar a, .leaflet-control-layers-toggle, .leaflet-popup-close-button, .map-tooltip.closable .close, .mapbox-button-icon:before, .mapbox-icon {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.leaflet-bar a {
  display: block;
}

.leaflet-container.dark .map-tooltip .close, .leaflet-control-attribution:after, .leaflet-control-layers-toggle, .leaflet-control-zoom-in, .leaflet-control-zoom-out, .leaflet-popup-close-button, .map-tooltip .close, .mapbox-icon {
  opacity: .75;
  background-image: url(../img/mapbox/icons-000000@2x.png);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/mapbox/icons.svg);
  background-image: -webkit-linear-gradient(transparent, transparent), url(../img/mapbox/icons.svg);
  background-image: linear-gradient(transparent, transparent), url(../img/mapbox/icons.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 26px 260px;
          background-size: 26px 260px;
}

.leaflet-container.dark .leaflet-control-attribution:after, .leaflet-container.dark .leaflet-control-layers-toggle, .leaflet-container.dark .leaflet-control-zoom-in, .leaflet-container.dark .leaflet-control-zoom-out, .leaflet-container.dark .mapbox-icon, .mapbox-button-icon:before {
  opacity: 1;
  background-image: url(../img/mapbox/icons-ffffff@2x.png);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../img/mapbox/icons-ffffff.svg);
  background-image: -webkit-linear-gradient(transparent, transparent), url(../img/mapbox/icons-ffffff.svg);
  background-image: linear-gradient(transparent, transparent), url(../img/mapbox/icons-ffffff.svg);
  -webkit-background-size: 26px 260px;
          background-size: 26px 260px;
}

.leaflet-bar .leaflet-control-zoom-in {
  background-position: 0 0;
}

.leaflet-bar .leaflet-control-zoom-out {
  background-position: 0 -26px;
}

.leaflet-popup-close-button, .map-tooltip.closable .close {
  background-position: -3px -55px;
  width: 20px;
  height: 20px;
  border-radius: 0 3px 0 0;
}

.mapbox-icon-info {
  background-position: 0 -78px;
}

.leaflet-control-layers-toggle {
  background-position: 0 -104px;
}

.mapbox-icon.mapbox-icon-share, .mapbox-icon.mapbox-icon-share:before {
  background-position: 0 -130px;
}

.mapbox-icon.mapbox-icon-geocoder, .mapbox-icon.mapbox-icon-geocoder:before {
  background-position: 0 -156px;
}

.mapbox-icon-facebook, .mapbox-icon-facebook:before {
  background-position: 0 -182px;
}

.mapbox-icon-twitter, .mapbox-icon-twitter:before {
  background-position: 0 -208px;
}

.mapbox-icon-pinterest, .mapbox-icon-pinterest:before {
  background-position: 0 -234px;
}

.leaflet-popup-content-wrapper, .map-legends, .map-tooltip {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.map-legends, .map-tooltip {
  max-width: 300px;
}

.map-legends .map-legend {
  padding: 10px;
}

.map-tooltip {
  z-index: 999999;
  padding: 10px;
  min-width: 180px;
  max-height: 400px;
  overflow: auto;
  opacity: 1;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}

.map-tooltip .close {
  text-indent: -999em;
  overflow: hidden;
  display: none;
}

.map-tooltip.closable .close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
}

.map-tooltip.closable .close:active {
  background-color: #f8f8f8;
}

.leaflet-control-interaction {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 300px;
}

.leaflet-popup-content .marker-title {
  font-weight: 700;
}

.leaflet-control .mapbox-button {
  background-color: #fff;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 3px;
}

.mapbox-modal > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow-y: auto;
}

.mapbox-modal.active > div {
  z-index: 99999;
  -webkit-transition: all .2s,z-index 0 0;
  transition: all .2s,z-index 0 0;
}

.mapbox-modal .mapbox-modal-mask {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.mapbox-modal.active .mapbox-modal-mask {
  opacity: 1;
}

.mapbox-modal .mapbox-modal-content {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.mapbox-modal.active .mapbox-modal-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mapbox-modal-body {
  position: relative;
  background: #fff;
  padding: 20px;
  z-index: 1000;
  width: 50%;
  margin: 20px 0 20px 25%;
}

.mapbox-share-buttons {
  margin: 0 0 20px;
}

.mapbox-share-buttons a {
  width: 33.3333%;
  border-left: 1px solid #fff;
  text-align: center;
  border-radius: 0;
}

.mapbox-share-buttons a:last-child {
  border-radius: 0 3px 3px 0;
}

.mapbox-share-buttons a:first-child {
  border: 0;
  border-radius: 3px 0 0 3px;
}

.mapbox-modal input {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}

.mapbox-modal label {
  display: block;
  margin-top: 5px;
}

.leaflet-control-mapbox-geocoder {
  position: relative;
}

.leaflet-control-mapbox-geocoder.searching {
  opacity: .75;
}

.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-wrap {
  background: #fff;
  position: absolute;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  left: 26px;
  height: 28px;
  width: 0;
  top: -1px;
  border-radius: 0 3px 3px 0;
  opacity: 0;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}

.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-wrap {
  width: 180px;
  opacity: 1;
}

.leaflet-bar .leaflet-control-mapbox-geocoder-toggle, .leaflet-bar .leaflet-control-mapbox-geocoder-toggle:hover {
  border-bottom: 0;
}

.leaflet-control-mapbox-geocoder-toggle {
  border-radius: 3px;
}

.leaflet-control-mapbox-geocoder.active, .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-form input {
  background: 0 0;
  border: 0;
  width: 180px;
  padding: 0 0 0 10px;
  height: 26px;
  outline: 0;
}

.leaflet-control-mapbox-geocoder-results {
  width: 180px;
  position: absolute;
  left: 26px;
  top: 25px;
  border-radius: 0 0 3px 3px;
}

.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-results {
  background: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
}

.leaflet-control-mapbox-geocoder-results a, .leaflet-control-mapbox-geocoder-results span {
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 26px;
  text-align: left;
  overflow: hidden;
}

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a:hover, .leaflet-control-mapbox-geocoder-results a:hover {
  background: #f8f8f8;
  opacity: 1;
}

.leaflet-right .leaflet-control-mapbox-geocoder-results, .leaflet-right .leaflet-control-mapbox-geocoder-wrap {
  left: auto;
  right: 26px;
}

.leaflet-right .leaflet-control-mapbox-geocoder-wrap {
  border-radius: 3px 0 0 3px;
}

.leaflet-right .leaflet-control-mapbox-geocoder.active, .leaflet-right .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-radius: 0 3px 3px 0;
}

.leaflet-bottom .leaflet-control-mapbox-geocoder-results {
  top: auto;
  bottom: 25px;
  border-radius: 3px 3px 0 0;
}

.mapbox-logo.mapbox-logo-true {
  margin: 0 0 5px 5px;
}

.mapbox-logo-true:before {
  content: '';
  display: inline-block;
  width: 85px;
  height: 21px;
  vertical-align: middle;
}

.mapbox-logo.mapbox-logo-true {
  background-repeat: no-repeat;
  -webkit-background-size: 85px 21px;
          background-size: 85px 21px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgODAuNDcgMjAuMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgwLjQ3IDIwLjAyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe29wYWNpdHk6MC42O2ZpbGw6I0ZGRkZGRjtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3Qxe29wYWNpdHk6MC42O2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fTwvc3R5bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTc5LjI5LDEzLjYxYzAsMC4xMS0wLjA5LDAuMi0wLjIsMC4yaC0xLjUzYy0wLjEyLDAtMC4yMy0wLjA2LTAuMjktMC4xNmwtMS4zNy0yLjI4bC0xLjM3LDIuMjhjLTAuMDYsMC4xLTAuMTcsMC4xNi0wLjI5LDAuMTZoLTEuNTNjLTAuMDQsMC0wLjA4LTAuMDEtMC4xMS0wLjAzYy0wLjA5LTAuMDYtMC4xMi0wLjE4LTAuMDYtMC4yN2MwLDAsMCwwLDAsMGwyLjMxLTMuNWwtMi4yOC0zLjQ3Yy0wLjAyLTAuMDMtMC4wMy0wLjA3LTAuMDMtMC4xMWMwLTAuMTEsMC4wOS0wLjIsMC4yLTAuMmgxLjUzYzAuMTIsMCwwLjIzLDAuMDYsMC4yOSwwLjE2bDEuMzQsMi4yNWwxLjMzLTIuMjRjMC4wNi0wLjEsMC4xNy0wLjE2LDAuMjktMC4xNmgxLjUzYzAuMDQsMCwwLjA4LDAuMDEsMC4xMSwwLjAzYzAuMDksMC4wNiwwLjEyLDAuMTgsMC4wNiwwLjI3YzAsMCwwLDAsMCwwTDc2Ljk2LDEwbDIuMzEsMy41Qzc5LjI4LDEzLjUzLDc5LjI5LDEzLjU3LDc5LjI5LDEzLjYxeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02My4wOSw5LjE2Yy0wLjM3LTEuNzktMS44Ny0zLjEyLTMuNjYtMy4xMmMtMC45OCwwLTEuOTMsMC40LTIuNiwxLjEyVjMuMzdjMC0wLjEyLTAuMS0wLjIyLTAuMjItMC4yMmgtMS4zM2MtMC4xMiwwLTAuMjIsMC4xLTAuMjIsMC4yMnYxMC4yMWMwLDAuMTIsMC4xLDAuMjIsMC4yMiwwLjIyaDEuMzNjMC4xMiwwLDAuMjItMC4xLDAuMjItMC4yMnYtMC43YzAuNjgsMC43MSwxLjYyLDEuMTIsMi42LDEuMTJjMS43OSwwLDMuMjktMS4zNCwzLjY2LTMuMTNDNjMuMjEsMTAuMyw2My4yMSw5LjcyLDYzLjA5LDkuMTZMNjMuMDksOS4xNnogTTU5LjEyLDEyLjQxYy0xLjI2LDAtMi4yOC0xLjA2LTIuMy0yLjM2VjkuOTljMC4wMi0xLjMxLDEuMDQtMi4zNiwyLjMtMi4zNnMyLjMsMS4wNywyLjMsMi4zOVM2MC4zOSwxMi40MSw1OS4xMiwxMi40MXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjguMjYsNi4wNGMtMS44OS0wLjAxLTMuNTQsMS4yOS0zLjk2LDMuMTNjLTAuMTIsMC41Ni0wLjEyLDEuMTMsMCwxLjY5YzAuNDIsMS44NSwyLjA3LDMuMTYsMy45NywzLjE0YzIuMjQsMCw0LjA2LTEuNzgsNC4wNi0zLjk5UzcwLjUxLDYuMDQsNjguMjYsNi4wNHogTTY4LjI0LDEyLjQyYy0xLjI3LDAtMi4zLTEuMDctMi4zLTIuMzlzMS4wMy0yLjQsMi4zLTIuNHMyLjMsMS4wNywyLjMsMi4zOVM2OS41MSwxMi40MSw2OC4yNCwxMi40Mkw2OC4yNCwxMi40MnoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNTkuMTIsNy42M2MtMS4yNiwwLTIuMjgsMS4wNi0yLjMsMi4zNnYwLjA2YzAuMDIsMS4zMSwxLjA0LDIuMzYsMi4zLDIuMzZzMi4zLTEuMDcsMi4zLTIuMzlTNjAuMzksNy42Myw1OS4xMiw3LjYzeiBNNTkuMTIsMTEuMjNjLTAuNiwwLTEuMDktMC41My0xLjExLTEuMTlWMTBjMC4wMS0wLjY2LDAuNTEtMS4xOSwxLjExLTEuMTlzMS4xMSwwLjU0LDEuMTEsMS4yMVM1OS43NCwxMS4yMyw1OS4xMiwxMS4yM3oiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNjguMjQsNy42M2MtMS4yNywwLTIuMywxLjA3LTIuMywyLjM5czEuMDMsMi4zOSwyLjMsMi4zOXMyLjMtMS4wNywyLjMtMi4zOVM2OS41MSw3LjYzLDY4LjI0LDcuNjN6IE02OC4yNCwxMS4yM2MtMC42MSwwLTEuMTEtMC41NC0xLjExLTEuMjFzMC41LTEuMiwxLjExLTEuMnMxLjExLDAuNTQsMS4xMSwxLjIxUzY4Ljg1LDExLjIzLDY4LjI0LDExLjIzeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00My41Niw2LjI0aC0xLjMzYy0wLjEyLDAtMC4yMiwwLjEtMC4yMiwwLjIydjAuN2MtMC42OC0wLjcxLTEuNjItMS4xMi0yLjYtMS4xMmMtMi4wNywwLTMuNzUsMS43OC0zLjc1LDMuOTlzMS42OSwzLjk5LDMuNzUsMy45OWMwLjk5LDAsMS45My0wLjQxLDIuNi0xLjEzdjAuN2MwLDAuMTIsMC4xLDAuMjIsMC4yMiwwLjIyaDEuMzNjMC4xMiwwLDAuMjItMC4xLDAuMjItMC4yMlY2LjQ0YzAtMC4xMS0wLjA5LTAuMjEtMC4yMS0wLjIxQzQzLjU3LDYuMjQsNDMuNTcsNi4yNCw0My41Niw2LjI0eiBNNDIuMDIsMTAuMDVjLTAuMDEsMS4zMS0xLjA0LDIuMzYtMi4zLDIuMzZzLTIuMy0xLjA3LTIuMy0yLjM5czEuMDMtMi40LDIuMjktMi40YzEuMjcsMCwyLjI4LDEuMDYsMi4zLDIuMzZMNDIuMDIsMTAuMDV6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTM5LjcyLDcuNjNjLTEuMjcsMC0yLjMsMS4wNy0yLjMsMi4zOXMxLjAzLDIuMzksMi4zLDIuMzlzMi4yOC0xLjA2LDIuMy0yLjM2VjkuOTlDNDIsOC42OCw0MC45OCw3LjYzLDM5LjcyLDcuNjN6IE0zOC42MiwxMC4wMmMwLTAuNjcsMC41LTEuMjEsMS4xMS0xLjIxYzAuNjEsMCwxLjA5LDAuNTMsMS4xMSwxLjE5djAuMDRjLTAuMDEsMC42NS0wLjUsMS4xOC0xLjExLDEuMThTMzguNjIsMTAuNjgsMzguNjIsMTAuMDJ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQ5LjkxLDYuMDRjLTAuOTgsMC0xLjkzLDAuNC0yLjYsMS4xMlY2LjQ1YzAtMC4xMi0wLjEtMC4yMi0wLjIyLTAuMjJoLTEuMzNjLTAuMTIsMC0wLjIyLDAuMS0wLjIyLDAuMjJ2MTAuMjFjMCwwLjEyLDAuMSwwLjIyLDAuMjIsMC4yMmgxLjMzYzAuMTIsMCwwLjIyLTAuMSwwLjIyLTAuMjJ2LTMuNzhjMC42OCwwLjcxLDEuNjIsMS4xMiwyLjYxLDEuMTJjMi4wNywwLDMuNzUtMS43OCwzLjc1LTMuOTlTNTEuOTgsNi4wNCw0OS45MSw2LjA0eiBNNDkuNiwxMi40MmMtMS4yNiwwLTIuMjgtMS4wNi0yLjMtMi4zNlY5Ljk5YzAuMDItMS4zMSwxLjA0LTIuMzcsMi4yOS0yLjM3YzEuMjYsMCwyLjMsMS4wNywyLjMsMi4zOVM1MC44NiwxMi40MSw0OS42LDEyLjQyTDQ5LjYsMTIuNDJ6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTQ5LjYsNy42M2MtMS4yNiwwLTIuMjgsMS4wNi0yLjMsMi4zNnYwLjA2YzAuMDIsMS4zMSwxLjA0LDIuMzYsMi4zLDIuMzZzMi4zLTEuMDcsMi4zLTIuMzlTNTAuODYsNy42Myw0OS42LDcuNjN6IE00OS42LDExLjIzYy0wLjYsMC0xLjA5LTAuNTMtMS4xMS0xLjE5VjEwQzQ4LjUsOS4zNCw0OSw4LjgxLDQ5LjYsOC44MWMwLjYsMCwxLjExLDAuNTUsMS4xMSwxLjIxUzUwLjIxLDExLjIzLDQ5LjYsMTEuMjN6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM0LjM2LDEzLjU5YzAsMC4xMi0wLjEsMC4yMi0wLjIyLDAuMjJoLTEuMzRjLTAuMTIsMC0wLjIyLTAuMS0wLjIyLTAuMjJWOS4yNGMwLTAuOTMtMC43LTEuNjMtMS41NC0xLjYzYy0wLjc2LDAtMS4zOSwwLjY3LTEuNTEsMS41NGwwLjAxLDQuNDRjMCwwLjEyLTAuMSwwLjIyLTAuMjIsMC4yMmgtMS4zNGMtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY5LjI0YzAtMC45My0wLjctMS42My0xLjU0LTEuNjNjLTAuODEsMC0xLjQ3LDAuNzUtMS41MiwxLjcxdjQuMjdjMCwwLjEyLTAuMSwwLjIyLTAuMjIsMC4yMmgtMS4zM2MtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY2LjQ0YzAuMDEtMC4xMiwwLjEtMC4yMSwwLjIyLTAuMjFoMS4zM2MwLjEyLDAsMC4yMSwwLjEsMC4yMiwwLjIxdjAuNjNjMC40OC0wLjY1LDEuMjQtMS4wNCwyLjA2LTEuMDVoMC4wM2MxLjA0LDAsMS45OSwwLjU3LDIuNDgsMS40OGMwLjQzLTAuOSwxLjMzLTEuNDgsMi4zMi0xLjQ5YzEuNTQsMCwyLjc5LDEuMTksMi43NiwyLjY1TDM0LjM2LDEzLjU5eiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik04MC4zMiwxMi45N2wtMC4wNy0wLjEyTDc4LjM4LDEwbDEuODUtMi44MWMwLjQyLTAuNjQsMC4yNS0xLjQ5LTAuMzktMS45MmMtMC4wMS0wLjAxLTAuMDItMC4wMS0wLjAzLTAuMDJjLTAuMjItMC4xNC0wLjQ4LTAuMjEtMC43NC0wLjIxaC0xLjUzYy0wLjUzLDAtMS4wMywwLjI4LTEuMywwLjc0bC0wLjMyLDAuNTNsLTAuMzItMC41M2MtMC4yOC0wLjQ2LTAuNzctMC43NC0xLjMxLTAuNzRoLTEuNTNjLTAuNTcsMC0xLjA4LDAuMzUtMS4yOSwwLjg4Yy0yLjA5LTEuNTgtNS4wMy0xLjQtNi45MSwwLjQzYy0wLjMzLDAuMzItMC42MiwwLjY5LTAuODUsMS4wOWMtMC44NS0xLjU1LTIuNDUtMi42LTQuMjgtMi42Yy0wLjQ4LDAtMC45NiwwLjA3LTEuNDEsMC4yMlYzLjM3YzAtMC43OC0wLjYzLTEuNDEtMS40LTEuNDFoLTEuMzNjLTAuNzcsMC0xLjQsMC42My0xLjQsMS40djMuNTdjLTAuOS0xLjMtMi4zOC0yLjA4LTMuOTctMi4wOWMtMC43LDAtMS4zOSwwLjE1LTIuMDIsMC40NWMtMC4yMy0wLjE2LTAuNTEtMC4yNS0wLjgtMC4yNWgtMS4zM2MtMC40MywwLTAuODMsMC4yLTEuMSwwLjUzYy0wLjAyLTAuMDMtMC4wNC0wLjA1LTAuMDctMC4wOGMtMC4yNy0wLjI5LTAuNjUtMC40NS0xLjA0LTAuNDVoLTEuMzJjLTAuMjksMC0wLjU3LDAuMDktMC44LDAuMjVDNDAuOCw1LDQwLjEyLDQuODUsMzkuNDIsNC44NWMtMS43NCwwLTMuMjcsMC45NS00LjE2LDIuMzhjLTAuMTktMC40NC0wLjQ2LTAuODUtMC43OS0xLjE5Yy0wLjc2LTAuNzctMS44LTEuMTktMi44OC0xLjE5aC0wLjAxYy0wLjg1LDAuMDEtMS42NywwLjMxLTIuMzQsMC44NGMtMC43LTAuNTQtMS41Ni0wLjg0LTIuNDUtMC44NGgtMC4wM2MtMC4yOCwwLTAuNTUsMC4wMy0wLjgyLDAuMWMtMC4yNywwLjA2LTAuNTMsMC4xNS0wLjc4LDAuMjdjLTAuMi0wLjExLTAuNDMtMC4xNy0wLjY3LTAuMTdoLTEuMzNjLTAuNzgsMC0xLjQsMC42My0xLjQsMS40djcuMTRjMCwwLjc4LDAuNjMsMS40LDEuNCwxLjRoMS4zM2MwLjc4LDAsMS40MS0wLjYzLDEuNDEtMS40MWMwLDAsMCwwLDAsMFY5LjM1YzAuMDMtMC4zNCwwLjIyLTAuNTYsMC4zNC0wLjU2YzAuMTcsMCwwLjM2LDAuMTcsMC4zNiwwLjQ1djQuMzVjMCwwLjc4LDAuNjMsMS40LDEuNCwxLjRoMS4zNGMwLjc4LDAsMS40LTAuNjMsMS40LTEuNGwtMC4wMS00LjM1YzAuMDYtMC4zLDAuMjQtMC40NSwwLjMzLTAuNDVjMC4xNywwLDAuMzYsMC4xNywwLjM2LDAuNDV2NC4zNWMwLDAuNzgsMC42MywxLjQsMS40LDEuNGgxLjM0YzAuNzgsMCwxLjQtMC42MywxLjQtMS40di0wLjM2YzAuOTEsMS4yMywyLjM0LDEuOTYsMy44NywxLjk2YzAuNywwLDEuMzktMC4xNSwyLjAyLTAuNDVjMC4yMywwLjE2LDAuNTEsMC4yNSwwLjgsMC4yNWgxLjMyYzAuMjksMCwwLjU3LTAuMDksMC44LTAuMjV2MS45MWMwLDAuNzgsMC42MywxLjQsMS40LDEuNGgxLjMzYzAuNzgsMCwxLjQtMC42MywxLjQtMS40di0xLjY5YzAuNDYsMC4xNCwwLjk0LDAuMjIsMS40MiwwLjIxYzEuNjIsMCwzLjA3LTAuODMsMy45Ny0yLjF2MC41YzAsMC43OCwwLjYzLDEuNCwxLjQsMS40aDEuMzNjMC4yOSwwLDAuNTctMC4wOSwwLjgtMC4yNWMwLjYzLDAuMywxLjMyLDAuNDUsMi4wMiwwLjQ1YzEuODMsMCwzLjQzLTEuMDUsNC4yOC0yLjZjMS40NywyLjUyLDQuNzEsMy4zNiw3LjIyLDEuODljMC4xNy0wLjEsMC4zNC0wLjIxLDAuNS0wLjM0YzAuMjEsMC41MiwwLjcyLDAuODcsMS4yOSwwLjg2aDEuNTNjMC41MywwLDEuMDMtMC4yOCwxLjMtMC43NGwwLjM1LTAuNThsMC4zNSwwLjU4YzAuMjgsMC40NiwwLjc3LDAuNzQsMS4zMSwwLjc0aDEuNTJjMC43NywwLDEuMzktMC42MywxLjM4LTEuMzlDODAuNDcsMTMuMzgsODAuNDIsMTMuMTcsODAuMzIsMTIuOTdMODAuMzIsMTIuOTd6IE0zNC4xNSwxMy44MWgtMS4zNGMtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY5LjI0YzAtMC45My0wLjctMS42My0xLjU0LTEuNjNjLTAuNzYsMC0xLjM5LDAuNjctMS41MSwxLjU0bDAuMDEsNC40NGMwLDAuMTItMC4xLDAuMjItMC4yMiwwLjIyaC0xLjM0Yy0wLjEyLDAtMC4yMi0wLjEtMC4yMi0wLjIyVjkuMjRjMC0wLjkzLTAuNy0xLjYzLTEuNTQtMS42M2MtMC44MSwwLTEuNDcsMC43NS0xLjUyLDEuNzF2NC4yN2MwLDAuMTItMC4xLDAuMjItMC4yMiwwLjIyaC0xLjMzYy0wLjEyLDAtMC4yMi0wLjEtMC4yMi0wLjIyVjYuNDRjMC4wMS0wLjEyLDAuMS0wLjIxLDAuMjItMC4yMWgxLjMzYzAuMTIsMCwwLjIxLDAuMSwwLjIyLDAuMjF2MC42M2MwLjQ4LTAuNjUsMS4yNC0xLjA0LDIuMDYtMS4wNWgwLjAzYzEuMDQsMCwxLjk5LDAuNTcsMi40OCwxLjQ4YzAuNDMtMC45LDEuMzMtMS40OCwyLjMyLTEuNDljMS41NCwwLDIuNzksMS4xOSwyLjc2LDIuNjVsMC4wMSw0LjkxQzM0LjM3LDEzLjcsMzQuMjcsMTMuOCwzNC4xNSwxMy44MUMzNC4xNSwxMy44MSwzNC4xNSwxMy44MSwzNC4xNSwxMy44MXogTTQzLjc4LDEzLjU5YzAsMC4xMi0wLjEsMC4yMi0wLjIyLDAuMjJoLTEuMzNjLTAuMTIsMC0wLjIyLTAuMS0wLjIyLTAuMjJ2LTAuNzFDNDEuMzQsMTMuNiw0MC40LDE0LDM5LjQyLDE0Yy0yLjA3LDAtMy43NS0xLjc4LTMuNzUtMy45OXMxLjY5LTMuOTksMy43NS0zLjk5YzAuOTgsMCwxLjkyLDAuNDEsMi42LDEuMTJ2LTAuN2MwLTAuMTIsMC4xLTAuMjIsMC4yMi0wLjIyaDEuMzNjMC4xMS0wLjAxLDAuMjEsMC4wOCwwLjIyLDAuMmMwLDAuMDEsMCwwLjAxLDAsMC4wMlYxMy41OXogTTQ5LjkxLDE0Yy0wLjk4LDAtMS45Mi0wLjQxLTIuNi0xLjEydjMuNzhjMCwwLjEyLTAuMSwwLjIyLTAuMjIsMC4yMmgtMS4zM2MtMC4xMiwwLTAuMjItMC4xLTAuMjItMC4yMlY2LjQ1YzAtMC4xMiwwLjEtMC4yMSwwLjIyLTAuMjFoMS4zM2MwLjEyLDAsMC4yMiwwLjEsMC4yMiwwLjIydjAuN2MwLjY4LTAuNzIsMS42Mi0xLjEyLDIuNi0xLjEyYzIuMDcsMCwzLjc1LDEuNzcsMy43NSwzLjk4UzUxLjk4LDE0LDQ5LjkxLDE0eiBNNjMuMDksMTAuODdDNjIuNzIsMTIuNjUsNjEuMjIsMTQsNTkuNDMsMTRjLTAuOTgsMC0xLjkyLTAuNDEtMi42LTEuMTJ2MC43YzAsMC4xMi0wLjEsMC4yMi0wLjIyLDAuMjJoLTEuMzNjLTAuMTIsMC0wLjIyLTAuMS0wLjIyLTAuMjJWMy4zN2MwLTAuMTIsMC4xLTAuMjIsMC4yMi0wLjIyaDEuMzNjMC4xMiwwLDAuMjIsMC4xLDAuMjIsMC4yMnYzLjc4YzAuNjgtMC43MSwxLjYyLTEuMTIsMi42LTEuMTFjMS43OSwwLDMuMjksMS4zMywzLjY2LDMuMTJDNjMuMjEsOS43Myw2My4yMSwxMC4zMSw2My4wOSwxMC44N0w2My4wOSwxMC44N0w2My4wOSwxMC44N3ogTTY4LjI2LDE0LjAxYy0xLjksMC4wMS0zLjU1LTEuMjktMy45Ny0zLjE0Yy0wLjEyLTAuNTYtMC4xMi0xLjEzLDAtMS42OWMwLjQyLTEuODUsMi4wNy0zLjE1LDMuOTctMy4xNGMyLjI1LDAsNC4wNiwxLjc4LDQuMDYsMy45OVM3MC41LDE0LjAxLDY4LjI2LDE0LjAxTDY4LjI2LDE0LjAxeiBNNzkuMDksMTMuODFoLTEuNTNjLTAuMTIsMC0wLjIzLTAuMDYtMC4yOS0wLjE2bC0xLjM3LTIuMjhsLTEuMzcsMi4yOGMtMC4wNiwwLjEtMC4xNywwLjE2LTAuMjksMC4xNmgtMS41M2MtMC4wNCwwLTAuMDgtMC4wMS0wLjExLTAuMDNjLTAuMDktMC4wNi0wLjEyLTAuMTgtMC4wNi0wLjI3YzAsMCwwLDAsMCwwbDIuMzEtMy41bC0yLjI4LTMuNDdjLTAuMDItMC4wMy0wLjAzLTAuMDctMC4wMy0wLjExYzAtMC4xMSwwLjA5LTAuMiwwLjItMC4yaDEuNTNjMC4xMiwwLDAuMjMsMC4wNiwwLjI5LDAuMTZsMS4zNCwyLjI1bDEuMzQtMi4yNWMwLjA2LTAuMSwwLjE3LTAuMTYsMC4yOS0wLjE2aDEuNTNjMC4wNCwwLDAuMDgsMC4wMSwwLjExLDAuMDNjMC4wOSwwLjA2LDAuMTIsMC4xOCwwLjA2LDAuMjdjMCwwLDAsMCwwLDBMNzYuOTYsMTBsMi4zMSwzLjVjMC4wMiwwLjAzLDAuMDMsMC4wNywwLjAzLDAuMTFDNzkuMjksMTMuNzIsNzkuMiwxMy44MSw3OS4wOSwxMy44MUM3OS4wOSwxMy44MSw3OS4wOSwxMy44MSw3OS4wOSwxMy44MUw3OS4wOSwxMy44MXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAsMS4yMWMtNC44NywwLTguODEsMy45NS04LjgxLDguODFzMy45NSw4LjgxLDguODEsOC44MXM4LjgxLTMuOTUsOC44MS04LjgxQzE4LjgxLDUuMTUsMTQuODcsMS4yMSwxMCwxLjIxeiBNMTQuMTgsMTIuMTljLTEuODQsMS44NC00LjU1LDIuMi02LjM4LDIuMmMtMC42NywwLTEuMzQtMC4wNS0yLTAuMTVjMCwwLTAuOTctNS4zNywyLjA0LTguMzljMC43OS0wLjc5LDEuODYtMS4yMiwyLjk4LTEuMjJjMS4yMSwwLDIuMzcsMC40OSwzLjIzLDEuMzVDMTUuOCw3LjczLDE1Ljg1LDEwLjUsMTQuMTgsMTIuMTl6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTEwLDAuMDJjLTUuNTIsMC0xMCw0LjQ4LTEwLDEwczQuNDgsMTAsMTAsMTBzMTAtNC40OCwxMC0xMEMxOS45OSw0LjUsMTUuNTIsMC4wMiwxMCwwLjAyeiBNMTAsMTguODNjLTQuODcsMC04LjgxLTMuOTUtOC44MS04LjgxUzUuMTMsMS4yLDEwLDEuMnM4LjgxLDMuOTUsOC44MSw4LjgxQzE4LjgxLDE0Ljg5LDE0Ljg3LDE4LjgzLDEwLDE4LjgzeiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNC4wNCw1Ljk4Yy0xLjc1LTEuNzUtNC41My0xLjgxLTYuMi0wLjE0QzQuODMsOC44Niw1LjgsMTQuMjMsNS44LDE0LjIzczUuMzcsMC45Nyw4LjM5LTIuMDRDMTUuODUsMTAuNSwxNS44LDcuNzMsMTQuMDQsNS45OHogTTExLjg4LDkuODdsLTAuODcsMS43OGwtMC44Ni0xLjc4TDguMzgsOS4wMWwxLjc3LTAuODZsMC44Ni0xLjc4bDAuODcsMS43OGwxLjc3LDAuODZMMTEuODgsOS44N3oiLz48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEzLjY1LDkuMDEgMTEuODgsOS44NyAxMS4wMSwxMS42NSAxMC4xNSw5Ljg3IDguMzgsOS4wMSAxMC4xNSw4LjE1IDExLjAxLDYuMzcgMTEuODgsOC4xNSAiLz48L2c+PC9zdmc+);
}

.leaflet-container.dark .leaflet-bar {
  background-color: #404040;
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75);
}

.leaflet-container.dark .leaflet-bar a {
  color: #404040;
  border-color: rgba(0, 0, 0, 0.5);
}

.leaflet-container.dark .leaflet-bar a:active, .leaflet-container.dark .leaflet-bar a:hover {
  background-color: #505050;
}

.leaflet-container.dark .leaflet-control-attribution, .leaflet-container.dark .leaflet-control-attribution:after, .leaflet-container.dark .map-info-container, .leaflet-container.dark .mapbox-info-toggle {
  background-color: rgba(0, 0, 0, 0.5);
  color: #f8f8f8;
}

.leaflet-container.dark .leaflet-control-attribution a, .leaflet-container.dark .leaflet-control-attribution a:hover, .leaflet-container.dark .map-info-container a, .leaflet-container.dark .map-info-container a:hover {
  color: #fff;
}

.leaflet-container.dark .leaflet-control-attribution:hover:after {
  background-color: #000;
}

.leaflet-container.dark .leaflet-control-layers-list span {
  color: #f8f8f8;
}

.leaflet-container.dark .leaflet-control-layers-separator {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.leaflet-container.dark .leaflet-bar a.leaflet-disabled, .leaflet-container.dark .leaflet-control .mapbox-button.disabled {
  background-color: #252525;
  color: #404040;
}

.leaflet-container.dark .leaflet-control-mapbox-geocoder > div {
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75);
}

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a {
  border-color: #ddd #202020;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.75);
}

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results span {
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 800px) {
  .mapbox-modal-body {
    width: 83.3333%;
    margin-left: 8.3333%;
  }
}

@media only screen and (max-width: 640px) {
  .mapbox-modal-body {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

@media print {
  .mapbox-improve-map {
    display: none;
  }
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-container img.leaflet-tile {
  max-width: none !important;
}

.leaflet-container img.leaflet-marker-icon {
  max-width: none;
}

.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-oldie .mapbox-modal .mapbox-modal-content {
  display: none;
}

.leaflet-oldie .mapbox-modal.active .mapbox-modal-content {
  display: block;
}

.map-tooltip {
  width: 280px\8;
}

.leaflet-oldie .leaflet-container.dark .map-tooltip .close, .leaflet-oldie .leaflet-control-layers-toggle, .leaflet-oldie .leaflet-control-zoom-in, .leaflet-oldie .leaflet-control-zoom-out, .leaflet-oldie .leaflet-popup-close-button, .leaflet-oldie .map-tooltip .close, .leaflet-oldie .mapbox-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXnSURBVHic7ZxfiFVFGMB/33pRUQsKto002DY3McJ6yBYkESQxpYTypaB66KEXYRWLYOlhr9RTRGWRUkk9RyEU+Y9ClECJVTKlPybWBilqkYuWrqBOD/NdPV7PmTPn3NPtat/AcO6ZP9/vfN/Mmfl2Zs6Kc452hK62UAxkIANdEURkVERGC9crOjKIiANwzkmRep1lOjWXa2ijaU7jaGWgKsL110a1EnV+LQMqbLqyobO6t4EMZCADGchABrqmQUlPNSWOVgaqIpi7ZSADGchABjKQga49kIjURaQem14apGE4KVR/D0fXds5FRaAOOL1e+h1dP7ZgE6wQxDnXvs7QWaZLE1wUVmRNdY1zrp6wRF0kfqHYnHwDGchABjJQIETNRyIyFVgBzAPmavIIsAt4xzn3d66QiNl1PnCYy05JczwMzG9pKlfIhQCkES/kwUKQqRma9GpM02xqGXdrBdCXZm2NzaFP66SGUGeYl5E+WqJO0HRHSG+PXtJN54AjVbhbjQcbBSjiakH4hR0p+hChOiHQrhKg7Drt6t7//Qtb9RAU5XtXMaiak28gAxnIQO0Gicg0EXlMRDaIyFGNGzRtWhQpMA/1A6uAL4BzZM9H57TMKqC/8HyUPFhZJLiMI4sh0/UDK4FtwHig3LiWWal1UkPsDDsFWAgsBZZo8hZgM7DdOXcmV0igjQ4Ba4HFwORAuclaZi1wqNU2OgNsVw22aNoS1XAhMCXx4OkubOBJZwKDwFbgLNm97qyWGQRmtuoFWRsV0ujabCPzVA1kIAMZqBNAIjIgImPNRxUzK+SsmtRJn4Pqmj8AjCXzsmTlaTSck/8zcDRX/QiNMp8S6Ab2a5nvG5plyioDaoLs1/sBYKwyUBokkTdQJeiVZgi6UR+UVQI0QWHdoXKFvKDYz7RiynXctk7LPlmeRmsKyAqWNQfSQAYykIGuS5CI1ERkSET2ishpvQ6JSLE93ByfoQbsRHeNgfe4vOO8E6iF6hdxToZU6OqGUIWv1vShqkB7VYNaU3pN0/fGgvLa6C5gk3PufJO5zwObgDuraqM8jbZWpdEnwG3AYKOX6XVQ07+sSqNQr3P4QxS9LXeGBGxIzTiGXwR8QSHRsCj7ZjxAbxFYaVAKbMe/BkrAduRpZJ6qgQxkoP8DKDRY1sk/s5W6YFhoUG3nFnZeOIJfxLgXWB7zBFmmyzPT44my9zXSC098OZCTwCQttzOZVzVoX1a5LHmdtYyWDM29yjknItKF3xSelFWvKo1mhCClQLo1sC95T8T/ebr+xrqOABVZT82tY56qgQxkIAN1CkhEulsGiUi3iCzKyJsjIpuBYyLyo4isFpHXReTuTFLAr1sOnAeeT8nbzNW+3rfAM2UcyAcSQj4FngR68Ot0F1NA24CuMqBu4PMUgYdS0hzwYqlFJ+AeNV3s30aLSoEUtjEScoHE3nkZ0Ay1fR7o3ZCcGNAEYHcO5A/g5pZACpsMPEf6UexTwCN5MvI6w2zgaeBt4HQK5BsC57ubY+jPll/wHzn1Ayc07QD+u6MR4GPn3LlA/SuCOZAGMpCBDFRhiF50EpFl+PP49wOzgIPAHmCLc+6zXAERE18P+b7DRqAnJCfvfF0P/mTgLZr0l97vB27CL3HO0rwTwBzn3PHCGiU0uQisA6bhzT0T/T4ZeAr4s6FZmal8WcI0LwETgdfwHzY1XKz3teyjibLLioLWa8UDeG/oZbxD+QHwdULwg1r+K71fXxQ0ohXfAgS/Mvyh5i1MgNZp2qt6P5ImL/QezdbrSeAG4EbVJJkH8LteJ+p1FikhBPpNr3Odc6fUNHdo2oJEucbX8Y2zDQeLgr7T62IReRb4AX9mGGC6Xo8Bu0VkOvCQpu1JlRZoo6Vc/WL2ad4C4A28CWvAR5TtdU0dwqH/ewHvHi8HbgUexh+euDRCFH6PVOh0/FKzw3um4M8zpA1DxwkMQzFjXR9+d/9N1WI8BZI71kU56Aq8HXgC+Ak/5o3gX+rUNmmO5nsbqP2gfwCyvJzPNoKXiAAAAABJRU5ErkJggg==);
}

.leaflet-oldie .leaflet-container.dark .leaflet-control-layers-toggle, .leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-in, .leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-out, .leaflet-oldie .leaflet-container.dark .mapbox-icon, .leaflet-oldie .mapbox-button-icon:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXYSURBVHic7ZxfiFVFHMc/a4uKWtDDtqJGZprYgwX5ByTdkkLbSgghCiKih14EBYtg6aEr9RRREKRUUs9hGEVtChKaYMkq2VqWmnUX2tKiNDNZY/Xbw/wue7x7zsw559626zY/GM6df7/P+c3MPfO7M3NumyTGQiaMCSWCIiiC6qVqoZC0lXgy1Cq0FanUck1XxVmSNL8WrzYT1LCMvz5qL1FnoAyoTNOVkpYb3hEUQREUQREUQRF0RYOqjHim9aHaTFDDEt2tCIqgCIqgCIqgCLoiQRULedNLgwCeq1NasbR8IilvqMhJpe5zrvpFQElYIYiksRsMLdd0aYoLwYqsqW5i9KjLLdHJj6AIiqAIiiCP5J2PpgLrgGXAYkvrA/YBrwF/BTXkmB2XSzqhbDlhZRqaypdLuuiB1ORiCOaDTM2wZLaFNMumZunzDYZ1wJy01ubyPfOazLE6qeIbDMsy0qsl6ngtWpyRfqOFInVKbWFXS9TxWtRXQl9mHR9oXwlQdp2xGt4t8YVt6iMor+/d8EM1OvkRFEERFEH/AWga8CCwFfjJwlZLm5ZHge/pPQ+4z8IKYGJGub+BT4GPLBwvCio7f6QeWfQ13TxgA7ATGPKUG7IyG6xOOj3nxDcFWAl0A/da2sdAL/AJcD6kwAc6bop6gT1kWzUZ6LKb6CbDqrx9dB535704S8BZ1o2zdEpSZ1HQ3MRddtmdp8kQzuKa9d8VBSUl9lEh0Pjro6ZKy00TERRBERRBLQZaCpxh9FHFUqBKiiJZ+n5gFfBHnrsKgUKb7t/j/PCwBNZwapKW1yGp3/KPSDrjKVsalIT0W3ypwZoGSoPU8pY2E/RCCqSiwJ55GdBVBusIlCu0Xpf3Na1guZbb1mnYJwtZtKmALm/Z6EBGUARFUASNV1A70AMcBP60aw9F93ADPkO7pD3mDwxKesOusvT2QP3czkmPKd2YUNpucVl+LlBo4jsITAduAIbrmnMAOAncnqflQn10M26JebgufdjSb8oDyQM6hlv3ru/4dkv/vFmgd4EZwPoErN3iM4BdeUGNjDpJqsrtmzc86mqwHkkH5X4t7JD0tEFyw3INzYwwuwisEVA9bPe/CarBdocsip5qBEVQBP3fQRWyX4jOCpUsZS2xhR2SQdwixq3A2lDhMkcTa7Ie2G6fwzfsmax8clrSJCu3py4vVV/ZphsALtjnFXkqtNwyWlLqR1Ub7obPA5OyKjXLolk+SFmQgEN18eD/PLXEI2j8gYqspwbrRE81giIogiKohUAdzQB1APdk5C3Ends6CXwLbAReBm7J1OZxINdKGpb0VEpeb4pT+aWkx8os0SxJKHlf0iOSOiXNkHQpBbRT0oQyoA5JH6YoPJ6SJknPeHR5+6gTWJ2SPjej/BceXV7QV8AHvsoJucTlvt5o8ZkraZa1fUheD+gJfo9+Bq4JlPkNt4Xgl9CdSJos6UlJF1IsOSvp/hw6vL8mFgCLgCXA44w+730IeIiM89314gP9ACzHHXD9xdIO49476gO2MfJjLCjRgYygCIqgCGqiFFl0WoM7j78ImA8cBQ7gzuaHp/wck1anpO2BqXy7lSu9I9YJ9APXWfycxfuBa4HbzDpwc9ZC4FQZi2qWXJK0WdI0ue3SuRp5P/lRSb8nLCvsQK5JNM2zkiZKeknSkKVdlPSmlX0gUXZNUdAWq3hY7tzj83K++FuS9icU32Hl91p8S1FQn1V8VVKb3Mrw25a3MgHabGkvWrwvTZ/ve7TArqeBq3H+3f66PIBf7VrzkuaTIj7Qj3ZdDJwF9jLy5wJdiXK1t+NrZxuOFgV9bddVwBPAN8ARS5tp15PAZxa/29IOpGrz9FG3Rsscy+uS9IqkBXLD/Z1GRl1yQEjuHANy7vFaSdMlrZa0K1Gm1PcISTMlDZiSbZa2I8VSSTolz2Mo9PQeBO7CvTE1iDtRc2dKuffwPX4CfVQfrpf0sKRjks5Zs27J6pP6EH3vCBp70D8db2VXFPfIagAAAABJRU5ErkJggg==);
}

.leaflet-oldie .mapbox-logo-true {
  background-image: none;
}

.datepicker thead {
  background: none;
}

.datepicker td span.month.disabled,
.datepicker td span.year.disabled,
.datepicker td.day.disabled {
  text-decoration: line-through;
  color: #d1d2d1;
}

.datepicker.dropdown-menu td.offered {
  background: #fffbe1;
}

.datepicker.dropdown-menu td.offered.active {
  background: #cea222;
}

.datepicker-departure input:-moz-read-only,
.datepicker-arrival input:-moz-read-only {
  background: #ffffff;
  cursor: pointer;
}

.datepicker-departure input:read-only,
.datepicker-arrival input:read-only {
  background: #ffffff;
  cursor: pointer;
}

.datepicker-departure.fixed {
  position: relative;
}

.datepicker-departure.fixed:after {
  content: '';
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  cursor: not-allowed;
  z-index: 10;
}

.datepicker-departure.fixed input {
  background: #efefef;
}
